supermerill / SuperSlicer

G-code generator for 3D printers (Prusa, Voron, Creality, etc.)
4.04k stars 515 forks source link

Wipe tower starting speed as % generates incorrect speed #4251

Closed dpeart closed 3 weeks ago

dpeart commented 1 month ago

What happened?

When I used the defaults wipe tower speed of 80mm/s and wipe tower starting speed of 33% (should be 26.6mms/s) I got 594mm/s. ; CP TOOLCHANGE WIPE G1 X75.552 E3.2299 F35640

When I changed 33% to 26.64 I got the proper value ; CP TOOLCHANGE WIPE G1 X75.552 E3.2299 F1598

Project file & How to reproduce

First_Layer_Square_0.25.debug.zip

Version

2.5.59.6

Operating system

windows 11

Printer model

voron 2.4 with stealthburner

supermerill commented 1 month ago

When using a %, it was multiplied by 60 twice. so you need to put 1.8% to get 33%

fixed in next nightly & release