sb53systems / G-Code-Flow-Temperature-Controller

A post processing script for OrcaSlicer
MIT License
132 stars 8 forks source link

Error : '' is not a valid floating point value. when click on "Generating" #10

Closed kristof33 closed 2 months ago

kristof33 commented 2 months ago

Hello,

When I click on "Generating", I have this Error : '' is not a valid floating point value. (in french : '' n'est pas une valeur en virgule flottante correcte.)

image

image

It seems to be a problem with regional parameters : . or , ?

Thanks so much for your helps.

3DBenchy_PLA_49m21s.gcode.txt

sb53systems commented 2 months ago

@kristof33 you have to change the name of the print start macro to : PRINT_START, you have to set the same name in klipper .cfg file too.

Best Regards.Salim.

sb53systems commented 2 months ago

Let me know if you have trouble.

kristof33 commented 2 months ago

@kristof33 you have to change the name of the print start macro to : PRINT_START, you have to set the same name in klipper .cfg file too.

Best Regards.Salim.

That works now.

Thanks for the clue.