aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-ramps.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: pin mapping for ender 3 stock display and encoder on ramps (#1075)Patrick Balsiger2019-01-061-0/+9
| | | Signed-off-by: Patrick Balsiger <patrick.balsiger@wirelos.net>
* config: Add default kill_pin to RAMPS' display-sectionMaster922019-01-051-0/+1
| | | | Signed-off-by: Nils Friedchen <Nils.Friedchen@googlemail.com>
* config: Add encoder buttons to generic-ramps.cfgKevin O'Connor2018-08-261-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Fix hd44780 typo in rambo and ramps example configsKevin O'Connor2018-03-061-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* display: Add initial support for LCD screens attached to an MCUKevin O'Connor2018-03-061-0/+17
| | | | | | | | Add support for displaying basic status information on ST7920 and HD44780 based LCDs that are attached directly to a micro-controller. Signed-off-by: Marcio Teixeira <marcio@alephobjects.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Use .0025 as the default z step_distance in sample configsKevin O'Connor2018-02-251-1/+1
| | | | | | | | | | Don't use tiny step distances on the Z as that could cause a surprise to users that copy the config without updating all the settings. (A Z step distance that is too small would cause a high motor velocity.) A step distance of .0025 is very popular in practice, so change the default example configs to use that. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stepper: Use a sane default for homing_positive_dirKevin O'Connor2017-07-241-3/+2
| | | | | | | Use the endstop position to determine a sane default for homing_positive_dir. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add additional pin definitions to ramps and rambo configsKevin O'Connor2017-07-241-1/+12
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add a sample config file for RAMPS boardsKevin O'Connor2017-04-261-0/+74
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>