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 transposed on decode #139

Open
fcollingwood opened this issue Mar 10, 2021 · 2 comments · Fixed by #140
Open

bottomLayerLiftHeight and bottomLayerLiftSpeed transposed on decode #139

fcollingwood opened this issue Mar 10, 2021 · 2 comments · Fixed by #140

Comments

@fcollingwood
Copy link

I opened an issue when running 1.2.5 as follows:

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

Apparently this was fixed in 1.2.6

I am now running 1.2.10 and am seeing the same problem again

@ezrec
Copy link
Owner

ezrec commented Mar 13, 2021

I'll look into it. Thanks for bringing it to my attention.

@ezrec
Copy link
Owner

ezrec commented Mar 13, 2021

This should be fixed in v1.2.11

If not, can you reopen and attach a small test file that replicates the issue?

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