aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* 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-032-1/+87
* toolhead: Increase the motor_off_time default to 10 minutesKevin O'Connor2017-03-302-3/+2
* config: Decrease example max_z_velocity to 25mm/sKevin O'Connor2017-03-302-2/+2
* 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-134-19/+18
* fan: Default to using software PWMKevin O'Connor2017-03-084-6/+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
* delta: Use position_endstop for position_maxKevin O'Connor2017-02-191-3/+1
* delta: Cap maximum stepper velocity and accelerationKevin O'Connor2017-02-131-0/+10
* 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-034-10/+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-034-0/+12
* config: Update example config files to be more clear on default valuesKevin O'Connor2017-01-024-67/+95
* config: Update avrsim.cfg with recent config file changesKevin O'Connor2016-12-021-6/+4
* delta: Support limiting the maximum velocity of z movesKevin O'Connor2016-12-011-1/+6
* toolhead: Specify maximum acceleration and velocity in toolhead classKevin O'Connor2016-12-013-20/+25
* delta: Initial support for linear delta kinematicsKevin O'Connor2016-11-142-2/+97
* stepper: Default to a high direction pin meaning positive directionKevin O'Connor2016-11-082-7/+7
* mcu: Do not invert the direction of pullup pins by defaultKevin O'Connor2016-11-082-6/+6
* heater: Make it possible to disable min_extrude_temp for testingKevin O'Connor2016-10-111-0/+1
* 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-282-1/+27
* extruder: Add support for "pressure advance" on extrusionKevin O'Connor2016-07-252-3/+9
* extruder: Create a new class and python file to track the printer extruderKevin O'Connor2016-07-103-15/+10
* docs: Change the debugging docs to recommend a serial baud rate of 250000Kevin O'Connor2016-06-131-1/+1
* Initial commit of source code.Kevin O'Connor2016-05-253-0/+359