mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-03-05 09:34:41 -07:00
Merge branch 'master' into pr-add-constant
This commit is contained in:
commit
9241f1fe69
2 changed files with 2 additions and 2 deletions
|
|
@ -95,4 +95,4 @@ max_z_accel: 100
|
|||
aliases:
|
||||
EXP1_1=PC6,EXP1_3=PB10,EXP1_5=PB14,EXP1_7=PB12,EXP1_9=<GND>,
|
||||
EXP1_2=PB2,EXP1_4=PB11,EXP1_6=PB13,EXP1_8=PB15,EXP1_10=<5V>,
|
||||
PROBE_IN=PB0,PROBE_OUT=PB1,FIL_RUNOUT=PC6
|
||||
PROBE_IN=PB0,PROBE_OUT=PB1,FIL_RUNOUT=PA4
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ class ScrewsTiltAdjust:
|
|||
self.config = config
|
||||
self.printer = config.get_printer()
|
||||
self.screws = []
|
||||
self.results = []
|
||||
self.results = {}
|
||||
self.max_diff = None
|
||||
self.max_diff_error = False
|
||||
# Read config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue