ezrec / uv3dp

Tools for UV Resin based 3D Printers (in Go)
MIT License
58 stars 14 forks source link

bottomLayerLiftHeight and bottomLayerLiftSpeed transposed on decode #139

Open fcollingwood opened 3 years ago

fcollingwood commented 3 years ago

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 commented 3 years ago

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

ezrec commented 3 years ago

This should be fixed in v1.2.11

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