mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 23:24:01 -06:00
klippy: remove a few unused variable assignments (#6504)
Signed-off-by: Kamil Domański <kamil@domanski.co>
This commit is contained in:
parent
b029d04668
commit
01c7befacb
9 changed files with 1 additions and 9 deletions
|
@ -11,7 +11,6 @@ from . import idex_modes
|
|||
class HybridCoreXZKinematics:
|
||||
def __init__(self, toolhead, config):
|
||||
self.printer = config.get_printer()
|
||||
printer_config = config.getsection('printer')
|
||||
# itersolve parameters
|
||||
self.rails = [ stepper.PrinterRail(config.getsection('stepper_x')),
|
||||
stepper.LookupMultiRail(config.getsection('stepper_y')),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue