mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Fixed many profile issues and cleaned up some messes. (#10686)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"type": "process",
|
||||
"name": "0.14mm Quality @Construct 1",
|
||||
"inherits": "fdm_process_common",
|
||||
"name": "0.14mm Quality @Construct 1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"bridge_speed": "60",
|
||||
"default_acceleration": "4000",
|
||||
@@ -24,7 +24,6 @@
|
||||
"inner_wall_speed": "220",
|
||||
"internal_solid_infill_line_width": "0.44",
|
||||
"internal_solid_infill_speed": "300",
|
||||
"is_custom_defined": "0",
|
||||
"layer_height": "0.14",
|
||||
"only_one_wall_top": "1",
|
||||
"outer_wall_acceleration": "2200",
|
||||
@@ -50,5 +49,7 @@
|
||||
"travel_speed": "320",
|
||||
"wall_loops": "2",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": ["Construct 1 0.4 nozzle"]
|
||||
}
|
||||
"compatible_printers": [
|
||||
"Construct 1 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"type": "process",
|
||||
"name": "0.20mm Quality @Construct 1 XL",
|
||||
"inherits": "fdm_process_common",
|
||||
"name": "0.20mm Quality @Construct 1 XL",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"default_acceleration": "4000",
|
||||
"default_jerk": "12",
|
||||
@@ -24,7 +24,6 @@
|
||||
"inner_wall_speed": "220",
|
||||
"internal_solid_infill_line_width": "0.6",
|
||||
"internal_solid_infill_speed": "240",
|
||||
"is_custom_defined": "0",
|
||||
"layer_height": "0.2",
|
||||
"line_width": "0.6",
|
||||
"only_one_wall_top": "1",
|
||||
@@ -49,6 +48,8 @@
|
||||
"travel_speed": "320",
|
||||
"wall_loops": "2",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"compatible_printers": ["Construct 1 XL 0.6 nozzle"]
|
||||
}
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"compatible_printers": [
|
||||
"Construct 1 XL 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"type": "process",
|
||||
"name": "0.22mm Standard @Construct 1",
|
||||
"inherits": "fdm_process_common",
|
||||
"name": "0.22mm Standard @Construct 1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bridge_speed": "60",
|
||||
"default_acceleration": "4000",
|
||||
"default_jerk": "12",
|
||||
@@ -23,7 +23,6 @@
|
||||
"inner_wall_speed": "300",
|
||||
"internal_solid_infill_line_width": "0.44",
|
||||
"internal_solid_infill_speed": "300",
|
||||
"is_custom_defined": "0",
|
||||
"layer_height": "0.22",
|
||||
"only_one_wall_top": "1",
|
||||
"outer_wall_acceleration": "2800",
|
||||
@@ -48,8 +47,9 @@
|
||||
"top_surface_speed": "160",
|
||||
"travel_acceleration": "6400",
|
||||
"travel_speed": "320",
|
||||
"version": "1.8.0.0",
|
||||
"wall_loops": "2",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": ["Construct 1 0.4 nozzle"]
|
||||
}
|
||||
"compatible_printers": [
|
||||
"Construct 1 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"type": "process",
|
||||
"name": "0.25mm Industrial @Construct 1",
|
||||
"inherits": "fdm_process_common",
|
||||
"name": "0.25mm Industrial @Construct 1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"bridge_speed": "60",
|
||||
"default_acceleration": "4000",
|
||||
@@ -24,7 +24,6 @@
|
||||
"inner_wall_speed": "240",
|
||||
"internal_solid_infill_line_width": "0.44",
|
||||
"internal_solid_infill_speed": "300",
|
||||
"is_custom_defined": "0",
|
||||
"layer_height": "0.22",
|
||||
"line_width": "0.44",
|
||||
"only_one_wall_top": "1",
|
||||
@@ -50,6 +49,8 @@
|
||||
"travel_acceleration": "6400",
|
||||
"travel_speed": "320",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"wall_loops": "3",
|
||||
"compatible_printers": ["Construct 1 0.4 nozzle"]
|
||||
}
|
||||
"wall_loops": "3",
|
||||
"compatible_printers": [
|
||||
"Construct 1 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"type": "process",
|
||||
"name": "0.30mm Draft @Construct 1",
|
||||
"inherits": "fdm_process_common",
|
||||
"name": "0.30mm Draft @Construct 1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "2",
|
||||
"bridge_speed": "60",
|
||||
"default_acceleration": "4000",
|
||||
@@ -24,7 +24,6 @@
|
||||
"inner_wall_speed": "300",
|
||||
"internal_solid_infill_line_width": "0.44",
|
||||
"internal_solid_infill_speed": "300",
|
||||
"is_custom_defined": "0",
|
||||
"layer_height": "0.3",
|
||||
"line_width": "0.44",
|
||||
"only_one_wall_top": "1",
|
||||
@@ -52,5 +51,7 @@
|
||||
"travel_speed": "320",
|
||||
"wall_loops": "2",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": ["Construct 1 0.4 nozzle"]
|
||||
}
|
||||
"compatible_printers": [
|
||||
"Construct 1 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"type": "process",
|
||||
"name": "0.30mm Industrial @Construct 1 XL",
|
||||
"inherits": "fdm_process_common",
|
||||
"name": "0.30mm Industrial @Construct 1 XL",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"default_acceleration": "4000",
|
||||
"default_jerk": "12",
|
||||
@@ -24,7 +24,6 @@
|
||||
"inner_wall_speed": "240",
|
||||
"internal_solid_infill_line_width": "0.62",
|
||||
"internal_solid_infill_speed": "240",
|
||||
"is_custom_defined": "0",
|
||||
"layer_height": "0.3",
|
||||
"line_width": "0.62",
|
||||
"only_one_wall_top": "1",
|
||||
@@ -48,8 +47,10 @@
|
||||
"top_surface_speed": "140",
|
||||
"travel_acceleration": "6000",
|
||||
"travel_speed": "320",
|
||||
"wall_loops": "3",
|
||||
"wall_loops": "3",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"compatible_printers": ["Construct 1 XL 0.6 nozzle"]
|
||||
}
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"compatible_printers": [
|
||||
"Construct 1 XL 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"type": "process",
|
||||
"name": "0.30mm Standard @Construct 1 XL",
|
||||
"inherits": "fdm_process_common",
|
||||
"name": "0.30mm Standard @Construct 1 XL",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bridge_speed": "60",
|
||||
"default_acceleration": "4000",
|
||||
"default_jerk": "13",
|
||||
@@ -24,7 +24,6 @@
|
||||
"inner_wall_speed": "300",
|
||||
"internal_solid_infill_line_width": "0.62",
|
||||
"internal_solid_infill_speed": "300",
|
||||
"is_custom_defined": "0",
|
||||
"layer_height": "0.3",
|
||||
"line_width": "0.64",
|
||||
"only_one_wall_top": "1",
|
||||
@@ -53,6 +52,8 @@
|
||||
"travel_speed": "320",
|
||||
"wall_loops": "2",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"compatible_printers": ["Construct 1 XL 0.6 nozzle"]
|
||||
}
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"compatible_printers": [
|
||||
"Construct 1 XL 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"type": "process",
|
||||
"name": "0.38mm Draft @Construct 1 XL",
|
||||
"inherits": "fdm_process_common",
|
||||
"name": "0.38mm Draft @Construct 1 XL",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "2",
|
||||
"bridge_speed": "60",
|
||||
"default_acceleration": "4000",
|
||||
@@ -25,7 +25,6 @@
|
||||
"inner_wall_speed": "300",
|
||||
"internal_solid_infill_line_width": "0.64",
|
||||
"internal_solid_infill_speed": "300",
|
||||
"is_custom_defined": "0",
|
||||
"layer_height": "0.38",
|
||||
"line_width": "0.64",
|
||||
"only_one_wall_top": "1",
|
||||
@@ -54,7 +53,9 @@
|
||||
"travel_acceleration": "6400",
|
||||
"travel_speed": "320",
|
||||
"wall_loops": "2",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"compatible_printers": ["Construct 1 XL 0.6 nozzle"]
|
||||
}
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"compatible_printers": [
|
||||
"Construct 1 XL 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -37,7 +37,7 @@
|
||||
"ironing_speed": "40",
|
||||
"ironing_type": "no ironing",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "60",
|
||||
@@ -103,4 +103,4 @@
|
||||
"top_surface_speed": "100",
|
||||
"gap_infill_speed": "100",
|
||||
"travel_speed": "320"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user