aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-rumba.cfg
Commit message (Collapse)AuthorAgeFilesLines
* temperature_sensors: Deprecate "NTC 100K beta 3950" thermistorKevin O'Connor2021-11-101-1/+1
| | | | | | | | | | It seems the common "beta 3950" thermistors generally follow a temperature table defined by the new "Generic 3950" definition. Using a table that actually follows the "beta 3950" temperature curve is generally less accurate. Deprecate the existing "NTC 100K beta 3950" definition to avoid this common issue. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Don't use arduino mega aliases in example config filesKevin O'Connor2021-03-251-48/+47
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update example configs to use rotation_distanceKevin O'Connor2020-12-181-4/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-1/+1
| | | | | | | Move all the config reference information from files in the config/ directory to a new Config_Reference.md document. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update extra extruder pins in generic-rumba.cfgKevin O'Connor2019-03-141-4/+4
| | | | | | Reported by @jakep82. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add lcd encoder pins to generic-rumba.cfgKevin O'Connor2018-10-281-0/+4
| | | | | | Reported by @elJosho. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add exaple generic-rumba.cfg config fileKevin O'Connor2018-04-301-0/+111
Add config file for the RUMBA board (from config provided by Tim Miller). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>