aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* bltouch: Attempt to verify that the probe raises after each probe attemptKevin O'Connor2019-01-211-0/+5
* config: Generic board BIGTREETECH SKR V1.1 configRui Caridade2019-01-161-0/+84
* controller_fan: Add support for a fan cooling the controller-board (#1070)Master922019-01-101-0/+30
* config: Create generic-fysetc-f6.cfgSimoneBnc2019-01-101-0/+129
* menu: enhancementsJanar Sööt2019-01-071-0/+6
* menu: allow names in card content and simplify define single card decksJanar Sööt2019-01-071-0/+9
* menu: support for click button long pressJanar Sööt2019-01-071-2/+6
* i2ccmds: Pass the i2c address as a 7-bit number (0-127)Kevin O'Connor2019-01-071-2/+2
* docs: Add guide for sensorless homing (#1004)Yannic Schröder2019-01-071-1/+2
* config: Update sample-probe-as-z-endstop.cfg to use set_position_z=0Kevin O'Connor2019-01-071-2/+2
* config: pin mapping for ender 3 stock display and encoder on ramps (#1075)Patrick Balsiger2019-01-061-0/+9
* config: Add default kill_pin to RAMPS' display-sectionMaster922019-01-051-0/+1
* mcp4728: Add initial support for the mcp4728 i2c dac chipKevin O'Connor2019-01-022-0/+38
* config: Added encoder pins to radds example configGraham Ambrose2019-01-021-0/+2
* respond: An extra for sending messages to the printer host. (#1053)Alec B. Plumb2019-01-021-0/+12
* winch: Add experimental support for cable winch kinematicsKevin O'Connor2018-12-241-0/+96
* polar: Experimental support for polar kinematicsKevin O'Connor2018-12-241-0/+86
* config: Add a generic-minitronics1.cfg example config fileKevin O'Connor2018-12-201-0/+80
* config: Add printer-micromake-d1-2016.cfg example config fileKevin O'Connor2018-12-181-0/+79
* 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
* config: Fix CR-20 click pin polarityUri Shaked2018-12-151-1/+1
* config: Add printer config for the CR-20 by Creality3DUri Shaked2018-12-151-0/+81
* config: Update printer-creality-ender3-2018.cfg (#959)TronskiFPV2018-12-051-4/+4
* 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
* config: Rework sample-bltouch.cfg into sample-probe-as-z-endstop.cfgKevin O'Connor2018-11-302-56/+51
* config: Make the Anycubic delta configurations as similar as possibleruevs2018-11-252-15/+20
* 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-212-17/+17
* servo: This patch create ability to enable/disable attached servo. (#880)Jiri Dobry2018-11-141-1/+3
* config: Use consistent advice on flashing the Melzi boardKevin O'Connor2018-11-137-53/+49
* config: sample-macros.cfg creation and M300ndupont-net2018-11-131-0/+36
* config: Add printer-velleman-k8200-2013.cfg example configKevin O'Connor2018-11-131-0/+95
* config: Add generic duet2 config and tests (#834)Florian Heilmann2018-10-311-0/+362
* Implement idle event support in the TMC2660 extraFlorian Heilmann2018-10-281-16/+13
* config: Add lcd encoder pins to generic-rumba.cfgKevin O'Connor2018-10-281-0/+4
* Add SX1509 extraFlorian Heilmann2018-10-271-0/+17
* config: Add encoder pins to printer-anycubic-kossel-plus-2017.cfgKevin O'Connor2018-10-251-0/+3
* extruder: Don't use max_extrude_cross_section in max_extrude_only defaultsKevin O'Connor2018-10-251-1/+1
* config: Update wording of extruder parameters in example.cfgKevin O'Connor2018-10-251-18/+17
* tmc2660: Add endstop phase detection functionality to TMC2660 extra (#816)Florian Heilmann2018-10-241-1/+1
* config: Add display buttons to printer-creality-cr10s-2017.cfgKevin O'Connor2018-10-201-0/+2
* config: ADIMlab Add support for LCD knob and caselightJason Rahaim2018-10-191-3/+16
* 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-162-24/+31