Searched defs:engraving (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A Dgcodetools.py3 Comments starting "#LT" or "#CLT" are by Chris Lusby Taylor who rewrote the engraving function in 2011.
4 History of CLT changes to engraving and other functions it uses:
14 23 May Note that Z values generated for engraving are in pixels, not mm.
24 7Jun Try to show engraving in 3D
34 tool diameter, maximum engraving distance, tool shape and all Z values.
36 12 Jun ver 209. Now detect if engraving toolshape not a function of radius
41 engraving() functions (c) 2011 Chris Lusby Taylor, clusbytaylor@enterprise.net
3607 self.OptionParser.add_option("", "--engraving-sharp-angle-tollerance",action="store", type="float", dest="engraving_sharp_angle_tollerance", default="150", help="All angles thar are less than engraving-sharp-angle-tollerance will be thought sharp")
3608 self.OptionParser.add_option("", "--engraving
5178 def engraving(self) : member in class:Gcodetools
[all...]

Completed in 19 milliseconds