mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-11 03:57:39 +00:00
FIX: invalid support params in 3rd party profiles
Many params are not right.Just use default jira:[NEW] Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I5c4a1e8b046940e174f5681a79031b5f20fcafc5
This commit is contained in:
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP_PRUSA_000",
|
||||
"name": "0.20mm Standard @MINI",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"initial_layer_speed": "20",
|
||||
"initial_layer_infill_speed": "25",
|
||||
"gap_infill_speed": "40",
|
||||
"bridge_speed": "25",
|
||||
"default_jerk": "8",
|
||||
"initial_layer_acceleration": "700",
|
||||
"inner_wall_speed": "50",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"is_custom_defined": "0",
|
||||
"outer_wall_speed": "40",
|
||||
"overhang_2_4_speed": "30",
|
||||
"print_settings_id": "MINI - Copy",
|
||||
"sparse_infill_speed": "140",
|
||||
"top_surface_speed": "40",
|
||||
"travel_speed": "150",
|
||||
"compatible_printers": [
|
||||
"Prusa MINI 0.4 nozzle"
|
||||
]
|
||||
"type": "process",
|
||||
"setting_id": "GP_PRUSA_000",
|
||||
"name": "0.20mm Standard @MINI",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"initial_layer_speed": "20",
|
||||
"initial_layer_infill_speed": "25",
|
||||
"gap_infill_speed": "40",
|
||||
"bridge_speed": "25",
|
||||
"default_jerk": "8",
|
||||
"initial_layer_acceleration": "700",
|
||||
"inner_wall_speed": "50",
|
||||
"internal_solid_infill_speed": "140",
|
||||
"is_custom_defined": "0",
|
||||
"outer_wall_speed": "40",
|
||||
"overhang_2_4_speed": "30",
|
||||
"print_settings_id": "MINI - Copy",
|
||||
"sparse_infill_speed": "140",
|
||||
"top_surface_speed": "40",
|
||||
"travel_speed": "150",
|
||||
"compatible_printers": [
|
||||
"Prusa MINI 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP_PRUSA_001",
|
||||
"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"
|
||||
]
|
||||
"type": "process",
|
||||
"setting_id": "GP_PRUSA_001",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
@@ -61,21 +61,9 @@
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.42",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.5",
|
||||
"support_interface_speed": "80",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_speed": "150",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.4",
|
||||
|
||||
Reference in New Issue
Block a user