Files
OrcaSlicer/resources/profiles/re3D/machine/re3D TerabotX 2.json
T
Mitchell Mashburn af9fd10d7a re:3D profile updates. (#15169)
* re:3D profile updates.

- Replace vendor-specific "re3D Greengate rPETG" filament with a generic "re3D rPETG" (base + @0.8/@1.75 nozzle variants), matching the naming convention used for rPLA/rPETG elsewhere in the re:3D vendor
  pack.
- Add fdm_filament_pp as a proper filament-type parent and switch re3D rPP to inherit from it instead of overriding filament_type on top of fdm_filament_pet.
- Added filament_type to the specific printer JSON file and removed from the base printer JSON file [fixes Issue#14693]
- Updates to speeds and accelerations for re:3D profiles, moved from common to machine processes [closed: PR#14259]
- Updates to fdm profile filename format so that it lists the filename and extruder number in the sliced .gcode file

* Fix setting IDs

* Add rename from for changed material names.
2026-08-08 01:07:03 +08:00

14 lines
348 B
JSON

{
"type": "machine_model",
"name": "re3D TerabotX 2",
"model_id": "re3D TerabotX 2",
"nozzle_diameter": "0.8;1.75",
"instantiation": "false",
"machine_tech": "FGF",
"family": "re3D",
"bed_model": "",
"bed_texture": "re3D TerabotX 2_buildplate_texture.svg",
"hotend_model": "GBX-HOTEND.stl",
"default_materials": "re3D rPETG;re3D rPP;"
}