Instructions
Unpack rpmify.exe to a directory somewhere in your PATH. The C# source and project file are included too but you can toss those if you don't want to poke at the source.
- open a command prompt
- type: rpmify (gcode file) (max RPMs)
-- (gcode file) is the gcode file to convert. Make sure to enclose it in quotes if it contains spaces
-- (max RPM) is the maximum RPM value for your stepper extruder
- the resulting will have the extension ".rpm.gcode" so, for example, "MyThing.gcode" will get converted to "MyThing.rpm.gcode"
- example: rpmify "my cool object.gcode" 15
Bonus points: rewrite in Java or something more portable!



