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
*
display_status: fix M117 checksum trimming (#3377)
jhpadjustable
2020-09-28
1
-1
/
+3
*
configfile: report "save_config_pending" via get_status() (#3372)
Eric Callahan
2020-09-28
1
-1
/
+5
*
mcu: Fix set_pwm() for hard pwm
Kevin O'Connor
2020-09-27
1
-11
/
+13
*
mcu: Add support for changing cycle_time in set_pwm()
Kevin O'Connor
2020-09-26
5
-14
/
+22
*
gpiocmds: Add soft-pwm frequency modulation support
Guy Shapira
2020-09-26
1
-9
/
+16
*
chelper: Add missing serialqueue_set_receive_window() def to serialqueue.h
Kevin O'Connor
2020-09-26
1
-0
/
+1
*
chelper: Use standard C type definition for pyhelper_logging_callback
Kevin O'Connor
2020-09-26
1
-1
/
+1
*
chelper: Rework check for building C code
Kevin O'Connor
2020-09-26
1
-22
/
+26
*
delta_calibrate: Don't error on an invalid kinematic guess
Kevin O'Connor
2020-09-17
1
-15
/
+19
*
gcode: Don't log debugging output for unknown commands if command is blank
Kevin O'Connor
2020-09-17
1
-1
/
+3
*
heaters: Disable unused pwm output debugging info
Kevin O'Connor
2020-09-17
1
-3
/
+3
*
reactor: Record time of recent gc collection sweeps
Kevin O'Connor
2020-09-17
2
-10
/
+16
*
display: Remove circular references from intermediate context object
Kevin O'Connor
2020-09-16
1
-0
/
+1
*
reactor: Add support for explicit Python garbage collection
Kevin O'Connor
2020-09-16
2
-15
/
+38
*
klippy: Call gc.collect() on a "restart" request
Kevin O'Connor
2020-09-16
1
-2
/
+4
*
reactor: Terminate any greenlets on finalize() call
Kevin O'Connor
2020-09-16
1
-1
/
+12
*
reactor: Add explicit finalize() method to clean up reactor state
Kevin O'Connor
2020-09-16
2
-8
/
+10
*
serialhdl: Setup for serialqueue_free to be automatically called
Kevin O'Connor
2020-09-16
1
-8
/
+10
*
serialhdl: Don't define a __del__() method
Kevin O'Connor
2020-09-16
1
-2
/
+0
*
mcu: Setup for steppersync_free to be automatically called
Kevin O'Connor
2020-09-16
1
-14
/
+14
*
mcu: Don't define a __del__() method
Kevin O'Connor
2020-09-16
1
-2
/
+0
*
bed_mesh: add mesh parameters to BED_MESH_CALIBRATE
Arksine
2020-09-15
1
-12
/
+84
*
probe: add update_probe_points() method to helper
Arksine
2020-09-15
1
-0
/
+3
*
bed_mesh: move algorithm verification to its own method
Arksine
2020-09-15
1
-6
/
+11
*
bed_mesh: move mesh area configuration to _init_mesh_config
Arksine
2020-09-15
1
-29
/
+36
*
chelper: Set compiler flags to never use "x387" floating point math
Kevin O'Connor
2020-09-15
1
-7
/
+18
*
probe: add get_status wrapper to probe for last_query from query_probe comman...
Paul McGowan
2020-09-09
1
-0
/
+4
*
uc1701: Add x_offset (Used to add horizontal offset on SSD1306/SH1106 display...
rjpatawaran
2020-09-09
1
-4
/
+9
*
adc_scaled: Add support for Duet2 Maestro "vref monitoring"
Kevin O'Connor
2020-09-09
1
-0
/
+79
*
gcode_button: Add support for analog buttons
Kevin O'Connor
2020-09-09
1
-1
/
+11
*
mcu: Use schedule_pwm_out instead of set_pwm_out on a restart
Kevin O'Connor
2020-09-09
1
-4
/
+7
*
klippy: Improve handling of reactor.run() exceptions
Kevin O'Connor
2020-09-06
1
-2
/
+11
*
adxl345: Add support for adxl345 accelerometer
Kevin O'Connor
2020-09-05
1
-0
/
+225
*
uc1701: Improve Python3 compatibility
Kevin O'Connor
2020-09-04
1
-2
/
+2
*
hd44780: Improve Python3 compatibility
Kevin O'Connor
2020-09-04
1
-1
/
+1
*
buttons: Improve python3 compatibility
Kevin O'Connor
2020-09-04
1
-3
/
+3
*
pid_calibrate: Update for improved python3 compatibility
Kevin O'Connor
2020-09-04
1
-1
/
+1
*
probe: Make sure z is homed before probing
Kevin O'Connor
2020-09-04
1
-4
/
+6
*
homing: Prefer printer.command_error() instead of homing.CommandError()
Kevin O'Connor
2020-09-04
8
-17
/
+16
*
homing: Remove EndstopError
Kevin O'Connor
2020-09-04
11
-25
/
+21
*
toolhead: Add a move.move_error() helper
Kevin O'Connor
2020-09-03
9
-26
/
+21
*
input_shaper: Fix typo in SET_INPUT_SHAPER report of shaper_type_y
Kevin O'Connor
2020-09-03
1
-1
/
+1
*
quad_gantry_level: Add additional comments on how leveling works
Kevin O'Connor
2020-09-03
1
-18
/
+41
*
spi_temperature: Simplify and comment MAX31865 temperature calculations
Kevin O'Connor
2020-09-02
2
-19
/
+22
*
spi_temperature: fix MAX31865 temperature conversion (#3274)
Adrian Keet
2020-09-02
1
-1
/
+1
*
kin_shaper: Fix check for optimized X or Y only calculations
Kevin O'Connor
2020-08-30
1
-5
/
+4
*
kin_shaper: Add an init_shaper() helper function
Kevin O'Connor
2020-08-30
1
-26
/
+22
*
kin_shaper: Group shaper setup code together
Kevin O'Connor
2020-08-30
1
-90
/
+93
*
kin_shaper: Allocate space for maximum number of shaper pulses in advance
Kevin O'Connor
2020-08-30
1
-110
/
+99
*
webhooks: Add client_info parameter to "info" webhook
Kevin O'Connor
2020-08-26
2
-14
/
+32
[next]