aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* config: Pin logic on MKS SGEN L generic config (#2606)Willy Hsiao2020-03-081-8/+8
* clocksync: Remove no longer used get_adjusted_freq() functionKevin O'Connor2020-03-062-7/+0
* mcu: Calculate homing rest_ticks via standard print_time_to_clock() callKevin O'Connor2020-03-061-1/+1
* tmc_uart: Use nominal mcu frequency in baud calculationKevin O'Connor2020-03-061-1/+1
* Revert "itersolve: Implement a step+dir+step filter"Kevin O'Connor2020-03-053-85/+8
* adc_temperature: Add builtin definition for PT1000 sensorsKevin O'Connor2020-03-053-2/+29
* config: Move BME description within example-extras.cfgKevin O'Connor2020-03-051-21/+21
* armcm_boot: Additional code for broken bootloadersclearchris2020-03-041-0/+9
* stm32: Add support for a bootloader on stm32f0Kevin O'Connor2020-03-043-2/+36
* itersolve: Implement a step+dir+step filterKevin O'Connor2020-03-043-8/+85
* itersolve: Reset bounds search on a direction changeKevin O'Connor2020-03-041-2/+10
* itersolve: Simplify main itersolve_gen_steps_range() loopKevin O'Connor2020-03-041-46/+42
* stepcompress: Remove "queue append" abstractionKevin O'Connor2020-03-043-88/+35
* tmc5160: Support setting GLOBALSCALER to fine tune current selectionKevin O'Connor2020-03-041-4/+22
* stm32: Revert "stm32: performance improvement for spi on stm32f0"Kevin O'Connor2020-03-041-8/+4
* stepper: Add some comments on s->position trackingKevin O'Connor2020-03-041-0/+5
* docs: Minor updates to Code_Overview.mdKevin O'Connor2020-03-021-14/+14
* safe_z_home: Support note_z_not_homed() in kinematics (#2500)David Smith2020-03-014-0/+11
* config: Example for MMU2S DIY (#2566)kakou-fr2020-03-011-0/+823
* hall_filament_width_sensor: Added virtual runout sensor (#2535)Denis Ignatenko2020-03-013-6/+53
* docs: Minor wording change to Endstop_Phase.mdKevin O'Connor2020-03-011-10/+10
* stm32: Fix broken clock setup on stm32f1Kevin O'Connor2020-02-291-2/+2
* toolhead: Minor comment addition to calc_junction()Kevin O'Connor2020-02-281-0/+2
* heater: Fix misspelling of CelsiusKevin O'Connor2020-02-274-18/+18
* config: Update printer-seemecnc-rostock-max-v2-2015.cfg (#2561)Angelol1252020-02-251-0/+22
* bltouch: BTLOUCH V3.0/V3.1 Enable 5V/OD mode set commands (#2540)FanDjango2020-02-234-1/+114
* mcu: Introduce new lookup_query_command() command wrapperKevin O'Connor2020-02-205-56/+73
* serialhdl: Convert queries to use new notify message ack systemKevin O'Connor2020-02-203-35/+67
* serialqueue: Support notification of when a command is processedKevin O'Connor2020-02-204-17/+79
* serialqueue: Remove unused serialqueue_encode_and_send() functionKevin O'Connor2020-02-202-19/+0
* basecmd: No need for finalize_config command to send "config" responseKevin O'Connor2020-02-201-2/+1
* tmc: Revert incorrect changes to TPWMTHRS settingKevin O'Connor2020-02-201-26/+18
* manual_stepper: Support ignoring errors on STOP_ON_ENDSTOPKevin O'Connor2020-02-192-10/+12
* homing: Don't raise a TimeoutError from home_wait()Kevin O'Connor2020-02-195-19/+9
* homing: Replace notify callback with a completionKevin O'Connor2020-02-194-28/+26
* reactor: Support multiple waiting timers on a single completionKevin O'Connor2020-02-191-5/+6
* graph_extruder: Internal updates to graph calculationKevin O'Connor2020-02-181-48/+74
* config: Fix minor typo in printer-lulzbot-taz6-2017.cfgKevin O'Connor2020-02-181-0/+1
* config: Update TAZ6 configurationChris Lee2020-02-181-10/+56
* probe: Don't allow errors to propagate from "gcode:command_error" eventKevin O'Connor2020-02-181-2/+8
* config: add mesh_min to printer-wanhao-duplicator-9-2018.cfg (#2525)Matt Shirley2020-02-171-1/+1
* menu: Set speed for move actions (#2520)Christian S2020-02-171-9/+9
* docs: Recommend RPi 2 or later in Installation.mdKevin O'Connor2020-02-171-2/+1
* filament_switch_sensor: Query "printing" status instead of tracking itKevin O'Connor2020-02-171-27/+9
* filament_switch_sensor: Collapse event disable flagsKevin O'Connor2020-02-171-12/+6
* filament_switch_sensor: Minor optimization to note_filament_present()Kevin O'Connor2020-02-171-5/+6
* filament_switch_sensor: Add a get_status() methodArksine2020-02-171-0/+3
* filament_switch_sensor: Execute events using reactor callbacksArksine2020-02-171-4/+5
* filament_switch_sensor: Replace BaseSensor with RunoutHelperArksine2020-02-171-62/+58
* bltouch: Add support for stow_on_each_sampleFanDjango2020-02-152-8/+26