aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-ultimaker-ultimainboard-v2.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2023-01-13 10:02:47 -0500
committerKevin O'Connor <kevin@koconnor.net>2024-01-23 20:04:03 -0500
commit4115ea128af3308c1a5af224fce83b12c2e97e1a (patch)
treea7fe1eb30b27f971fe5ce47099c8dff8585129f7 /config/generic-ultimaker-ultimainboard-v2.cfg
parent2e8b54ae5f01e2c4897eec109cd8a0cb3c0e5c4a (diff)
downloadkutter-4115ea128af3308c1a5af224fce83b12c2e97e1a.tar.gz
kutter-4115ea128af3308c1a5af224fce83b12c2e97e1a.tar.xz
kutter-4115ea128af3308c1a5af224fce83b12c2e97e1a.zip
output_pin: Deprecate static_value parameter
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>
Diffstat (limited to 'config/generic-ultimaker-ultimainboard-v2.cfg')
-rw-r--r--config/generic-ultimaker-ultimainboard-v2.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/generic-ultimaker-ultimainboard-v2.cfg b/config/generic-ultimaker-ultimainboard-v2.cfg
index 9a4d4e6d..b1ce3fa5 100644
--- a/config/generic-ultimaker-ultimainboard-v2.cfg
+++ b/config/generic-ultimaker-ultimainboard-v2.cfg
@@ -97,7 +97,7 @@ max_z_accel: 30
[output_pin case_light]
pin: PH5
-static_value: 1.0
+value: 1.0
# Motor current settings.
[output_pin stepper_xy_current]
@@ -107,7 +107,7 @@ scale: 2.000
# Max power setting.
cycle_time: .000030
hardware_pwm: True
-static_value: 1.200
+value: 1.200
# Power adjustment setting.
[output_pin stepper_z_current]
@@ -116,7 +116,7 @@ pwm: True
scale: 2.000
cycle_time: .000030
hardware_pwm: True
-static_value: 1.200
+value: 1.200
[output_pin stepper_e_current]
pin: PL3
@@ -124,4 +124,4 @@ pwm: True
scale: 2.000
cycle_time: .000030
hardware_pwm: True
-static_value: 1.250
+value: 1.250