Skip to content

Commit

Permalink
Fix typo and add some clarity
Browse files Browse the repository at this point in the history
Replaces #23
  • Loading branch information
fieldOfView committed Apr 25, 2022
1 parent 6985d1e commit cf25a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZOffsetPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(self):
}
self._settings_dict["adhesion_z_offset_extensive_processing"] = {
"label": "Extensive Z Offset Processing",
"description": "Apply the Z Offset throughout the Gcode file instead of affecting the coordinate system. Turning this option on will increae the processing time so it is recommended to leave it off.",
"description": "Apply the Z Offset throughout the Gcode file instead of affecting the coordinate system. Turning this option on will increase the processing time so it is recommended to leave it off, but it may be needed for some firmware versions.",
"type": "bool",
"default_value": False,
"value": "True if machine_gcode_flavor == \"Griffin\" else False",
Expand Down

0 comments on commit cf25a16

Please sign in to comment.