I don’t know where to access those settings after the project has been edited. I never needed it before Edit: Check the File menu. There is an edit function for the project setup.
Then maybe you set the first steps in that configuration incorrectly. It looks like you set the thickness to 20mm but the zero position at the bottom. Try to set the zero position at the top of the material. Edit: looking at the comments in the gcode, it doesn’t look like that. It seems everything is set like I’d also do it
I was looking at this last night and tested it at top left and it did not do that for me, so I’m curious as to whether there is some other setting affecting this…
;MillMage Core 0.8.00-RC-13 @ c84582b Qt6.5.7
;Custom GCode device profile, absolute coords
;Bounds: X42 Y-43 to X42 Y-43
;Project Units: Metric ;Safe Retract = 5
;Stock Thickness: 20
;Z Zero: Top
;Workpiece origin is at the Top Left
G00 G17 G40 G21;Restore metric mode
G54
Ok, Perhaps I got them mixed up, regardless when I entered that I wanted 25mm of movement, I was actually getting about 50-60mm causing the stepper to stall. Example, I moved Z to bottom of travel and I would inter the 25 mm movement. It was moving all the way to the top of the z axiis travel..
After the calibration I can enter a given amount and that is what the z axis moves…up or down.
I stumbled upon the solution to the Z-axis move at the start of the Gcode file; the line reads G0 Z20 in my files.
The solution to change the above line is to select CNC Tools; Device Settings. The window that opens has 3 tabs: Basic Settings; Custom Gcode; and Additional Settings. Select the Custom Gcode tab. On the left side is the first title: Job Header. This is editable code that gets used as the header for every Gcode file you create. Edit the lines as needed. When you click OK (bottom Right corner), your changes will be saved including any modifications to the Job Header. Mine now reads G0 Z5 instead of G0 Z20.