leveling: Change default speed
This commit is contained in:
parent
ce7546b781
commit
5585558e06
|
@ -24,7 +24,7 @@ class KlipperPlugin(
|
||||||
macros=[{'name':"Echo", 'macro':"ECHO"}],
|
macros=[{'name':"Echo", 'macro':"ECHO"}],
|
||||||
probeHeight=0,
|
probeHeight=0,
|
||||||
probeLift=5,
|
probeLift=5,
|
||||||
probeSpeedXy=800,
|
probeSpeedXy=1500,
|
||||||
probeSpeedZ=500,
|
probeSpeedZ=500,
|
||||||
probePoints=[{'x':0, 'y':0}])
|
probePoints=[{'x':0, 'y':0}])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue