I have this setup:
Ramps 1.4
V1 Marlin
CNCjs (V1Pi)
Is there a way to easily test different feed rates in CNCjs? If I set the feed rate too high or low from Fusion 360, I would like to change it on the run without having to create a new gcode.
If there is a easy way, maybe changing the gcode? …what feed rates is it that I would normally wanna test different settings for? Sorry for that weird question, but I’m still learning here
A M220 g-code sets the feedrate percentage, so it will scale the feedrates. Given your setup, I’m not sure if you could pause printing and send that code, or if you could only do it between g-code files.
I programmed feedrate into my pendant, and it can be used while a job is running. I just don’t know if other delivery pathways for g-code are as flexible. BTW: other than some tests to verify that it works, I’ve never used it.