Reformat all numbers in PrusaSlicers' GCode.
Reformat from .2 to 0.2. This script will add zeros before the decimal point.
See PrusaSlicer issue: prusa3d/PrusaSlicer#6996
It will reformat all numbers found in the gcode file.
Left after and right before the script has run.
Add that script to the post processing section of PrusaSlicer. Maybe so: "C:\Users\USERNAME\AppData\Local\Programs\Python\Python39\python.exe" "C:\dev\prusaslicer-numberformatter.py";