jog maximun speed
-
Hello every one, i'm building a cartesian 3d printer with ball screw axis.
I have a 20mm lead screw in my X and Y axis and a 10mm lead in my Z axis.I'm using a servo motors connected to the duet expansion breakoutboard.
it works ok but i'm trying to understand how to reach a higher speed.
Using the web interface and the 7" panel, when i move the Y or X axis even when i put a 60000 mm/min as maximun speed the axis move very slow even with a high acceleration . It happened when i'm in jog mode. I didn't test with a slicer program yet. (Maybe with a program it works fast)
My settings are:
M92 X102.4 Y102.4 Z102.4 E420
M350 X16 Y16 Z16 E16 I1
M566 X1000 Y1000 Z1000 E120
M203 X60000 Y60000 Z5000 E1200
M201 X5000 Y5000 Z800 E250
M906 X800 Y800 Z800 E800 I30
M84 S30The extruder is not connected at the moment i'm just testing the axis movements.
Should i change the M906 parameters? remenber that i'm not using a steepers motors.
Is the jogging mode a percentual of the speed movements when the printer is working with a slicer gcode program?Thanks for your help.
-
@jv The movement speeds through DWC are goverened by DWC settings. I'm away from my printer at the moment and just have my phone so I can't tell you exactly where but have a look at machine control or user interface.
-
@deckingman ok, Thank you i will search.