aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* probe: Rename probe_prepare/finalize to probe_prepare/finishKevin O'Connor2020-04-252-3/+3
* gcode: Rename respond() to respond_raw()Kevin O'Connor2020-04-248-31/+31
* gcode: Don't export respond_error()Kevin O'Connor2020-04-241-6/+6
* virtual_sdcard: No need to call gcode.respond_error() on disk errorKevin O'Connor2020-04-241-2/+0
* gcode: Raise a gcode.error() from G20 commandKevin O'Connor2020-04-241-1/+1
* respond: Simplify M118 handlingKevin O'Connor2020-04-241-16/+13
* z_tilt: Raise a gcode.error() instead of directly calling respond_error()Kevin O'Connor2020-04-242-11/+7
* gcode_arcs: Disable E moves in absolute extrude modeKevin O'Connor2020-04-231-7/+4
* gcode_arcs: Minor cleanup of planArc()Kevin O'Connor2020-04-221-42/+27
* gcode_arcs: Fix Z moves and E movesKevin O'Connor2020-04-222-11/+18
* gcode_arcs: Simplify parameter parsingKevin O'Connor2020-04-221-84/+37
* safe_z_home: Simplify check for axes to homeKevin O'Connor2020-04-221-5/+3
* rotary_delta: The get_status() method should take eventtime parameterKevin O'Connor2020-04-201-1/+1
* homing: Avoid divide by zero error on PROBE at minimum Z positionKevin O'Connor2020-04-191-0/+2
* neopixel: Allow host software to configure neopixel timingKevin O'Connor2020-04-151-2/+9
* bed_mesh: Fix typo (#2692)Piotr Usewicz2020-04-141-1/+1
* Revert "bltouch: No need to pause the toolhead for PWM off commands"Kevin O'Connor2020-04-041-6/+4
* serial: Add Fysetc Cheetah board specific reset sequenceGrigori Goronzy2020-04-022-4/+46
* bltouch: No need to pause the toolhead for PWM off commandsKevin O'Connor2020-04-021-4/+6
* bltouch: Don't assume reset will do a pin_up in test_sensor()Kevin O'Connor2020-04-021-9/+16
* bltouch: Call sync_print_time() on multi_probe_end()Kevin O'Connor2020-04-021-0/+1
* bltouch: Apply reset command for a full second on a raise_probe() failureKevin O'Connor2020-04-021-2/+1
* bltouch: Separate out pin_up_not_triggered case in raise_probe()Kevin O'Connor2020-04-021-6/+9
* bltouch: Don't raise an error in verify_state()Kevin O'Connor2020-04-021-18/+17
* extruder: step_distance must be positive on SET_EXTRUDER_STEP_DISTANCEKevin O'Connor2020-03-281-1/+1
* stepper: No need to pass stepper_kinematics to set_step_dist()Kevin O'Connor2020-03-282-8/+7
* Extruder: Add g-code to set extruder step_distance (#2598)David Smith2020-03-282-0/+21
* stepper: Add a config check for obvious incorrect homing_positive_dirKevin O'Connor2020-03-241-0/+7
* serialhdl: Reduce connection fail timeout from 2.5 minutes to 1.5 minutesKevin O'Connor2020-03-241-1/+1
* klippy: Log shutdown state in invoke_shutdown()Kevin O'Connor2020-03-241-0/+1
* Allow manual_stepper to run in parallel than an other stepperJeremy Briffaut2020-03-231-3/+7
* statistics: Exit loop as soon as MemAvailable foundKevin O'Connor2020-03-221-0/+1
* statistics: Add system statsKevin O'Connor2020-03-221-2/+18
* util: Try to dump mcu build information on a connection errorKevin O'Connor2020-03-222-2/+57
* mcu: Shutdown if a spontaneous restart of an mcu is observedKevin O'Connor2020-03-221-3/+8
* display: Remove unused self.lcd_type variableKevin O'Connor2020-03-211-3/+1
* manual_stepper: Fix sensorless endstop for manual_stepper (#2621)kakou-fr2020-03-201-0/+11
* stepcompress: Implement a step+dir+step filterKevin O'Connor2020-03-134-31/+105
* stepcompress: Move code around in stepcompress.cKevin O'Connor2020-03-132-51/+51
* display: Use the active extruder in the default 16x4 screen layoutKevin O'Connor2020-03-131-1/+3
* display: Use a separate display group for 16x4 multiple extrudersKevin O'Connor2020-03-131-57/+73
* display: Fix percent progress rendering on 16x4 multi-extruder layoutKevin O'Connor2020-03-081-1/+1
* display: add support for multiple displaysArksine2020-03-082-4/+21
* menu: Remove the "test" menu from the default menuKevin O'Connor2020-03-081-20/+0
* menu: Disable support for "deck" and "card" menu itemsKevin O'Connor2020-03-082-383/+2
* display: Replace hard-coded display with new config based displayKevin O'Connor2020-03-084-169/+334
* display_status: Separate out M73 and M117 handling to new moduleKevin O'Connor2020-03-082-75/+71
* clocksync: Remove no longer used get_adjusted_freq() functionKevin O'Connor2020-03-062-7/+0
* mcu: Calculate homing rest_ticks via standard print_time_to_clock() callKevin O'Connor2020-03-061-1/+1
* tmc_uart: Use nominal mcu frequency in baud calculationKevin O'Connor2020-03-061-1/+1