aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-extras.cfg
Commit message (Expand)AuthorAgeFilesLines
* temperature_sensor: Add generic temperature sensor supportDouglas Hammond2019-02-261-1/+16
* heater: Support generic gcode_id registration for sensorsDouglas Hammond2019-02-261-0/+3
* bed_mesh: simplify configurationArksine2019-02-251-25/+21
* bed_screws: Add a helper tool for leveling bed screwsKevin O'Connor2019-02-241-2/+39
* config: Warn that cycle_time may not match when using hardware_pwmKevin O'Connor2019-02-191-2/+4
* mcp4018: Add initial support for the mcp4018 digipotKevin O'Connor2019-02-161-0/+25
* tsl1401cl_filament_width_sensor: Filament Width Sensor Support (#1132)nopbit2019-02-141-0/+10
* Merge pull request #1242 from john--/pr_generic_heaterKevinOConnor2019-02-141-0/+27
|\
| * Generic Heater SupportJohn Jardine2019-02-141-0/+27
* | spi_software: Implementation of software spiKevin O'Connor2019-02-131-1/+33
* | manual_stepper: Add an "extras" module for manually controlling a stepperKevin O'Connor2019-02-121-0/+19
|/
* bltouch: Increase default pin_move_time from 200ms to 675msKevin O'Connor2019-02-041-3/+3
* bed_mesh: add support for round bedsArksine2019-02-021-10/+43
* pause_resume: update documentationArksine2019-01-281-0/+6
* adc_temperature: Add support for linear interpolation of resistancesKevin O'Connor2019-01-211-7/+15
* bltouch: Add a pin_up_touch_mode_reports_triggered config optionKevin O'Connor2019-01-211-0/+5
* bltouch: Attempt to verify that the probe raises after each probe attemptKevin O'Connor2019-01-211-0/+5
* controller_fan: Add support for a fan cooling the controller-board (#1070)Master922019-01-101-0/+30
* docs: Add guide for sensorless homing (#1004)Yannic Schröder2019-01-071-1/+2
* mcp4728: Add initial support for the mcp4728 i2c dac chipKevin O'Connor2019-01-021-0/+30
* respond: An extra for sending messages to the printer host. (#1053)Alec B. Plumb2019-01-021-0/+12
* bltouch: Document that bltouch "clones" may not work correctlyKevin O'Connor2018-12-181-7/+2
* bltouch: Add a config option to disable the bltouch sensor testKevin O'Connor2018-12-161-1/+7
* bltouch: Allow the pin_move_time to be configuredKevin O'Connor2018-12-041-0/+3
* config: Update bed_mesh in example-extras.cfgArksine2018-11-301-7/+17
* bltouch: Add initial support for a bltouch "extras" moduleKevin O'Connor2018-11-301-0/+18
* mcp4451: Use bus.py helper code for i2cKevin O'Connor2018-11-241-1/+1
* uc1701: Add support for SSD1306 in i2c modeKevin O'Connor2018-11-231-4/+4
* uc1701: Add support for SSD1306 displaysKevin O'Connor2018-11-211-5/+10
* tmc2660: Use bus.py helper code for spiKevin O'Connor2018-11-211-7/+7
* servo: This patch create ability to enable/disable attached servo. (#880)Jiri Dobry2018-11-141-1/+3
* Implement idle event support in the TMC2660 extraFlorian Heilmann2018-10-281-16/+13
* Add SX1509 extraFlorian Heilmann2018-10-271-0/+17
* tmc2660: Add endstop phase detection functionality to TMC2660 extra (#816)Florian Heilmann2018-10-241-1/+1
* endstop_phase: Add support for an ENDSTOP_PHASE_CALIBRATE commandKevin O'Connor2018-10-161-1/+2
* endstop_phase: Add support for detecting phase via TMC stepper driversKevin O'Connor2018-10-161-3/+5
* endstop_phase: Move endstop phase homing code to new "extras" moduleKevin O'Connor2018-10-161-18/+19
* servo: Adding support for startup value for servos (#676)Chris Whiteford2018-10-051-0/+9
* docs: Spelling error corrected in bed mesh comment (#735)LazaroFilm2018-10-041-1/+1
* config: Minor indentation fix to comments in example-extras.cfgKevin O'Connor2018-10-011-14/+14
* config: Note probe activate/deactivate must not move the toolheadKevin O'Connor2018-10-011-4/+6
* probe: Infer position_endstop when using probe:z_virtual_offsetKevin O'Connor2018-10-011-1/+3
* bed_tilt: Remove special probe:z_virtual_endstop handlingKevin O'Connor2018-10-011-0/+3
* probe: Support manual probing at runtimeKevin O'Connor2018-10-011-11/+0
* config: Fix typo in gcode_macro default_parameter descriptionKevin O'Connor2018-09-301-1/+1
* gcode_macro: default parameter valuesJanar Sööt2018-09-301-0/+8
* config: Note gcode_macro string formatting in example-extras.cfgKevin O'Connor2018-09-261-2/+6
* config: Move some sections around in example-extras.cfgKevin O'Connor2018-09-261-49/+53
* heater: Add new TURN_OFF_HEATERS commandKevin O'Connor2018-09-181-1/+1
* quad_gantry_level: Add gantry leveling (ruled hyperbolic parabola correction)...Maks Zolin2018-09-121-0/+40