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
*
heater_bed: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-5
/
+4
*
screws_tilt_adjust: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-2
/
+2
*
bltouch: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-8
/
+8
*
tuning_tower: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-8
/
+8
*
query_endstops: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-3
/
+2
*
fan: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-4
/
+3
*
stepper_enable: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-21
/
+21
*
pid_calibrate: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-10
/
+9
*
safe_z_home: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-5
/
+5
*
endstop_phase: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-11
/
+11
*
homing_override: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-6
/
+6
*
query_adc: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-6
/
+5
*
gcode_macro: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-7
/
+5
*
idle_timeout: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-7
/
+4
*
tsl1401cl_filament_width_sensor: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-8
/
+8
*
force_move: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-23
/
+24
*
quad_gantry_level: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-3
/
+3
*
manual_probe: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-14
/
+14
*
z_tilt: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-13
/
+14
*
probe: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-53
/
+45
*
firmware_retraction: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-21
/
+16
*
heaters: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-10
/
+9
*
configfile: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-1
/
+1
*
extruder: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-32
/
+28
*
cartesian: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-2
/
+2
*
toolhead: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-23
/
+19
*
virtual_sdcard: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-25
/
+25
*
skew_correction: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-43
/
+40
*
respond: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-12
/
+12
*
display_status: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-5
/
+4
*
bed_mesh: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-18
/
+16
*
gcode_arcs: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-13
/
+13
*
gcode: Use new GCodeCommand wrappers in command handlers
Kevin O'Connor
2020-05-05
1
-82
/
+80
*
gcode: Create new wrapper class for gcode command parameters
Kevin O'Connor
2020-05-05
7
-59
/
+102
*
itersolve: Use more explicit list traversal in itersolve_generate_steps()
Kevin O'Connor
2020-05-04
1
-28
/
+44
*
itersolve: Fix numeric stability of flush range times
Kevin O'Connor
2020-05-04
1
-2
/
+6
*
htu21d: Support for HTI21D family sensor on I2C bus (#2803)
Lucio Tarantino
2020-05-03
2
-0
/
+239
*
linux: Adapt servo0 channels for beagleboard kernel 4.14.108-ti (#2746)
Janne Grunau
2020-05-03
1
-3
/
+17
*
clocksync: Don't filter any of the initial syncronization clock messages
Kevin O'Connor
2020-05-02
1
-1
/
+2
*
gcode: Only call position_with_transform() when printer is ready
Kevin O'Connor
2020-05-02
1
-1
/
+2
*
pid_calibrate: Fix module import
Kevin O'Connor
2020-04-25
1
-2
/
+2
*
heaters: Make heater.py an "extras" module
Kevin O'Connor
2020-04-25
16
-45
/
+50
*
heater: Move M105 command handling from gcode.py to heater.py
Kevin O'Connor
2020-04-25
5
-49
/
+59
*
klippy: Add an is_shutdown() method
Kevin O'Connor
2020-04-25
1
-3
/
+5
*
gcode_button: Simplify script execution
Kevin O'Connor
2020-04-25
1
-25
/
+9
*
probe: Rename probe_prepare/finalize to probe_prepare/finish
Kevin O'Connor
2020-04-25
2
-3
/
+3
*
gcode: Rename respond() to respond_raw()
Kevin O'Connor
2020-04-24
8
-31
/
+31
*
gcode: Don't export respond_error()
Kevin O'Connor
2020-04-24
1
-6
/
+6
*
virtual_sdcard: No need to call gcode.respond_error() on disk error
Kevin O'Connor
2020-04-24
1
-2
/
+0
*
gcode: Raise a gcode.error() from G20 command
Kevin O'Connor
2020-04-24
1
-1
/
+1
[next]