aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-extras.cfg
Commit message (Expand)AuthorAgeFilesLines
* board_pins: Add a new "extras" module to support per-board pin aliasesKevin O'Connor2019-08-191-0/+13
* tmc2209: Add support for sensorless homingKevin O'Connor2019-08-191-0/+7
* uc1701: Add support for a reset line on SSD1306 displaysKevin O'Connor2019-08-171-0/+4
* config: Note that samples_tolerance can be used in the bltouch configKevin O'Connor2019-08-171-0/+2
* neopixel: Add support for WS2811 RGB pixel color orderKevin O'Connor2019-08-091-0/+3
* extra: Add Safe Z home extraFlorian Heilmann2019-08-091-0/+19
* dotstar: Initial support for "dotstar" LEDsKevin O'Connor2019-08-061-3/+20
* tmc_uart: Add support for configuring the uart address on tmc2209 chipsKevin O'Connor2019-07-311-0/+4
* mcp4728: Update to better match printrbot revf requirementsKevin O'Connor2019-07-261-8/+9
* neopixel: Add support for daisy-chained chipsKevin O'Connor2019-07-231-0/+4
* neopixel: Add support for setting a default color at startupKevin O'Connor2019-07-231-0/+5
* neopixel: Add initial support for "neopixel" ledsKevin O'Connor2019-07-121-0/+10
* firmware_retract: Remove z_hop supportKevin O'Connor2019-07-101-3/+0
* docs: Add documentation for [delayed_gcode]Arksine2019-07-011-0/+13
* docs: Update for latest changs to skew_correctionArksine2019-06-291-18/+5
* tmc: Add support for virtual enable pinsKevin O'Connor2019-06-281-5/+20
* skew_correction: add documentationArksine2019-06-261-0/+22
* config: No need to list all tmc drivers in endstop_phase descriptionKevin O'Connor2019-06-231-3/+3
* config: Update example-extras.cfg for tmc2209Kevin O'Connor2019-06-231-0/+36
* gcode_button: Execute gcode when a button is pressed or released (#1745)Alec B. Plumb2019-06-211-0/+15
* probe: Add support for samples_toleranceKevin O'Connor2019-06-211-0/+12
* tmc2660: Don't allow configuration of DEDGEKevin O'Connor2019-06-181-1/+0
* z_tilt: Support retriesfess2019-06-181-0/+9
* quad_gantry_level: Support retriesfess2019-06-181-0/+5
* config: Update tmc2660 block in example-extras.cfgKevin O'Connor2019-06-181-4/+1
* config: Update tmc5160 block in example-extras.cfgKevin O'Connor2019-06-181-17/+18
* config: Add tmc2208 select_pins description to example-extras.cfgKevin O'Connor2019-06-121-0/+4
* gcode_macro: Parse variable_X parameters using ast.literal_eval()Kevin O'Connor2019-06-071-5/+5
* config: Update example-extras.cfg to point to Command_Templates.mdKevin O'Connor2019-06-071-33/+32
* probe: Move multi-sampling capability from ProbePointsHelper to ProbeKevin O'Connor2019-06-061-43/+12
* firmware_retraction: Implementation of tuneable G10/G11 firmware retraction (...Len Trigg2019-06-061-0/+21
* gcode_macro: Add support for SET_GCODE_VARIABLE commandKevin O'Connor2019-06-041-0/+7
* docs: Improve bltouch v3 documentationKevin O'Connor2019-05-261-3/+3
* tmc5160: Add support for TMC5160 steppers (#1637)Stephan2019-05-201-0/+79
* quad_gantry_level: Limit maximum adjustmentfess2019-05-011-0/+3
* display: Add ST7567 display support (#1540)Dmitry2019-04-151-3/+8
* menu: initial support for analog buttons (#977)Janar Sööt2019-04-141-6/+33
* docs: Note the use of bus enumerations in Config_Changes.mdKevin O'Connor2019-04-041-4/+5
* atsamd: Use enumerations for buses and reserve pinsKevin O'Connor2019-04-041-1/+1
* sx1509: Convert code to use generic i2c bus supportKevin O'Connor2019-04-041-4/+7
* uc1701: make contrast configurableArksine2019-04-021-0/+3
* temperature_fan: Fix. Temperature fan min speed should be used (#1405)Douglas Hammond2019-03-281-5/+5
* docs: Also note that driver_VSENSE was removed from tmc2660 driverKevin O'Connor2019-03-221-1/+0
* config: Document the [include] directiveKevin O'Connor2019-03-221-0/+6
* config: Minor rearrangement of example-extras.cfgKevin O'Connor2019-03-221-28/+34
* docs: Note tmc2660 driver_HEND default change from 6 to 3Kevin O'Connor2019-03-221-2/+1
* bed_mesh: enable relative offset bed meshes (#1323)Matt Baker2019-03-211-0/+4
* controller_fan: Allow multiple controller_fan sections to be definedKevin O'Connor2019-03-101-2/+3
* config: Improve the description of z_tilt z_positionsKevin O'Connor2019-03-101-3/+6
* screws_tilt_adjust: Add new screws_tilt_adjust tool (#1367)Rui Caridade2019-03-081-0/+53