Revision to G-Codes not implemented
* M43: Stand by on material exhausted (use M591) | |
* M43: Pin report and debug (much of this functionality is available within M42, M581,M582, M583) | |
- | * M48: Measure Z-Probe repeatability (use a macro) |
+ | * M48: Measure Z-Probe repeatability ([https://forum.duet3d.com/topic/6962/m48-measure-z-probe-repeatability-and-print-to-serial-output|use a macro]) |
* M93: Send axis_steps_per_unit (use M92) | |
* M101: Turn extruder 1 on (Forward), Undo Retraction (use standard G1 commands, or G10 for firmware retraction) | |
* M150: Set display color (No demand/also should be configured on the display not by printer firmware) | |
* M155: Automatically send temperatures (hosts should use polling) | |
- | * M160: Number of mixed materials ( |
- | * M163: Set weight of mixed material ( |
+ | * M160: Number of mixed materials ( use M567) |
+ | * M163: Set weight of mixed material ( use M567 to define the ratios based on extrusion percentage not weight) |
* M164: Store weights (Not required w/o M163) | |
* M165: Set multiple mix weights (use M567) | |
* M202: Set max travel acceleration (use M204) | |
- | * M207: Calibrate z axis by detecting z max length (Clashed with existing meaning of M207) |
+ | * M207: Calibrate z axis by detecting z max length (Clashed with existing meaning of M207, Use G1 H3 instead) |
* M208: Set unretract length (Clashes with M208 Set axis max travel and can be achieved using M207) | |
* M209: Enable automatic retract (no demand) | |
* M210: Set homing feedrates (homing feedrates are specified in the home....g macros) | |
- | * M211: Disable/Enable software |
+ | * M211: Disable/Enable software endstops (use M564) |
* M212: Set Bed Level Sensor Offset (use G31) | |
* M218: Set Hotend Offset (use G10) |
To undo the changes made by this version, click 'Revert Changes.' This will automatically restore the previous version of this guide.