aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* docs: Minor updates to Code_Overview.mdKevin O'Connor2020-03-021-14/+14
* hall_filament_width_sensor: Added virtual runout sensor (#2535)Denis Ignatenko2020-03-011-0/+13
* docs: Minor wording change to Endstop_Phase.mdKevin O'Connor2020-03-011-10/+10
* bltouch: BTLOUCH V3.0/V3.1 Enable 5V/OD mode set commands (#2540)FanDjango2020-02-232-1/+48
* manual_stepper: Support ignoring errors on STOP_ON_ENDSTOPKevin O'Connor2020-02-191-7/+8
* docs: Recommend RPi 2 or later in Installation.mdKevin O'Connor2020-02-171-2/+1
* hall_filament_width_sensor: Add new filament sensortest3210-d2020-02-142-0/+105
* configfile: Add get_status() to export raw config file informationKevin O'Connor2020-02-131-0/+6
* query_endstops: Add get_status() method that reports the last query stateKevin O'Connor2020-02-121-0/+5
* stepper_enable: Add SET_STEPPER_ENABLE gcode command (#2463)David Smith2020-02-101-0/+6
* probe: Add support for configuring lift_speedKevin O'Connor2020-01-311-1/+1
* docs: Update Config_Changes.md with actual bed_mesh merge dateKevin O'Connor2020-01-091-1/+1
* docs: Update Config_Changes.md to reflect bed_mesh changesArksine2020-01-091-0/+12
* docs: Update documentation to reflect bed_mesh changesArksine2020-01-095-9/+377
* docs: Update Command_templates.md - numbers in gcode_macro name must be at endKevin O'Connor2020-01-071-1/+3
* gcode: Fix detection of some "extended" g-code commandsKevin O'Connor2020-01-071-3/+3
* docs: Updates for gcode_macro naming (#2317)David Smith2020-01-061-1/+8
* docs: Minor formatting change to Config_checks.mdKevin O'Connor2020-01-061-3/+3
* docs: Minor FAQ updatesKevin O'Connor2020-01-061-43/+32
* kin_extruder: Convert pressure advance to use "weighted average"Kevin O'Connor2019-12-202-4/+5
* docs: Document support for M204 P and T parametersKevin O'Connor2019-12-181-1/+3
* display: Revert "display: Add ST7567 display support (#1540)"Kevin O'Connor2019-12-181-0/+5
* scripts: Replicape pru update start scripts (#2277)BlackStump2019-12-181-4/+5
* neopixel: Add support for delaying updates in SET_LED commandKevin O'Connor2019-12-151-7/+10
* docs: Update Kinematics.md document with "smooth pressure advance"Kevin O'Connor2019-12-136-410/+24
* docs: Update Config_Changes.md with pointer to sample multi extruder configsKevin O'Connor2019-12-131-1/+2
* heater: Add PrinterHeater get_status() functionSimon Kühling2019-12-131-0/+7
* gcode: Remove builtin T0/T1/T2/... command supportKevin O'Connor2019-12-102-2/+7
* extruder: Add an ACTIVATE_EXTRUDER commandKevin O'Connor2019-12-101-0/+3
* gcode: Remove support for the M206 commandKevin O'Connor2019-12-102-2/+5
* docs: Update FAQ to emphasize checking Config_Changes.md on an upgradeKevin O'Connor2019-12-101-8/+16
* docs: Move upgrade instructions to the last item in the FAQKevin O'Connor2019-12-101-20/+20
* docs: Fix another typo in Code_Overview.mdKevin O'Connor2019-12-041-2/+2
* docs: Fix typo in Code_Overview.mdKevin O'Connor2019-12-041-1/+1
* docs: Minor "coordinate system" wording change to Code_Overview.mdKevin O'Connor2019-12-041-16/+16
* docs: Add information on coordinate systems to Code_Overview.mdKevin O'Connor2019-12-041-0/+87
* gcode: Remove support for "G4 S1" style commandsKevin O'Connor2019-12-021-0/+4
* docs: Minor update to Config_Changes.mdKevin O'Connor2019-12-011-1/+1
* docs: Clarify recent usb device name change in Config_Changes.mdKevin O'Connor2019-12-011-2/+4
* usb_cdc: Report MCU type on all boardsKevin O'Connor2019-11-261-3/+4
* atsam: Enable chipid as usb serial numberKevin O'Connor2019-11-261-3/+3
* atsamd: Enable chipid as usb serial numberKevin O'Connor2019-11-251-3/+3
* stm32: Enable chipid as usb serial numberKevin O'Connor2019-11-251-3/+3
* docs: Minor wording change in Pressure_Advance.mdKevin O'Connor2019-11-251-1/+1
* docs: Recommend normal slicer settings in Pressure_Advance.mdKevin O'Connor2019-11-251-1/+10
* toolhead: Report which axes are homed via get_status()Kevin O'Connor2019-11-241-0/+3
* toolhead: Report the current extruder from the get_status() methodKevin O'Connor2019-11-241-2/+7
* config: Rename avrsim.cfg to generic-simulavr.cfgKevin O'Connor2019-11-241-1/+1
* docs: Kinematics.md updates for extruder instantaneous corner velocityKevin O'Connor2019-11-221-4/+0
* extruder: Initial support for "smoothed pressure advance"Kevin O'Connor2019-11-213-17/+8