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"
This commit is contained in:
SoftFever
2026-09-16 19:53:23 +08:00
committed by GitHub
parent 93c8b3f2b0
commit ade9e77b6b
112 changed files with 13257 additions and 17140 deletions
+352 -352
View File
@@ -194,18 +194,42 @@
"name": "fdm_process_idex",
"sub_path": "process/fdm_process_idex.json"
},
{
"name": "fdm_process_U1_0.06_nozzle_0.2",
"sub_path": "process/fdm_process_U1_0.06_nozzle_0.2.json"
},
{
"name": "fdm_process_U1_0.08",
"sub_path": "process/fdm_process_U1_0.08.json"
},
{
"name": "fdm_process_U1_0.08_nozzle_0.2",
"sub_path": "process/fdm_process_U1_0.08_nozzle_0.2.json"
},
{
"name": "fdm_process_U1_0.10_nozzle_0.2",
"sub_path": "process/fdm_process_U1_0.10_nozzle_0.2.json"
},
{
"name": "fdm_process_U1_0.12",
"sub_path": "process/fdm_process_U1_0.12.json"
},
{
"name": "fdm_process_U1_0.12_nozzle_0.2",
"sub_path": "process/fdm_process_U1_0.12_nozzle_0.2.json"
},
{
"name": "fdm_process_U1_0.14_nozzle_0.2",
"sub_path": "process/fdm_process_U1_0.14_nozzle_0.2.json"
},
{
"name": "fdm_process_U1_0.16",
"sub_path": "process/fdm_process_U1_0.16.json"
},
{
"name": "fdm_process_U1_0.18_nozzle_0.6",
"sub_path": "process/fdm_process_U1_0.18_nozzle_0.6.json"
},
{
"name": "fdm_process_U1_0.20",
"sub_path": "process/fdm_process_U1_0.20.json"
@@ -214,14 +238,58 @@
"name": "fdm_process_U1_0.24",
"sub_path": "process/fdm_process_U1_0.24.json"
},
{
"name": "fdm_process_U1_0.24_nozzle_0.6",
"sub_path": "process/fdm_process_U1_0.24_nozzle_0.6.json"
},
{
"name": "fdm_process_U1_0.24_nozzle_0.8",
"sub_path": "process/fdm_process_U1_0.24_nozzle_0.8.json"
},
{
"name": "fdm_process_U1_0.28",
"sub_path": "process/fdm_process_U1_0.28.json"
},
{
"name": "fdm_process_U1_0.2_common",
"sub_path": "process/fdm_process_U1_0.2_common.json"
},
{
"name": "fdm_process_U1_0.30_nozzle_0.6",
"sub_path": "process/fdm_process_U1_0.30_nozzle_0.6.json"
},
{
"name": "fdm_process_U1_0.32_nozzle_0.8",
"sub_path": "process/fdm_process_U1_0.32_nozzle_0.8.json"
},
{
"name": "fdm_process_U1_0.36_nozzle_0.6",
"sub_path": "process/fdm_process_U1_0.36_nozzle_0.6.json"
},
{
"name": "fdm_process_U1_0.40_nozzle_0.8",
"sub_path": "process/fdm_process_U1_0.40_nozzle_0.8.json"
},
{
"name": "fdm_process_U1_0.42_nozzle_0.6",
"sub_path": "process/fdm_process_U1_0.42_nozzle_0.6.json"
},
{
"name": "fdm_process_U1_0.48_nozzle_0.8",
"sub_path": "process/fdm_process_U1_0.48_nozzle_0.8.json"
},
{
"name": "fdm_process_U1_0.56_nozzle_0.8",
"sub_path": "process/fdm_process_U1_0.56_nozzle_0.8.json"
},
{
"name": "fdm_process_U1_0.6_common",
"sub_path": "process/fdm_process_U1_0.6_common.json"
},
{
"name": "fdm_process_U1_0.8_common",
"sub_path": "process/fdm_process_U1_0.8_common.json"
},
{
"name": "0.08 Extra Fine @Snapmaker Artisan (0.4 nozzle)",
"sub_path": "process/0.08 Extra Fine @Snapmaker Artisan (0.4 nozzle).json"
@@ -402,6 +470,14 @@
"name": "0.48 Draft @Snapmaker J1 (0.8 nozzle)",
"sub_path": "process/0.48 Draft @Snapmaker J1 (0.8 nozzle).json"
},
{
"name": "0.06 High Quality @Snapmaker U1 (0.2 nozzle)",
"sub_path": "process/0.06 High Quality @Snapmaker U1 (0.2 nozzle).json"
},
{
"name": "0.06 Standard @Snapmaker U1 (0.2 nozzle)",
"sub_path": "process/0.06 Standard @Snapmaker U1 (0.2 nozzle).json"
},
{
"name": "0.08 Extra Fine @Snapmaker U1 (0.4 nozzle)",
"sub_path": "process/0.08 Extra Fine @Snapmaker U1 (0.4 nozzle).json"
@@ -410,6 +486,22 @@
"name": "0.08 High Quality @Snapmaker U1 (0.4 nozzle)",
"sub_path": "process/0.08 High Quality @Snapmaker U1 (0.4 nozzle).json"
},
{
"name": "0.08 High Quality @Snapmaker U1 (0.2 nozzle)",
"sub_path": "process/0.08 High Quality @Snapmaker U1 (0.2 nozzle).json"
},
{
"name": "0.08 Standard @Snapmaker U1 (0.2 nozzle)",
"sub_path": "process/0.08 Standard @Snapmaker U1 (0.2 nozzle).json"
},
{
"name": "0.10 High Quality @Snapmaker U1 (0.2 nozzle)",
"sub_path": "process/0.10 High Quality @Snapmaker U1 (0.2 nozzle).json"
},
{
"name": "0.10 Standard @Snapmaker U1 (0.2 nozzle)",
"sub_path": "process/0.10 Standard @Snapmaker U1 (0.2 nozzle).json"
},
{
"name": "0.12 Fine @Snapmaker U1 (0.4 nozzle)",
"sub_path": "process/0.12 Fine @Snapmaker U1 (0.4 nozzle).json"
@@ -418,6 +510,14 @@
"name": "0.12 High Quality @Snapmaker U1 (0.4 nozzle)",
"sub_path": "process/0.12 High Quality @Snapmaker U1 (0.4 nozzle).json"
},
{
"name": "0.12 Standard @Snapmaker U1 (0.2 nozzle)",
"sub_path": "process/0.12 Standard @Snapmaker U1 (0.2 nozzle).json"
},
{
"name": "0.14 Standard @Snapmaker U1 (0.2 nozzle)",
"sub_path": "process/0.14 Standard @Snapmaker U1 (0.2 nozzle).json"
},
{
"name": "0.16 High Quality @Snapmaker U1 (0.4 nozzle)",
"sub_path": "process/0.16 High Quality @Snapmaker U1 (0.4 nozzle).json"
@@ -426,6 +526,10 @@
"name": "0.16 Optimal @Snapmaker U1 (0.4 nozzle)",
"sub_path": "process/0.16 Optimal @Snapmaker U1 (0.4 nozzle).json"
},
{
"name": "0.18 Standard @Snapmaker U1 (0.6 nozzle)",
"sub_path": "process/0.18 Standard @Snapmaker U1 (0.6 nozzle).json"
},
{
"name": "0.20 Quality @Snapmaker U1 (0.4 nozzle)",
"sub_path": "process/0.20 Quality @Snapmaker U1 (0.4 nozzle).json"
@@ -454,10 +558,50 @@
"name": "0.24 Draft @Snapmaker U1 (0.4 nozzle)",
"sub_path": "process/0.24 Draft @Snapmaker U1 (0.4 nozzle).json"
},
{
"name": "0.24 Standard @Snapmaker U1 (0.6 nozzle)",
"sub_path": "process/0.24 Standard @Snapmaker U1 (0.6 nozzle).json"
},
{
"name": "0.24 Standard @Snapmaker U1 (0.8 nozzle)",
"sub_path": "process/0.24 Standard @Snapmaker U1 (0.8 nozzle).json"
},
{
"name": "0.28 Extra Draft @Snapmaker U1 (0.4 nozzle)",
"sub_path": "process/0.28 Extra Draft @Snapmaker U1 (0.4 nozzle).json"
},
{
"name": "0.30 Standard @Snapmaker U1 (0.6 nozzle)",
"sub_path": "process/0.30 Standard @Snapmaker U1 (0.6 nozzle).json"
},
{
"name": "0.30 Strength @Snapmaker U1 (0.6 nozzle)",
"sub_path": "process/0.30 Strength @Snapmaker U1 (0.6 nozzle).json"
},
{
"name": "0.32 Standard @Snapmaker U1 (0.8 nozzle)",
"sub_path": "process/0.32 Standard @Snapmaker U1 (0.8 nozzle).json"
},
{
"name": "0.36 Standard @Snapmaker U1 (0.6 nozzle)",
"sub_path": "process/0.36 Standard @Snapmaker U1 (0.6 nozzle).json"
},
{
"name": "0.40 Standard @Snapmaker U1 (0.8 nozzle)",
"sub_path": "process/0.40 Standard @Snapmaker U1 (0.8 nozzle).json"
},
{
"name": "0.42 Standard @Snapmaker U1 (0.6 nozzle)",
"sub_path": "process/0.42 Standard @Snapmaker U1 (0.6 nozzle).json"
},
{
"name": "0.48 Standard @Snapmaker U1 (0.8 nozzle)",
"sub_path": "process/0.48 Standard @Snapmaker U1 (0.8 nozzle).json"
},
{
"name": "0.56 Standard @Snapmaker U1 (0.8 nozzle)",
"sub_path": "process/0.56 Standard @Snapmaker U1 (0.8 nozzle).json"
},
{
"name": "0.20 Standard @Snapmaker U1 (0.6 nozzle)",
"sub_path": "process/0.20 Standard @Snapmaker U1 (0.6 nozzle).json"
@@ -473,150 +617,6 @@
{
"name": "0.06 Standard @Snapmaker Artisan (0.2 nozzle)",
"sub_path": "process/0.06 Standard @Snapmaker Artisan (0.2 nozzle).json"
},
{
"name": "fdm_process_U1_0.2_common",
"sub_path": "process/fdm_process_U1_0.2_common.json"
},
{
"name": "fdm_process_U1_0.8_common",
"sub_path": "process/fdm_process_U1_0.8_common.json"
},
{
"name": "fdm_process_U1_0.06_nozzle_0.2",
"sub_path": "process/fdm_process_U1_0.06_nozzle_0.2.json"
},
{
"name": "fdm_process_U1_0.08_nozzle_0.2",
"sub_path": "process/fdm_process_U1_0.08_nozzle_0.2.json"
},
{
"name": "fdm_process_U1_0.10_nozzle_0.2",
"sub_path": "process/fdm_process_U1_0.10_nozzle_0.2.json"
},
{
"name": "fdm_process_U1_0.12_nozzle_0.2",
"sub_path": "process/fdm_process_U1_0.12_nozzle_0.2.json"
},
{
"name": "fdm_process_U1_0.14_nozzle_0.2",
"sub_path": "process/fdm_process_U1_0.14_nozzle_0.2.json"
},
{
"name": "fdm_process_U1_0.18_nozzle_0.6",
"sub_path": "process/fdm_process_U1_0.18_nozzle_0.6.json"
},
{
"name": "fdm_process_U1_0.24_nozzle_0.6",
"sub_path": "process/fdm_process_U1_0.24_nozzle_0.6.json"
},
{
"name": "fdm_process_U1_0.24_nozzle_0.8",
"sub_path": "process/fdm_process_U1_0.24_nozzle_0.8.json"
},
{
"name": "fdm_process_U1_0.30_nozzle_0.6",
"sub_path": "process/fdm_process_U1_0.30_nozzle_0.6.json"
},
{
"name": "fdm_process_U1_0.32_nozzle_0.8",
"sub_path": "process/fdm_process_U1_0.32_nozzle_0.8.json"
},
{
"name": "fdm_process_U1_0.36_nozzle_0.6",
"sub_path": "process/fdm_process_U1_0.36_nozzle_0.6.json"
},
{
"name": "fdm_process_U1_0.40_nozzle_0.8",
"sub_path": "process/fdm_process_U1_0.40_nozzle_0.8.json"
},
{
"name": "fdm_process_U1_0.42_nozzle_0.6",
"sub_path": "process/fdm_process_U1_0.42_nozzle_0.6.json"
},
{
"name": "fdm_process_U1_0.48_nozzle_0.8",
"sub_path": "process/fdm_process_U1_0.48_nozzle_0.8.json"
},
{
"name": "fdm_process_U1_0.56_nozzle_0.8",
"sub_path": "process/fdm_process_U1_0.56_nozzle_0.8.json"
},
{
"name": "0.06 High Quality @Snapmaker U1 (0.2 nozzle)",
"sub_path": "process/0.06 High Quality @Snapmaker U1 (0.2 nozzle).json"
},
{
"name": "0.06 Standard @Snapmaker U1 (0.2 nozzle)",
"sub_path": "process/0.06 Standard @Snapmaker U1 (0.2 nozzle).json"
},
{
"name": "0.08 High Quality @Snapmaker U1 (0.2 nozzle)",
"sub_path": "process/0.08 High Quality @Snapmaker U1 (0.2 nozzle).json"
},
{
"name": "0.08 Standard @Snapmaker U1 (0.2 nozzle)",
"sub_path": "process/0.08 Standard @Snapmaker U1 (0.2 nozzle).json"
},
{
"name": "0.10 High Quality @Snapmaker U1 (0.2 nozzle)",
"sub_path": "process/0.10 High Quality @Snapmaker U1 (0.2 nozzle).json"
},
{
"name": "0.10 Standard @Snapmaker U1 (0.2 nozzle)",
"sub_path": "process/0.10 Standard @Snapmaker U1 (0.2 nozzle).json"
},
{
"name": "0.12 Standard @Snapmaker U1 (0.2 nozzle)",
"sub_path": "process/0.12 Standard @Snapmaker U1 (0.2 nozzle).json"
},
{
"name": "0.14 Standard @Snapmaker U1 (0.2 nozzle)",
"sub_path": "process/0.14 Standard @Snapmaker U1 (0.2 nozzle).json"
},
{
"name": "0.18 Standard @Snapmaker U1 (0.6 nozzle)",
"sub_path": "process/0.18 Standard @Snapmaker U1 (0.6 nozzle).json"
},
{
"name": "0.24 Standard @Snapmaker U1 (0.6 nozzle)",
"sub_path": "process/0.24 Standard @Snapmaker U1 (0.6 nozzle).json"
},
{
"name": "0.30 Standard @Snapmaker U1 (0.6 nozzle)",
"sub_path": "process/0.30 Standard @Snapmaker U1 (0.6 nozzle).json"
},
{
"name": "0.30 Strength @Snapmaker U1 (0.6 nozzle)",
"sub_path": "process/0.30 Strength @Snapmaker U1 (0.6 nozzle).json"
},
{
"name": "0.36 Standard @Snapmaker U1 (0.6 nozzle)",
"sub_path": "process/0.36 Standard @Snapmaker U1 (0.6 nozzle).json"
},
{
"name": "0.42 Standard @Snapmaker U1 (0.6 nozzle)",
"sub_path": "process/0.42 Standard @Snapmaker U1 (0.6 nozzle).json"
},
{
"name": "0.24 Standard @Snapmaker U1 (0.8 nozzle)",
"sub_path": "process/0.24 Standard @Snapmaker U1 (0.8 nozzle).json"
},
{
"name": "0.32 Standard @Snapmaker U1 (0.8 nozzle)",
"sub_path": "process/0.32 Standard @Snapmaker U1 (0.8 nozzle).json"
},
{
"name": "0.40 Standard @Snapmaker U1 (0.8 nozzle)",
"sub_path": "process/0.40 Standard @Snapmaker U1 (0.8 nozzle).json"
},
{
"name": "0.48 Standard @Snapmaker U1 (0.8 nozzle)",
"sub_path": "process/0.48 Standard @Snapmaker U1 (0.8 nozzle).json"
},
{
"name": "0.56 Standard @Snapmaker U1 (0.8 nozzle)",
"sub_path": "process/0.56 Standard @Snapmaker U1 (0.8 nozzle).json"
}
],
"filament_list": [
@@ -624,14 +624,26 @@
"name": "PolyTerra PLA @0.2 nozzle",
"sub_path": "filament/Polymaker/PolyTerra PLA @0.2 nozzle.json"
},
{
"name": "Snapmaker PLA Basic @U1 base",
"sub_path": "filament/Snapmaker PLA Basic @U1 base.json"
},
{
"name": "Snapmaker PLA Lite @U1 base",
"sub_path": "filament/Snapmaker PLA Lite @U1 base.json"
},
{
"name": "Snapmaker PLA Matte @U1 base2",
"sub_path": "filament/Snapmaker PLA Matte @U1 base2.json"
},
{
"name": "Snapmaker PLA SnapSpeed @U1 base",
"sub_path": "filament/Snapmaker PLA SnapSpeed @U1 base.json"
},
{
"name": "Snapmaker PLA SnapSpeed @U1 base2",
"sub_path": "filament/Snapmaker PLA SnapSpeed @U1 base2.json"
},
{
"name": "Snapmaker TPU 95A @U1 base",
"sub_path": "filament/Snapmaker TPU 95A @U1 base.json"
@@ -648,14 +660,62 @@
"name": "PolyTerra J1 PLA @0.2 nozzle",
"sub_path": "filament/Polymaker/PolyTerra J1 PLA @0.2 nozzle.json"
},
{
"name": "Snapmaker PLA Basic @U1",
"sub_path": "filament/Snapmaker PLA Basic @U1.json"
},
{
"name": "Snapmaker PLA Full Spectrum @U1 0.4 nozzle",
"sub_path": "filament/Snapmaker PLA Full Spectrum @U1 0.4 nozzle.json"
},
{
"name": "Snapmaker PLA Silk @U1",
"sub_path": "filament/Snapmaker PLA Silk @U1.json"
},
{
"name": "Snapmaker PLA Silk @U1 0.2 nozzle",
"sub_path": "filament/Snapmaker PLA Silk @U1 0.2 nozzle.json"
},
{
"name": "Snapmaker PLA Silk @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker PLA Silk @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker PLA Silk @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker PLA Silk @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker PLA Lite @U1",
"sub_path": "filament/Snapmaker PLA Lite @U1.json"
},
{
"name": "Snapmaker PLA Matte @U1 0.2 nozzle",
"sub_path": "filament/Snapmaker PLA Matte @U1 0.2 nozzle.json"
},
{
"name": "Snapmaker PLA Matte @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker PLA Matte @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker PLA Matte @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker PLA Matte @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker PLA SnapSpeed @U1",
"sub_path": "filament/Snapmaker PLA SnapSpeed @U1.json"
},
{
"name": "Snapmaker PLA SnapSpeed @U1 0.2 nozzle",
"sub_path": "filament/Snapmaker PLA SnapSpeed @U1 0.2 nozzle.json"
},
{
"name": "Snapmaker PLA SnapSpeed @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker PLA SnapSpeed @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker PLA SnapSpeed @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker PLA SnapSpeed @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker TPU 95A @U1",
"sub_path": "filament/Snapmaker TPU 95A @U1.json"
@@ -840,6 +900,14 @@
"name": "Snapmaker PETG @base",
"sub_path": "filament/Snapmaker PETG @base.json"
},
{
"name": "Snapmaker PETG HF @U1 base2",
"sub_path": "filament/Snapmaker PETG HF @U1 base2.json"
},
{
"name": "Snapmaker PETG Translucent @U1 base",
"sub_path": "filament/Snapmaker PETG Translucent @U1 base.json"
},
{
"name": "Snapmaker PETG-CF @U1 base",
"sub_path": "filament/Snapmaker PETG-CF @U1 base.json"
@@ -988,6 +1056,10 @@
"name": "Polymaker PLA @Snapmaker U1 base",
"sub_path": "filament/Polymaker/Polymaker PLA @Snapmaker U1 base.json"
},
{
"name": "Polymaker PLA @U1 base",
"sub_path": "filament/Polymaker PLA @U1 base.json"
},
{
"name": "Polymaker PLA Pro @Base",
"sub_path": "filament/Polymaker/Polymaker PLA Pro @Base.json"
@@ -1048,6 +1120,10 @@
"name": "Snapmaker PLA @base",
"sub_path": "filament/Snapmaker PLA @base.json"
},
{
"name": "Snapmaker PLA Glow @U1 base",
"sub_path": "filament/Snapmaker PLA Glow @U1 base.json"
},
{
"name": "Snapmaker PLA Metal @U1 base",
"sub_path": "filament/Snapmaker PLA Metal @U1 base.json"
@@ -1060,6 +1136,34 @@
"name": "Snapmaker PLA Silk @base",
"sub_path": "filament/Snapmaker PLA Silk @base.json"
},
{
"name": "Snapmaker PLA Translucent @U1 base",
"sub_path": "filament/Snapmaker PLA Translucent @U1 base.json"
},
{
"name": "Snapmaker PLA Wood @U1 0.4 nozzle",
"sub_path": "filament/Snapmaker PLA Wood @U1 0.4 nozzle.json"
},
{
"name": "Snapmaker PLA Wood @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker PLA Wood @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker PLA Wood @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker PLA Wood @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker PLA-CF @U1 0.4 nozzle",
"sub_path": "filament/Snapmaker PLA-CF @U1 0.4 nozzle.json"
},
{
"name": "Snapmaker PLA-CF @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker PLA-CF @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker PLA-CF @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker PLA-CF @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker PLA-CF @U1 base",
"sub_path": "filament/Snapmaker PLA-CF @U1 base.json"
@@ -1096,6 +1200,30 @@
"name": "Snapmaker J1 TPU @base",
"sub_path": "filament/Snapmaker J1 TPU @base.json"
},
{
"name": "Snapmaker TPU 90A @U1",
"sub_path": "filament/Snapmaker TPU 90A @U1.json"
},
{
"name": "Snapmaker TPU 90A @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker TPU 90A @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker TPU 90A @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker TPU 90A @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker TPU 95A HF @U1",
"sub_path": "filament/Snapmaker TPU 95A HF @U1.json"
},
{
"name": "Snapmaker TPU 95A HF @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker TPU 95A HF @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker TPU 95A HF @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker TPU 95A HF @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker TPU @U1 base",
"sub_path": "filament/Snapmaker TPU @U1 base.json"
@@ -1316,6 +1444,34 @@
"name": "Snapmaker PETG @0.2 nozzle",
"sub_path": "filament/Snapmaker PETG @0.2 nozzle.json"
},
{
"name": "Snapmaker PETG HF @U1 0.2 nozzle",
"sub_path": "filament/Snapmaker PETG HF @U1 0.2 nozzle.json"
},
{
"name": "Snapmaker PETG HF @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker PETG HF @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker PETG HF @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker PETG HF @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker PETG Translucent @U1 0.2 nozzle",
"sub_path": "filament/Snapmaker PETG Translucent @U1 0.2 nozzle.json"
},
{
"name": "Snapmaker PETG Translucent @U1 0.4 nozzle",
"sub_path": "filament/Snapmaker PETG Translucent @U1 0.4 nozzle.json"
},
{
"name": "Snapmaker PETG Translucent @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker PETG Translucent @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker PETG Translucent @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker PETG Translucent @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker PETG-CF @U1",
"sub_path": "filament/Snapmaker PETG-CF @U1.json"
@@ -1460,6 +1616,18 @@
"name": "Polymaker PLA @Snapmaker U1",
"sub_path": "filament/Polymaker/Polymaker PLA @Snapmaker U1.json"
},
{
"name": "Polymaker General PLA Family @U1",
"sub_path": "filament/Polymaker General PLA Family @U1.json"
},
{
"name": "Polymaker Silk PLA Family @U1",
"sub_path": "filament/Polymaker Silk PLA Family @U1.json"
},
{
"name": "Polymaker Tough PLA Family @U1",
"sub_path": "filament/Polymaker Tough PLA Family @U1.json"
},
{
"name": "Polymaker PLA Pro @Snapmaker U1",
"sub_path": "filament/Polymaker/Polymaker PLA Pro @Snapmaker U1.json"
@@ -1560,6 +1728,10 @@
"name": "Snapmaker PLA",
"sub_path": "filament/Snapmaker PLA.json"
},
{
"name": "Snapmaker PLA Glow @U1 0.4 nozzle",
"sub_path": "filament/Snapmaker PLA Glow @U1 0.4 nozzle.json"
},
{
"name": "Snapmaker PLA Metal @U1",
"sub_path": "filament/Snapmaker PLA Metal @U1.json"
@@ -1572,6 +1744,22 @@
"name": "Snapmaker PLA Silk @0.2 nozzle",
"sub_path": "filament/Snapmaker PLA Silk @0.2 nozzle.json"
},
{
"name": "Snapmaker PLA Translucent @U1 0.2 nozzle",
"sub_path": "filament/Snapmaker PLA Translucent @U1 0.2 nozzle.json"
},
{
"name": "Snapmaker PLA Translucent @U1 0.4 nozzle",
"sub_path": "filament/Snapmaker PLA Translucent @U1 0.4 nozzle.json"
},
{
"name": "Snapmaker PLA Translucent @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker PLA Translucent @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker PLA Translucent @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker PLA Translucent @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker PLA-CF",
"sub_path": "filament/Snapmaker PLA-CF.json"
@@ -1612,6 +1800,14 @@
"name": "Snapmaker PVA @U1",
"sub_path": "filament/Snapmaker PVA @U1.json"
},
{
"name": "Snapmaker PVA @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker PVA @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker PVA @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker PVA @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker PVA",
"sub_path": "filament/Snapmaker PVA.json"
@@ -1712,26 +1908,6 @@
"name": "Snapmaker Breakaway Support For PLA @U1",
"sub_path": "filament/Snapmaker Breakaway Support For PLA @U1.json"
},
{
"name": "PolyTerra J1 PLA",
"sub_path": "filament/Polymaker/PolyTerra J1 PLA.json"
},
{
"name": "Snapmaker PLA Matte @U1 base",
"sub_path": "filament/Snapmaker PLA Matte @U1 base.json"
},
{
"name": "Polymaker PLA @U1 base",
"sub_path": "filament/Polymaker PLA @U1 base.json"
},
{
"name": "Polymaker Silk PLA Family @U1",
"sub_path": "filament/Polymaker Silk PLA Family @U1.json"
},
{
"name": "Polymaker Tough PLA Family @U1",
"sub_path": "filament/Polymaker Tough PLA Family @U1.json"
},
{
"name": "Snapmaker Breakaway Support For PLA @U1 0.2 nozzle",
"sub_path": "filament/Snapmaker Breakaway Support For PLA @U1 0.2 nozzle.json"
@@ -1745,188 +1921,12 @@
"sub_path": "filament/Snapmaker Breakaway Support For PLA @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker PETG HF @U1 base2",
"sub_path": "filament/Snapmaker PETG HF @U1 base2.json"
"name": "PolyTerra J1 PLA",
"sub_path": "filament/Polymaker/PolyTerra J1 PLA.json"
},
{
"name": "Snapmaker PETG Translucent @U1 base",
"sub_path": "filament/Snapmaker PETG Translucent @U1 base.json"
},
{
"name": "Snapmaker PLA Basic @U1 base",
"sub_path": "filament/Snapmaker PLA Basic @U1 base.json"
},
{
"name": "Snapmaker PLA Full Spectrum @U1 0.4 nozzle",
"sub_path": "filament/Snapmaker PLA Full Spectrum @U1 0.4 nozzle.json"
},
{
"name": "Snapmaker PLA Glow @U1 base",
"sub_path": "filament/Snapmaker PLA Glow @U1 base.json"
},
{
"name": "Snapmaker PLA Matte @U1 base2",
"sub_path": "filament/Snapmaker PLA Matte @U1 base2.json"
},
{
"name": "Snapmaker PLA Silk @U1 0.2 nozzle",
"sub_path": "filament/Snapmaker PLA Silk @U1 0.2 nozzle.json"
},
{
"name": "Snapmaker PLA Silk @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker PLA Silk @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker PLA Silk @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker PLA Silk @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker PLA SnapSpeed @U1 base2",
"sub_path": "filament/Snapmaker PLA SnapSpeed @U1 base2.json"
},
{
"name": "Snapmaker PLA Translucent @U1 base",
"sub_path": "filament/Snapmaker PLA Translucent @U1 base.json"
},
{
"name": "Snapmaker PLA Wood @U1 0.4 nozzle",
"sub_path": "filament/Snapmaker PLA Wood @U1 0.4 nozzle.json"
},
{
"name": "Snapmaker PLA Wood @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker PLA Wood @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker PLA Wood @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker PLA Wood @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker PLA-CF @U1 0.4 nozzle",
"sub_path": "filament/Snapmaker PLA-CF @U1 0.4 nozzle.json"
},
{
"name": "Snapmaker PLA-CF @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker PLA-CF @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker PLA-CF @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker PLA-CF @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker PVA @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker PVA @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker PVA @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker PVA @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker TPU 90A @U1",
"sub_path": "filament/Snapmaker TPU 90A @U1.json"
},
{
"name": "Snapmaker TPU 90A @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker TPU 90A @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker TPU 90A @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker TPU 90A @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker TPU 95A HF @U1",
"sub_path": "filament/Snapmaker TPU 95A HF @U1.json"
},
{
"name": "Snapmaker TPU 95A HF @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker TPU 95A HF @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker TPU 95A HF @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker TPU 95A HF @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker PLA Silk @U1",
"sub_path": "filament/Snapmaker PLA Silk @U1.json"
},
{
"name": "Polymaker General PLA Family @U1",
"sub_path": "filament/Polymaker General PLA Family @U1.json"
},
{
"name": "Snapmaker PETG HF @U1 0.2 nozzle",
"sub_path": "filament/Snapmaker PETG HF @U1 0.2 nozzle.json"
},
{
"name": "Snapmaker PETG HF @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker PETG HF @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker PETG HF @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker PETG HF @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker PETG Translucent @U1 0.2 nozzle",
"sub_path": "filament/Snapmaker PETG Translucent @U1 0.2 nozzle.json"
},
{
"name": "Snapmaker PETG Translucent @U1 0.4 nozzle",
"sub_path": "filament/Snapmaker PETG Translucent @U1 0.4 nozzle.json"
},
{
"name": "Snapmaker PETG Translucent @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker PETG Translucent @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker PETG Translucent @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker PETG Translucent @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker PLA Basic @U1",
"sub_path": "filament/Snapmaker PLA Basic @U1.json"
},
{
"name": "Snapmaker PLA Glow @U1 0.4 nozzle",
"sub_path": "filament/Snapmaker PLA Glow @U1 0.4 nozzle.json"
},
{
"name": "Snapmaker PLA Matte @U1 0.2 nozzle",
"sub_path": "filament/Snapmaker PLA Matte @U1 0.2 nozzle.json"
},
{
"name": "Snapmaker PLA Matte @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker PLA Matte @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker PLA Matte @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker PLA Matte @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker PLA SnapSpeed @U1 0.2 nozzle",
"sub_path": "filament/Snapmaker PLA SnapSpeed @U1 0.2 nozzle.json"
},
{
"name": "Snapmaker PLA SnapSpeed @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker PLA SnapSpeed @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker PLA SnapSpeed @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker PLA SnapSpeed @U1 0.8 nozzle.json"
},
{
"name": "Snapmaker PLA Translucent @U1 0.2 nozzle",
"sub_path": "filament/Snapmaker PLA Translucent @U1 0.2 nozzle.json"
},
{
"name": "Snapmaker PLA Translucent @U1 0.4 nozzle",
"sub_path": "filament/Snapmaker PLA Translucent @U1 0.4 nozzle.json"
},
{
"name": "Snapmaker PLA Translucent @U1 0.6 nozzle",
"sub_path": "filament/Snapmaker PLA Translucent @U1 0.6 nozzle.json"
},
{
"name": "Snapmaker PLA Translucent @U1 0.8 nozzle",
"sub_path": "filament/Snapmaker PLA Translucent @U1 0.8 nozzle.json"
"name": "Snapmaker PLA Matte @U1 base",
"sub_path": "filament/Snapmaker PLA Matte @U1 base.json"
}
],
"machine_list": [
@@ -2050,6 +2050,10 @@
"name": "fdm_a400",
"sub_path": "machine/fdm_a400.json"
},
{
"name": "Snapmaker U1 (0.2 nozzle)",
"sub_path": "machine/Snapmaker U1 (0.2 nozzle).json"
},
{
"name": "Snapmaker U1 (0.4 nozzle)",
"sub_path": "machine/Snapmaker U1 (0.4 nozzle).json"
@@ -2062,6 +2066,10 @@
"name": "Snapmaker U1 (0.6 nozzle)",
"sub_path": "machine/Snapmaker U1 (0.6 nozzle).json"
},
{
"name": "Snapmaker U1 (0.8 nozzle)",
"sub_path": "machine/Snapmaker U1 (0.8 nozzle).json"
},
{
"name": "Snapmaker A250 BKit (0.2 nozzle)",
"sub_path": "machine/Snapmaker A250 BKit (0.2 nozzle).json"
@@ -2325,14 +2333,6 @@
{
"name": "Snapmaker A350 Dual QS+B Kit (0.8 nozzle)",
"sub_path": "machine/Snapmaker A350 Dual QS+B Kit (0.8 nozzle).json"
},
{
"name": "Snapmaker U1 (0.2 nozzle)",
"sub_path": "machine/Snapmaker U1 (0.2 nozzle).json"
},
{
"name": "Snapmaker U1 (0.8 nozzle)",
"sub_path": "machine/Snapmaker U1 (0.8 nozzle).json"
}
]
}