orcaslicer/resources/profiles/Folgertech/filament/Folgertech Generic PA.json
Musicdad 8d96c42a3e
Add Folgertech Printers (#1048)
Profiles for Folgertech Printers includes i3, FT-5, FT-6


Co-authored-by: Musicdad12 <seanmccallister12@gmail.com>
2023-05-20 19:32:06 +08:00

29 lines
664 B
JSON

{
"type": "filament",
"filament_id": "GFN99",
"setting_id": "GFSN98",
"name": "Folgertech Generic PA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pa",
"required_nozzle_HRC": [
"3"
],
"nozzle_temperature_initial_layer": [
"280"
],
"nozzle_temperature": [
"280"
],
"filament_max_volumetric_speed": [
"16"
],
"compatible_printers": [
"Folgertech FT-5 0.4 nozzle",
"Folgertech FT-5 0.6 nozzle",
"Folgertech FT-6 0.4 nozzle",
"Folgertech FT-6 0.6 nozzle",
"Folgertech i3 0.4 nozzle",
"Folgertech i3 0.6 nozzle"
]
}