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
Commit message (
Expand
)
Author
Age
Files
Lines
*
thermistor: Add support for the board thermistor on the Einsy Rambo
Kevin O'Connor
2020-10-08
3
-3
/
+13
*
config: Note TMC drivers specify current in RMS in example-extras.cfg
Kevin O'Connor
2020-10-07
1
-8
/
+8
*
config: Add a generic-creality-v4.2.7.cfg example config
Kevin O'Connor
2020-09-29
2
-0
/
+89
*
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
6
-15
/
+26
*
gpiocmds: Add soft-pwm frequency modulation support
Guy Shapira
2020-09-26
3
-27
/
+35
*
test: Add pwm tests
Guy Shapira
2020-09-26
2
-0
/
+53
*
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
*
config: Use "restart_method: command" in example stm32f103 ender3 configs
Kevin O'Connor
2020-09-22
2
-0
/
+2
*
sample-macros.cfg: Fix action_respond_info
Florian Heilmann
2020-09-21
1
-2
/
+2
*
sample-raspberry-pi.cfg: Fix action_respond_info
Florian Heilmann
2020-09-21
1
-1
/
+1
*
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
*
graphstats: Add support for graphing system load
Kevin O'Connor
2020-09-16
1
-0
/
+46
*
avrsim: Minor changes so avrsim can run on both Python2 and Python3
Kevin O'Connor
2020-09-16
1
-5
/
+4
*
docs: document additions to BED_MESH_CALIBRATE
Arksine
2020-09-15
2
-2
/
+26
*
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
*
avrsim: migrated to Python 3
Dmitry Butyugin
2020-09-13
1
-9
/
+9
*
docs: Fix "QUERY_STATUS" typo in Command_Templates.md
Kevin O'Connor
2020-09-09
1
-3
/
+3
*
probe: add get_status wrapper to probe for last_query from query_probe comman...
Paul McGowan
2020-09-09
2
-0
/
+8
*
uc1701: Add x_offset (Used to add horizontal offset on SSD1306/SH1106 display...
rjpatawaran
2020-09-09
2
-4
/
+11
*
adc_scaled: Add support for Duet2 Maestro "vref monitoring"
Kevin O'Connor
2020-09-09
3
-2
/
+103
*
graph_temp_sensor: Add support for graphing sensor resistance
Kevin O'Connor
2020-09-09
1
-1
/
+27
*
gcode_button: Add support for analog buttons
Kevin O'Connor
2020-09-09
2
-1
/
+19
*
mcu: Use schedule_pwm_out instead of set_pwm_out on a restart
Kevin O'Connor
2020-09-09
1
-4
/
+7
*
docs: Note that FORCE_MOVE can lead to "No next step" errors in G-Codes.md
Kevin O'Connor
2020-09-08
1
-7
/
+9
*
klippy: Improve handling of reactor.run() exceptions
Kevin O'Connor
2020-09-06
1
-2
/
+11
*
sensor_adxl345: Remove unused stop_time parameter
Kevin O'Connor
2020-09-05
1
-1
/
+1
*
graph_accelerometer: Add tool to graph accelerometer results
Kevin O'Connor
2020-09-05
1
-0
/
+78
*
adxl345: Add support for adxl345 accelerometer
Kevin O'Connor
2020-09-05
5
-1
/
+445
*
uc1701: Improve Python3 compatibility
Kevin O'Connor
2020-09-04
1
-2
/
+2
[next]