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
*
tmc2130: Convert field helper into a class
Kevin O'Connor
2019-02-03
2
-21
/
+25
*
bed_mesh: add support for round beds
Arksine
2019-02-02
2
-39
/
+136
*
bed_mesh: log when fade completes.
Arksine
2019-02-02
1
-7
/
+12
*
tmc2208: Decode register fields in DUMP_TMC (#1156)
lorf
2019-02-02
2
-2
/
+189
*
bltouch: Don't error on startup if the bltouch is in an error state
Kevin O'Connor
2019-01-31
1
-1
/
+1
*
bltouch: Retry reset/pin_up if the raise probe attempt fails
Kevin O'Connor
2019-01-31
1
-8
/
+20
*
idle_timeout: Added a missing logging import
Samori Gorse
2019-01-29
1
-0
/
+1
*
docs: Add performance results for SAMD51
Kevin O'Connor
2019-01-28
2
-2
/
+21
*
atsamd: Initial support for SAMD51
Kevin O'Connor
2019-01-28
17
-61
/
+434
*
lib: Update samd51 to work with gcc and bootloaders
Kevin O'Connor
2019-01-28
7
-6
/
+76
*
lib: Add Atmel SAMD51 cmsis files
Kevin O'Connor
2019-01-28
136
-0
/
+64996
*
atsamd: Add a get_pclock_frequency() helper function
Kevin O'Connor
2019-01-28
5
-7
/
+13
*
atsamd: Select the 8K bootloader by default
Kevin O'Connor
2019-01-28
1
-2
/
+2
*
atsamd: Pass the power management id to enable_pclock()
Kevin O'Connor
2019-01-28
9
-32
/
+33
*
atsamd: Clarify clock generation code
Kevin O'Connor
2019-01-28
1
-30
/
+35
*
pause_resume: update documentation
Arksine
2019-01-28
3
-0
/
+37
*
pause_resume: initial implementation of pause/resume functionality for Klipper
Arksine
2019-01-28
1
-0
/
+56
*
gcode: add 'speed' parameter to dictionary returned by get_status()
Arksine
2019-01-28
1
-0
/
+1
*
virtual_sdcard: prepare for pause_resume implementation
Arksine
2019-01-28
1
-1
/
+3
*
config: Added example config file for Geeetech gt2560 controller.
Ales Stimec
2019-01-28
2
-0
/
+89
*
docs: Minor wording change to step_distance FAQ
Kevin O'Connor
2019-01-27
1
-1
/
+1
*
docs: Expand FAQ on why step_distance is used
Kevin O'Connor
2019-01-27
1
-0
/
+8
*
usbserial: Allow USB ids to be specified via Kconfig
Kevin O'Connor
2019-01-25
2
-7
/
+21
*
simulator: Fix simulator build
Kevin O'Connor
2019-01-25
1
-0
/
+3
*
avr: Only prompt for CLEAR_PRESCALER and SIMULAVR with LOW_LEVEL_OPTIONS
Kevin O'Connor
2019-01-25
1
-2
/
+2
*
Kconfig: Move SERIAL_BAUD to src/Kconfig and show with LOW_LEVEL_OPTIONS
Kevin O'Connor
2019-01-25
8
-27
/
+9
*
avr: Rename AVR_SERIAL and AVR_USBSERIAL to SERIAL and USBSERIAL
Kevin O'Connor
2019-01-25
2
-8
/
+8
*
docs: Improve the BLTouch documentation (#1107)
fredizzimo
2019-01-25
1
-18
/
+97
*
atsam: Add support for the SAM3X8C micro-controller
Kevin O'Connor
2019-01-22
4
-1
/
+8
*
adc_temperature: Add support for linear interpolation of resistances
Kevin O'Connor
2019-01-21
3
-9
/
+80
*
adc_temperature: Split linear interpolation code into its own class
Kevin O'Connor
2019-01-21
1
-46
/
+60
*
adc_temperature: Move PrinterADCtoTemperature to adc_temperature.py
Kevin O'Connor
2019-01-21
2
-44
/
+39
*
thermistor: Separate thermistor configuration from basic ADC callback logic
Kevin O'Connor
2019-01-21
1
-14
/
+19
*
docs: Add a FAQ item for "Do I have to use OctoPrint?"
Kevin O'Connor
2019-01-21
1
-11
/
+23
*
bltouch: Take into account clock skew when calculating command duration
Kevin O'Connor
2019-01-21
1
-1
/
+5
*
bltouch: Add a pin_up_touch_mode_reports_triggered config option
Kevin O'Connor
2019-01-21
2
-2
/
+9
*
bltouch: Raise probe on startup
Kevin O'Connor
2019-01-21
1
-6
/
+16
*
bltouch: Attempt to verify that the probe raises after each probe attempt
Kevin O'Connor
2019-01-21
3
-15
/
+31
*
bltouch: Use pin_down mode for probing
Kevin O'Connor
2019-01-21
1
-3
/
+7
*
bltouch: Simplify time keeping of scheduled events
Kevin O'Connor
2019-01-21
1
-26
/
+33
*
bltouch: Verify probe always deploys during a homing operation
Kevin O'Connor
2019-01-21
2
-1
/
+12
*
thermistor: Breakout thermistor math to its own class
Kevin O'Connor
2019-01-20
1
-40
/
+49
*
docs: Sort command dispatch table by transfer rate
Kevin O'Connor
2019-01-20
1
-5
/
+5
*
docs: Update Debugging document with SAM3X8E usb transfer benchmark
Kevin O'Connor
2019-01-20
1
-0
/
+1
*
atsam: Add support for USB on SAM3X
Kevin O'Connor
2019-01-19
5
-26
/
+268
*
atsam: Add MACH_SAM3X, MACH_SAM4, MACH_SAM4E, MACH_SAM4S definitions
Kevin O'Connor
2019-01-18
8
-46
/
+64
*
config: Generic board BIGTREETECH SKR V1.1 config
Rui Caridade
2019-01-16
2
-0
/
+85
*
lpc176x: Implement a median filter on ADC readings
Kevin O'Connor
2019-01-14
2
-19
/
+69
*
graphstats: Add option to graph temperatures from log
Kevin O'Connor
2019-01-13
1
-3
/
+44
*
lpc176x: Add mechanism for entering the bootloader from a USB signal
Kevin O'Connor
2019-01-13
1
-0
/
+9
[next]