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
*
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
3
-113
/
+129
*
input_shaper: Define input shapers in a single place in Python code
Dmitry Butyugin
2021-10-26
5
-374
/
+198
*
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
*
delta: Don't limit XY+Z moves to max_z_velocity
Kevin O'Connor
2021-10-11
1
-5
/
+3
*
button: Support half-stepping encoders
Rufo Sanchez
2021-10-11
2
-35
/
+91
*
configfile: Use Python2's ConfigParser when running on Python2
Kevin O'Connor
2021-10-09
2
-5
/
+8
*
console: Fix Python2 compatibility
Kevin O'Connor
2021-10-08
1
-1
/
+1
*
configfile: Workaround for non-ascii comments on Python2
Kevin O'Connor
2021-10-08
1
-1
/
+2
*
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
*
configfile: Ignore trailing comments starting with a semicolon
Kevin O'Connor
2021-10-06
1
-1
/
+2
*
scripts: Use backport of a recent Python3 configparser on Python2
Kevin O'Connor
2021-10-04
1
-7
/
+1
*
klippy: Add a build import test tool
Kevin O'Connor
2021-10-04
1
-0
/
+19
*
klippy: Add Python2 module wrappers and use Python3 module naming
Kevin O'Connor
2021-10-04
6
-8
/
+29
*
webhooks: Convert to Python3 string encoding
Kevin O'Connor
2021-10-04
1
-15
/
+18
*
gcode: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-2
/
+2
*
console: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-1
/
+1
*
virtual_sdcard: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-1
/
+1
*
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
[next]