I want to change the way the gcode is generated:
G90
M82
M106 S0
M140 S0
M104 S210 T0
M109 S210 T0
I want to add instructions between this code.
I do not want to modify the Gcode manually, I wonder if I can change the way that Simplify3D generates the Gcode.
Thanks