aboutsummaryrefslogtreecommitdiffstats
path: root/config/printer-adimlab-2018.cfg
Commit message (Collapse)AuthorAgeFilesLines
* output_pin: Deprecate static_value parameterKevin O'Connor2024-01-231-3/+3
| | | | | | | | | | | | Remove support for configuring "static" pins in output_pin module. A "static" pin only saves a few bytes of memory in the micro-controller. The savings does not justify the increased code complexity. Deprecate the static_value parameter to warn users. In the interim, a static_value parameter will set both value and shutdown_value parameters. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Don't use arduino mega aliases in example config filesKevin O'Connor2021-03-251-30/+29
| | | | 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: ADIMlab Add support for LCD knob and caselightJason Rahaim2018-10-191-3/+16
| | | | | Signed-off-by: Jason Rahaim <jason@jasonr.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add ADIMLab 3d printer (#781)Jason R2018-10-161-0/+107
Configuration for ADIMLab printer. tested and working including LCD support. This printer was previously known as the HCmaker7 Signed-off-by: Jason Rahaim <jason@jasonr.com>