mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +00:00
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:
+336
-336
@@ -1448,34 +1448,10 @@
|
||||
"name": "fdm_filament_tpu",
|
||||
"sub_path": "filament/fdm_filament_tpu.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa base",
|
||||
"sub_path": "filament/Generic ABS @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa",
|
||||
"sub_path": "filament/Generic ABS @Prusa.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa CORE One",
|
||||
"sub_path": "filament/Generic ABS @Prusa CORE One.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic ABS @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa MINIIS 0.25",
|
||||
"sub_path": "filament/Generic ABS @Prusa MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic ABS @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic ABS @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa MK3.5",
|
||||
"sub_path": "filament/Generic ABS @Prusa MK3.5.json"
|
||||
@@ -1492,37 +1468,13 @@
|
||||
"name": "Generic ABS @Prusa MK3.5 0.8",
|
||||
"sub_path": "filament/Generic ABS @Prusa MK3.5 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa MK4",
|
||||
"sub_path": "filament/Generic ABS @Prusa MK4.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa MK4S",
|
||||
"sub_path": "filament/Generic ABS @Prusa MK4S.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa XL",
|
||||
"sub_path": "filament/Generic ABS @Prusa XL.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa XL 5T",
|
||||
"sub_path": "filament/Generic ABS @Prusa XL 5T.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS HF @Prusa base",
|
||||
"sub_path": "filament/Generic ABS HF @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS HF @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic ABS HF @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS HF @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic ABS HF @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS HF @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic ABS HF @Prusa MINIIS 0.8.json"
|
||||
"name": "Generic ABS @Prusa base",
|
||||
"sub_path": "filament/Generic ABS @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS HF @Prusa MK3.5",
|
||||
@@ -1536,6 +1488,10 @@
|
||||
"name": "Generic ABS HF @Prusa MK3.5 0.8",
|
||||
"sub_path": "filament/Generic ABS HF @Prusa MK3.5 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS HF @Prusa base",
|
||||
"sub_path": "filament/Generic ABS HF @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ASA @Prusa",
|
||||
"sub_path": "filament/Generic ASA @Prusa.json"
|
||||
@@ -1584,22 +1540,6 @@
|
||||
"name": "Generic ASA @Prusa MK4S",
|
||||
"sub_path": "filament/Generic ASA @Prusa MK4S.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ASA HF @Prusa base",
|
||||
"sub_path": "filament/Generic ASA HF @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ASA HF @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic ASA HF @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ASA HF @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic ASA HF @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ASA HF @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic ASA HF @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ASA HF @Prusa MK3.5",
|
||||
"sub_path": "filament/Generic ASA HF @Prusa MK3.5.json"
|
||||
@@ -1612,6 +1552,10 @@
|
||||
"name": "Generic ASA HF @Prusa MK3.5 0.8",
|
||||
"sub_path": "filament/Generic ASA HF @Prusa MK3.5 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ASA HF @Prusa base",
|
||||
"sub_path": "filament/Generic ASA HF @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament ASA @CORE One",
|
||||
"sub_path": "filament/Prusament ASA @CORE One.json"
|
||||
@@ -1636,30 +1580,6 @@
|
||||
"name": "Generic TPU @Prusa CORE One",
|
||||
"sub_path": "filament/Generic TPU @Prusa CORE One.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA @Prusa base",
|
||||
"sub_path": "filament/Generic PA @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA @Prusa",
|
||||
"sub_path": "filament/Generic PA @Prusa.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PA @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA @Prusa MINIIS 0.25",
|
||||
"sub_path": "filament/Generic PA @Prusa MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PA @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PA @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA @Prusa MK3.5",
|
||||
"sub_path": "filament/Generic PA @Prusa MK3.5.json"
|
||||
@@ -1677,28 +1597,8 @@
|
||||
"sub_path": "filament/Generic PA @Prusa MK3.5 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA-CF @Prusa base",
|
||||
"sub_path": "filament/Generic PA-CF @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA-CF @Prusa",
|
||||
"sub_path": "filament/Generic PA-CF @Prusa.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA-CF @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PA-CF @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA-CF @Prusa MINIIS 0.25",
|
||||
"sub_path": "filament/Generic PA-CF @Prusa MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA-CF @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PA-CF @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA-CF @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PA-CF @Prusa MINIIS 0.8.json"
|
||||
"name": "Generic PA @Prusa base",
|
||||
"sub_path": "filament/Generic PA @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA-CF @Prusa MK3.5",
|
||||
@@ -1716,6 +1616,10 @@
|
||||
"name": "Generic PA-CF @Prusa MK3.5 0.8",
|
||||
"sub_path": "filament/Generic PA-CF @Prusa MK3.5 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA-CF @Prusa base",
|
||||
"sub_path": "filament/Generic PA-CF @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament PA-CF @CORE One",
|
||||
"sub_path": "filament/Prusament PA-CF @CORE One.json"
|
||||
@@ -1764,22 +1668,6 @@
|
||||
"name": "Generic PC @Prusa MK3.5 0.8",
|
||||
"sub_path": "filament/Generic PC @Prusa MK3.5 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PC HF @Prusa base",
|
||||
"sub_path": "filament/Generic PC HF @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PC HF @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PC HF @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PC HF @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PC HF @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PC HF @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PC HF @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PC HF @Prusa MK3.5",
|
||||
"sub_path": "filament/Generic PC HF @Prusa MK3.5.json"
|
||||
@@ -1792,6 +1680,10 @@
|
||||
"name": "Generic PC HF @Prusa MK3.5 0.8",
|
||||
"sub_path": "filament/Generic PC HF @Prusa MK3.5 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PC HF @Prusa base",
|
||||
"sub_path": "filament/Generic PC HF @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament PC Blend @CORE One",
|
||||
"sub_path": "filament/Prusament PC Blend @CORE One.json"
|
||||
@@ -1816,34 +1708,10 @@
|
||||
"name": "Prusament PC-CF @XL 5T",
|
||||
"sub_path": "filament/Prusament PC-CF @XL 5T.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa base",
|
||||
"sub_path": "filament/Generic PETG @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa",
|
||||
"sub_path": "filament/Generic PETG @Prusa.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa CORE One",
|
||||
"sub_path": "filament/Generic PETG @Prusa CORE One.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PETG @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa MINIIS 0.25",
|
||||
"sub_path": "filament/Generic PETG @Prusa MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PETG @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PETG @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa MK3.5",
|
||||
"sub_path": "filament/Generic PETG @Prusa MK3.5.json"
|
||||
@@ -1860,37 +1728,13 @@
|
||||
"name": "Generic PETG @Prusa MK3.5 0.8",
|
||||
"sub_path": "filament/Generic PETG @Prusa MK3.5 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa MK4",
|
||||
"sub_path": "filament/Generic PETG @Prusa MK4.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa MK4S",
|
||||
"sub_path": "filament/Generic PETG @Prusa MK4S.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa XL",
|
||||
"sub_path": "filament/Generic PETG @Prusa XL.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa XL 5T",
|
||||
"sub_path": "filament/Generic PETG @Prusa XL 5T.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG HF @Prusa base",
|
||||
"sub_path": "filament/Generic PETG HF @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG HF @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PETG HF @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG HF @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PETG HF @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG HF @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PETG HF @Prusa MINIIS 0.8.json"
|
||||
"name": "Generic PETG @Prusa base",
|
||||
"sub_path": "filament/Generic PETG @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG HF @Prusa MK3.5",
|
||||
@@ -1904,6 +1748,10 @@
|
||||
"name": "Generic PETG HF @Prusa MK3.5 0.8",
|
||||
"sub_path": "filament/Generic PETG HF @Prusa MK3.5 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG HF @Prusa base",
|
||||
"sub_path": "filament/Generic PETG HF @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament PETG @CORE One",
|
||||
"sub_path": "filament/Prusament PETG @CORE One.json"
|
||||
@@ -1912,42 +1760,10 @@
|
||||
"name": "Prusament PETG @base",
|
||||
"sub_path": "filament/Prusament PETG @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament PETG @XL",
|
||||
"sub_path": "filament/Prusament PETG @XL.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament PETG @XL 5T",
|
||||
"sub_path": "filament/Prusament PETG @XL 5T.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa base",
|
||||
"sub_path": "filament/Generic PLA @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa",
|
||||
"sub_path": "filament/Generic PLA @Prusa.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa CORE One",
|
||||
"sub_path": "filament/Generic PLA @Prusa CORE One.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PLA @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa MINIIS 0.25",
|
||||
"sub_path": "filament/Generic PLA @Prusa MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PLA @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PLA @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa MK3.5",
|
||||
"sub_path": "filament/Generic PLA @Prusa MK3.5.json"
|
||||
@@ -1964,37 +1780,13 @@
|
||||
"name": "Generic PLA @Prusa MK3.5 0.8",
|
||||
"sub_path": "filament/Generic PLA @Prusa MK3.5 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa MK4",
|
||||
"sub_path": "filament/Generic PLA @Prusa MK4.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa MK4S",
|
||||
"sub_path": "filament/Generic PLA @Prusa MK4S.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa XL",
|
||||
"sub_path": "filament/Generic PLA @Prusa XL.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa XL 5T",
|
||||
"sub_path": "filament/Generic PLA @Prusa XL 5T.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA HF @Prusa base",
|
||||
"sub_path": "filament/Generic PLA HF @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA HF @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PLA HF @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA HF @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PLA HF @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA HF @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PLA HF @Prusa MINIIS 0.8.json"
|
||||
"name": "Generic PLA @Prusa base",
|
||||
"sub_path": "filament/Generic PLA @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA HF @Prusa MK3.5",
|
||||
@@ -2008,34 +1800,14 @@
|
||||
"name": "Generic PLA HF @Prusa MK3.5 0.8",
|
||||
"sub_path": "filament/Generic PLA HF @Prusa MK3.5 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA HF @Prusa base",
|
||||
"sub_path": "filament/Generic PLA HF @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA Silk @Prusa CORE One",
|
||||
"sub_path": "filament/Generic PLA Silk @Prusa CORE One.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA-CF @Prusa base",
|
||||
"sub_path": "filament/Generic PLA-CF @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA-CF @Prusa",
|
||||
"sub_path": "filament/Generic PLA-CF @Prusa.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA-CF @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PLA-CF @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA-CF @Prusa MINIIS 0.25",
|
||||
"sub_path": "filament/Generic PLA-CF @Prusa MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA-CF @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PLA-CF @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA-CF @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PLA-CF @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA-CF @Prusa MK3.5",
|
||||
"sub_path": "filament/Generic PLA-CF @Prusa MK3.5.json"
|
||||
@@ -2052,6 +1824,10 @@
|
||||
"name": "Generic PLA-CF @Prusa MK3.5 0.8",
|
||||
"sub_path": "filament/Generic PLA-CF @Prusa MK3.5 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA-CF @Prusa base",
|
||||
"sub_path": "filament/Generic PLA-CF @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament PLA @CORE One",
|
||||
"sub_path": "filament/Prusament PLA @CORE One.json"
|
||||
@@ -2060,14 +1836,6 @@
|
||||
"name": "Prusament PLA @base",
|
||||
"sub_path": "filament/Prusament PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament PLA @XL",
|
||||
"sub_path": "filament/Prusament PLA @XL.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament PLA @XL 5T",
|
||||
"sub_path": "filament/Prusament PLA @XL 5T.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament rPLA @CORE One",
|
||||
"sub_path": "filament/Prusament rPLA @CORE One.json"
|
||||
@@ -2076,38 +1844,6 @@
|
||||
"name": "Prusament rPLA @base",
|
||||
"sub_path": "filament/Prusament rPLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament rPLA @XL",
|
||||
"sub_path": "filament/Prusament rPLA @XL.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament rPLA @XL 5T",
|
||||
"sub_path": "filament/Prusament rPLA @XL 5T.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA @Prusa base",
|
||||
"sub_path": "filament/Generic PVA @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA @Prusa",
|
||||
"sub_path": "filament/Generic PVA @Prusa.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PVA @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA @Prusa MINIIS 0.25",
|
||||
"sub_path": "filament/Generic PVA @Prusa MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PVA @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PVA @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA @Prusa MK3.5",
|
||||
"sub_path": "filament/Generic PVA @Prusa MK3.5.json"
|
||||
@@ -2125,20 +1861,8 @@
|
||||
"sub_path": "filament/Generic PVA @Prusa MK3.5 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA HF @Prusa base",
|
||||
"sub_path": "filament/Generic PVA HF @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA HF @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PVA HF @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA HF @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PVA HF @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA HF @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PVA HF @Prusa MINIIS 0.8.json"
|
||||
"name": "Generic PVA @Prusa base",
|
||||
"sub_path": "filament/Generic PVA @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA HF @Prusa MK3.5",
|
||||
@@ -2152,6 +1876,10 @@
|
||||
"name": "Generic PVA HF @Prusa MK3.5 0.8",
|
||||
"sub_path": "filament/Generic PVA HF @Prusa MK3.5 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA HF @Prusa base",
|
||||
"sub_path": "filament/Generic PVA HF @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament PVB @CORE One",
|
||||
"sub_path": "filament/Prusament PVB @CORE One.json"
|
||||
@@ -2164,42 +1892,26 @@
|
||||
"name": "Prusament PVB @XL 5T",
|
||||
"sub_path": "filament/Prusament PVB @XL 5T.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic TPU @Prusa base",
|
||||
"sub_path": "filament/Generic TPU @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic TPU @Prusa",
|
||||
"sub_path": "filament/Generic TPU @Prusa.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic TPU @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic TPU @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic TPU @Prusa MK3.5",
|
||||
"sub_path": "filament/Generic TPU @Prusa MK3.5.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic TPU @Prusa MK4",
|
||||
"sub_path": "filament/Generic TPU @Prusa MK4.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic TPU @Prusa MK4S",
|
||||
"sub_path": "filament/Generic TPU @Prusa MK4S.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic TPU HF @Prusa base",
|
||||
"sub_path": "filament/Generic TPU HF @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic TPU HF @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic TPU HF @Prusa MINIIS.json"
|
||||
"name": "Generic TPU @Prusa base",
|
||||
"sub_path": "filament/Generic TPU @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic TPU HF @Prusa MK3.5",
|
||||
"sub_path": "filament/Generic TPU HF @Prusa MK3.5.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic TPU HF @Prusa base",
|
||||
"sub_path": "filament/Generic TPU HF @Prusa base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa CORE One 0.6",
|
||||
"sub_path": "filament/Generic ABS @Prusa CORE One 0.6.json"
|
||||
@@ -2236,6 +1948,50 @@
|
||||
"name": "Generic ABS @Prusa MK4S HF0.4",
|
||||
"sub_path": "filament/Generic ABS @Prusa MK4S HF0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa",
|
||||
"sub_path": "filament/Generic ABS @Prusa.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic ABS @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa MINIIS 0.25",
|
||||
"sub_path": "filament/Generic ABS @Prusa MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic ABS @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic ABS @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa MK4",
|
||||
"sub_path": "filament/Generic ABS @Prusa MK4.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa XL",
|
||||
"sub_path": "filament/Generic ABS @Prusa XL.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa XL 5T",
|
||||
"sub_path": "filament/Generic ABS @Prusa XL 5T.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS HF @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic ABS HF @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS HF @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic ABS HF @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS HF @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic ABS HF @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ASA @Prusa CORE One 0.6",
|
||||
"sub_path": "filament/Generic ASA @Prusa CORE One 0.6.json"
|
||||
@@ -2272,6 +2028,18 @@
|
||||
"name": "Generic ASA @Prusa MK4S HF0.4",
|
||||
"sub_path": "filament/Generic ASA @Prusa MK4S HF0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ASA HF @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic ASA HF @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ASA HF @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic ASA HF @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ASA HF @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic ASA HF @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament ASA @CORE One 0.6",
|
||||
"sub_path": "filament/Prusament ASA @CORE One 0.6.json"
|
||||
@@ -2304,6 +2072,46 @@
|
||||
"name": "Generic TPU @Prusa CORE One 0.8",
|
||||
"sub_path": "filament/Generic TPU @Prusa CORE One 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA @Prusa",
|
||||
"sub_path": "filament/Generic PA @Prusa.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PA @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA @Prusa MINIIS 0.25",
|
||||
"sub_path": "filament/Generic PA @Prusa MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PA @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PA @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA-CF @Prusa",
|
||||
"sub_path": "filament/Generic PA-CF @Prusa.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA-CF @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PA-CF @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA-CF @Prusa MINIIS 0.25",
|
||||
"sub_path": "filament/Generic PA-CF @Prusa MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA-CF @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PA-CF @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA-CF @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PA-CF @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament PA-CF @CORE One 0.6",
|
||||
"sub_path": "filament/Prusament PA-CF @CORE One 0.6.json"
|
||||
@@ -2312,6 +2120,18 @@
|
||||
"name": "Prusament PA-CF @CORE One 0.8",
|
||||
"sub_path": "filament/Prusament PA-CF @CORE One 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PC HF @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PC HF @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PC HF @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PC HF @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PC HF @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PC HF @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament PC Blend @CORE One 0.6",
|
||||
"sub_path": "filament/Prusament PC Blend @CORE One 0.6.json"
|
||||
@@ -2380,6 +2200,50 @@
|
||||
"name": "Generic PETG @Prusa MK4S HF0.4",
|
||||
"sub_path": "filament/Generic PETG @Prusa MK4S HF0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa",
|
||||
"sub_path": "filament/Generic PETG @Prusa.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PETG @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa MINIIS 0.25",
|
||||
"sub_path": "filament/Generic PETG @Prusa MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PETG @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PETG @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa MK4",
|
||||
"sub_path": "filament/Generic PETG @Prusa MK4.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa XL",
|
||||
"sub_path": "filament/Generic PETG @Prusa XL.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @Prusa XL 5T",
|
||||
"sub_path": "filament/Generic PETG @Prusa XL 5T.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG HF @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PETG HF @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG HF @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PETG HF @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG HF @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PETG HF @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament PETG @CORE One 0.6",
|
||||
"sub_path": "filament/Prusament PETG @CORE One 0.6.json"
|
||||
@@ -2404,6 +2268,14 @@
|
||||
"name": "Prusament PETG @CORE One HF 0.8",
|
||||
"sub_path": "filament/Prusament PETG @CORE One HF 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament PETG @XL",
|
||||
"sub_path": "filament/Prusament PETG @XL.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament PETG @XL 5T",
|
||||
"sub_path": "filament/Prusament PETG @XL 5T.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa CORE One 0.6",
|
||||
"sub_path": "filament/Generic PLA @Prusa CORE One 0.6.json"
|
||||
@@ -2444,6 +2316,50 @@
|
||||
"name": "Generic PLA Silk @Prusa MK4S",
|
||||
"sub_path": "filament/Generic PLA Silk @Prusa MK4S.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa",
|
||||
"sub_path": "filament/Generic PLA @Prusa.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PLA @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa MINIIS 0.25",
|
||||
"sub_path": "filament/Generic PLA @Prusa MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PLA @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PLA @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa MK4",
|
||||
"sub_path": "filament/Generic PLA @Prusa MK4.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa XL",
|
||||
"sub_path": "filament/Generic PLA @Prusa XL.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @Prusa XL 5T",
|
||||
"sub_path": "filament/Generic PLA @Prusa XL 5T.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA HF @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PLA HF @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA HF @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PLA HF @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA HF @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PLA HF @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA Silk @Prusa CORE One 0.6",
|
||||
"sub_path": "filament/Generic PLA Silk @Prusa CORE One 0.6.json"
|
||||
@@ -2452,6 +2368,26 @@
|
||||
"name": "Generic PLA Silk @Prusa CORE One 0.8",
|
||||
"sub_path": "filament/Generic PLA Silk @Prusa CORE One 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA-CF @Prusa",
|
||||
"sub_path": "filament/Generic PLA-CF @Prusa.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA-CF @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PLA-CF @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA-CF @Prusa MINIIS 0.25",
|
||||
"sub_path": "filament/Generic PLA-CF @Prusa MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA-CF @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PLA-CF @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA-CF @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PLA-CF @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament PLA @CORE One 0.6",
|
||||
"sub_path": "filament/Prusament PLA @CORE One 0.6.json"
|
||||
@@ -2476,6 +2412,14 @@
|
||||
"name": "Prusament PLA @CORE One HF 0.8",
|
||||
"sub_path": "filament/Prusament PLA @CORE One HF 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament PLA @XL",
|
||||
"sub_path": "filament/Prusament PLA @XL.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament PLA @XL 5T",
|
||||
"sub_path": "filament/Prusament PLA @XL 5T.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament rPLA @CORE One 0.6",
|
||||
"sub_path": "filament/Prusament rPLA @CORE One 0.6.json"
|
||||
@@ -2484,6 +2428,46 @@
|
||||
"name": "Prusament rPLA @CORE One 0.8",
|
||||
"sub_path": "filament/Prusament rPLA @CORE One 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament rPLA @XL",
|
||||
"sub_path": "filament/Prusament rPLA @XL.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament rPLA @XL 5T",
|
||||
"sub_path": "filament/Prusament rPLA @XL 5T.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA @Prusa",
|
||||
"sub_path": "filament/Generic PVA @Prusa.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PVA @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA @Prusa MINIIS 0.25",
|
||||
"sub_path": "filament/Generic PVA @Prusa MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PVA @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PVA @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA HF @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic PVA HF @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA HF @Prusa MINIIS 0.6",
|
||||
"sub_path": "filament/Generic PVA HF @Prusa MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA HF @Prusa MINIIS 0.8",
|
||||
"sub_path": "filament/Generic PVA HF @Prusa MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusament PVB @CORE One 0.6",
|
||||
"sub_path": "filament/Prusament PVB @CORE One 0.6.json"
|
||||
@@ -2500,6 +2484,22 @@
|
||||
"name": "Generic TPU @Prusa MK4S 0.8",
|
||||
"sub_path": "filament/Generic TPU @Prusa MK4S 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic TPU @Prusa",
|
||||
"sub_path": "filament/Generic TPU @Prusa.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic TPU @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic TPU @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic TPU @Prusa MK4",
|
||||
"sub_path": "filament/Generic TPU @Prusa MK4.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic TPU HF @Prusa MINIIS",
|
||||
"sub_path": "filament/Generic TPU HF @Prusa MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @Prusa MK4S HF0.5",
|
||||
"sub_path": "filament/Generic ABS @Prusa MK4S HF0.5.json"
|
||||
|
||||
Reference in New Issue
Block a user