aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* filament_motion_sensor: add get_status (#4281)Alex Zellner2021-05-111-0/+1
* virtual_sdcard: fix check for case sensitive filesArksine2021-05-111-1/+2
* menu: Fixed typo when reading `print_stats.state` (#4261)Dany Yanev2021-05-061-2/+2
* kinematics: Add hybrid-corexy and hybrid-corexz (#4229)Tircown2021-05-032-0/+200
* klippy: Report known software versions on a protocol error during connectionKevin O'Connor2021-05-022-3/+16
* endstop: Report trigger time in endstop_query responseKevin O'Connor2021-04-301-2/+2
* adxl345: Use "clock" suffix instead of "time" in commandsKevin O'Connor2021-04-301-5/+5
* pulse_counter: Use "clock" suffix instead of "time" in commandsKevin O'Connor2021-04-301-5/+6
* stepper: Remove min_stop_interval from mcu codeKevin O'Connor2021-04-302-3/+2
* toolhead: Do not limit SET_VELOCITY_LIMIT to values specified in configKevin O'Connor2021-04-301-8/+4
* stepper: Do not set min_stop_interval in micro-controllerKevin O'Connor2021-04-3012-67/+5
* probe: Use original XY position on multiple probe samplesKevin O'Connor2021-04-281-2/+2
* gcode: Generate M115 output even if command not sent from gcode pseudo-terminalKevin O'Connor2021-04-281-1/+4
* Revert "endstop_phase: wip"Kevin O'Connor2021-04-281-7/+0
* endstop_phase: wipKevin O'Connor2021-04-281-0/+7
* resonance_tester: Refactored the testing codeDmitry Butyugin2021-04-281-109/+68
* screws_tilt_adjust: Add MAX_DEVIATION parameter for bed level invariant.Johannes Stuettgen2021-04-281-0/+8
* probe: Add deactivate_on_each_sample: param for Probe (#4161)nlef2021-04-241-8/+25
* adxl345: Verify the register writes, added debug adxl345 commandsDmitry Butyugin2021-04-241-20/+75
* stepper: Register a config default for calculated homing_positive_dirKevin O'Connor2021-04-161-0/+1
* palette2: Fix get_status (#4171)Clifford Roche2021-04-151-1/+3
* palette2: Add ping variation + ping status reports (#4114)Clifford Roche2021-04-141-20/+45
* stepcompress: Improve numerical stability of step+dir+step filterKevin O'Connor2021-04-111-1/+1
* bed_mesh: introduce "faulty_regions" optionArksine2021-04-101-5/+167
* bed_mesh: Allow user to clear the relative_reference_index via gcodeArksine2021-04-101-0/+2
* toolhead: Export the print_stalls value via get_status()Kevin O'Connor2021-04-091-0/+1
* statistics: Export the OS and process load in a get_status() methodKevin O'Connor2021-04-091-17/+45
* pca9533: RGB support for the mightyboard (#4150)le-Bark2021-04-091-0/+53
* hd44780_spi: added lcd support to the mightyboard (#4121)le-Bark2021-04-072-1/+127
* resonance_tester: Fixed multi-point resonance testingDmitry Butyugin2021-04-072-3/+6
* bed_mesh: Perform initialization from klippy:connect instead of klippy:readyKevin O'Connor2021-04-021-3/+0
* bltouch: Minor indentation changeKevin O'Connor2021-04-021-3/+2
* bltouch: Raise the probe as soon as the endstop triggersKevin O'Connor2021-04-021-9/+24
* bltouch: Use hmove.check_no_movement() to verify bltouch deployedKevin O'Connor2021-04-021-10/+3
* pause_resume: Perform setup via "klippy:connect" instead of "klippy:ready"Kevin O'Connor2021-04-011-2/+3
* bed_mesh: lookup the toolhead object in "handle_connect"Arksine2021-04-011-1/+4
* gcode_move: Make sure to call reset_last_position() in _handle_ready()Kevin O'Connor2021-03-311-0/+1
* skew_correction: Register during "connect" phase instead of "ready" phaseKevin O'Connor2021-03-311-3/+3
* rotary_delta: Fix typo in get_status() homed_axesKevin O'Connor2021-03-291-1/+1
* homing: Pass the HomingMove class to homing_move_begin/end eventsKevin O'Connor2021-03-295-22/+22
* homing: Move homing logic from manual_stepper.py to homing.pyKevin O'Connor2021-03-293-53/+55
* homing: Extract out movement verification to new check_no_movement()Kevin O'Connor2021-03-291-19/+22
* homing: Separate homing/probing movement logic to its own classKevin O'Connor2021-03-291-29/+37
* homing: Move home_axes() into cmd_G28()Kevin O'Connor2021-03-291-8/+7
* homing: Minor simplification of verify_movement trackingKevin O'Connor2021-03-291-7/+4
* homing: Move low-level probing logic from probe.py to homing.pyKevin O'Connor2021-03-292-13/+13
* toolhead: Make sure input_shaper movement starts after endstop checkingKevin O'Connor2021-03-291-0/+1
* output_pin: Fix bug in setting of self.resend_intervalKevin O'Connor2021-03-271-1/+2
* hall_filament_width_sensor: fix range check error (#4113)Denis Ignatenko2021-03-271-2/+2
* output_pin: Make sure to not use a cycle_time or max_duration over 5 secondsKevin O'Connor2021-03-261-5/+8