Downloads

There was a problem rendering this file.
rpmify.zip
5 kb / 133 downloads / 2 years ago

Who's Derived It?

rpmify with Python by jmil 2 years ago
View all 1 variations

They Like It

jmil
twotimes
wulfdesign
JadeKnight
JohnA

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!

Comments