aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Reference.md
Commit message (Collapse)AuthorAgeFilesLines
* bltouch: Recommend using a pullup on the sensor_pinKevin O'Connor2020-12-111-2/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* temperature_mcu: Add enhanced support for monitoring mcu temperatureKevin O'Connor2020-12-101-0/+34
| | | | | | | Add a "temperature_mcu" tool that can monitor builtin micro-controller temperature sensors. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Improve spi and i2c description in Config_Reference.mdKevin O'Connor2020-12-081-50/+88
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Minor wording change to thermistors in Config_Reference.mdKevin O'Connor2020-12-071-6/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Group temperature sensors together in Config_Reference.mdKevin O'Connor2020-12-051-160/+155
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move micro-controller information together in Config_Reference.mdKevin O'Connor2020-12-051-48/+46
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add links to default display.cfg and menu.cfg in Config_Reference.mdKevin O'Connor2020-12-031-0/+12
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Use relative links for files outside the docs/ directoryKevin O'Connor2020-12-031-41/+29
| | | | | | | | Use javascript to fixup the "github pages" rendering of links to files outside the docs/ directory. Then use normal relative links in the documentation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* rpi_temperature: Don't read min_temp/max_temp directly from configKevin O'Connor2020-12-031-8/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* rpi_temperature: New module to monitor RPi temperature (#3587)Al2020-12-031-0/+21
| | | | | Module to monitor RPi cpu temperature Signed-off-by: Al Crate <aleph@al3ph.org>
* save_variables: Support saving variables to a disk fileKevin O'Connor2020-12-031-0/+14
| | | | | Signed-off-by: Dushyant Ahuja dusht.ahuja@gmail.com Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* menu: modifications (#3262)Janar Sööt2020-12-031-0/+5
| | | | | | | | | - remove lot of helper methods - differentiate class instantiate from config or directly - don't use 'enable' template rendering when static value is used. - new element 'disabled' - other internal adjustments Signed-off-by: Janar Sööt <janar.soot@gmail.com>
* docs: Clean up example values in Config_Reference.mdKevin O'Connor2020-12-021-41/+41
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add additional command reference links to Config_Reference.mdKevin O'Connor2020-11-231-2/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* hd44780: allow to configure line length (#3543)Martin Hierholzer2020-11-201-0/+4
| | | | | This allows to use 16x4 displays rather than only 20x4. Signed-off-by: Martin Hierholzer <hier@beta-centauri.de>
* docs: Add some additional links to Config_Reference.mdKevin O'Connor2020-11-201-8/+12
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Fix quad_gantry_level header in Config_Reference.mdKevin O'Connor2020-11-201-0/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add more links to Config_Reference.mdKevin O'Connor2020-11-201-33/+95
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* board_pins: Use an explicit parameter to specify mcu name(s)Kevin O'Connor2020-11-201-6/+10
| | | | | | | | | | | Add an 'mcu' option to the board_pins config and use that to specify the name of the mcu to apply the aliases to. Support applying the aliases to multiple mcus. Add support for any number of options starting with an "aliases_" prefix. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move replicape reference from generic-replicate.cfg to Config_Reference.mdKevin O'Connor2020-11-201-1/+56
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-0/+3400
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>