aboutsummaryrefslogtreecommitdiffstats
path: root/config/printer-creality-cr10s-2017.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: Don't use arduino mega aliases in example config filesKevin O'Connor2021-03-251-26/+25
| | | | 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: Use position_endstop=0 for Creality printersKevin O'Connor2019-08-311-1/+1
| | | | | | | The default position_endstop=0.5 is causing confusion for some new users - change the default to 0. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Use "ATC Semitec 104GT-2" for CR10 (and similar) heater bedsKevin O'Connor2019-02-081-1/+1
| | | | | | | Marlin examples use the "ATC Semitec 104GT-2" thermistor for the CR10, CR10S, and CR10mini. Reported by @dovcharov. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add display buttons to printer-creality-cr10s-2017.cfgKevin O'Connor2018-10-201-0/+2
| | | | | | Reported on IRC by gueee. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update printer-creality-cr10s-2017.cfg to use z position_max=400Kevin O'Connor2018-05-151-1/+1
| | | | | | The cr10s should has a z length of 400mm. Reported by @nic-str. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add display section to default Creality CR10s configKevin O'Connor2018-04-081-0/+6
| | | | | | | The CR10s uses a "12864" type display on the standard RAMPS pins. Reported by @jm493. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add a "printer-" prefix to example printer config filesKevin O'Connor2018-02-111-0/+75
Add a prefix to the example printer config files so that a sorted directory listing shows all the samples bundled together. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>