aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* thermistor: Add Honeywell 100K and MGB18 thermistor definitionsKevin O'Connor2018-04-301-1/+2
* config: Add exaple generic-rumba.cfg config fileKevin O'Connor2018-04-301-0/+111
* 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-202-3/+6
* docs: Add more hints to use /dev/by-id/ for the serial deviceKevin O'Connor2018-04-201-1/+3
* config: Update sample-bltouch.cfg with recent probe changesKevin O'Connor2018-04-181-2/+2
* config: add display support for Anet A8Grigori Goronzy2018-04-091-0/+9
* adc_temperature: Support defining custom sensors in the config fileKevin O'Connor2018-04-091-2/+24
* adc_temperatures: Add "PT100 INA826" sensor typeKevin O'Connor2018-04-091-4/+5
* thermistor: Add support for defining custom thermistorsKevin O'Connor2018-04-092-2/+28
* config: Update indentation of display section in example-extras.cfgKevin O'Connor2018-04-091-9/+8
* Adjusted Tronxy X5s settingsArkadiusz Gluszyk2018-04-091-0/+11
* config: Add display section to default Creality CR10s configKevin O'Connor2018-04-081-0/+6
* pid_calibrate: Move PID calibration logic from heater.py to new fileKevin O'Connor2018-03-181-3/+3
* config: Remove tabs from printer-wanhao-duplicator-i3-v2.1-2017.cfgKevin O'Connor2018-03-181-13/+13
* config: Update generic-cramps.cfg with P9_23 machine enableKevin O'Connor2018-03-181-0/+5
* config: Change pullup_resistor to 2000 in generic-cramps.cfgKevin O'Connor2018-03-171-0/+2
* probe: Add z_offset parameterKevin O'Connor2018-03-172-6/+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-172-54/+38
* replicape: Add config controls for the servo[01]_enable linesKevin O'Connor2018-03-171-0/+6
* config: Reword the min_temp/max_temp description in example.cfgKevin O'Connor2018-03-121-4/+8
* 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
* config: Add working printer configuration for Wanhao Duplicator i3 v2.1ghandye2018-03-081-0/+159
* config: Add LCD configuration to printer-trony-x5s-2017.cfgchristian mock2018-03-071-0/+10
* config: Add display section to creality cr10 configKevin O'Connor2018-03-071-0/+6
* config: Fix hd44780 typo in rambo and ramps example configsKevin O'Connor2018-03-062-2/+2
* display: Add initial support for LCD screens attached to an MCUKevin O'Connor2018-03-064-0/+63
* config: Move description of phase adjusted endstops to config-extra.cfgKevin O'Connor2018-02-272-26/+29
* config: Use .0025 as the default z step_distance in sample configsKevin O'Connor2018-02-2513-13/+13
* config: Add an example config file that uses multiple MCUsKevin O'Connor2018-02-251-0/+87
* config: Expand homing_override description in sample-bltouch.cfgKevin O'Connor2018-02-131-2/+5
* config: Reword description of set_position_x paramter in homing_overrideKevin O'Connor2018-02-111-5/+5
* config: Add a config snippet for the BLTouch probeKevin O'Connor2018-02-111-0/+53
* config: Add a "printer-" prefix to example printer config filesKevin O'Connor2018-02-119-0/+0
* virtual_sdcard: Initial support for virtual sdcardKevin O'Connor2018-02-111-0/+13
* config: Add a pointer to example-extras.cfg at the end of example.cfgKevin O'Connor2018-02-051-0/+3
* fan: Clarify hardware_pwm and allow cycle_time to be set on software pwmKevin O'Connor2018-01-294-18/+22
* mcu: Default the restart method to 'command' on non-serial portsKevin O'Connor2018-01-291-2/+3
* config: Add SeeMeCNC Rostock Max V2 Delta Printer ConfigKevin O'Connor2018-01-281-0/+94
* homing_override: Allow moves prior to homing an axisKevin O'Connor2018-01-281-0/+8
* probe: Create a probe:z_virtual_endstop pinKevin O'Connor2018-01-281-1/+8
* probe: Support activate/deactivate scripts on each probeKevin O'Connor2018-01-281-0/+9
* homing_override: Add basic support for running custom g-code on G28Kevin O'Connor2018-01-281-0/+13
* bed_tilt: Add support for automatic bed tilt move transformationKevin O'Connor2018-01-281-0/+35
* delta_calibrate: Add initial support for a DELTA_CALIBRATE commandKevin O'Connor2018-01-281-0/+25
* probe: Initial support for Z-Probe hardwareKevin O'Connor2018-01-281-0/+13