mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
Fix issues
This commit is contained in:
parent
cb59fec7d9
commit
27f2817020
12 changed files with 74 additions and 24 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "process",
|
||||
"print_settings_id": "0.05mm UltraDetail @MK3",
|
||||
"name": "0.05mm UltraDetail @MK3",
|
||||
"print_settings_id": "0.05mm UltraDetail @MK3S",
|
||||
"name": "0.05mm UltraDetail @MK3S",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_mk3",
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "process",
|
||||
"print_settings_id": "0.07mm UltraDetail @MK3",
|
||||
"name": "0.32mm Standard @MK4",
|
||||
"print_settings_id": "0.07mm UltraDetail @MK3S",
|
||||
"name": "0.07mm UltraDetail @MK3S",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_mk3",
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "process",
|
||||
"print_settings_id": "0.10mm Detail @MK3",
|
||||
"name": "0.10mm Detail @MK3",
|
||||
"print_settings_id": "0.10mm Detail @MK3S",
|
||||
"name": "0.10mm Detail @MK3S",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_mk3",
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "process",
|
||||
"print_settings_id": "0.15mm Quality @MK3",
|
||||
"name": "0.15mm Quality @MK3",
|
||||
"print_settings_id": "0.15mm Quality @MK3S",
|
||||
"name": "0.15mm Quality @MK3S",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_mk3",
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "process",
|
||||
"print_settings_id": "0.15mm Speed @MK3",
|
||||
"name": "0.15mm Speed @MK3",
|
||||
"print_settings_id": "0.15mm Speed @MK3S",
|
||||
"name": "0.15mm Speed @MK3S",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_mk3",
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "process",
|
||||
"print_settings_id": "0.20mm Quality @MK3",
|
||||
"name": "0.20mm Quality @MK3",
|
||||
"print_settings_id": "0.20mm Quality @MK3S",
|
||||
"name": "0.20mm Quality @MK3S",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_mk3",
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"type": "process",
|
||||
"print_settings_id": "0.20mm Speed @MK3",
|
||||
"name": "0.20mm Speed @MK3",
|
||||
"print_settings_id": "0.20mm Speed @MK3S",
|
||||
"name": "0.20mm Speed @MK3S",
|
||||
"from": "system",
|
||||
"renamed_from":"0.20mm Standard @MK3S",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_mk3",
|
||||
"bottom_shell_layers": "4",
|
20
resources/profiles/Prusa/process/0.20mm Standard @MK3S.json
Normal file
20
resources/profiles/Prusa/process/0.20mm Standard @MK3S.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @MK3S",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"initial_layer_speed": "20",
|
||||
"initial_layer_infill_speed": "25",
|
||||
"outer_wall_speed": "35",
|
||||
"inner_wall_speed": "60",
|
||||
"sparse_infill_speed": "200",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"top_surface_speed": "50",
|
||||
"gap_infill_speed": "40",
|
||||
"travel_speed": "180",
|
||||
"compatible_printers": [
|
||||
"Prusa MK3S 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "process",
|
||||
"print_settings_id": "0.30mm Draft @MK3",
|
||||
"name": "0.30mm Draft @MK3",
|
||||
"print_settings_id": "0.30mm Draft @MK3S",
|
||||
"name": "0.30mm Draft @MK3S",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "process_common_mk3",
|
|
@ -2,6 +2,7 @@
|
|||
"type": "process",
|
||||
"name": "process_common_mk3",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bridge_angle": "0",
|
||||
|
@ -49,10 +50,6 @@
|
|||
"notes": [""],
|
||||
"ooze_prevention": "0",
|
||||
"outer_wall_acceleration": "0",
|
||||
"overhang_1_4_speed": null,
|
||||
"overhang_2_4_speed": null,
|
||||
"overhang_3_4_speed": null,
|
||||
"overhang_4_4_speed": null,
|
||||
"post_process": [""],
|
||||
"prime_tower_brim_width": "2",
|
||||
"prime_tower_width": "60",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue