| | Re: LDScript Suggestions
|
| (...) It depends on how you look at it. :) (...) I have had plans of making a variant of POLYLINE, namely LINE, with a starting P and an ending P Example: LINE [<colour>] P5 P8 gives: 2 24 X5 Y5 Z5 X6 Y6 Z6 2 24 X6 Y6 Z6 X7 Y7 Z7 2 24 X7 Y7 Z7 X8 (...) (26 years ago, 3-Dec-98, to lugnet.cad)
| | | | Re: LDScript Suggestions
|
| (...) True. (...) Hmm. I'm not sure if that would be as useful -- there'd be all the extra lines of code to get the points into the Pn list, in the right order. That would almost offset the convenience of generating the polyline in a single command. (...) (26 years ago, 4-Dec-98, to lugnet.cad)
| |