Here is what I have
• Printer is Delta style with cross bracing to limit the bending of the towers
• With Huntley Carriage, effector and magnetic arms
• 9mm GT2 belt with 16 teeth pully
• Motors are:
For XYZ: Nema 17 1.8deg 2A 59Ncm
Extruder: Nema 17 1.8deg 1.5A bowben drive Type
• XYZ Motors are installed with Rubber Stepper Motor Vibration Damper
• Duet WIFI v1.02
• 24v power supply
Currently my config.g settings are
M350 X32 Y32 Z32 E16 I1 ; Configure micro stepping with interpolation
M92 X200 Y200 Z200 E663 ; Set steps per mm
M566 X1200 Y1200 Z1200 E1200 ; Set maximum instantaneous speed changes (mm/min)
M203 X18000 Y18000 Z18000 E18000 ; Set maximum speeds (mm/min)
M201 X3000 Y3000 Z3000 E3000 ; Set accelerations (mm/s^2)
M906 X1700 Y1700 Z1700 E1200 I30 ; Set motor currents (mA) and motor idle factor in per cent
Can my acceleration, speed and Inst. speed setting be increased? Am I better off with 16 micro stepping?
I’m new to this, any help is appreciated?