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
/
extras
Commit message (
Expand
)
Author
Age
Files
Lines
*
stepper: Add support for stepping on both edges of a step pulse
Kevin O'Connor
2021-11-04
2
-4
/
+12
*
heaters: Remove support for deprecated pid_integral_max option
Kevin O'Connor
2021-11-02
1
-4
/
+1
*
gcode_macro: Remove support for deprecated features
Kevin O'Connor
2021-11-02
1
-13
/
+2
*
temperature_host: Remove support for deprecated rpi_temperature alias
Kevin O'Connor
2021-11-02
1
-7
/
+1
*
palette2: Use regular str() types for input on Python2
Kevin O'Connor
2021-10-31
1
-1
/
+1
*
idle_timeout: exit the timer if the printer is shutdown
Eric Callahan
2021-10-29
1
-0
/
+2
*
tmc: Rename handle_stepper_enable() method to _handle_stepper_enable()
Kevin O'Connor
2021-10-29
1
-2
/
+2
*
tmc: Track requested hold_current so SET_TMC_CURRENT doesn't reduce it
Kevin O'Connor
2021-10-27
4
-15
/
+18
*
input_shaper: Fix python3 string encoding
Kevin O'Connor
2021-10-26
1
-2
/
+2
*
input_shaper: Restore shaper_type config option
Kevin O'Connor
2021-10-26
1
-1
/
+2
*
input_shaper: Factored out AxisInputShaper class
Dmitry Butyugin
2021-10-26
1
-97
/
+114
*
input_shaper: Define input shapers in a single place in Python code
Dmitry Butyugin
2021-10-26
3
-163
/
+174
*
temperature_sensor: round reported temps to 2 decimal places
Eric Callahan
2021-10-15
1
-3
/
+3
*
temperature_host: round reported temps to 2 decimal places
Eric Callahan
2021-10-15
1
-1
/
+1
*
lm75: round reported temps to 2 decimal places
Eric Callahan
2021-10-15
1
-1
/
+1
*
htu21d: round reported temps to 2 decimal places
Eric Callahan
2021-10-15
1
-1
/
+1
*
heaters: round reported temps to 2 decimal places
Eric Callahan
2021-10-15
1
-1
/
+1
*
ds18b20: round reported temps to 2 decimal places
Eric Callahan
2021-10-15
1
-1
/
+1
*
bme280: round reported temps to 2 decimal places
Eric Callahan
2021-10-15
1
-1
/
+1
*
adxl345: Renamed decode_samples and fixed/added checks on empty data
Dmitry Butyugin
2021-10-13
3
-8
/
+37
*
tmc: add current values to get_status() (#4696)
Philipp Temminghoff
2021-10-11
1
-1
/
+4
*
button: Support half-stepping encoders
Rufo Sanchez
2021-10-11
2
-35
/
+91
*
ds18b20: Improve Python3 compatibility
Kevin O'Connor
2021-10-07
1
-3
/
+4
*
adxl345: Expanded invalid adxl345 id message
Dmitry Butyugin
2021-10-06
1
-2
/
+5
*
adxl345: Renamed debug commands to fix their parsing by Klipper
Dmitry Butyugin
2021-10-06
1
-10
/
+10
*
klippy: Add Python2 module wrappers and use Python3 module naming
Kevin O'Connor
2021-10-04
2
-2
/
+2
*
virtual_sdcard: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-1
/
+1
*
kinematics: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
2
-2
/
+2
*
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
*
fan: Improve python3 compatibility
Kevin O'Connor
2021-09-30
1
-1
/
+1
*
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
3
-2
/
+6
*
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
*
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
*
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
4
-23
/
+20
[next]