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" />
This commit is contained in:
Mitchell Mashburn
2026-03-29 05:17:36 -05:00
committed by GitHub
parent f72de427cb
commit ebcefdf037
51 changed files with 1912 additions and 12 deletions

View File

@@ -0,0 +1,16 @@
{
"type": "process",
"setting_id": "GP004",
"name": "1.0mm Standard @re3D fgf 1.75",
"from": "system",
"inherits": "fgf_process_re3D_common",
"instantiation": "true",
"layer_height": "1.0",
"bottom_shell_layers": "2",
"top_shell_layers": "5",
"compatible_printers": [
"re3D Gigabot X2 1.75 nozzle",
"re3D Gigabot X2 XLT 1.75 nozzle",
"re3D Terabot X2 1.75 nozzle"
]
}