fieldOfView / Cura-CustomJobPrefix

A Cura plugin that lets the user set a custom print job prefix
GNU Affero General Public License v3.0
24 stars 5 forks source link

bug: speed_print is 10times the real value #44

Open hamboy75 opened 10 months ago

hamboy75 commented 10 months ago

I have been testing this field and it names it as 800 instead of 80 (80mm/s is what I have).

Good job btw.

fieldOfView commented 10 months ago

What's happening is that the plugin gets the value 80.0 and it removes the .. That makes some sense for values like 0.4 (which becomes 04), but less so for bigger numbers.

Not all applications/firmwares handle multiple points in a filename. But I guess I should make things like that configurable.