aboutsummaryrefslogtreecommitdiffstats
path: root/config/printer-mtw-create-2015.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: Change of alias for heater_fan in multiple configs (#5632)JamesH19782022-07-191-1/+1
| | | | | This PR serves to fix a longstanding misnomer in some config files. Many configs state a nozzle_cooling_fan alias for what is usually a "hotend cooling fan". This causes ambiguity and confusion with the parts fan. I have identified all 24 files with this and changed them here. Signed-off-by: James Hartley <james@hartleyns.com>
* docs: Docs comma culture (#4822)Paul McGowan2022-01-091-3/+3
| | | | | Many non-English speaking countries use a comma as a decimal separator for printed numbers. This can create some confusion in documentation and config files when not surrounded by contextual clues like parenthesis. Improve documentation by adding spaces to coordinates. Signed-off-by: Paul McGowan <mental450@gmail.com>
* 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: Update example configs to use rotation_distanceKevin O'Connor2020-12-181-5/+10
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* manual_probe: Use configfile note_valid=False when inspecting Z position_endstopKevin O'Connor2020-12-131-1/+1
| | | | 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: Add example printer-mtw-create-2015.cfg config filemtw3d2020-01-241-0/+148
Signed-off-by: Mike Payson <mike@mtw3d.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>