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

bottomLayerLiftHeight and bottomLayerLiftSpeed appear to be swapped #126

Closed
fcollingwood opened this issue Jan 3, 2021 · 1 comment · Fixed by #127
Closed

bottomLayerLiftHeight and bottomLayerLiftSpeed appear to be swapped #126

fcollingwood opened this issue Jan 3, 2021 · 1 comment · Fixed by #127

Comments

@fcollingwood
Copy link

I slice in formware to a .ctb file, with the following bottomLayerLiftHeight and bottomLayerLiftSpeed settings:

;zSlowUpDistance:6
;normalDropSpeed:300
.
.
.
;bottomLayerLiftHeight:20
;bottomLayerLiftSpeed:50

I have observed the printer, and it is lifting to 6mm at 50mmpm and then from 6mm to 20mm at 300mmpm for bottom layers, i.e. it is performing exactly as per the settings.

If I decode the .ctb to a zip file and check the run.gcode file, I find the following:

;bottomLayerLiftHeight:50
;bottomLayerLiftSpeed:20

In other words, uv3dp has transposed these two settings.

The printer is a Phrozen Sonic Mighty 4K

@ezrec
Copy link
Owner

ezrec commented Jan 3, 2021

Fixed in release v1.2.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants