mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
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:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user