MarginallyClever / Robot-Overlord-App

Simulation and control software for robots
https://www.marginallyclever.com/
GNU General Public License v2.0
157 stars 48 forks source link

Locale breaks number format for some gcode #279

Closed i-make-robots closed 5 months ago

i-make-robots commented 5 months ago

Describe the bug if Locale is DE then decimal numbers will have a comma instead of a period. This breaks gcode.

To Reproduce Steps to reproduce the behavior:

  1. Set Locale to DE.
  2. Generate Gcode with MarlinRobotArm. See all numbers fromatted with comma instead of period.
  3. Try to run GCode back through MarlinRobotArm.

Expected behavior always write decimal numbers WITH A DECIMAL

Platform (please complete the following information):

Additional context image