aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-delta.cfg
Commit message (Expand)AuthorAgeFilesLines
* config: Don't use arduino aliases in example-xxx.cfg filesKevin O'Connor2021-03-251-20/+19
* config: Update example configs to use rotation_distanceKevin O'Connor2020-12-181-4/+8
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-66/+4
* delta: Add print_radius option to customize valid XY radiusKevin O'Connor2020-01-231-0/+7
* probe: Move multi-sampling capability from ProbePointsHelper to ProbeKevin O'Connor2019-06-061-9/+0
* screws_tilt_adjust: Add new screws_tilt_adjust tool (#1367)Rui Caridade2019-03-081-0/+3
* config: The delta_calibrate bed radius uses nozzle coordinatesKevin O'Connor2018-10-011-8/+10
* probe: Support manual probing at runtimeKevin O'Connor2018-10-011-8/+0
* probe: Add ability to multi-sample points to ProbePointsHelperArksine2018-08-291-0/+6
* probe: Add z_offset parameterKevin O'Connor2018-03-171-3/+0
* delta_calibrate: Add initial support for a DELTA_CALIBRATE commandKevin O'Connor2018-01-281-0/+25
* delta: Allow the user to specify a minimum z positionKevin O'Connor2018-01-281-0/+3
* delta: Default stepper_b/c position_endstop to stepper_a'sKevin O'Connor2017-12-081-3/+6
* delta: Support different arm lengths for each towerKevin O'Connor2017-12-081-3/+5
* stepper: Use a sane default for homing_positive_dirKevin O'Connor2017-07-241-1/+1
* config: Reduce max_z_velocity in example-delta.cfg to 150Kevin O'Connor2017-07-241-1/+1
* docs: Improve description of delta stepper acceleration limitsKevin O'Connor2017-07-191-8/+2
* delta: Add support for specifying the angle each tower is atKevin O'Connor2017-06-051-0/+4
* 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-3/+3
* heater: Rename thermistor_type config name to sensor_typeKevin O'Connor2017-03-131-4/+4
* fan: Default to using software PWMKevin O'Connor2017-03-081-1/+0
* 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
* extruder: Calculate sane defaults for extrude only velocity and accelKevin O'Connor2017-01-031-2/+0
* extruder: Add nozzle and filament diameter config settingsKevin O'Connor2017-01-031-0/+2
* config: Update example config files to be more clear on default valuesKevin O'Connor2017-01-021-4/+5
* 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-011-6/+2
* delta: Initial support for linear delta kinematicsKevin O'Connor2016-11-141-0/+94