Skip to content

Commit

Permalink
[PATH] Bugfix centroid_post
Browse files Browse the repository at this point in the history
  • Loading branch information
Schildkroet committed Jan 3, 2021
1 parent ae76158 commit eae5d56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Mod/Path/PathScripts/post/centroid_post.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * Copyright (c) 2015 Dan Falck <ddfalck@gmail.com> *
# * Copyright (c) 2020 Schildkroet *
# * *
# * This file is part of the FreeCAD CAx development system. *
# * *
Expand Down Expand Up @@ -93,7 +94,8 @@
POSTAMBLE = '''M99
'''

TOOLRETURN = '''M5 M25
TOOLRETURN = '''M5
M25
G49 H0
''' # spindle off,height offset canceled,spindle retracted (M25 is a centroid command to retract spindle)

Expand Down

0 comments on commit eae5d56

Please sign in to comment.