settings: New default macro
This commit is contained in:
parent
e722718984
commit
224a09a383
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue