-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
wrong MAXZ in the gcode file #21796
Copy link
Copy link
Open
Labels
Status: TriageThis ticket requires input from someone of the Cura teamThis ticket requires input from someone of the Cura teamType: BugThe code does not produce the intended behavior.The code does not produce the intended behavior.
Description
Activity
Metadata
Metadata
Assignees
Labels
Status: TriageThis ticket requires input from someone of the Cura teamThis ticket requires input from someone of the Cura teamType: BugThe code does not produce the intended behavior.The code does not produce the intended behavior.
Cura Version
5.11.0
Operating System
Windows 11 Pro V25H2 on a Lenovo P1 Gen7
Printer
BIBO Dual (I used my own definition to get around bugs in the official definition)
Reproduction steps
Load an stl into Cura 5.11.0
slice
Cura shows correct dimensions (excluding brim) and slices correctly
Save file
Open the gcode file with a text editor
Actual results
Gcode file says:
;MINX:-84.83
;MINY:-84.83
;MINZ:0.3
;MAXX:84.83
;MAXY:84.805
;MAXZ:20.001
Expected results
Actual last Z move in the code is G0 F120 X-64.852 Y-76.731 Z3.15
Cura screen shows 158.1 x158.1 x 3.2 mm. Actual CAD model is 1/8" = 3.175 mm.
Add your .zip and screenshots here ⬇️
test.txt - This is the gcode file
Large Stick80.zip - This contains the stl