0.1.0 • Published 2 years ago

pauzit v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

pauzit

purpose

Pauzit is a command-line utility which can help you with single extruder multi material (SEMM) 3D printing.

Specifically, it takes the g-code output from PrusaSlicer and replaces toolchange commands with M600 (Marlin filament change) commands.

This allows you to make SEMM prints without any special hardware, by manually swapping filament when necessary instead of using a mixing extruder or MMU.

usage

Install pauzit globally using

npm install -g pauzit

pauzit convert input.gcode output.gcode

Or run it with npx using

npx pauzit convert input.gcode output.gcode

If you omit the output filename, a new file named {input}.pauz.gcode will be created.