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
*
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
*
itersolve: Export itersolve_calc_position_from_coord()
Kevin O'Connor
2020-01-06
4
-4
/
+13
*
stepper: Track if using units of radians instead of millimeters
Kevin O'Connor
2020-01-06
3
-9
/
+23
*
delta: Simplify DeltaCalibration state tracking
Kevin O'Connor
2020-01-06
1
-42
/
+46
*
delta: Move low-level delta calibration to delta.py
Kevin O'Connor
2020-01-06
2
-72
/
+76
*
delta_calibrate: Move stable position conversion to its own class
Kevin O'Connor
2020-01-06
2
-86
/
+85
*
extruder_stepper: Initial support for synchronized extruder steppers
Simo Apell
2020-01-06
2
-0
/
+27
*
fan: Do not flush look-ahead queue on fan speed change
Kevin O'Connor
2020-01-03
1
-4
/
+6
*
toolhead: Add register_lookahead_callback() method
Kevin O'Connor
2020-01-03
1
-0
/
+13
*
heater: Do not flush look-ahead queue on a heater temperature update
Kevin O'Connor
2020-01-03
4
-15
/
+10
*
kin_extruder: Convert pressure advance to use "weighted average"
Kevin O'Connor
2019-12-20
1
-19
/
+54
*
trapq: Limit the duration of "null" sentinal moves on the trapq
Kevin O'Connor
2019-12-20
1
-1
/
+7
*
gcode_arcs: use correct current position from gcode
Daniel Kucera
2019-12-18
1
-1
/
+1
*
display: Revert "display: Add ST7567 display support (#1540)"
Kevin O'Connor
2019-12-18
2
-36
/
+1
*
mathutil: Disable queuelogger in background_coordinate_descent()
Kevin O'Connor
2019-12-17
2
-4
/
+17
*
extruder: No need to track extrude_pos locally
Kevin O'Connor
2019-12-17
1
-4
/
+2
*
extruder: Flush step generation on ACTIVATE_EXTRUDER
Kevin O'Connor
2019-12-17
1
-0
/
+1
*
extruder: Move M104/M140 commands from gcode.py to extruder.py
Kevin O'Connor
2019-12-16
2
-33
/
+31
*
heater_bed: Move M140/M190 commands from gcode.py to heater_bed.py
Kevin O'Connor
2019-12-16
2
-14
/
+32
*
gcode: Rename bg_temp() to wait_for_temperature()
Kevin O'Connor
2019-12-16
2
-3
/
+4
*
heater: Use printer.command_error() instead of internal heater.error()
Kevin O'Connor
2019-12-16
3
-12
/
+6
*
neopixel: Add support for delaying updates in SET_LED command
Kevin O'Connor
2019-12-15
2
-0
/
+6
*
temperature_sensor: Add get_status() function
Simon Kühling
2019-12-13
1
-0
/
+2
*
heater: Add PrinterHeater get_status() function
Simon Kühling
2019-12-13
1
-0
/
+7
*
itersolve: Improve numerical stability of gen_steps_pre_active check
Kevin O'Connor
2019-12-10
1
-1
/
+2
*
itersolve: Rename scan_pre/_post to gen_steps_pre/post_active
Kevin O'Connor
2019-12-10
3
-9
/
+10
*
gcode: Remove builtin T0/T1/T2/... command support
Kevin O'Connor
2019-12-10
2
-39
/
+1
*
extruder: Add an ACTIVATE_EXTRUDER command
Kevin O'Connor
2019-12-10
2
-0
/
+19
*
gcode: Remove support for the M206 command
Kevin O'Connor
2019-12-10
1
-9
/
+1
*
kin_extruder: Apply pressure advance in kin_extruder.c
Kevin O'Connor
2019-12-08
3
-75
/
+37
[next]