Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 665 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 665 Bytes

PrusaSlicer-numberformatter

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

Note

It will reformat all numbers found in the gcode file.

image

Left after and right before the script has run.

Installation

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";