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
*
filament_motion_sensor: add get_status (#4281)
Alex Zellner
2021-05-11
1
-0
/
+1
*
virtual_sdcard: fix check for case sensitive files
Arksine
2021-05-11
1
-1
/
+2
*
menu: Fixed typo when reading `print_stats.state` (#4261)
Dany Yanev
2021-05-06
1
-2
/
+2
*
kinematics: Add hybrid-corexy and hybrid-corexz (#4229)
Tircown
2021-05-03
2
-0
/
+200
*
klippy: Report known software versions on a protocol error during connection
Kevin O'Connor
2021-05-02
2
-3
/
+16
*
endstop: Report trigger time in endstop_query response
Kevin O'Connor
2021-04-30
1
-2
/
+2
*
adxl345: Use "clock" suffix instead of "time" in commands
Kevin O'Connor
2021-04-30
1
-5
/
+5
*
pulse_counter: Use "clock" suffix instead of "time" in commands
Kevin O'Connor
2021-04-30
1
-5
/
+6
*
stepper: Remove min_stop_interval from mcu code
Kevin O'Connor
2021-04-30
2
-3
/
+2
*
toolhead: Do not limit SET_VELOCITY_LIMIT to values specified in config
Kevin O'Connor
2021-04-30
1
-8
/
+4
*
stepper: Do not set min_stop_interval in micro-controller
Kevin O'Connor
2021-04-30
12
-67
/
+5
*
probe: Use original XY position on multiple probe samples
Kevin O'Connor
2021-04-28
1
-2
/
+2
*
gcode: Generate M115 output even if command not sent from gcode pseudo-terminal
Kevin O'Connor
2021-04-28
1
-1
/
+4
*
Revert "endstop_phase: wip"
Kevin O'Connor
2021-04-28
1
-7
/
+0
*
endstop_phase: wip
Kevin O'Connor
2021-04-28
1
-0
/
+7
*
resonance_tester: Refactored the testing code
Dmitry Butyugin
2021-04-28
1
-109
/
+68
*
screws_tilt_adjust: Add MAX_DEVIATION parameter for bed level invariant.
Johannes Stuettgen
2021-04-28
1
-0
/
+8
*
probe: Add deactivate_on_each_sample: param for Probe (#4161)
nlef
2021-04-24
1
-8
/
+25
*
adxl345: Verify the register writes, added debug adxl345 commands
Dmitry Butyugin
2021-04-24
1
-20
/
+75
*
stepper: Register a config default for calculated homing_positive_dir
Kevin O'Connor
2021-04-16
1
-0
/
+1
*
palette2: Fix get_status (#4171)
Clifford Roche
2021-04-15
1
-1
/
+3
*
palette2: Add ping variation + ping status reports (#4114)
Clifford Roche
2021-04-14
1
-20
/
+45
*
stepcompress: Improve numerical stability of step+dir+step filter
Kevin O'Connor
2021-04-11
1
-1
/
+1
*
bed_mesh: introduce "faulty_regions" option
Arksine
2021-04-10
1
-5
/
+167
*
bed_mesh: Allow user to clear the relative_reference_index via gcode
Arksine
2021-04-10
1
-0
/
+2
*
toolhead: Export the print_stalls value via get_status()
Kevin O'Connor
2021-04-09
1
-0
/
+1
*
statistics: Export the OS and process load in a get_status() method
Kevin O'Connor
2021-04-09
1
-17
/
+45
*
pca9533: RGB support for the mightyboard (#4150)
le-Bark
2021-04-09
1
-0
/
+53
*
hd44780_spi: added lcd support to the mightyboard (#4121)
le-Bark
2021-04-07
2
-1
/
+127
*
resonance_tester: Fixed multi-point resonance testing
Dmitry Butyugin
2021-04-07
2
-3
/
+6
*
bed_mesh: Perform initialization from klippy:connect instead of klippy:ready
Kevin O'Connor
2021-04-02
1
-3
/
+0
*
bltouch: Minor indentation change
Kevin O'Connor
2021-04-02
1
-3
/
+2
*
bltouch: Raise the probe as soon as the endstop triggers
Kevin O'Connor
2021-04-02
1
-9
/
+24
*
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
[next]