aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* delta: Allow the user to specify a minimum z positionKevin O'Connor2018-01-281-0/+3
* replicape: Move the replicape code from chipmisc.py to extras directoryKevin O'Connor2018-01-281-57/+57
* config: Update anycubic-i3-mega-2017.cfg with stepstick fanKevin O'Connor2018-01-221-0/+3
* extruder: Add support for extruders sharing the same heaterKevin O'Connor2018-01-211-0/+7
* config: Update wanhao-duplicator-i3-plus-2017.cfg heater settingsKevin O'Connor2018-01-211-5/+10
* config: Update anycubic-i3-mega-2017.cfg heater settingsKevin O'Connor2018-01-211-7/+10
* config: Add example generic-mini-rambo.cfg config fileKevin O'Connor2018-01-171-0/+103
* config: Add tronxy x5s configDouglas Hammond2018-01-161-0/+79
* Add a CR-10S configuration file.Cymen Vig2018-01-161-0/+75
* config: Update avrsim.cfg to use unique pinsKevin O'Connor2018-01-121-1/+1
* chipmisc: Fix replicape enable line setupKevin O'Connor2018-01-101-0/+4
* config: Config file for Anycubic i3 Megamjedlinski2018-01-081-0/+87
* config: Create creality-cr10nerobot2018-01-081-0/+82
* config: Adopt Anet A8 cfg, Anet v1.0-1.5 Boardstilsonm2018-01-071-0/+79
* config: Note the need to flash a bootloader on the MelziKevin O'Connor2018-01-051-5/+6
* config: Added Wanhao Duplicator i3 Plus configurationJosh Sutinen2018-01-041-0/+73
* config: Update TAZ6 defaults for hotendChris Lee2018-01-041-4/+4
* heater: Added config for heater PWM cycle time.Andy Silverman2018-01-031-0/+5
* config: Add Lulzbot TAZ6 printer configurationChris Lee2018-01-031-0/+110
* chipmisc: Add multi_pin capabilityKevin O'Connor2017-12-181-0/+13
* chipmisc: Add support for output pins set at runtimeKevin O'Connor2017-12-181-19/+52
* docs: Provide additional information on "make flash" failuresKevin O'Connor2017-12-111-1/+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: Only align the stepper motor to a full step when requestedKevin O'Connor2017-12-071-0/+6
* stepper: Support for multiple steppers controlling a single axisKevin O'Connor2017-11-181-0/+18
* config: List E1 micro-step pins in order in generic-rambo.cfgKevin O'Connor2017-11-081-1/+1
* config: Add a generic-printrboard.cfg fileKevin O'Connor2017-10-301-0/+76
* config: Warn Beaglebone PRU users that pinmux settings are not updatedKevin O'Connor2017-10-252-0/+12
* serialhdl: Don't open port at 1200 baudKevin O'Connor2017-10-121-7/+7