Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 27, 2024
1 parent a659a3a commit b9b0bd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Mod/CAM/Path/Main/Gui/Job.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ def openTaskPanel(self, activate=None):
self.showOriginAxis(True)
self.deleteOnReject = False



def resetTaskPanel(self):
self.showOriginAxis(False)
self.taskPanel = None
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/CAM/Path/troubleshooting.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
TROUBLESHOOTING_GENERAL = """
Troubleshooting tips:
- check if selected tool diameter is not too large for this operation and selected features
- try increasing slightly Tolerance parameter in Job settings -> OpDefaults window
- try increasing slightly Tolerance parameter in Job settings -> OpDefaults window
"""
4 changes: 3 additions & 1 deletion src/Mod/CAM/libarea/Adaptive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2030,7 +2030,9 @@ bool Adaptive2d::FindEntryPoint(TPaths& progressPaths,
}

if (!found) {
cerr << "Start point not found! Tool diameter is most likely too big for this operation and selected geometry features." << endl;
cerr << "Start point not found! Tool diameter is most likely too big for this operation "
"and selected geometry features."
<< endl;
}
if (found) {
// visualize/progress for helix
Expand Down

0 comments on commit b9b0bd7

Please sign in to comment.