mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
Add Folgertech Printers (#1048)
Profiles for Folgertech Printers includes i3, FT-5, FT-6 Co-authored-by: Musicdad12 <seanmccallister12@gmail.com>
This commit is contained in:
parent
2d92d2f4e1
commit
8d96c42a3e
63 changed files with 2567 additions and 12 deletions
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP036",
|
||||
"name": "0.30mm Strength @FT 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_folgertech_common",
|
||||
"layer_height": "0.3",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"wall_loops": "4",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4",
|
||||
"bridge_flow": "1",
|
||||
"line_width": "0.62",
|
||||
"outer_wall_line_width": "0.62",
|
||||
"initial_layer_line_width": "0.62",
|
||||
"sparse_infill_line_width": "0.62",
|
||||
"sparse_infill_density":"25%",
|
||||
"inner_wall_line_width": "0.62",
|
||||
"internal_solid_infill_line_width": "0.62",
|
||||
"support_line_width": "0.62",
|
||||
"top_surface_line_width": "0.62",
|
||||
"initial_layer_speed": "35",
|
||||
"initial_layer_infill_speed": "55",
|
||||
"outer_wall_speed": "60",
|
||||
"inner_wall_speed": "80",
|
||||
"sparse_infill_speed": "80",
|
||||
"internal_solid_infill_speed": "80",
|
||||
"top_surface_speed": "60",
|
||||
"gap_infill_speed": "40",
|
||||
"bridge_speed": "30",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "15",
|
||||
"overhang_4_4_speed": "10",
|
||||
"compatible_printers": [
|
||||
"Folgertech i3 0.6 nozzle",
|
||||
"Folgertech FT-5 0.6 nozzle",
|
||||
"Folgertech FT-6 0.6 nozzle"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue