supermerill / SuperSlicer

G-code generator for 3D printers (Prusa, Voron, Creality, etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wipe tower starting speed as % generates incorrect speed

dpeart opened this issue · comments

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

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

fixed in next nightly & release