Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MAXZ] Total Layer height on Cura 4.2.1 isn't working anymore #82

Closed
pseudex opened this issue Aug 18, 2019 · 3 comments
Closed

[MAXZ] Total Layer height on Cura 4.2.1 isn't working anymore #82

pseudex opened this issue Aug 18, 2019 · 3 comments
Labels
type: enhancement New feature or request

Comments

@pseudex
Copy link

pseudex commented Aug 18, 2019

With the new Version of Cura (4.2.1) they changed the gcode in terms of Z movements.
This will only be done without extrusion.
Both options don't work for me. This is maybe because I'm using a double extruder which has relative G-code at the end.

this is the last Z movement while printing. The Z movement for next layer is done at the end of the actual one. Without Extrusion.

;MESH:NONMESH
G0 F600 X116.303 Y116.574 **Z84.36**
G0 F9000 X118.573 Y116.916
G0 X119.511 Y117.169
G0 X119.213 Y117.507
;TIME_ELAPSED:19307.906198
;LAYER:526
M117 INDICATOR-Layer526

I would suggest to read the MAXZ from the "header" which is put in by cura on default. To make it universal for more printers there could be an option to specify a reg expression for the max z line.

;FLAVOR:Marlin
;TIME:19310
;Filament used: 0m, 16.0813m
;Layer height: 0.16
;MINX:82.949
;MINY:102.45
;MINZ:0.2
;MAXX:152.051
;MAXY:132.551
**;MAXZ:84.36**
;POSTPROCESSED
;Generated with Cura_SteamEngine 4.2.1
OllisGit added a commit that referenced this issue Aug 19, 2019
#82 max Z-Heigh from expression
@OllisGit
Copy link
Owner

@pseudex I release a new version 1.13.0 with your requested feature.

Please test it and give me a feedback.

Thx, in advance
Olli

@OllisGit OllisGit added status: waitingForFeedback Wating for Customers feedback and removed status: inProgress labels Aug 19, 2019
@pseudex
Copy link
Author

pseudex commented Aug 19, 2019

wow. that was quick. when my 6hr print is done I will test it!
Thank you

OllisGit added a commit that referenced this issue Aug 19, 2019
@pseudex
Copy link
Author

pseudex commented Aug 20, 2019

image
works perfectly. thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants