Files
OrcaSlicer/resources/profiles/Folgertech/machine/Folgertech i3 0.6 nozzle.json
T
HanifKoh c61d2fe5d1 Fix the Folgertech i3 0.6 nozzle printable area (#15577)
The bed was declared as 0x0, 20x0, 200x200, 0x200 - a triangle - where the
0.4 nozzle profile and the printer have the 200 x 200 square. Found by the
profile validator once it placed the prime tower beside the test cube:
no tower fits inside that outline.
2026-09-08 11:11:54 +08:00

28 lines
539 B
JSON

{
"type": "machine",
"name": "Folgertech i3 0.6 nozzle",
"inherits": "fdm_folgertech_common",
"from": "system",
"setting_id": "mItbfpWJCkszTOSD",
"instantiation": "true",
"printer_model": "Folgertech i3",
"nozzle_diameter": [
"0.6"
],
"printer_variant": "0.6",
"printable_area": [
"0x0",
"200x0",
"200x200",
"0x200"
],
"printable_height": "175",
"nozzle_type": "undefine",
"auxiliary_fan": "0",
"machine_max_junction_deviation": [
"0.058",
"0"
],
"default_print_profile": "0.30mm Standard @FT 0.6 Nozzle"
}