aboutsummaryrefslogtreecommitdiffstats
path: root/config/example.cfg
Commit message (Expand)AuthorAgeFilesLines
* config: Add dummy example.cfg and example-extras.cfg filesKevin O'Connor2020-11-281-0/+4
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-341/+0
* thermistor: Add support for the board thermistor on the Einsy RamboKevin O'Connor2020-10-081-3/+4
* config: Consolidate description of heater parameters in example.cfgKevin O'Connor2020-07-251-8/+8
* config: Minor formatting change to example.cfgKevin O'Connor2020-07-161-4/+4
* thermistor: Add in definition for "SliceEngineering 450" thermistorKevin O'Connor2020-07-111-3/+3
* serial: Add Fysetc Cheetah board specific reset sequenceGrigori Goronzy2020-04-021-9/+10
* stepper: Add a config check for obvious incorrect homing_positive_dirKevin O'Connor2020-03-241-1/+2
* homing: Ability to set retract speed between homing moves (#2487)FanDjango2020-02-121-0/+4
* FAN: Kick start fan when the increase is more than 50% (#2085)Justin Schuh2019-11-241-2/+3
* extruder: Add support for instantaneous corner velocityKevin O'Connor2019-11-211-0/+3
* extruder: Initial support for "smoothed pressure advance"Kevin O'Connor2019-11-211-7/+6
* stepper_enable: Remove ability to use a list of pins in enable_pinKevin O'Connor2019-11-121-2/+1
* extruder: Treat extrude with Z only movement to be an "extrude only" moveKevin O'Connor2019-11-071-1/+1
* config: Only document thermistors in example.cfgKevin O'Connor2019-10-271-12/+7
* fan: Add off_below option for fans (#1897)Nicholas Seckar2019-10-031-0/+13
* stepper: Add support for providing a list of pins to enableKevin O'Connor2019-06-281-1/+2
* thermistor: Add support for printers with an "inline_resistor"Kevin O'Connor2019-06-021-0/+5
* config: Advise against using hardware_pwm for fansKevin O'Connor2019-05-231-4/+6
* pins: Document support for '~' to enable pull-down resistorsKevin O'Connor2019-03-171-5/+7
* config: Warn that cycle_time may not match when using hardware_pwmKevin O'Connor2019-02-191-2/+4
* 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
* cartesian: Use homing_speed for homing retract speedKevin O'Connor2018-10-091-6/+5
* stepper: Adding support for a second_homing_speed parameter (#677)Chris Whiteford2018-10-041-0/+5
* thermocouple: Add initial support for common SPI temperature sensing chipsKevin O'Connor2018-07-241-2/+3
* idle_timeout: Move timeout handling from toolhead.py to new extras moduleKevin O'Connor2018-07-161-3/+0
* toolhead: Replace junction_deviation with square_corner_velocityKevin O'Connor2018-07-161-5/+10
* heater: Introduce smooth_time config option; remove pid_deriv_timeKevin O'Connor2018-07-061-4/+4
* fan: Allow the fan shutdown_speed to be configuredKevin O'Connor2018-05-181-0/+4
* thermistor: Add Honeywell 100K and MGB18 thermistor definitionsKevin O'Connor2018-04-301-1/+2
* fan: Scale fan speed requests between 0 and max_powerKevin O'Connor2018-04-201-1/+4
* docs: Add more hints to use /dev/by-id/ for the serial deviceKevin O'Connor2018-04-201-1/+3
* adc_temperatures: Add "PT100 INA826" sensor typeKevin O'Connor2018-04-091-4/+5
* thermistor: Add support for defining custom thermistorsKevin O'Connor2018-04-091-2/+3
* config: Reword the min_temp/max_temp description in example.cfgKevin O'Connor2018-03-121-4/+8
* config: Move description of phase adjusted endstops to config-extra.cfgKevin O'Connor2018-02-271-26/+0
* 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-291-6/+7
* mcu: Default the restart method to 'command' on non-serial portsKevin O'Connor2018-01-291-2/+3
* heater: Added config for heater PWM cycle time.Andy Silverman2018-01-031-0/+5
* stepper: Only align the stepper motor to a full step when requestedKevin O'Connor2017-12-071-0/+6
* serialhdl: Don't open port at 1200 baudKevin O'Connor2017-10-121-7/+7
* extruder: Provide more details on extruder errorsKevin O'Connor2017-09-051-3/+4
* docs: Remove documentation for "custom" command blocksKevin O'Connor2017-08-261-6/+0
* chipmisc: Add support for statically configured output pinsKevin O'Connor2017-08-261-36/+2
* heater: Add support for a generic "NTC 100K beta 3950" thermistorKevin O'Connor2017-08-171-1/+2
* stepper: Use a sane default for homing_positive_dirKevin O'Connor2017-07-241-13/+15
* config: Change default pins defined in example.cfg to use RAMPS pinsKevin O'Connor2017-07-241-26/+24
* fan: Add support for heater_fan objectsKevin O'Connor2017-07-171-0/+14