Using Estlcam for a while now to generate the gcode for my mpcnc (ramps/marlin), I always manually edit the beginning of the gcode to change the G00 to G92 as below:
G90
M03 S24000
G00 X0.0000 Y0.0000 Z0.0000 F2100
G00 Z20.0000 F480
G90
M03 S24000
G92 X0.0000 Y0.0000 Z0.0000 F2100
G00 Z20.0000 F480
Is there a place in Estlcam settings where i can have it done automatically?
Second question, I use a custom Z-probe for homing Z (0.5mm feeler gauge), so i manually lower my Z by 0.5mm after homing and before starting the job, again, is there an entry in the settings for this?
Thanks for your help!