Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pyMKcam
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
pyMKcam
Commits
e990f658
Commit
e990f658
authored
Jul 19, 2012
by
Lars Kruse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable the GCodeTouchOff plugin for now
value handling needs to be fixed
parent
753bcce0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
GCodeTouchOff.py
pycam/Plugins/GCodeTouchOff.py
+6
-0
No files found.
pycam/Plugins/GCodeTouchOff.py
View file @
e990f658
...
...
@@ -22,6 +22,9 @@ along with PyCAM. If not, see <http://www.gnu.org/licenses/>.
import
pycam.Plugins
import
pycam.Utils.log
_log
=
pycam
.
Utils
.
log
.
get_logger
()
class
GCodeTouchOff
(
pycam
.
Plugins
.
PluginBase
):
...
...
@@ -42,6 +45,9 @@ class GCodeTouchOff(pycam.Plugins.PluginBase):
(
"TouchOffPauseExecution"
,
"pause_execution"
,
False
))
def
setup
(
self
):
# TODO: fix the settings handler to fit into the common dict-model
_log
.
warn
(
"The plugin 'GCodeTouchOff' is disabled for now - please ignore any related messages"
)
return
False
if
self
.
gui
:
self
.
box
=
self
.
gui
.
get_object
(
"TouchOffBox"
)
self
.
box
.
unparent
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment