Skip to content

Commit ba8124e

Browse files
committed
Added space in comment line for consistent formatting.
1 parent a4ec52a commit ba8124e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Mod/CAM/Path/Post/scripts/refactored_masso_g3_post.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ def init_values(values: Values) -> None:
120120
values["PREAMBLE"] = """G17 G54 G40 G49 G80 G90"""
121121

122122
#
123-
#setting TOOL_BEFORE_CHANGE to True will output T# M6 before each tool change
124-
#rather than M6 T#.
123+
# setting TOOL_BEFORE_CHANGE to True will output T# M6 before each tool change
124+
# rather than M6 T#.
125125
#
126126
values["TOOL_BEFORE_CHANGE"] = type(True)
127127
values["UNITS"] = UNITS

0 commit comments

Comments
 (0)