Remove deleted settings from machine definitions

This commit is contained in:
Jaime van Kessel 2021-09-28 14:59:09 +02:00
parent e40a8e2d1d
commit 88b0ca560f
7 changed files with 3 additions and 13 deletions

View file

@ -9,6 +9,7 @@ type = variant
hardware_type = nozzle
[values]
acceleration_enabled = True
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)