Adjustable default speeds
-
Should be adjustable also for Mesh Bed calibration and Web Control manual movements.
The default speeds that DuetWifi is using are too slow and also exactly within resonance range for some of my steppers. There should be a slider or settings for manual (and any other non-adjustable speeds, e.g. mesh bed leveling).
Right now the printer sounds like a truck horn whenever duet3d does anything other than actual printing due to extreme resonance.
Already checked everything and it's simply that one Chinese motor that is a bit louder, but works otherwise just fine.
I'm running a CoreXY at 24V and 1-2 Amps on motors. Everything is actively cooled and cool to the touch.
-
@edgars-batna said in Adjustable default speeds:
Should be adjustable also for Mesh Bed calibration and Web Control manual movements.
The default speeds that DuetWifi is using are too slow and also exactly within resonance range for some of my steppers. There should be a slider or settings for manual ..............................
There is. DWC - Settings - User Interface - Machine Control - Default Move Button Feedrate. Set it to whatever you want.
Can't answer about mesh bed feedrate as I don't use it, but guess that like everything else, it's configurable.
-
I just checked and yes, you can change the speeds for mesh bed probing as well - check the documentation for M558 (https://duet3d.dozuki.com/Wiki/Gcode#Section_M558_Set_Z_probe_type), and pay attention to the F and T parameters.
-
@deckingman said in Adjustable default speeds:
@edgars-batna said in Adjustable default speeds:
Should be adjustable also for Mesh Bed calibration and Web Control manual movements.
The default speeds that DuetWifi is using are too slow and also exactly within resonance range for some of my steppers. There should be a slider or settings for manual ..............................
There is. DWC - Settings - User Interface - Machine Control - Default Move Button Feedrate. Set it to whatever you want.
Can't answer about mesh bed feedrate as I don't use it, but guess that like everything else, it's configurable.
@deckingman said in Adjustable default speeds:
I just checked and yes, you can change the speeds for mesh bed probing as well - check the documentation for M558 (https://duet3d.dozuki.com/Wiki/Gcode#Section_M558_Set_Z_probe_type), and pay attention to the F and T parameters.
Thanks for the help! Still getting used to reading gcode...
-
No probs, glad I could help.
This is a good bedtime read https://duet3d.dozuki.com/Wiki/GCode
-
Yes, I'm actually reading it all the time. I get confused often, since the letters mean different things on different commands.