mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01:02 +00:00
* 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.
14 lines
348 B
JSON
14 lines
348 B
JSON
{
|
|
"type": "machine_model",
|
|
"name": "re3D GigabotX 2",
|
|
"model_id": "re3D GigabotX 2",
|
|
"nozzle_diameter": "0.8;1.75",
|
|
"instantiation": "false",
|
|
"machine_tech": "FGF",
|
|
"family": "re3D",
|
|
"bed_model": "",
|
|
"bed_texture": "re3D GigabotX 2_buildplate_texture.svg",
|
|
"hotend_model": "GBX-HOTEND.stl",
|
|
"default_materials": "re3D rPETG;re3D rPP;"
|
|
}
|