Skip to content

Commit a6e8956

Browse files
author
Michael Franzl
committed
do not ouput depth function for engraving as a gcode comment since it could contain double stars which OpenScam doesnt like
1 parent 2cfaae2 commit a6e8956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcodetools-dev.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6799,7 +6799,7 @@ def draw_point((x0,y0),(x,y),w,t):
67996799
#LT3 for layers loop ends here
68006800
if gcode!='' :
68016801
self.header+="(Tool diameter should be at least "+str(2*wmax)+unit+ ")\n"
6802-
self.header+="(Depth, as a function of radius w, must be "+ self.tools[layer][0]['shape']+ ")\n"
6802+
#self.header+="(Depth, as a function of radius w, must be "+ self.tools[layer][0]['shape']+ ")\n"
68036803
self.header+="(Rapid feeds use safe Z="+ str(self.options.Zsafe) + unit + ")\n"
68046804
self.header+="(Material surface at Z="+ str(self.options.Zsurface) + unit + ")\n"
68056805
self.export_gcode(gcode)

0 commit comments

Comments
 (0)