mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 10:46:33 +08:00

As far as I understand the code Cura will replace "%1 Meter" with a string converted from a float. In german it is correct so say "x,y Meter" where in english regions it would be called "x.y meter". So what it needs in Cura is something like "[before_comma],[after_comma] Meter" to the character "." can be translated to ",". As Cura isn't able (correct me if it can) to do this on it's own, so changing it back to "x.y Meter".