Revert "Change prime_tower_enable to prime_tower_mode in all defs/profiles"

This reverts commit 5a291f9ba9.
This commit is contained in:
c.lamboo 2024-02-22 16:20:39 +01:00
parent c8f9f179d9
commit 501b15753d
627 changed files with 628 additions and 624 deletions

View file

@ -68,7 +68,7 @@
"meshfix_keep_open_polygons": "fix_horrible_use_open_bits",
"magic_mesh_surface_mode": "\"surface\" if simple_mode else \"normal\"",
"magic_spiralize": "spiralize",
"prime_tower_mode": "\"normal\" if wipe_tower else \"none\"",
"prime_tower_enable": "wipe_tower",
"prime_tower_size": "math.sqrt(float(wipe_tower_volume) / float(layer_height))",
"ooze_shield_enabled": "ooze_shield",
"skin_overlap": "fill_overlap"