arcatdmz / magic-box

Automatically exported from code.google.com/p/magic-box
0 stars 0 forks source link

Option for dotted/dashed lines #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Option for dotted/dashed lines.

Two possibilities for implementation:
1) Option for layer
   - could use SVG dashed function (but doesn't work with lasercutter?)
2) Special action in datapath textarea

Original issue reported on code.google.com by walm...@gmail.com on 31 Aug 2010 at 12:05

GoogleCodeExporter commented 8 years ago
Dashed works for horizontal and vertical lines.

h_( length ) or h_( length, dash length )
v_( length ) or v_( length, dash length )
gap length always equals dash length.

Dotted line is still to do. Probably with drawing circles? Would work well for 
things like steel.

Original comment by walm...@gmail.com on 2 Sep 2010 at 9:26