Replies: 1 comment 1 reply
-
|
Yes, it can get messy with more complicated schematics like this one - I don't think you're missing anything. Maybe it's worth thinking about new methods that could simplify, such as something to wire lots of components together at once in a single function call, like this: I'm open to other suggestions too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for Schemdraw! After trying and discarding a bunch of electrical design GUIs, a code based approach for generating schematics was a real breath of fresh air. I will say that the turtle based approach to layout starts to break-down once you go beyond two-lead components - for the following diagram (rewiring a milling machine for single phase power), I ended-up adding all of the components, then making connections after the fact instead. Curious if I missed anything that could simplify the code?
Beta Was this translation helpful? Give feedback.
All reactions