index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
Commit message (
Expand
)
Author
Age
Files
Lines
*
bltouch: Use hmove.check_no_movement() to verify bltouch deployed
Kevin O'Connor
2021-04-02
1
-10
/
+3
*
pause_resume: Perform setup via "klippy:connect" instead of "klippy:ready"
Kevin O'Connor
2021-04-01
1
-2
/
+3
*
bed_mesh: lookup the toolhead object in "handle_connect"
Arksine
2021-04-01
1
-1
/
+4
*
gcode_move: Make sure to call reset_last_position() in _handle_ready()
Kevin O'Connor
2021-03-31
1
-0
/
+1
*
skew_correction: Register during "connect" phase instead of "ready" phase
Kevin O'Connor
2021-03-31
1
-3
/
+3
*
rotary_delta: Fix typo in get_status() homed_axes
Kevin O'Connor
2021-03-29
1
-1
/
+1
*
homing: Pass the HomingMove class to homing_move_begin/end events
Kevin O'Connor
2021-03-29
5
-22
/
+22
*
homing: Move homing logic from manual_stepper.py to homing.py
Kevin O'Connor
2021-03-29
3
-53
/
+55
*
homing: Extract out movement verification to new check_no_movement()
Kevin O'Connor
2021-03-29
1
-19
/
+22
*
homing: Separate homing/probing movement logic to its own class
Kevin O'Connor
2021-03-29
1
-29
/
+37
*
homing: Move home_axes() into cmd_G28()
Kevin O'Connor
2021-03-29
1
-8
/
+7
*
homing: Minor simplification of verify_movement tracking
Kevin O'Connor
2021-03-29
1
-7
/
+4
*
homing: Move low-level probing logic from probe.py to homing.py
Kevin O'Connor
2021-03-29
2
-13
/
+13
*
toolhead: Make sure input_shaper movement starts after endstop checking
Kevin O'Connor
2021-03-29
1
-0
/
+1
*
output_pin: Fix bug in setting of self.resend_interval
Kevin O'Connor
2021-03-27
1
-1
/
+2
*
hall_filament_width_sensor: fix range check error (#4113)
Denis Ignatenko
2021-03-27
1
-2
/
+2
*
output_pin: Make sure to not use a cycle_time or max_duration over 5 seconds
Kevin O'Connor
2021-03-26
1
-5
/
+8
*
output_pin: Increase time host has to confirm a pin setting
Kevin O'Connor
2021-03-26
1
-6
/
+7
*
output_pin: Support setting max_duration (#3995)
Pascal P
2021-03-26
1
-5
/
+33
*
palette2: Add support for P2 devices (#4057)
Clifford Roche
2021-03-26
3
-11
/
+639
*
replicape: Don't require a host alias for the enable_pin default
Kevin O'Connor
2021-03-25
1
-1
/
+1
*
menu: changes in tune menu according to #4023 (#4086)
Janar Sööt
2021-03-23
1
-3
/
+3
*
graph_accelerometer: Support axis-level comparison of adxl345 data
Dmitry Butyugin
2021-03-20
1
-0
/
+4
*
shaper_calibrate: Reduced min shaper freqs to match max_accel ~= 1500
Dmitry Butyugin
2021-03-20
1
-6
/
+6
*
shaper_calibrate: Ignore vibrations below max_psd / 20 threshold
Dmitry Butyugin
2021-03-20
1
-8
/
+16
*
shaper_calibrate: Estimate max_accel to avoid excessive smoothing
Dmitry Butyugin
2021-03-20
1
-8
/
+34
*
mcu: Update hints for "Timer too close" and "No next step" errors
Kevin O'Connor
2021-03-19
1
-1
/
+6
*
htu21d: sensor definition fix (#4075)
Jon Sanders
2021-03-18
1
-0
/
+3
*
tmc2660: Fix typo in seup field
Kevin O'Connor
2021-03-18
1
-1
/
+1
*
tmc2660: Use lowercase for stallguard/coolstep fields
Kevin O'Connor
2021-03-18
1
-15
/
+15
*
tmc2660: Report SE in DUMP_TMC even if zero
Kevin O'Connor
2021-03-16
1
-2
/
+3
*
tmc2130: Report CS_ACTUAL in DUMP_TMC even if zero
Kevin O'Connor
2021-03-16
1
-0
/
+1
*
tmc: Only check for tmc2130 reset via CS_ACTUAL if IHOLD > 0
Kevin O'Connor
2021-03-15
1
-0
/
+3
*
bme280: Add support for BMP280 and BME680 sensors (#4040)
Michael Kurz
2021-03-15
1
-66
/
+335
*
tmc: Improve driver reset check on tmc2130 and tmc2660
Kevin O'Connor
2021-03-15
1
-9
/
+23
*
tmc: Move clear_gstat check for tmc2130 to within TMCErrorCheck class
Kevin O'Connor
2021-03-15
2
-7
/
+8
*
tmc2660: Change stallguard flags to better match tmc2130/tmc5160
Kevin O'Connor
2021-03-15
1
-6
/
+5
*
filament_motion_sensor: Add filament_motion_sensor (#3857)
TheJoshW
2021-03-14
1
-0
/
+76
*
extruder: Support looking up an extruder position from a past time
Kevin O'Connor
2021-03-13
1
-0
/
+6
*
stepcompress: Add support for tracking history of queue_step commands
Kevin O'Connor
2021-03-13
3
-28
/
+130
*
serialhdl: Only load the CAN module if CAN bus is configured
Kevin O'Connor
2021-03-13
1
-1
/
+2
*
mcu: Add support for connecting to devices on a CAN bus
Kevin O'Connor
2021-03-13
2
-6
/
+43
*
console: Add support for connecting via CAN bus
Kevin O'Connor
2021-03-13
1
-3
/
+13
*
serialhdl: Add support for communicating over a CAN bus
Kevin O'Connor
2021-03-13
1
-1
/
+46
*
serialqueue: Support sending messages over a CAN bus
Kevin O'Connor
2021-03-13
4
-30
/
+80
*
tmc_uart: Limit to only one active uart at a time on an mcu
Kevin O'Connor
2021-03-12
1
-1
/
+18
*
tmc2130: Fix broken error report due to missing self.name
Kevin O'Connor
2021-03-11
1
-0
/
+1
*
tmc2130: Verify SPI register writes
Kevin O'Connor
2021-03-10
4
-11
/
+41
*
tmc2660: Do not enable SFILT by default
Kevin O'Connor
2021-03-10
1
-2
/
+1
*
idle_timeout: change standard timeout g-code (#4018)
fleinze
2021-03-07
1
-1
/
+3
[next]