mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
ENH: enhance some functions of the wipe_tower
1.Add automatic calculation of the wipe_tower's brim width by height; 2.modify the min_depth_per_height and the default ridwidth jira: none Change-Id: Idd96bc90e8e631aa8481b559e1e9fec24c6b822f (cherry picked from commit 4dd4e9e12c02d945a0ac3fd2020f75313c5b2cc9)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"default_acceleration": "8000",
|
||||
"initial_layer_speed": "40",
|
||||
"prime_tower_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"travel_speed": "1000",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.2 nozzle"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"internal_solid_infill_speed": "250",
|
||||
"outer_wall_speed": "200",
|
||||
"prime_tower_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"sparse_infill_speed": "350",
|
||||
"travel_speed": "1000",
|
||||
"compatible_printers": [
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"outer_wall_speed": "200",
|
||||
"overhang_3_4_speed": "30",
|
||||
"prime_tower_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"sparse_infill_speed": "350",
|
||||
"top_surface_speed": "200",
|
||||
"travel_speed": "1000",
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"prime_tower_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"sparse_infill_speed": "350",
|
||||
"top_surface_speed": "200",
|
||||
"travel_speed": "1000",
|
||||
|
||||
Reference in New Issue
Block a user