aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* 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
* output_pin: Increase time host has to confirm a pin settingKevin O'Connor2021-03-261-6/+7
* output_pin: Support setting max_duration (#3995)Pascal P2021-03-261-5/+33
* palette2: Add support for P2 devices (#4057)Clifford Roche2021-03-263-11/+639
* replicape: Don't require a host alias for the enable_pin defaultKevin O'Connor2021-03-251-1/+1
* menu: changes in tune menu according to #4023 (#4086)Janar Sööt2021-03-231-3/+3
* graph_accelerometer: Support axis-level comparison of adxl345 dataDmitry Butyugin2021-03-201-0/+4
* shaper_calibrate: Reduced min shaper freqs to match max_accel ~= 1500Dmitry Butyugin2021-03-201-6/+6
* shaper_calibrate: Ignore vibrations below max_psd / 20 thresholdDmitry Butyugin2021-03-201-8/+16
* shaper_calibrate: Estimate max_accel to avoid excessive smoothingDmitry Butyugin2021-03-201-8/+34
* mcu: Update hints for "Timer too close" and "No next step" errorsKevin O'Connor2021-03-191-1/+6
* htu21d: sensor definition fix (#4075)Jon Sanders2021-03-181-0/+3
* tmc2660: Fix typo in seup fieldKevin O'Connor2021-03-181-1/+1
* tmc2660: Use lowercase for stallguard/coolstep fieldsKevin O'Connor2021-03-181-15/+15
* tmc2660: Report SE in DUMP_TMC even if zeroKevin O'Connor2021-03-161-2/+3
* tmc2130: Report CS_ACTUAL in DUMP_TMC even if zeroKevin O'Connor2021-03-161-0/+1
* tmc: Only check for tmc2130 reset via CS_ACTUAL if IHOLD > 0Kevin O'Connor2021-03-151-0/+3
* bme280: Add support for BMP280 and BME680 sensors (#4040)Michael Kurz2021-03-151-66/+335
* tmc: Improve driver reset check on tmc2130 and tmc2660Kevin O'Connor2021-03-151-9/+23
* tmc: Move clear_gstat check for tmc2130 to within TMCErrorCheck classKevin O'Connor2021-03-152-7/+8
* tmc2660: Change stallguard flags to better match tmc2130/tmc5160Kevin O'Connor2021-03-151-6/+5
* filament_motion_sensor: Add filament_motion_sensor (#3857)TheJoshW2021-03-141-0/+76
* extruder: Support looking up an extruder position from a past timeKevin O'Connor2021-03-131-0/+6
* stepcompress: Add support for tracking history of queue_step commandsKevin O'Connor2021-03-133-28/+130
* serialhdl: Only load the CAN module if CAN bus is configuredKevin O'Connor2021-03-131-1/+2
* mcu: Add support for connecting to devices on a CAN busKevin O'Connor2021-03-132-6/+43
* console: Add support for connecting via CAN busKevin O'Connor2021-03-131-3/+13
* serialhdl: Add support for communicating over a CAN busKevin O'Connor2021-03-131-1/+46
* serialqueue: Support sending messages over a CAN busKevin O'Connor2021-03-134-30/+80
* tmc_uart: Limit to only one active uart at a time on an mcuKevin O'Connor2021-03-121-1/+18
* tmc2130: Fix broken error report due to missing self.nameKevin O'Connor2021-03-111-0/+1
* tmc2130: Verify SPI register writesKevin O'Connor2021-03-104-11/+41
* tmc2660: Do not enable SFILT by defaultKevin O'Connor2021-03-101-2/+1
* idle_timeout: change standard timeout g-code (#4018)fleinze2021-03-071-1/+3