settings: New default macro

This commit is contained in:
mfm 2018-01-24 23:49:11 +01:00
parent e722718984
commit 224a09a383
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class KlipperPlugin(
return dict(
serialport="/tmp/printer",
replace_connection_panel=True,
macros=[{'name':"Echo", 'macro':"ECHO", 'sidebar':True, 'tab':True}],
macros=[{'name':"E-Stop", 'macro':"M112", 'sidebar':True, 'tab':True}],
probeHeight=0,
probeLift=5,
probeSpeedXy=1500,