Files
OrcaSlicer/resources/profiles/re3D.json
T
SoftFever ade9e77b6b Run every profile maintenance job from one tool (#15726)
* Run every profile maintenance job from one tool

orca_id_tool.py becomes orca_profile_tool.py, and orca_extra_profile_check.py
and orca_filament_lib.py fold into it as subcommands: check, generate-id, fix,
trim, update-index and update-snapshot. The three scripts already overlapped --
the checker imported half of its rules from the id tool, which in turn kept a
copy-pasted set of output helpers to avoid the resulting import cycle -- while
disagreeing on how a vendor is enumerated, how a JSON file is read and what the
exit code means. One file settles all three.

check, normalize, trim and update-index reproduce their predecessors exactly; normalize and
update-index were diffed byte-for-byte against the old scripts over a copy of
the whole tree. Deliberate changes: the compatible-printers check no longer
switches itself off when --check-materials is passed, an error exits 1 rather
than -1, update-index honours --profile-type and reports a profile it cannot
place instead of dropping it from the index, fix and update-index gained
--dry-run, trim keeps an unindexed file some surviving profile still inherits
from, and vendors are enumerated as directories with an index -- which is why
blacklist.json, a data file that an unscoped index rebuild once wrote four empty
list sections into, loses them here and will not collect them again. The dead
rename_filament_system() helper is gone.

The suite under scripts/tests now covers the maintenance commands too, and CI
runs it; nothing there ran in CI before. No shipped profile data changes apart
from those four keys.

* update vendor index files with "python3 ./scripts/orca_profile_tool.py update-index" and "python3 ./scripts/orca_profile_tool.py normalize"
2026-09-16 19:53:23 +08:00

200 lines
4.5 KiB
JSON

{
"name": "re3D",
"url": "",
"version": "03.00.10",
"force_update": "0",
"description": "re3D configurations",
"machine_model_list": [
{
"name": "re3D Gigabot 4",
"sub_path": "machine/re3D Gigabot 4.json"
},
{
"name": "re3D Gigabot 4 XLT",
"sub_path": "machine/re3D Gigabot 4 XLT.json"
},
{
"name": "re3D GigabotX 2",
"sub_path": "machine/re3D GigabotX 2.json"
},
{
"name": "re3D GigabotX 2 XLT",
"sub_path": "machine/re3D GigabotX 2 XLT.json"
},
{
"name": "re3D Terabot 4",
"sub_path": "machine/re3D Terabot 4.json"
},
{
"name": "re3D TerabotX 2",
"sub_path": "machine/re3D TerabotX 2.json"
}
],
"process_list": [
{
"name": "fdm_process_common",
"sub_path": "process/fdm_process_common.json"
},
{
"name": "fdm_process_re3D_common",
"sub_path": "process/fdm_process_re3D_common.json"
},
{
"name": "fgf_process_re3D_common",
"sub_path": "process/fgf_process_re3D_common.json"
},
{
"name": "0.2 Fine",
"sub_path": "process/0.2mm Fine @re3D fdm 0.4.json"
},
{
"name": "0.26 Standard",
"sub_path": "process/0.26mm Standard @re3D fdm 0.4.json"
},
{
"name": "0.3 Fine",
"sub_path": "process/0.3mm Fine @re3D fdm 0.8.json"
},
{
"name": "0.32 Draft",
"sub_path": "process/0.32mm Draft @re3D fdm 0.4.json"
},
{
"name": "0.4 Standard",
"sub_path": "process/0.4mm Draft @re3D fdm 0.8.json"
},
{
"name": "0.6 Standard",
"sub_path": "process/0.6mm Standard @re3D fgf 0.8.json"
},
{
"name": "1.0 Standard",
"sub_path": "process/1.0mm Standard @re3D fgf 1.75.json"
}
],
"filament_list": [
{
"name": "fdm_filament_common",
"sub_path": "filament/fdm_filament_common.json"
},
{
"name": "fdm_filament_pc",
"sub_path": "filament/fdm_filament_pc.json"
},
{
"name": "fdm_filament_pet",
"sub_path": "filament/fdm_filament_pet.json"
},
{
"name": "fdm_filament_pla",
"sub_path": "filament/fdm_filament_pla.json"
},
{
"name": "fdm_filament_pp",
"sub_path": "filament/fdm_filament_pp.json"
},
{
"name": "re3D PC @0.4 nozzle",
"sub_path": "filament/re3D PC @0.4 nozzle.json"
},
{
"name": "re3D PC @0.8 nozzle",
"sub_path": "filament/re3D PC @0.8 nozzle.json"
},
{
"name": "re3D PETG @0.4 nozzle",
"sub_path": "filament/re3D PETG @0.4 nozzle.json"
},
{
"name": "re3D PETG @0.8 nozzle",
"sub_path": "filament/re3D PETG @0.8 nozzle.json"
},
{
"name": "re3D rPETG @0.8 nozzle",
"sub_path": "filament/re3D rPETG @0.8 nozzle.json"
},
{
"name": "re3D rPETG @1.75 nozzle",
"sub_path": "filament/re3D rPETG @1.75 nozzle.json"
},
{
"name": "re3D PLA @0.4 nozzle",
"sub_path": "filament/re3D PLA @0.4 nozzle.json"
},
{
"name": "re3D PLA @0.8 nozzle",
"sub_path": "filament/re3D PLA @0.8 nozzle.json"
},
{
"name": "re3D rPP @0.8 nozzle",
"sub_path": "filament/re3D rPP @0.8 nozzle.json"
},
{
"name": "re3D rPP @1.75 nozzle",
"sub_path": "filament/re3D rPP @1.75 nozzle.json"
}
],
"machine_list": [
{
"name": "fdm_machine_common",
"sub_path": "machine/fdm_machine_common.json"
},
{
"name": "fdm_re3D_common",
"sub_path": "machine/fdm_re3D_common.json"
},
{
"name": "fgf_re3D_common",
"sub_path": "machine/fgf_re3D_common.json"
},
{
"name": "re3D Gigabot 4 0.4 nozzle",
"sub_path": "machine/re3D Gigabot 4 0.4 nozzle.json"
},
{
"name": "re3D Gigabot 4 0.8 nozzle",
"sub_path": "machine/re3D Gigabot 4 0.8 nozzle.json"
},
{
"name": "re3D Gigabot 4 XLT 0.4 nozzle",
"sub_path": "machine/re3D Gigabot 4 XLT 0.4 nozzle.json"
},
{
"name": "re3D Gigabot 4 XLT 0.8 nozzle",
"sub_path": "machine/re3D Gigabot 4 XLT 0.8 nozzle.json"
},
{
"name": "re3D Terabot 4 0.4 nozzle",
"sub_path": "machine/re3D Terabot 4 0.4 nozzle.json"
},
{
"name": "re3D Terabot 4 0.8 nozzle",
"sub_path": "machine/re3D Terabot 4 0.8 nozzle.json"
},
{
"name": "re3D GigabotX 2 0.8 nozzle",
"sub_path": "machine/re3D GigabotX 2 0.8 nozzle.json"
},
{
"name": "re3D GigabotX 2 1.75 nozzle",
"sub_path": "machine/re3D GigabotX 2 1.75 nozzle.json"
},
{
"name": "re3D GigabotX 2 XLT 0.8 nozzle",
"sub_path": "machine/re3D GigabotX 2 XLT 0.8 nozzle.json"
},
{
"name": "re3D GigabotX 2 XLT 1.75 nozzle",
"sub_path": "machine/re3D GigabotX 2 XLT 1.75 nozzle.json"
},
{
"name": "re3D TerabotX 2 0.8 nozzle",
"sub_path": "machine/re3D TerabotX 2 0.8 nozzle.json"
},
{
"name": "re3D TerabotX 2 1.75 nozzle",
"sub_path": "machine/re3D TerabotX 2 1.75 nozzle.json"
}
]
}