uv3dp
uv3dp copied to clipboard
bottomLayerLiftHeight and bottomLayerLiftSpeed transposed on decode
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
I'll look into it. Thanks for bringing it to my attention.
This should be fixed in v1.2.11
If not, can you reopen and attach a small test file that replicates the issue?