klipper/klippy
Kevin O'Connor ff56c0fb74 extruder: Fix typo in init
Commit 7a81bfc4 broke extrude only moves due to a typo in the commit.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2017-09-05 22:12:15 -04:00
..
cartesian.py toolhead: Eliminate set_max_jerk() from kinematic classes 2017-09-03 15:45:04 -04:00
chelper.py serialqueue: Rename clock estimation variable names 2017-06-30 20:15:36 -04:00
chipmisc.py chipmisc: Add support for configuring ad5206 digipots 2017-08-26 18:27:21 -04:00
console.py console: Add support for a STATS command 2017-08-08 00:27:28 -04:00
corexy.py toolhead: Eliminate set_max_jerk() from kinematic classes 2017-09-03 15:45:04 -04:00
delta.py toolhead: Eliminate set_max_jerk() from kinematic classes 2017-09-03 15:45:04 -04:00
extruder.py extruder: Fix typo in init 2017-09-05 22:12:15 -04:00
fan.py mcu: Add get_mcu() call to the mcu oid objects 2017-08-29 17:59:27 -04:00
gcode.py gcode: Fix error that could cause commands to be processed out of order 2017-09-02 12:05:51 -04:00
heater.py pins: Support registering arbitrary chips that supply configurable pins 2017-08-25 20:38:55 -04:00
homing.py homing: Add a small delay before each homing operation 2017-08-29 18:02:36 -04:00
klippy.py toolhead: Eliminate set_max_jerk() from kinematic classes 2017-09-03 15:45:04 -04:00
list.h
mcu.py mcu: Limit ADC min/max range to a 16bit integer 2017-09-05 18:22:21 -04:00
msgproto.py console: Add LIST command that shows available commands and variables 2017-08-08 00:27:28 -04:00
parsedump.py build: Request python2 for all directly executed python binaries 2017-06-27 20:26:02 -04:00
pins.py mcu: Drop support for TICKS() expansion in mcu config commands 2017-08-26 18:27:21 -04:00
pyhelper.c pyhelper: Fix GETHEX() macro used in dump_string() debugging 2017-05-17 09:57:09 -04:00
pyhelper.h
queuelogger.py
reactor.py
serialhdl.py serialhdl: Sometimes we get an IOError when serial port not found 2017-08-14 21:07:26 -04:00
serialqueue.c serialqueue: Make sure fds are in non-blocking mode 2017-08-14 21:08:28 -04:00
serialqueue.h serialqueue: Rename clock estimation variable names 2017-06-30 20:15:36 -04:00
stepcompress.c stepcompress: Minor performance tweaks for rpi 2017-08-31 10:17:01 -04:00
stepper.py stepper: Adjust homing_speed so that it's an even number of ticks per step 2017-08-29 18:00:17 -04:00
toolhead.py toolhead: Permit look-ahead between Z moves 2017-09-03 15:46:48 -04:00
util.py