Contents
Tags
License
rpmify program
by
DaveD
is licensed under the
Creative Commons - Attribution - Non-Commercial license.
Liked By View All
Give a Shout Out
If you print this Thing and display it in public proudly give attribution by printing and displaying this tag.
Print Thing TagThing Statistics
1492 Views
480 Downloads
Summary
Little command line program to convert gcode files that specify flow rate in PWM to gcode files that specify flow rate in RPM. Sorry - Windows only.
If you do not have a stepper extruder, you do not need this Thing.
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!