@@ -490,7 +490,9 @@ class Gcode_tools(inkex.Effect):
self.OptionParser.add_option("","--pronterface",action="store",type="inkbool",dest="pronterface",default=True,help="Are you using Pronterface? If so we need to change some characters in the GCode raster data to keep pronterface happy. Slight loss of intensity on pure blacks but nothing major.")
self.OptionParser.add_option("","--origin",action="store",type="string",dest="origin",default="topleft",help="Origin of the Y Axis")