Print the infill grid. The printer issues Trrrrr ….. trrrrrrr ...
-
Hi!
Which parameter should be set so that when printing a layer:
XXXXXXXXXX
XXXXXXXXXXlimit the instantaneous change in the direction of the extruder without changing the default printing speed (M203)? M566?
The travel moves of extruder passes very well!
Now:[c]M566 X48000 Y48000 Z400 E2400 ; Set maximum instantaneous speed changes (mm/min)
M203 X6000 Y6000 Z6000 E6000 ; Set maximum speeds (mm/min)
M201 X600 Y600 Z200 E1000 ; Set accelerations (mm/s^2)
M906 X1450 Y1450 Z1450 E1450 I15 ; Set motor currents (mA) and motor idle factor in per cent[/c]Thanks!
-
M566 X and Y values.
-
Thanks!
I stopped at this configuration
[c]M92 X80 Y80 Z400 E254.5 ; Set steps per mm
M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
M566 X1000 Y1000 Z400 E2400 ; Set maximum instantaneous speed changes (mm/min)
M203 X10000 Y10000 Z6000 E6000 ; Set maximum speeds (mm/min)
M201 X800 Y800 Z200 E1000 ; Set accelerations (mm/s^2)
M906 X1450 Y1450 Z1450 E1450 I15 ; Set motor currents (mA) and motor idle factor in per cent
M84 S10 ; Set idle timeout[/c]For the test run from the console:
[c]g0 x1 y5 g0 x2 y5 g0 x2 y10 g0 x3 y10 g0 x3 y15 g0 x4 y15 g0 x4 y20 g0 x5 y20 g0 x6 y50 g0 x6 y51 g0 x8 y51 g0 x8 y52 g0 x10 y52 g0 x10 y53[/c]
Works very gently.