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:
Musicdad 2023-05-20 06:32:06 -05:00 committed by GitHub
parent 2d92d2f4e1
commit 8d96c42a3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
63 changed files with 2567 additions and 12 deletions

View file

@ -0,0 +1,29 @@
{
"type": "process",
"setting_id": "GP005",
"name": "0.24mm Draft @FT 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_folgertech_common",
"layer_height": "0.24",
"elefant_foot_compensation": "0.15",
"top_surface_line_width": "0.45",
"bottom_shell_layers": "3",
"top_shell_layers": "3",
"top_shell_thickness": "0.6",
"bridge_flow": "1",
"initial_layer_speed": "40",
"initial_layer_infill_speed": "50",
"outer_wall_speed": "70",
"inner_wall_speed": "80",
"sparse_infill_speed": "80",
"internal_solid_infill_speed": "80",
"top_surface_speed": "70",
"gap_infill_speed": "80",
"support_threshold_angle": "35",
"compatible_printers": [
"Folgertech i3 0.4 nozzle",
"Folgertech FT-5 0.4 nozzle",
"Folgertech FT-6 0.4 nozzle"
]
}