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
*
probe: Don't allow errors to propagate from "gcode:command_error" event
Kevin O'Connor
2020-02-18
1
-2
/
+8
*
menu: Set speed for move actions (#2520)
Christian S
2020-02-17
1
-9
/
+9
*
filament_switch_sensor: Query "printing" status instead of tracking it
Kevin O'Connor
2020-02-17
1
-27
/
+9
*
filament_switch_sensor: Collapse event disable flags
Kevin O'Connor
2020-02-17
1
-12
/
+6
*
filament_switch_sensor: Minor optimization to note_filament_present()
Kevin O'Connor
2020-02-17
1
-5
/
+6
*
filament_switch_sensor: Add a get_status() method
Arksine
2020-02-17
1
-0
/
+3
*
filament_switch_sensor: Execute events using reactor callbacks
Arksine
2020-02-17
1
-4
/
+5
*
filament_switch_sensor: Replace BaseSensor with RunoutHelper
Arksine
2020-02-17
1
-62
/
+58
*
bltouch: Add support for stow_on_each_sample
FanDjango
2020-02-15
1
-8
/
+23
*
probe: Add multi_probe_begin() / multi_probe_end() callbacks
Kevin O'Connor
2020-02-15
2
-0
/
+39
*
gcode: Add a "command_error" event notifier
Kevin O'Connor
2020-02-15
1
-0
/
+1
*
homing: Add a "home_rails_begin" event notifier
Kevin O'Connor
2020-02-15
2
-6
/
+8
*
homing: Merge home_prepare()/home_finalize() into move_begin/move_end events
Kevin O'Connor
2020-02-15
7
-74
/
+63
*
bme280: handle read timeout exceptions
Arksine
2020-02-14
1
-5
/
+12
*
hall_filament_width_sensor: Add new filament sensor
test3210-d
2020-02-14
1
-0
/
+180
*
configfile: Add get_status() to export raw config file information
Kevin O'Connor
2020-02-13
1
-3
/
+13
*
gcode_macro: Support overriding of builtin g-code commands
Kevin O'Connor
2020-02-12
1
-2
/
+23
*
gcode: Return previous handler from register_command(cmd, None)
Kevin O'Connor
2020-02-12
3
-6
/
+7
*
query_endstops: Add get_status() method that reports the last query state
Kevin O'Connor
2020-02-12
1
-3
/
+6
*
homing: Ability to set retract speed between homing moves (#2487)
FanDjango
2020-02-12
2
-5
/
+7
*
homing_heaters: Turn off heaters during homing/probing (#2486)
FanDjango
2020-02-12
3
-0
/
+76
*
stepper_enable: Add SET_STEPPER_ENABLE gcode command (#2463)
David Smith
2020-02-10
1
-3
/
+28
*
tmc: Fix typo preventing stealthchop threshold from being set
Kevin O'Connor
2020-02-09
1
-2
/
+3
*
delayed_gcode: Fix definition reference for UPDATE_DELAYED_GCODE (#2465)
David Smith
2020-02-03
1
-1
/
+1
*
endstop_phase: Query the stepper step_distance from the stepper object
Kevin O'Connor
2020-02-01
1
-23
/
+39
*
tmc: Query the stepper step_distance from the stepper object
Kevin O'Connor
2020-02-01
2
-17
/
+28
*
probe: Add support for configuring lift_speed
Kevin O'Connor
2020-01-31
1
-9
/
+20
*
stepcompress: Fix rounding error when interval=0
Kevin O'Connor
2020-01-25
1
-2
/
+2
*
hd44780: Increase timeout to 40us
Kevin O'Connor
2020-01-24
1
-1
/
+1
*
delta: Add print_radius option to customize valid XY radius
Kevin O'Connor
2020-01-23
1
-1
/
+2
*
kinematics: Remove support for identifying Z steppers
Kevin O'Connor
2020-01-23
10
-18
/
+14
*
itersolve: Add ability to query the active_flags state
Kevin O'Connor
2020-01-23
4
-0
/
+14
*
heater: add support for BME280
Arksine
2020-01-13
1
-0
/
+1
*
bme280: initial implementation of BME280 environmental sensor
Arksine
2020-01-13
1
-0
/
+195
*
bed_mesh: detect incompatible mesh profiles
Arksine
2020-01-09
1
-5
/
+28
*
bed_mesh: refactor print_generated_points()
Arksine
2020-01-09
1
-9
/
+6
*
bed_mesh: fix LOAD_PROFILE
Arksine
2020-01-09
1
-4
/
+10
*
bed_mesh: Allow the default profile to be removed
Arksine
2020-01-09
1
-1
/
+1
*
bed_mesh: improve interpolation checks
Arksine
2020-01-09
1
-20
/
+42
*
bed_mesh: Move BED_MESH_MAP to Bedmesh class
Arksine
2020-01-09
1
-27
/
+23
*
bed_mesh: Add x,y offsets to min/max points in probe_finalize
Arksine
2020-01-09
1
-18
/
+13
*
bed_mesh: refactoring
Arksine
2020-01-09
1
-99
/
+99
*
bed_mesh: improve logging of generated points
Arksine
2020-01-09
1
-20
/
+33
*
bed_mesh: add xy offsets to generated points
Arksine
2020-01-09
1
-10
/
+14
*
ProbePointsHelper: Optionally add xy offsets to probe points
Arksine
2020-01-09
1
-0
/
+6
*
tuning_tower: Support tuning of traditional g-code commands
Kevin O'Connor
2020-01-07
1
-5
/
+8
*
gcode: Fix detection of some "extended" g-code commands
Kevin O'Connor
2020-01-07
1
-4
/
+11
*
rotary_delta: Initial support for rotary delta kinematics
Kevin O'Connor
2020-01-06
3
-2
/
+305
*
delta_calibrate: Add support for manually entering a nozzle Z height
Kevin O'Connor
2020-01-06
1
-3
/
+39
*
homing: Don't assume homing occurs with a constant step rate
Kevin O'Connor
2020-01-06
1
-3
/
+12
[next]