aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spi_software: Implementation of software spiKevin O'Connor2019-02-136-18/+198
* atsam: Add support for hard pwm via PWM controllerKevin O'Connor2019-02-134-3/+106
* atsamd: Fix typo in header guardKevin O'Connor2019-02-131-2/+2
* docs: Note MCP4728 in Features.mdKevin O'Connor2019-02-121-2/+2
* manual_stepper: Add an "extras" module for manually controlling a stepperKevin O'Connor2019-02-128-3/+201
* docs: Add Bed_Level.md and Probe_Calibrate.md documentsKevin O'Connor2019-02-126-18/+301
* probe: Use manual_probe helper when performing manual probesKevin O'Connor2019-02-122-27/+24
* probe: Add PROBE_CALIBRATE commandKevin O'Connor2019-02-124-7/+78
* manual_probe: Add a helper script for performing manual Z probingKevin O'Connor2019-02-123-0/+181
* docs: Note command dispatch benchmark needs desktop class machineKevin O'Connor2019-02-111-1/+5
* docs: Report the actual SAMD51 3 stepper rate in the Features benchmarkKevin O'Connor2019-02-111-1/+1
* docs: Update duet2 benchmarksFlorian Heilmann2019-02-102-5/+8
* Revert "serialhdl: Enforce exclusive access on POSIX, this is default behavio...Kevin O'Connor2019-02-101-2/+2
* docs: Fix typo in Protocol.md documentKevin O'Connor2019-02-101-1/+1
* serialhdl: Enforce exclusive access on POSIX, this is default behavior on win...Daniel2019-02-101-2/+2
* config: Azteeg X5 mini config (#1193)AxMod 3D Print2019-02-082-0/+96
* config: Use "ATC Semitec 104GT-2" for CR10 (and similar) heater bedsKevin O'Connor2019-02-083-3/+3
* atsamd: Enable ADC support for samd51 devices (#1204)Florian Heilmann2019-02-083-19/+100
* virtual_sdcard: Don't list files starting with a '.'Kevin O'Connor2019-02-081-1/+2
* pause_resume: fixesArksine2019-02-081-12/+28
* gcode: add 'abs_extrude' to get_status() dictionaryArksine2019-02-081-0/+1
* config: Update generic-fysetc-f6.cfg display sectionKevin O'Connor2019-02-071-4/+7
* config: Update generic-bigtreetech-skr-v1.1 (#1209)Tschipel2019-02-071-0/+9
* docs: Update atsam benchmarksKevin O'Connor2019-02-072-9/+9
* atsam: Configure the atsam sram matrix registerKevin O'Connor2019-02-071-0/+11
* debugcmds: Add support for reading/writing 32bit valuesKevin O'Connor2019-02-071-29/+25
* docs: Update benchmarksKevin O'Connor2019-02-062-37/+40
* stm32f1: Convert code to use armcm_timerKevin O'Connor2019-02-064-123/+5
* stm32f1: Use internal functions for early USB gpio toggleKevin O'Connor2019-02-063-6/+24
* lpc176x: Convert code to use armcm_timerKevin O'Connor2019-02-064-67/+6
* atsam: Convert code to use armcm_timerKevin O'Connor2019-02-064-190/+6
* atsamd: Convert SAMD51 to use armcm_timerKevin O'Connor2019-02-063-75/+4
* armcm_timer: Add a generic timer mechanism for ARM CortexM3/M4 chipsKevin O'Connor2019-02-061-0/+136
* gcode: Return to a default gcode speed of 25mm/sKevin O'Connor2019-02-041-1/+1
* bltouch: Issue just a pin_up command on a normal raise probe attemptKevin O'Connor2019-02-041-1/+2
* bltouch: Increase default pin_move_time from 200ms to 675msKevin O'Connor2019-02-042-4/+4
* spi_temperature: Fix order of initKevin O'Connor2019-02-041-3/+4
* docs: Clarify FAQ item on running multiple instances of klippyKevin O'Connor2019-02-031-1/+5
* tmc2130: Share config reading helpers with tmc2208.py codeKevin O'Connor2019-02-032-76/+57
* tmc2208: Rename self.field_helper to self.fieldsKevin O'Connor2019-02-031-17/+16
* tmc2208: move local set_field/get_field helpers to FieldHelper classKevin O'Connor2019-02-032-59/+61
* tmc2208: Add helper for setting fields from the config fileKevin O'Connor2019-02-031-45/+42
* tmc2208: Use field definitions during driver initKevin O'Connor2019-02-032-26/+50
* tmc2208: Add register field formattersDmitry Frolov2019-02-032-7/+40
* 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