G-code: Difference between revisions

From Wizard Rants
Jump to navigation Jump to search
quick M commands to make like handy
 
m spelling
Line 1: Line 1:
=== Movements ===
===Movements===
'''[https://reprap.org/wiki/G-code#M564:_Limit_axes M564]''' Unrestrict movements beyond the axis' defined in config.g
'''[https://reprap.org/wiki/G-code#M564:_Limit_axes M564]''' Unrestricted movements beyond the axis' defined in config.g


Example: <code>M564 S0 H0</code>
Example: <code>M564 S0 H0</code>
<br />
<br />

Revision as of 22:29, 21 June 2020

Movements

M564 Unrestricted movements beyond the axis' defined in config.g

Example: M564 S0 H0