Improving Z-Bolt Profiles (#10017)

* bugfixes (tree supports, dual wipe, travel speed)

* Update fdm_process_zbolt_common.json

* S800 Dual profiles added

* S1000 profiles added

* Dual printers layer change bugfix

* Max layer for 06 nozzle bugfix

* 0.4-0.48 layers slicing bugfix

* First layers budfix

---------

Co-authored-by: zavodik <zavodva@gmail.com>
This commit is contained in:
Vlad
2025-07-17 10:41:20 +03:00
committed by GitHub
parent 5202fe30ea
commit 203dfa1b84
19 changed files with 27 additions and 21 deletions

View File

@@ -5,7 +5,7 @@
"from": "system",
"instantiation": "false",
"layer_height": "0.24",
"initial_layer_print_height": "0.4",
"initial_layer_print_height": "0.3",
"bridge_flow": "1",
"line_width": "0.82",
"outer_wall_line_width": "0.82",

View File

@@ -5,7 +5,7 @@
"from": "system",
"instantiation": "false",
"layer_height": "0.36",
"initial_layer_print_height": "0.3",
"initial_layer_print_height": "0.36",
"bridge_flow": "1",
"line_width": "0.62",
"outer_wall_line_width": "0.62",

View File

@@ -23,5 +23,7 @@
"top_surface_speed": "150",
"bridge_speed": "30",
"overhang_3_4_speed": "25",
"overhang_4_4_speed": "5"
"overhang_4_4_speed": "5",
"skin_infill_line_width": "0.82",
"skeleton_infill_line_width": "0.82"
}

View File

@@ -5,7 +5,7 @@
"from": "system",
"instantiation": "false",
"layer_height": "0.42",
"initial_layer_print_height": "0.3",
"initial_layer_print_height": "0.42",
"bridge_flow": "1",
"line_width": "0.62",
"outer_wall_line_width": "0.62",
@@ -21,5 +21,7 @@
"sparse_infill_speed": "100",
"top_surface_speed": "150",
"bridge_speed": "30",
"overhang_3_4_speed": "15"
"overhang_3_4_speed": "15",
"skin_infill_line_width": "0.62",
"skeleton_infill_line_width": "0.62"
}

View File

@@ -5,7 +5,7 @@
"from": "system",
"instantiation": "false",
"layer_height": "0.48",
"initial_layer_print_height": "0.4",
"initial_layer_print_height": "0.48",
"bridge_flow": "1",
"line_width": "0.82",
"outer_wall_line_width": "0.82",
@@ -23,5 +23,7 @@
"top_surface_speed": "150",
"bridge_speed": "30",
"overhang_3_4_speed": "25",
"overhang_4_4_speed": "5"
"overhang_4_4_speed": "5",
"skin_infill_line_width": "0.82",
"skeleton_infill_line_width": "0.82"
}