aboutsummaryrefslogtreecommitdiffstats
path: root/config/example.cfg
Commit message (Expand)AuthorAgeFilesLines
* 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
* fan: Support setting a max_power attribute for the print cooling fanKevin O'Connor2017-07-051-0/+7
* gcode: Support running arbitrary gcode on extruder changeKevin O'Connor2017-06-091-0/+12
* extruder: Add initial support for multi-extrudersKevin O'Connor2017-06-091-0/+9
* config: Make it clear the "fan" section represents the print cooling fanKevin O'Connor2017-05-211-1/+1
* config: Add periods to end of sentences in example configsKevin O'Connor2017-05-211-8/+8
* hub-ctrl: Add support for micro-controller reset via RPi usb power togglingKevin O'Connor2017-04-131-3/+6
* mcu: Support reset commandKevin O'Connor2017-04-131-0/+7
* corexy: Initial corexy kinematic implementationKevin O'Connor2017-04-031-1/+3
* toolhead: Increase the motor_off_time default to 10 minutesKevin O'Connor2017-03-301-2/+2
* config: Decrease example max_z_velocity to 25mm/sKevin O'Connor2017-03-301-1/+1
* heater: Add support for AD595 type sensorsKevin O'Connor2017-03-131-3/+7
* heater: Rename thermistor_type config name to sensor_typeKevin O'Connor2017-03-131-7/+6
* fan: Default to using software PWMKevin O'Connor2017-03-081-3/+4
* docs: Fix typo in description of fan pin.Kevin O'Connor2017-03-071-1/+1
* heater: Support max_power setting for heatersKevin O'Connor2017-03-031-2/+9
* extruder: Allow configuration of pressure advance lookahead timeKevin O'Connor2017-02-221-0/+7
* toolhead: Introduce "smoothed" acceleration during lookaheadKevin O'Connor2017-02-061-0/+6
* extruder: Calculate sane defaults for extrude only velocity and accelKevin O'Connor2017-01-031-4/+8
* extruder: Do sanity checks on extrusion ratesKevin O'Connor2017-01-031-0/+10
* extruder: Add nozzle and filament diameter config settingsKevin O'Connor2017-01-031-0/+6
* config: Update example config files to be more clear on default valuesKevin O'Connor2017-01-021-60/+89
* toolhead: Specify maximum acceleration and velocity in toolhead classKevin O'Connor2016-12-011-8/+19
* delta: Initial support for linear delta kinematicsKevin O'Connor2016-11-141-2/+3
* stepper: Default to a high direction pin meaning positive directionKevin O'Connor2016-11-081-3/+3
* extruder: Support a minimum extrude temperatureKevin O'Connor2016-09-301-0/+3
* cartesian: Enforce endstop min and max boundariesKevin O'Connor2016-09-301-2/+2
* docs: Clarification of some installation and config stepsKevin O'Connor2016-09-151-6/+5
* stepper: Support stepper phase adjustments when homingKevin O'Connor2016-07-281-1/+21
* extruder: Add support for "pressure advance" on extrusionKevin O'Connor2016-07-251-0/+5