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
*
configfile: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-2
/
+2
*
util: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-5
/
+5
*
mcu: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-1
/
+2
*
reactor: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-2
/
+2
*
serialhdl: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-6
/
+6
*
kinematics: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
9
-30
/
+31
*
display: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
6
-279
/
+279
*
screws_tilt_adjust: Improve Python3 compatibility
Kevin O'Connor
2021-09-30
1
-1
/
+1
*
hybrid_corexy: Improve Python3 compatibility
Kevin O'Connor
2021-09-30
2
-2
/
+4
*
fan: Improve python3 compatibility
Kevin O'Connor
2021-09-30
1
-1
/
+1
*
stepper: Make sure to report an error if endstop_pin is not defined
Kevin O'Connor
2021-09-29
1
-2
/
+2
*
motion_report: Fix typo causing error reports to not propagate
Kevin O'Connor
2021-09-26
1
-1
/
+1
*
configfile: Add support for reporting deprecated options
Kevin O'Connor
2021-09-16
6
-2
/
+34
*
configfile: Setup get_status() results after check_unused_options()
Kevin O'Connor
2021-09-16
1
-5
/
+5
*
heaters: Change default smooth_time from 2 seconds to 1 second
Kevin O'Connor
2021-09-03
1
-1
/
+1
*
tuning_tower: Add STEP_DELTA and STEP_HEIGHT parameters as alternate tuning t...
github@matthewlloyd.net
2021-09-02
1
-3
/
+24
*
tuning_tower: Add SKIP parameter
github@matthewlloyd.net
2021-09-02
1
-0
/
+3
*
delta: Make the 'arm_length' description more clear in save_state()
Kevin O'Connor
2021-09-02
1
-3
/
+3
*
toolhead: change SET_VELOCITY_LIMIT respond (fixed) (#4620)
Stefan Dej
2021-08-31
1
-10
/
+19
*
stepper: detect duplicate endstops
Lasse Dalegaard
2021-08-31
1
-6
/
+26
*
tmc: Fix typo in get_status()
Kevin O'Connor
2021-08-30
1
-0
/
+1
*
adxl345: Allow multiple simultaneous clients
Kevin O'Connor
2021-08-30
1
-12
/
+1
*
adxl345: Change default chip name from "default" to "adxl345"
Kevin O'Connor
2021-08-30
1
-8
/
+4
*
adxl345: Compress each sample from 6 bytes to 5 bytes
Kevin O'Connor
2021-08-30
1
-15
/
+29
*
adxl345: Implement timing via new adxl345_status messages
Kevin O'Connor
2021-08-30
2
-80
/
+125
*
adxl345: Support querying accelerometer data from webhooks interface
Kevin O'Connor
2021-08-30
1
-63
/
+109
*
adxl345: Add new start_internal_client() function and use in callers
Kevin O'Connor
2021-08-30
2
-44
/
+57
*
adxl345: Always initialize device on start_measurements() call
Kevin O'Connor
2021-08-30
1
-15
/
+7
*
adxl345: Move g-code commands to new helper class
Kevin O'Connor
2021-08-30
1
-91
/
+79
*
motion_report: Add helper tool for internal subscribers of data
Kevin O'Connor
2021-08-30
1
-0
/
+22
*
tmc: Add support for a get_status() method
Kevin O'Connor
2021-08-30
6
-1
/
+30
*
mcu: Support multi-mcu homing
Kevin O'Connor
2021-08-28
1
-12
/
+31
*
homing: Fix error in retract move causing "must home axis" errors
Kevin O'Connor
2021-08-28
1
-12
/
+15
*
manual_stepper: Add missing calc_position() wrapper call
Kevin O'Connor
2021-08-26
1
-0
/
+2
*
configfile: Support config.getchoice() with integer keys
Kevin O'Connor
2021-08-25
5
-24
/
+24
*
Revert "toolhead: change SET_VELOCITY_LIMIT respond behavior"
Kevin O'Connor
2021-08-24
1
-19
/
+7
*
toolhead: change SET_VELOCITY_LIMIT respond behavior
stefand
2021-08-24
1
-7
/
+19
*
motion_report: Add support for dumping steps/trapq via API server
Kevin O'Connor
2021-08-22
1
-5
/
+125
*
webhooks: Add register_mux_endpoint() helper function
Kevin O'Connor
2021-08-22
1
-0
/
+28
*
stepper: Add mcu_to_commanded_position() method
Kevin O'Connor
2021-08-22
2
-3
/
+3
*
tmc: Use config.getint() when reading microstep setting
Kevin O'Connor
2021-08-22
1
-3
/
+5
*
bed_mesh: Use config lists
Kevin O'Connor
2021-08-21
1
-32
/
+51
*
tmc_uart: Use config.getlist() for select_pins config option
Kevin O'Connor
2021-08-21
1
-6
/
+6
*
static_digital_output: Use config.getlist() for pins config option
Kevin O'Connor
2021-08-21
1
-1
/
+1
*
multi_pin: Use config.getlist() for pins config option
Kevin O'Connor
2021-08-21
1
-2
/
+2
*
duplicate_pin_override: Use config.getlist() for pins config option
Kevin O'Connor
2021-08-21
1
-1
/
+1
*
board_pins: Use config list helpers
Kevin O'Connor
2021-08-21
1
-13
/
+4
*
z_tilt: Use config.getlists() for z_positions config option
Kevin O'Connor
2021-08-21
1
-9
/
+2
*
safe_z_home: Use config.getfloatlist() for home_xy_position config option
Kevin O'Connor
2021-08-21
1
-7
/
+2
*
resonance_tester: Use config.getlists() for probe_points config option
Kevin O'Connor
2021-08-21
1
-10
/
+2
[next]