aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-extras.cfg
Commit message (Expand)AuthorAgeFilesLines
* config: Be clear that multi-line parameters must use indentationKevin O'Connor2018-09-021-35/+44
* probe: Add ability to multi-sample points to ProbePointsHelperArksine2018-08-291-1/+18
* docs: Fix spelling error in example-extras.cfgKevin O'Connor2018-08-281-4/+4
* tmc2208: Initial support for configuring TMC2208 driversKevin O'Connor2018-08-271-0/+53
* display menu module for klipperJanar Sööt2018-08-201-0/+27
* bed_mesh: move probe x and y offsets to the [probe] moduleArksine2018-08-191-15/+21
* config: Update example-extras.cfg (#544)Boffgithub2018-08-191-1/+1
* heater_fan: Allow multiple heaters to be defined for a heater_fanKevin O'Connor2018-08-171-1/+3
* config: update examples-extra.cfg to include the bed_mesh moduleArksine2018-08-171-0/+60
* config: Minor changes to example-extras.cfg documentationKevin O'Connor2018-08-031-11/+10
* force_move: Add support for FORCE_MOVE commandKevin O'Connor2018-07-261-0/+9
* spi_temperature: Provide a default value for spi_speedKevin O'Connor2018-07-241-2/+2
* spi_temperature: Remove spi_mode parameterKevin O'Connor2018-07-241-3/+0
* thermocouple: Add initial support for common SPI temperature sensing chipsKevin O'Connor2018-07-241-0/+32
* idle_timeout: Move timeout handling from toolhead.py to new extras moduleKevin O'Connor2018-07-161-0/+11
* z_tilt: Don't default "points" parameter to "z_positions" parameterKevin O'Connor2018-07-151-2/+1
* config: Minor updates to example-extras.cfgKevin O'Connor2018-07-121-9/+9
* mcp4451: Add initial support for programming the mcp4451 on lpc176xKevin O'Connor2018-06-291-0/+29
* config: update example-extras.cfg to include uc1701 displayArksine2018-06-271-5/+9
* lcd_st7920: Use a longer delay at the start of each command/dataKevin O'Connor2018-06-221-4/+0
* display: Allow the ST7920_DISPLAY parameter to be configuredKevin O'Connor2018-06-211-0/+4
* homing_override: Add axes config parameterHans Raaf2018-06-111-1/+7
* gcode_macro: Add the ability to define custom g-code macrosKevin O'Connor2018-05-251-0/+8
* tmc2130: Allow the PWMCONF register to be configuredKevin O'Connor2018-05-251-0/+4
* tmc2130: Initial support for sensorless homingKevin O'Connor2018-05-251-0/+8
* tmc2130: Configure stealthchop velocity limitKevin O'Connor2018-05-251-5/+10
* tmc2130: The default TOFF time should be 4Kevin O'Connor2018-05-241-1/+1
* z_tilt: Add support for Z_TILT_ADJUSTKevin O'Connor2018-05-221-0/+22
* tmc2130: Add initial support for TMC2130 stepper motor driversKevin O'Connor2018-05-201-0/+38
* fan: Allow the fan shutdown_speed to be configuredKevin O'Connor2018-05-181-18/+30
* Add temperature controlled fansDouglas Hammond2018-05-171-5/+26
* temperature_fan: Add support for temperature-triggered fan.Michael Barbour2018-05-101-0/+31
* config: Fix typo in adc_temperature section (Ohms vs Volts)Kevin O'Connor2018-04-301-1/+1
* fan: Scale fan speed requests between 0 and max_powerKevin O'Connor2018-04-201-2/+2
* adc_temperature: Support defining custom sensors in the config fileKevin O'Connor2018-04-091-2/+24
* thermistor: Add support for defining custom thermistorsKevin O'Connor2018-04-091-0/+25
* config: Update indentation of display section in example-extras.cfgKevin O'Connor2018-04-091-9/+8
* probe: Add z_offset parameterKevin O'Connor2018-03-171-3/+3
* probe: Default z_position to the configured minimum position on Z axisKevin O'Connor2018-03-171-3/+0
* output_pin: Move pwm and digital output pins to new module in extras/Kevin O'Connor2018-03-171-48/+29
* verify_heater: Scale hysteresis duration checkKevin O'Connor2018-03-111-7/+10
* verify_heater: Change default hysteresis to 10 degreesKevin O'Connor2018-03-111-4/+4
* verify_heater: Add initial support for verifying heaters and sensorsKevin O'Connor2018-03-111-0/+22
* cartesian: Initial support for dual carriagesKevin O'Connor2018-03-091-0/+24
* display: Add initial support for LCD screens attached to an MCUKevin O'Connor2018-03-061-0/+23
* config: Move description of phase adjusted endstops to config-extra.cfgKevin O'Connor2018-02-271-0/+29
* config: Reword description of set_position_x paramter in homing_overrideKevin O'Connor2018-02-111-5/+5
* virtual_sdcard: Initial support for virtual sdcardKevin O'Connor2018-02-111-0/+13
* fan: Clarify hardware_pwm and allow cycle_time to be set on software pwmKevin O'Connor2018-01-291-8/+7
* homing_override: Allow moves prior to homing an axisKevin O'Connor2018-01-281-0/+8