mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -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,28 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Folgertech FT-5 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_folgertech_common",
|
||||
"printer_model": "Folgertech FT-5",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "400",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"retraction_length": [
|
||||
"4.5"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @FT"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue