We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ec52a commit ba8124eCopy full SHA for ba8124e
src/Mod/CAM/Path/Post/scripts/refactored_masso_g3_post.py
@@ -120,8 +120,8 @@ def init_values(values: Values) -> None:
120
values["PREAMBLE"] = """G17 G54 G40 G49 G80 G90"""
121
122
#
123
- #setting TOOL_BEFORE_CHANGE to True will output T# M6 before each tool change
124
- #rather than M6 T#.
+ # setting TOOL_BEFORE_CHANGE to True will output T# M6 before each tool change
+ # rather than M6 T#.
125
126
values["TOOL_BEFORE_CHANGE"] = type(True)
127
values["UNITS"] = UNITS
0 commit comments