mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Fixed many profile issues and cleaned up some messes. (#10686)
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Fast @Flashforge AD4 0.4 Nozzle",
|
||||
"inherits": "fdm_process_flashforge_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP001",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.3",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"line_width": "0.4",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"top_surface_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"support_line_width": "0.4",
|
||||
"initial_layer_speed": "40",
|
||||
"initial_layer_acceleration": "60",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"initial_layer_travel_speed": "150",
|
||||
"outer_wall_speed": "50",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "50",
|
||||
"top_surface_speed": "35",
|
||||
"type": "process",
|
||||
"name": "0.30mm Fast @Flashforge AD4 0.4 Nozzle",
|
||||
"inherits": "fdm_process_flashforge_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP001",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.3",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"line_width": "0.4",
|
||||
"initial_layer_line_width": "0.4",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"inner_wall_line_width": "0.4",
|
||||
"top_surface_line_width": "0.4",
|
||||
"sparse_infill_line_width": "0.4",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"support_line_width": "0.4",
|
||||
"initial_layer_speed": "40",
|
||||
"initial_layer_acceleration": "60",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"initial_layer_travel_speed": "150",
|
||||
"outer_wall_speed": "50",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "50",
|
||||
"top_surface_speed": "35",
|
||||
"gap_infill_speed": "50",
|
||||
"support_speed": "100",
|
||||
"top_surface_acceleration": "50",
|
||||
@@ -54,7 +54,9 @@
|
||||
"wipe_speed": "200",
|
||||
"reduce_crossing_wall": "1",
|
||||
"max_travel_detour_distance": "50",
|
||||
"compatible_printers": ["Flashforge Adventurer 4 Series 0.4 Nozzle"],
|
||||
"filename_format": "{input_filename_base}.gcode",
|
||||
"post_process": ""
|
||||
}
|
||||
"compatible_printers": [
|
||||
"Flashforge Adventurer 4 Series 0.4 Nozzle"
|
||||
],
|
||||
"filename_format": "{input_filename_base}.gcode",
|
||||
"post_process": ""
|
||||
}
|
||||
Reference in New Issue
Block a user