Files
OrcaSlicer/resources/profiles/re3D/filament/re3D PETG.json
Mitchell Mashburn ebcefdf037 Add re:3D printer profiles (#12935)
# Description

* Add re:3D printer profiles.

# Screenshots/Recordings/Graphs

<img width="404" height="275" alt="image" src="https://github.com/user-attachments/assets/b7a747a8-4d1a-440f-a214-4a98619e6723" />


## Tests

* Tested build on Linux Ubuntu.
* Ran profile validation script:

<img width="439" height="74" alt="image" src="https://github.com/user-attachments/assets/ad10e0a0-de9b-45c6-a40e-6cacb6e7b779" />
2026-03-29 18:17:36 +08:00

28 lines
627 B
JSON

{
"type": "filament",
"filament_id": "GFG99",
"setting_id": "GFSG99",
"name": "re3D PETG",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pet",
"filament_start_gcode": [
"; Filament gcode"
],
"filament_end_gcode": [
"; filament end gcode"
],
"filament_retraction_length":[
"1"
],
"compatible_printers": [
"re3D Gigabot 4 0.4 nozzle",
"re3D Gigabot 4 XLT 0.4 nozzle",
"re3D Terabot 4 0.4 nozzle",
"re3D Gigabot 4 0.8 nozzle",
"re3D Gigabot 4 XLT 0.8 nozzle",
"re3D Terabot 4 0.8 nozzle"
]
}