Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
g92 [2017/01/25 13:37] arthur |
g92 [2021/02/22 16:51] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | [[f> | + | < |
+ | <!-- Original Wikidot-time syntax, auto-replaced: | ||
+ | <!-- Original Wikidot-time syntax, auto-replaced: | ||
+ | <img src="/ | ||
+ | </ | ||
+ | <img src="/ | ||
+ | </ | ||
- | ==* G92 G-code | + | == G92 G-code |
- | The G92 G-code | + | The G92 G-code |
- | This is because when the Reprap project chose it's Gcodes, and what they are supposed to do, they completely ignored the existing G-code standard, and messed everything up. | + | To see more information on the G92 Gcode see [[G92-cnc]] |
- | Not our fault ! | + | On 3D printers '' |
- | On a Reprap, the G92 Gcode means " | ||
- | |||
- | On a CNC mill ( traditionally ), the G92 G-code means "set an offset for all coordinate systems" | ||
- | |||
- | In the Smoothie firmware, if you set {{grbl_mode}} to {{true}}, it will have the "CNC mill" meaning, and if you set it to {{false}} ( or do not set it at all ), it will have the Reprap meaning. See [[[grbl-mode]]]. | ||
- | |||
- | To see information on the G92 Gcode for CNC mills, see [[[G92-cnc]]] | ||
- | |||
- | To see information on the G92 Gcode for Reprap machines, see [[[G92-reprap]]] |