Difference between revisions of "SETTINGS/Printer/Print Area/Size and Coordinates/Z Offset"
From MatterControl Manual
< SETTINGS | Printer | Print Area | Size and Coordinates
(Created page with "{{Slice Settings |The distance to move the nozzle along the Z axis to ensure that it is the correct distance from the print bed. A positive number will raise the nozzle, and...") |
|||
Line 5: | Line 5: | ||
Can be zero. | Can be zero. | ||
− | Can be negative.| | + | Can be negative. |
+ | |||
+ | == [[Custom GCode Variables|Custom GCode Variable]] == | ||
+ | |||
+ | <code>z_offset</code>| | ||
=== mm === | === mm === | ||
In this example, all values for the Z position will be offset by 0.2 mm so the nozzle will be 0.2 mm higher than it would normally have been.}} | In this example, all values for the Z position will be offset by 0.2 mm so the nozzle will be 0.2 mm higher than it would normally have been.}} |
Revision as of 10:34, 13 January 2016
Function
The distance to move the nozzle along the Z axis to ensure that it is the correct distance from the print bed. A positive number will raise the nozzle, and a negative number will lower it.
Parameters
- millimeters (mm)
Can be zero.
Can be negative.
Custom GCode Variable
z_offset
Example(s)
mm
In this example, all values for the Z position will be offset by 0.2 mm so the nozzle will be 0.2 mm higher than it would normally have been.