mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
Am profile bug fixes (#1868)
* anker profile bug fixes * akermake profile bug fix * feedback from review * frevert resolution
This commit is contained in:
parent
ba87a1b8f9
commit
baa11c9b7e
8 changed files with 17 additions and 32 deletions
|
@ -14,8 +14,8 @@
|
|||
"top_shell_layers": "6",
|
||||
"support_bottom_z_distance": "0.15",
|
||||
"support_top_z_distance": "0.15",
|
||||
"top_surface_pattern": "zig-zag",
|
||||
"bottom_surface_pattern": "zig-zag",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_thickness": "0",
|
||||
"top_shell_thickness": "0",
|
||||
"default_acceleration": "6000",
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
"top_shell_layers": "5",
|
||||
"support_bottom_z_distance": "0.20",
|
||||
"support_top_z_distance": "0.20",
|
||||
"top_surface_pattern": "rectilinear",
|
||||
"bottom_surface_pattern": "rectilinear",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_thickness": "0",
|
||||
"top_shell_thickness": "0",
|
||||
"default_acceleration": "6000",
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP_Anker_005",
|
||||
"name": "0.20mm Normal @Anker",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"bottom_shell_layers": "4",
|
||||
"compatible_printers": [
|
||||
"Anker M5 0.4 nozzle",
|
||||
"Anker M5C 0.4 nozzle"
|
||||
],
|
||||
"initial_layer_print_height": "0.2",
|
||||
"layer_height": "0.2",
|
||||
"raft_contact_distance": "0.2",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_top_z_distance": "0.2",
|
||||
"top_shell_layers": "5"
|
||||
}
|
|
@ -13,8 +13,8 @@
|
|||
"top_shell_layers": "3",
|
||||
"support_bottom_z_distance": "0.25",
|
||||
"support_top_z_distance": "0.25",
|
||||
"top_surface_pattern": "rectilinear",
|
||||
"bottom_surface_pattern": "rectilinear",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_thickness": "0",
|
||||
"top_shell_thickness": "0",
|
||||
"default_acceleration": "6000",
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.008",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue