G-code: Difference between revisions

From Wizard Rants
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
===Movements===
===Movements===
'''[https://reprap.org/wiki/G-code#M564:_Limit_axes M564]'''  (Limit Axes): Unrestricted movements beyond the axes' defined in config.g
'''[https://reprap.org/wiki/G-code#M564:_Limit_axes M564]'''  (''Limit Axes''): Unrestricted movements beyond the axes' defined in config.g
 
:Example: <code>M564 S0 H0</code>
:Example: <code>M564 S0 H0</code>

Revision as of 03:08, 24 June 2020

Movements

M564 (Limit Axes): Unrestricted movements beyond the axes' defined in config.g

Example: M564 S0 H0