Am profile bug fixes (#1868)

* anker profile bug fixes

* akermake profile bug fix

* feedback from review

* frevert resolution
This commit is contained in:
just-trey 2023-08-22 06:12:35 -04:00 committed by GitHub
parent ba87a1b8f9
commit baa11c9b7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 17 additions and 32 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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"
}

View file

@ -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",

View file

@ -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",