aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-ultimaker-ultimainboard-v2.cfg
Commit message (Collapse)AuthorAgeFilesLines
* output_pin: Deprecate static_value parameterKevin O'Connor2024-01-231-4/+4
| | | | | | | | | | | | 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: Change current scale on generic-ultimaker-ultimainboard-v2.cfgKevin O'Connor2021-05-281-3/+3
| | | | | | Reported by @TehOcean . 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-5/+10
| | | | 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 Ultimaker UltiMainboard v2 config. (#2696)Avery Todd2020-04-081-0/+123
Adds config for the Ultimaker 2's UltiMainboard v2 board, with the correct pins assigned and current control for the A4988 motor drivers. Signed-off-by: Avery Todd <averyct@pm.me>