defaults / reset for M593 and M569
-
I'm interested in having a play with M569 and M593 (step pulse timing and DAA). For M593 I see that DAA is disabled by default.
So, I can run through a range of values for M593, but how can I reset it to disabled?
For the various M569 options, how can I determine the starting points if I want to test deviations +/-?
In gcode, I assume that I can reset the hardware but I want to do this e.g. while printing a tower.
Thanks!
-
https://duet3d.dozuki.com/Wiki/Gcode#Section_M593_Configure_Dynamic_Acceleration_Adjustment
You can send any gcode you want to change settings while a print is in progress. You can even use slicer scripting to modify settings every few layers if you wish, which is perfect for tower tests.
Here's an example of it being done to tune pressure advance: https://duet3d.dozuki.com/Wiki/Pressure_advance#Section_Methods_of_finding_the_right_amount_of_pressure_advance
-
@Phaedrux Thanks, I started from those entries, but see I missed in particular that M593 F0 will disable as I was looking for.
To be clear on M569, written under the Hnn parameter it looks like just sending M569 Pn with no parameters will report the defaults -- will try that out tomorrow.
-
@robm said in defaults / reset for M593 and M569:
To be clear on M569, written under the Hnn parameter it looks like just sending M569 Pn with no parameters will report the defaults -- will try that out tomorrow.
It will report the current values, which will be the defaults if you haven't changed them.