<_paramname="fullhelp"type="description">THLaser converts inkscape paths to Gcode. (v1.30)
<_paramname="fullhelp"type="description">ShinyLaser exports inkscape paths to Gcode compatible with Smoothieware laser module.
This script is a fork of Gcodetools v1.2 by Nick Drobchenko. It is currently maintained by Peter Rogers (peter.rogers@gmail.com) at think|haus.</_param>
This extenstion is a fork of THLaser v1.30, by Peter Rogers at think|haus, which is itself a fork of Gcodetools v1.2 by Nick Drobchenko.</_param>
</page>
<pagename='tab'_gui-text='Advanced'>
...
...
@@ -35,14 +35,14 @@ This script is a fork of Gcodetools v1.2 by Nick Drobchenko. It is currently mai
self.OptionParser.add_option("-b","--homebefore",action="store",type="inkbool",dest="homebefore",default=True,help="Home all beofre starting (G28)")
self.OptionParser.add_option("-a","--homeafter",action="store",type="inkbool",dest="homeafter",default=False,help="Home X Y at end of job")
self.OptionParser.add_option("","--biarc-tolerance",action="store",type="float",dest="biarc_tolerance",default="1",help="Tolerance used when calculating biarc interpolation.")
...
...
@@ -622,14 +627,14 @@ class Gcode_tools(inkex.Effect):