klipper/klippy
Kevin O'Connor e6e0a21b06 toolhead: Allow junction_deviation to be set to zero
Allow lookahead to be effectively disabled by setting
junction_deviation to zero.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2017-12-18 20:44:59 -05:00
..
cartesian.py homing: Directly interact with the kinematic class on query_endstops() 2017-12-06 19:13:54 -05:00
chelper.py
chipmisc.py mcu: Remove unneeded MCU_digital_out.get_last_setting() method 2017-12-06 19:13:54 -05:00
clocksync.py clocksync: The clock estimate should add the rtt time not subtract it 2017-12-16 20:21:38 -05:00
console.py
corexy.py homing: Directly interact with the kinematic class on query_endstops() 2017-12-06 19:13:54 -05:00
delta.py delta: Default stepper_b/c position_endstop to stepper_a's 2017-12-08 18:20:04 -05:00
extruder.py stepper: Store pointers to step_const and step_delta in PrinterStepper 2017-11-18 17:29:23 -05:00
fan.py
gcode.py homing: Directly interact with the kinematic class on query_endstops() 2017-12-06 19:13:54 -05:00
heater.py heater: Avoid math errors on extreme ADC readings 2017-11-13 11:07:20 -05:00
homing.py homing: Directly interact with the kinematic class on query_endstops() 2017-12-06 19:13:54 -05:00
klippy.py gcode: Move SET_SERVO command from gcode.py to chipmisc.py 2017-12-06 18:35:51 -05:00
list.h
mcu.py mcu: Store MCU_stepper commanded_pos as a float 2017-12-07 18:14:50 -05:00
msgproto.py
parsedump.py
pins.py pins: Fix atmega168/328 mappings 2017-12-09 11:48:26 -05:00
pyhelper.c
pyhelper.h
queuelogger.py
reactor.py
serialhdl.py
serialqueue.c
serialqueue.h
stepcompress.c stepcompress: Fix proactive queue flushing on move with 64K+ steps 2017-11-29 20:24:50 -05:00
stepper.py delta: Default stepper_b/c position_endstop to stepper_a's 2017-12-08 18:20:04 -05:00
toolhead.py toolhead: Allow junction_deviation to be set to zero 2017-12-18 20:44:59 -05:00
util.py