ezrec / uv3dp

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

bottomLayerLiftHeight and bottomLayerLiftSpeed appear to be swapped #126

Closed fcollingwood closed 3 years ago

fcollingwood commented 3 years ago

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

Fixed in release v1.2.6