aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tmc2130: Convert field helper into a classKevin O'Connor2019-02-032-21/+25
* bed_mesh: add support for round bedsArksine2019-02-022-39/+136
* bed_mesh: log when fade completes.Arksine2019-02-021-7/+12
* tmc2208: Decode register fields in DUMP_TMC (#1156)lorf2019-02-022-2/+189
* bltouch: Don't error on startup if the bltouch is in an error stateKevin O'Connor2019-01-311-1/+1
* bltouch: Retry reset/pin_up if the raise probe attempt failsKevin O'Connor2019-01-311-8/+20
* idle_timeout: Added a missing logging importSamori Gorse2019-01-291-0/+1
* docs: Add performance results for SAMD51Kevin O'Connor2019-01-282-2/+21
* atsamd: Initial support for SAMD51Kevin O'Connor2019-01-2817-61/+434
* lib: Update samd51 to work with gcc and bootloadersKevin O'Connor2019-01-287-6/+76
* lib: Add Atmel SAMD51 cmsis filesKevin O'Connor2019-01-28136-0/+64996
* atsamd: Add a get_pclock_frequency() helper functionKevin O'Connor2019-01-285-7/+13
* atsamd: Select the 8K bootloader by defaultKevin O'Connor2019-01-281-2/+2
* atsamd: Pass the power management id to enable_pclock()Kevin O'Connor2019-01-289-32/+33
* atsamd: Clarify clock generation codeKevin O'Connor2019-01-281-30/+35
* pause_resume: update documentationArksine2019-01-283-0/+37
* pause_resume: initial implementation of pause/resume functionality for KlipperArksine2019-01-281-0/+56
* gcode: add 'speed' parameter to dictionary returned by get_status()Arksine2019-01-281-0/+1
* virtual_sdcard: prepare for pause_resume implementationArksine2019-01-281-1/+3
* config: Added example config file for Geeetech gt2560 controller.Ales Stimec2019-01-282-0/+89
* docs: Minor wording change to step_distance FAQKevin O'Connor2019-01-271-1/+1
* docs: Expand FAQ on why step_distance is usedKevin O'Connor2019-01-271-0/+8
* usbserial: Allow USB ids to be specified via KconfigKevin O'Connor2019-01-252-7/+21
* simulator: Fix simulator buildKevin O'Connor2019-01-251-0/+3
* avr: Only prompt for CLEAR_PRESCALER and SIMULAVR with LOW_LEVEL_OPTIONSKevin O'Connor2019-01-251-2/+2
* Kconfig: Move SERIAL_BAUD to src/Kconfig and show with LOW_LEVEL_OPTIONSKevin O'Connor2019-01-258-27/+9
* avr: Rename AVR_SERIAL and AVR_USBSERIAL to SERIAL and USBSERIALKevin O'Connor2019-01-252-8/+8
* docs: Improve the BLTouch documentation (#1107)fredizzimo2019-01-251-18/+97
* atsam: Add support for the SAM3X8C micro-controllerKevin O'Connor2019-01-224-1/+8
* adc_temperature: Add support for linear interpolation of resistancesKevin O'Connor2019-01-213-9/+80
* adc_temperature: Split linear interpolation code into its own classKevin O'Connor2019-01-211-46/+60
* adc_temperature: Move PrinterADCtoTemperature to adc_temperature.pyKevin O'Connor2019-01-212-44/+39
* thermistor: Separate thermistor configuration from basic ADC callback logicKevin O'Connor2019-01-211-14/+19
* docs: Add a FAQ item for "Do I have to use OctoPrint?"Kevin O'Connor2019-01-211-11/+23
* bltouch: Take into account clock skew when calculating command durationKevin O'Connor2019-01-211-1/+5
* bltouch: Add a pin_up_touch_mode_reports_triggered config optionKevin O'Connor2019-01-212-2/+9
* bltouch: Raise probe on startupKevin O'Connor2019-01-211-6/+16
* bltouch: Attempt to verify that the probe raises after each probe attemptKevin O'Connor2019-01-213-15/+31
* bltouch: Use pin_down mode for probingKevin O'Connor2019-01-211-3/+7
* bltouch: Simplify time keeping of scheduled eventsKevin O'Connor2019-01-211-26/+33
* bltouch: Verify probe always deploys during a homing operationKevin O'Connor2019-01-212-1/+12
* thermistor: Breakout thermistor math to its own classKevin O'Connor2019-01-201-40/+49
* docs: Sort command dispatch table by transfer rateKevin O'Connor2019-01-201-5/+5
* docs: Update Debugging document with SAM3X8E usb transfer benchmarkKevin O'Connor2019-01-201-0/+1
* atsam: Add support for USB on SAM3XKevin O'Connor2019-01-195-26/+268
* atsam: Add MACH_SAM3X, MACH_SAM4, MACH_SAM4E, MACH_SAM4S definitionsKevin O'Connor2019-01-188-46/+64
* config: Generic board BIGTREETECH SKR V1.1 configRui Caridade2019-01-162-0/+85
* lpc176x: Implement a median filter on ADC readingsKevin O'Connor2019-01-142-19/+69
* graphstats: Add option to graph temperatures from logKevin O'Connor2019-01-131-3/+44
* lpc176x: Add mechanism for entering the bootloader from a USB signalKevin O'Connor2019-01-131-0/+9