From 700f6e3841a39ccbb4b4fba7d046b7894feeb98b Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 31 Jan 2025 09:46:22 +0100 Subject: [PATCH] Fix missing "%" on Sovol profiles fixes #8207 (#8223) * Fixes missing "%", fixes #8207 --- resources/profiles/Sovol/process/fdm_process_common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/profiles/Sovol/process/fdm_process_common.json b/resources/profiles/Sovol/process/fdm_process_common.json index c5c2fd19e0..20fb349177 100644 --- a/resources/profiles/Sovol/process/fdm_process_common.json +++ b/resources/profiles/Sovol/process/fdm_process_common.json @@ -7,7 +7,7 @@ "reduce_crossing_wall": "0", "bridge_flow": "0.95", "bridge_speed": "25", - "internal_bridge_speed" : "150", + "internal_bridge_speed" : "150%", "brim_width": "5", "compatible_printers": [], "print_sequence": "by layer",