Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
supported-g-codes [2018/10/18 22:18] 88.186.78.124 [G codes] Typos |
supported-g-codes [2018/12/03 17:50] wolfmanjm [G codes] |
||
---|---|---|---|
Line 31: | Line 31: | ||
| G28.3 | Manual Homing - This allows you to set a home position manually without moving to limit switches | <kbd>G28.3</kbd> | | | G28.3 | Manual Homing - This allows you to set a home position manually without moving to limit switches | <kbd>G28.3</kbd> | | ||
| G28.4 | Manual Homing based on actuator position- This allows you to set a home position manually based on actuator position (used for rotary delta) | <kbd>G28.4</kbd> | | | G28.4 | Manual Homing based on actuator position- This allows you to set a home position manually based on actuator position (used for rotary delta) | <kbd>G28.4</kbd> | | ||
- | | G28.5 | c*Clears the homed flag for the specified axis, or all if not specifed | <kbd>G28.5</kbd> <kbd>G28.5 Z0</kbd> | | + | | G28.5 | Clears the homed flag for the specified axis, or all if not specifed | <kbd>G28.5</kbd> <kbd>G28.5 Z0</kbd> | |
| G28.6 | Shows the homing status of each axis | <kbd>G28.6</kbd> | | | G28.6 | Shows the homing status of each axis | <kbd>G28.6</kbd> | | ||
| G29 | Probes the bed and outputs the bed heights depending on levelling strategy selected, see [[ZProbe]] | <kbd>G29</kbd> | | | G29 | Probes the bed and outputs the bed heights depending on levelling strategy selected, see [[ZProbe]] | <kbd>G29</kbd> | | ||
Line 108: | Line 108: | ||
| M374 | Z grid strategy: save calibration grid. optional S parameter saves a custom file with numerical extention | <kbd>M374 S123</kbd> | | | M374 | Z grid strategy: save calibration grid. optional S parameter saves a custom file with numerical extention | <kbd>M374 S123</kbd> | | ||
| M375 | Z grid strategy: load calibration grid. optional S Parameter loads a pre saved custom grid | <kbd>M375 S123</kbd> | | | M375 | Z grid strategy: load calibration grid. optional S Parameter loads a pre saved custom grid | <kbd>M375 S123</kbd> | | ||
+ | | M375.1 | display the current grid | <kbd>M375.1</kbd> | | ||
| M400 | Wait for the queue to be empty before answering "OK" | <kbd>M400</kbd> | | | M400 | Wait for the queue to be empty before answering "OK" | <kbd>M400</kbd> | | ||
| M407 | Get filament detector information | <kbd>M407</kbd> | | | M407 | Get filament detector information | <kbd>M407</kbd> | | ||
Line 124: | Line 125: | ||
| M670 | ZProbe feedrates Slow/fast(K)/Return (mm/sec) max_z (mm) height (mm) | <kbd>M670 S5.00 K100.00 R0.00 Z357.55 H5.00</kbd> | | | M670 | ZProbe feedrates Slow/fast(K)/Return (mm/sec) max_z (mm) height (mm) | <kbd>M670 S5.00 K100.00 R0.00 Z357.55 H5.00</kbd> | | ||
| M906 | Set Current in milliamp for SPI drivers, only if the driver is handled by the motorcontrol module | <kbd>M906 A1000 B1100</kbd> | | | M906 | Set Current in milliamp for SPI drivers, only if the driver is handled by the motorcontrol module | <kbd>M906 A1000 B1100</kbd> | | ||
- | | M907 | Set Current control via digipot for each axis (current in amps) | <kbd>M907 X1.0 Y1.0 Z1.0 E1.5</kbd> | | + | | M907 | Set Current control via digipot for each axis (current in amps) | <kbd>M907 X1.0 Y1.0 Z1.0 A1.5</kbd> | |
| M909 | Set microsteps (1/n), ONLY for advanced drivers handled by motordriver module, M909.1 will also set the steps/mm accordingly | <kbd>M909 A16 B64</kbd> | | | M909 | Set microsteps (1/n), ONLY for advanced drivers handled by motordriver module, M909.1 will also set the steps/mm accordingly | <kbd>M909 A16 B64</kbd> | | ||
| M910.x | Setup advanced driver chips that support SPI setup, parameters are specific to each chip see chip docs | <kbd>M910</kbd> | | | M910.x | Setup advanced driver chips that support SPI setup, parameters are specific to each chip see chip docs | <kbd>M910</kbd> | |