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
*
tmc2130: Rework remaining config helpers to use mcu_tmc interface
Kevin O'Connor
2019-06-10
4
-76
/
+58
*
tmc2130: Move TMC virtual endstop code into a new TMCEndstopHelper class
Kevin O'Connor
2019-06-10
2
-49
/
+57
*
tmc2660: Move current setting code to its own helper class
Kevin O'Connor
2019-06-10
1
-66
/
+78
*
tmc5160: Move current setting code to its own helper class
Kevin O'Connor
2019-06-10
1
-66
/
+61
*
tmc2130: Move current setting code to its own helper class
Kevin O'Connor
2019-06-10
2
-130
/
+85
*
tmc2130: Transmit register initialization during connect callback
Kevin O'Connor
2019-06-10
4
-19
/
+9
*
tmc2660: Use TMCCommandHelper
Kevin O'Connor
2019-06-10
1
-50
/
+7
*
tmc5160: Use TMCCommandHelper
Kevin O'Connor
2019-06-10
1
-46
/
+7
*
tmc2208: Use TMCCommandHelper
Kevin O'Connor
2019-06-10
1
-47
/
+14
*
tmc2130: Factor out g-code command handlers to their own class
Kevin O'Connor
2019-06-10
1
-47
/
+70
*
tmc2208: Move get/set_register functions to new MCU_TMC_uart class
Kevin O'Connor
2019-06-10
1
-112
/
+124
*
tmc2660: Move get/set_register functions to new MCU_TMC2660_SPI class
Kevin O'Connor
2019-06-10
1
-29
/
+48
*
tmc5160: Use tmc2130.MCU_TMC_SPI for low-level get/set_register access
Kevin O'Connor
2019-06-10
1
-43
/
+13
*
tmc2130: Move low-level get/set_register functions to new MCU_TMC_SPI class
Kevin O'Connor
2019-06-10
1
-28
/
+42
*
tmc2660: Define get_register() method
Kevin O'Connor
2019-06-10
1
-13
/
+14
*
tmc5160: Rename registers to Registers and fields to Fields
Kevin O'Connor
2019-06-10
1
-87
/
+87
*
test: Add test cases for tmc drivers
Kevin O'Connor
2019-06-10
3
-0
/
+6
*
serialhdl: Use reactor mutex in send_with_response()
Kevin O'Connor
2019-06-09
1
-12
/
+20
*
gcode: Eliminate the process_batch() method
Kevin O'Connor
2019-06-09
3
-16
/
+12
*
gcode: Convert input handling to use a reactor mutex
Kevin O'Connor
2019-06-09
1
-28
/
+8
*
reactor: Be explicit on which handlers are timer_handler vs file_handler
Kevin O'Connor
2019-06-09
1
-27
/
+27
*
reactor: Add support for mutexes
Kevin O'Connor
2019-06-09
1
-1
/
+33
*
toolhead: Commands should still pause even when sync_print_time
Kevin O'Connor
2019-06-09
1
-2
/
+3
*
homing_override: Pass params to template evaluation
Kevin O'Connor
2019-06-09
1
-1
/
+3
*
gcode_macro: Parse variable_X parameters using ast.literal_eval()
Kevin O'Connor
2019-06-07
1
-4
/
+16
*
idle_timeout: Fix typo causing get_status() to fail
Kevin O'Connor
2019-06-07
1
-1
/
+1
*
filament_switch_sensor: Use template evaluation on gcode
Kevin O'Connor
2019-06-07
1
-10
/
+14
*
filament_runout_sensor: Auto load pause_resume module if pause_on_runout enabled
Kevin O'Connor
2019-06-07
1
-2
/
+3
*
idle_timeout: Use template evaluation on gcode
Kevin O'Connor
2019-06-07
1
-2
/
+5
*
extruder: Use template evaluation on gcode
Kevin O'Connor
2019-06-07
1
-4
/
+7
*
gcode_macro: Add a default parameter to load_template
Kevin O'Connor
2019-06-07
3
-6
/
+7
*
klippy: Provide global access to a printer.command_error exception class
Kevin O'Connor
2019-06-06
1
-1
/
+2
*
manual_probe: Add extra checks to catch manual probe not finishing correctly
Kevin O'Connor
2019-06-06
2
-8
/
+15
*
probe: Check for toolhead movement during activate/deactivate_gcode scripts
Kevin O'Connor
2019-06-06
1
-0
/
+10
*
manual_probe: No need to re-raise an EndstopError
Kevin O'Connor
2019-06-06
1
-2
/
+2
*
bed_screws: No need to re-raise an EndstopError
Kevin O'Connor
2019-06-06
1
-4
/
+1
*
probe: No need to re-raise an EndstopError
Kevin O'Connor
2019-06-06
2
-24
/
+9
*
homing: Catch the more generic CommandError during homing
Kevin O'Connor
2019-06-06
2
-6
/
+6
*
gcode: No need to re-raise an EndstopError
Kevin O'Connor
2019-06-06
1
-20
/
+5
*
gcode: Use the same underlying error object for homing and gcode errors
Kevin O'Connor
2019-06-06
2
-24
/
+26
*
probe: Simplify ProbePointsHelper start and end tracking
Kevin O'Connor
2019-06-06
1
-58
/
+43
*
probe: Be sure to call gcode.reset_last_position() after any manual move
Kevin O'Connor
2019-06-06
1
-1
/
+2
*
probe: Unify mean and median code between run_probe() and PROBE_ACCURACY
Kevin O'Connor
2019-06-06
1
-42
/
+25
*
probe: Move multi-sampling capability from ProbePointsHelper to Probe
Kevin O'Connor
2019-06-06
1
-66
/
+63
*
firmware_retraction: Implementation of tuneable G10/G11 firmware retraction (...
Len Trigg
2019-06-06
1
-0
/
+89
*
gcode_macro: Add support "x in printer" to templates
Kevin O'Connor
2019-06-04
1
-0
/
+6
*
idle_timeout: Add a get_status() method
Kevin O'Connor
2019-06-04
1
-1
/
+8
*
menu: Remove customized get_status overrides
Kevin O'Connor
2019-06-04
1
-17
/
+0
*
display: add get_status method
Janar Sööt
2019-06-04
1
-0
/
+5
*
extruder: add get_status method
Janar Sööt
2019-06-04
1
-0
/
+6
[next]