leveling: Change default speed

This commit is contained in:
mfm 2018-01-24 20:54:13 +01:00
parent ce7546b781
commit 5585558e06
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class KlipperPlugin(
macros=[{'name':"Echo", 'macro':"ECHO"}],
probeHeight=0,
probeLift=5,
probeSpeedXy=800,
probeSpeedXy=1500,
probeSpeedZ=500,
probePoints=[{'x':0, 'y':0}])