It's no problem.
Yes if the values are way too high the motor can't turn. I think I found that on my
setup the motor won't do higher that about 28 rpm. No that's 28rpm out of the
gearbox. The motor is actually turning 13X rpm higher because of the gearing.
The 1.98 is approximately the amount you want the motor to turn at 28.5mm/s feedrate.
The profileinator will tell you the Width/Thickness values and RPM for given layer height
and feedrates.
You are supposed to just start using RPM values wherever you would use a PWM value.
255 PWM is about 2 RPM (ish).
So yes, you sub R's for S's. And then swap all PWM values of ~255 for the appropriate RPM
value (about 2 for approx 30mm/s feedrate)
Clear? Let's muddy the waters a bit. So your firmware is likely not written for a MakerGear Extruder.
Meaning the steps per revolution (which is still hard-coded in the firmware for some reason) isn't
right. So in the control panel when you hit 2 RPM, if you look at the drive gear and time it, it is probably
a lot lower than 2 actual revolutions per minute. There is a nice way to fudge this into the numbers
profileinator gives you but we might as well fix your firmware. You are using a standard MBI stepper driver
so I'll set mine up that way and compile you a firmware for the driver and the gear ratio (in the motor)
so when you say 2 RPM the drive gear turns 2 RPMs. This only becomes an annoyance when a new
firmware comes out, which MBI isn't doing very much anymore for the Gen3 boards.
This problem goes away with Gen4 hardware since MBI finally sanctified a stepper extruder for it and
the steps per mm are adjustable in the machines.xml. (But only for Gen4 firmwares)
Also since this is going to the list as well, most of this isn't aplicable if you are using a 5D firmware in
a RepRap sort of situation. The dimension plugin for SF takes away the need for PWM and RPM M108
codes.
If anyone has any questions about stepper extruders on Gen3 RepRap/Makerbot hardware just let me know.
-b