-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Retro mode #2
Comments
Hi PartyTonight, Short answer: No, but I'm developing a new library for pcb design and plan to port Long answer: That being said, I know that a lot of people like starting from the examples and iterating Let me know if you're interested in helping and testing out the new I'll be keeping this issue open to provide progress updates. -Matt |
EDITED. Hi Matt, thanks for your response. Absolutelly, I'l be glad of helping beta testing and porting Neil's .cad files to the new library. Also one of the things I wanted to add to the old PCB library was a set of dot matrix characters in order to place text in the boards like this: The idea is to make a class (?) for the dots that make a circle depending on an array of parameters that are 1 and 0. And then create a library of characters that actually are arrays of 1's and 0's. The advantadge over a font is that with dot matrix everybody can create custom characters (japanese hiragana, russian, arrows, etc…) just by changing the 1's and 0's. Also the dots could be as small as the milling bit. I am now researching what would be the best matrix size (nxm dots) in order to be as universal as possible.So far I found that 5x7 was a standard back in the old dot matrix printers allowing numerals, uppercase and katakana. So that would be my starting point. Cheers Francisco |
So class L_1210 from the old library would look like: _pad_1210 = s2d.rectangle(-.032,.032,-.048,.048) So are you going to translate all the items from the old library (listed below)? How can I help? PCB librarydiscretesclass R_0402(part): connectorsclass USB_mini_B(part): switchesclass button_6mm(part): crystals and resonatorsclass XTAL_EFOBM(part): diodes, transistors, regulatorsclass D_1206(part): ICsclass op_amp_SOT23_5(part): graphicsclass CBA(part): |
Hi Matt, will kokopelli have some sort of retro/compatibility mode so that we wan continue designing .cad circuit boards with it?
Thanks
The text was updated successfully, but these errors were encountered: