aboutsummaryrefslogtreecommitdiffstats
path: root/config/printer-creality-cr30-2021.cfg
Commit message (Collapse)AuthorAgeFilesLines
* output_pin: Deprecate static_value parameterKevin O'Connor2024-01-231-1/+0
| | | | | | | | | | | | 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: Minor changes to printer-creality-cr30-2021.cfgKevin O'Connor2021-05-061-1/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add Creality CR-30 PrintMill supportJason S. McMullan2021-05-061-0/+167
Add support for the Creality CR-30 'PrintMill', and its base board, the Creality v4.2.10. Add them to the `test/klippy/printers.test` test suite Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>