From 0fa1e6b2d0abc8184335e8958201bf151439c78c Mon Sep 17 00:00:00 2001 From: Jingxi-Polymaker Date: Thu, 23 Jul 2026 20:40:51 +0800 Subject: [PATCH 1/4] add HTPLAPRO --- .../ses_071067c3affer89vWhtchwUwi1.json | 10 + i18n.js | 6 + index.json | 796 +++++++++++++++--- ...lymaker HT-PLA Pro @Anycubic Kobra S1.json | 223 +++++ .../Polymaker HT-PLA Pro @BBL A1.json | 367 ++++++++ .../Polymaker HT-PLA Pro @BBL A2L.json | 369 ++++++++ .../Polymaker HT-PLA Pro @BBL H2C.json | 406 +++++++++ .../Polymaker HT-PLA Pro @BBL H2D.json | 377 +++++++++ .../Polymaker HT-PLA Pro @BBL H2S.json | 395 +++++++++ .../Polymaker HT-PLA Pro @BBL P1S.json | 374 ++++++++ .../Polymaker HT-PLA Pro @BBL P2S.json | 371 ++++++++ .../Polymaker HT-PLA Pro @BBL X2D.json | 399 +++++++++ ...lymaker HT-PLA Pro @CreealityPrint I7.json | 136 +++ ...aker HT-PLA Pro @CreealityPrint K2Pro.json | 136 +++ .../Polymaker HT-PLA Pro @Elegoo CC2.json | 137 +++ .../Polymaker HT-PLA Pro @QIDI Q2.json | 229 +++++ .../Polymaker HT-PLA Pro @Snapmaker U1.json | 187 ++++ scripts/generate-index-json.mjs | 8 + style.css | 98 +++ 19 files changed, 4893 insertions(+), 131 deletions(-) create mode 100644 .omo/run-continuation/ses_071067c3affer89vWhtchwUwi1.json create mode 100644 preset/Polymaker HT-PLA Pro/Anycubic/Kobra S1/OrcaSlicer/Polymaker HT-PLA Pro @Anycubic Kobra S1.json create mode 100644 preset/Polymaker HT-PLA Pro/BBL/A1/BambuStudio/Polymaker HT-PLA Pro @BBL A1.json create mode 100644 preset/Polymaker HT-PLA Pro/BBL/A2L/BambuStudio/Polymaker HT-PLA Pro @BBL A2L.json create mode 100644 preset/Polymaker HT-PLA Pro/BBL/H2C/BambuStudio/Polymaker HT-PLA Pro @BBL H2C.json create mode 100644 preset/Polymaker HT-PLA Pro/BBL/H2D/BambuStudio/Polymaker HT-PLA Pro @BBL H2D.json create mode 100644 preset/Polymaker HT-PLA Pro/BBL/H2S/BambuStudio/Polymaker HT-PLA Pro @BBL H2S.json create mode 100644 preset/Polymaker HT-PLA Pro/BBL/P1S/BambuStudio/Polymaker HT-PLA Pro @BBL P1S.json create mode 100644 preset/Polymaker HT-PLA Pro/BBL/P2S/BambuStudio/Polymaker HT-PLA Pro @BBL P2S.json create mode 100644 preset/Polymaker HT-PLA Pro/BBL/X2D/BambuStudio/Polymaker HT-PLA Pro @BBL X2D.json create mode 100644 preset/Polymaker HT-PLA Pro/CreealityPrint/I7/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint I7.json create mode 100644 preset/Polymaker HT-PLA Pro/CreealityPrint/K2Pro/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint K2Pro.json create mode 100644 preset/Polymaker HT-PLA Pro/Elegoo/CC2/ElegooSlicer/Polymaker HT-PLA Pro @Elegoo CC2.json create mode 100644 preset/Polymaker HT-PLA Pro/QIDI/Q2/OrcaSlicer/Polymaker HT-PLA Pro @QIDI Q2.json create mode 100644 preset/Polymaker HT-PLA Pro/Snapmaker/U1/OrcaSlicer/Polymaker HT-PLA Pro @Snapmaker U1.json diff --git a/.omo/run-continuation/ses_071067c3affer89vWhtchwUwi1.json b/.omo/run-continuation/ses_071067c3affer89vWhtchwUwi1.json new file mode 100644 index 00000000..1c49284a --- /dev/null +++ b/.omo/run-continuation/ses_071067c3affer89vWhtchwUwi1.json @@ -0,0 +1,10 @@ +{ + "sessionID": "ses_071067c3affer89vWhtchwUwi1", + "updatedAt": "2026-07-23T12:39:20.556Z", + "sources": { + "background-task": { + "state": "idle", + "updatedAt": "2026-07-23T12:39:20.556Z" + } + } +} \ No newline at end of file diff --git a/i18n.js b/i18n.js index 442bb9cf..a6c91fd1 100644 --- a/i18n.js +++ b/i18n.js @@ -14,6 +14,9 @@ var I18N = (function () { 'hero.title': 'Filament Presets', 'hero.desc': 'Select your slicer to view and download Polymaker print profiles and filament presets for Bambu Studio, OrcaSlicer, ElegooSlicer, and PrusaSlicer', 'hero.howto': 'How to use?', + 'product.htPlaPro.title': 'Introducing Polymaker™ HT-PLA Pro', + 'product.htPlaPro.tagline': 'Heat Ready. Impact Ready. Still PLA.', + 'product.htPlaPro.cta': 'Learn More', // Filters 'filter.slicer.label': 'Select Your Slicer', @@ -162,6 +165,9 @@ var I18N = (function () { 'hero.title': '耗材预设文件', 'hero.desc': '选择您的切片软件,查看并下载适用于 Bambu Studio、OrcaSlicer、ElegooSlicer 和 PrusaSlicer 的 Polymaker 打印配置文件和耗材预设', 'hero.howto': '如何使用?', + 'product.htPlaPro.title': '全新 Polymaker™ HT-PLA Pro', + 'product.htPlaPro.tagline': '耐热就绪,抗冲击就绪,依然是 PLA。', + 'product.htPlaPro.cta': '了解更多', // Filters 'filter.slicer.label': '选择切片软件', diff --git a/index.json b/index.json index 4d25873e..49c8ac5c 100644 --- a/index.json +++ b/index.json @@ -1,6 +1,6 @@ { "version": "1.0", - "updatedAt": "2026-07-22T01:20:49.175Z", + "updatedAt": "2026-07-23T12:39:40.104Z", "materials": [ "Fiberon ASA-CF08", "Fiberon PA12-CF10", @@ -62,6 +62,7 @@ "Polymaker ABS Pro Galaxy", "Polymaker ASA", "Polymaker HT-PLA", + "Polymaker HT-PLA Pro", "Polymaker HT-PLA-GF", "Polymaker PETG", "Polymaker PETG Galaxy", @@ -87,6 +88,7 @@ "H2C", "H2D", "H2S", + "I7", "K2Pro", "Kobra S1", "P1P", @@ -210,7 +212,7 @@ "slicer": "ElegooSlicer", "path": "preset/Fiberon ASA-CF08/Elegoo/CC2/ElegooSlicer/Fiberon ASA-CF08 @Elegoo CC2.json", "filename": "Fiberon ASA-CF08 @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -236,7 +238,7 @@ "slicer": "OrcaSlicer", "path": "preset/Fiberon ASA-CF08/Snapmaker/U1/OrcaSlicer/Fiberon ASA-CF08 @Snapmaker U1.json", "filename": "Fiberon ASA-CF08 @Snapmaker U1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -405,7 +407,7 @@ "slicer": "ElegooSlicer", "path": "preset/Fiberon PA12-CF10/Elegoo/CC2/ElegooSlicer/Fiberon PA12-CF10 @Elegoo CC2.json", "filename": "Fiberon PA12-CF10 @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -421,7 +423,7 @@ "slicer": "OrcaSlicer", "path": "preset/Fiberon PA12-CF10/Snapmaker/U1/OrcaSlicer/Fiberon PA12-CF10 @Snapmaker U1.json", "filename": "Fiberon PA12-CF10 @Snapmaker U1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -437,7 +439,7 @@ "slicer": "OrcaSlicer", "path": "preset/Fiberon PA6-CF20/Anycubic/Kobra S1/OrcaSlicer/Fiberon PA6-CF20 @Anycubic Kobra S1.json", "filename": "Fiberon PA6-CF20 @Anycubic Kobra S1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Anycubic", @@ -607,7 +609,7 @@ "slicer": "ElegooSlicer", "path": "preset/Fiberon PA6-CF20/Elegoo/CC2/ElegooSlicer/Fiberon PA6-CF20 @Elegoo CC2.json", "filename": "Fiberon PA6-CF20 @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -798,7 +800,7 @@ "slicer": "ElegooSlicer", "path": "preset/Fiberon PA6-GF25/Elegoo/CC2/ElegooSlicer/Fiberon PA6-GF25 @Elegoo CC2.json", "filename": "Fiberon PA6-GF25 @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -978,7 +980,7 @@ "slicer": "ElegooSlicer", "path": "preset/Fiberon PA612-CF15/Elegoo/CC2/ElegooSlicer/Fiberon PA612-CF15 @Elegoo CC2.json", "filename": "Fiberon PA612-CF15 @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -1099,7 +1101,7 @@ "slicer": "ElegooSlicer", "path": "preset/Fiberon PA612-ESD/Elegoo/CC2/ElegooSlicer/Fiberon PA612-ESD @Elegoo CC2.json", "filename": "Fiberon PA612-ESD @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -1279,7 +1281,7 @@ "slicer": "ElegooSlicer", "path": "preset/Fiberon PET-CF17/Elegoo/CC2/ElegooSlicer/Fiberon PET-CF17 @Elegoo CC2.json", "filename": "Fiberon PET-CF17 @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -1295,7 +1297,7 @@ "slicer": "OrcaSlicer", "path": "preset/Fiberon PET-CF17/Snapmaker/U1/OrcaSlicer/Fiberon PET-CF17 @Snapmaker U1.json", "filename": "Fiberon PET-CF17 @Snapmaker U1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -1330,7 +1332,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PET-GF15/BBL/H2D/BambuStudio/Fiberon PET-GF15 @BBL H2D.json", "filename": "Fiberon PET-GF15 @BBL H2D.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1405,7 +1407,7 @@ "slicer": "ElegooSlicer", "path": "preset/Fiberon PET-GF15/Elegoo/CC2/ElegooSlicer/Fiberon PET-GF15 @Elegoo CC2.json", "filename": "Fiberon PET-GF15 @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -1421,7 +1423,7 @@ "slicer": "OrcaSlicer", "path": "preset/Fiberon PET-GF15/Snapmaker/U1/OrcaSlicer/Fiberon PET-GF15 @Snapmaker U1.json", "filename": "Fiberon PET-GF15 @Snapmaker U1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -1577,7 +1579,7 @@ "slicer": "ElegooSlicer", "path": "preset/Fiberon PETG-ESD/Elegoo/CC2/ElegooSlicer/Fiberon PETG-ESD @Elegoo CC2.json", "filename": "Fiberon PETG-ESD @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -1593,7 +1595,7 @@ "slicer": "OrcaSlicer", "path": "preset/Fiberon PETG-ESD/Snapmaker/U1/OrcaSlicer/Fiberon PETG-ESD @Snapmaker U1.json", "filename": "Fiberon PETG-ESD @Snapmaker U1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -1977,7 +1979,13 @@ "path": "preset/Panchroma CoPE/BBL/A2L/BambuStudio/Panchroma CoPE @BBL A2L.json", "filename": "Panchroma CoPE @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Panchroma CoPE", @@ -2163,7 +2171,7 @@ "slicer": "ElegooSlicer", "path": "preset/Panchroma CoPE/Elegoo/CC2/ElegooSlicer/Panchroma CoPE @Elegoo CC2.json", "filename": "Panchroma CoPE @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -2205,7 +2213,7 @@ "slicer": "OrcaSlicer", "path": "preset/Panchroma PLA/Anycubic/Kobra S1/OrcaSlicer/Panchroma PLA @Anycubic Kobra S1.json", "filename": "Panchroma PLA @Anycubic Kobra S1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Anycubic", @@ -2306,7 +2314,13 @@ "path": "preset/Panchroma PLA/BBL/A2L/BambuStudio/Panchroma PLA @BBL A2L.json", "filename": "Panchroma PLA @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Panchroma PLA", @@ -2505,7 +2519,13 @@ "path": "preset/Panchroma PLA/CreealityPrint/K2Pro/CrealityPrint/Panchroma PLA @CreealityPrint K2Pro.json", "filename": "Panchroma PLA @CreealityPrint K2Pro.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "CreealityPrint", + "model": "K2Pro", + "fullName": "Creality K2 Pro 0.4 nozzle" + } + ] }, { "material": "Panchroma PLA", @@ -2514,7 +2534,7 @@ "slicer": "ElegooSlicer", "path": "preset/Panchroma PLA/Elegoo/CC2/ElegooSlicer/Panchroma PLA @Elegoo CC2.json", "filename": "Panchroma PLA @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -2641,7 +2661,13 @@ "path": "preset/Panchroma PLA Celestial/BBL/A2L/BambuStudio/Panchroma PLA Celestial @BBL A2L.json", "filename": "Panchroma PLA Celestial @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Panchroma PLA Celestial", @@ -2824,7 +2850,7 @@ "slicer": "ElegooSlicer", "path": "preset/Panchroma PLA Celestial/Elegoo/CC2/ElegooSlicer/Panchroma PLA Celestial @Elegoo CC2.json", "filename": "Panchroma PLA Celestial @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -2951,7 +2977,13 @@ "path": "preset/Panchroma PLA Galaxy/BBL/A2L/BambuStudio/Panchroma PLA Galaxy @BBL A2L.json", "filename": "Panchroma PLA Galaxy @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Panchroma PLA Galaxy", @@ -3134,7 +3166,7 @@ "slicer": "ElegooSlicer", "path": "preset/Panchroma PLA Galaxy/Elegoo/CC2/ElegooSlicer/Panchroma PLA Galaxy @Elegoo CC2.json", "filename": "Panchroma PLA Galaxy @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -3261,7 +3293,13 @@ "path": "preset/Panchroma PLA Glow/BBL/A2L/BambuStudio/Panchroma PLA Glow @BBL A2L.json", "filename": "Panchroma PLA Glow @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Panchroma PLA Glow", @@ -3444,7 +3482,7 @@ "slicer": "ElegooSlicer", "path": "preset/Panchroma PLA Glow/Elegoo/CC2/ElegooSlicer/Panchroma PLA Glow @Elegoo CC2.json", "filename": "Panchroma PLA Glow @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -3571,7 +3609,13 @@ "path": "preset/Panchroma PLA Luminous/BBL/A2L/BambuStudio/Panchroma PLA Luminous @BBL A2L.json", "filename": "Panchroma PLA Luminous @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Panchroma PLA Luminous", @@ -3754,7 +3798,7 @@ "slicer": "ElegooSlicer", "path": "preset/Panchroma PLA Luminous/Elegoo/CC2/ElegooSlicer/Panchroma PLA Luminous @Elegoo CC2.json", "filename": "Panchroma PLA Luminous @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -3881,7 +3925,13 @@ "path": "preset/Panchroma PLA Marble/BBL/A2L/BambuStudio/Panchroma PLA Marble @BBL A2L.json", "filename": "Panchroma PLA Marble @BBL A2L.json", "updatedAt": "2026-07-02T17:45:22+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Panchroma PLA Marble", @@ -4048,7 +4098,7 @@ "slicer": "ElegooSlicer", "path": "preset/Panchroma PLA Marble/Elegoo/CC2/ElegooSlicer/Panchroma PLA Marble @Elegoo CC2.json", "filename": "Panchroma PLA Marble @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -4175,7 +4225,13 @@ "path": "preset/Panchroma PLA Matte/BBL/A2L/BambuStudio/Panchroma PLA Matte @BBL A2L.json", "filename": "Panchroma PLA Matte @BBL A2L.json", "updatedAt": "2026-07-02T17:45:22+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Panchroma PLA Matte", @@ -4342,7 +4398,7 @@ "slicer": "ElegooSlicer", "path": "preset/Panchroma PLA Matte/Elegoo/CC2/ElegooSlicer/Panchroma PLA Matte @Elegoo CC2.json", "filename": "Panchroma PLA Matte @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -4469,7 +4525,13 @@ "path": "preset/Panchroma PLA Metallic/BBL/A2L/BambuStudio/Panchroma PLA Metallic @BBL A2L.json", "filename": "Panchroma PLA Metallic @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Panchroma PLA Metallic", @@ -4652,7 +4714,7 @@ "slicer": "ElegooSlicer", "path": "preset/Panchroma PLA Metallic/Elegoo/CC2/ElegooSlicer/Panchroma PLA Metallic @Elegoo CC2.json", "filename": "Panchroma PLA Metallic @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -4779,7 +4841,13 @@ "path": "preset/Panchroma PLA Neon/BBL/A2L/BambuStudio/Panchroma PLA Neon @BBL A2L.json", "filename": "Panchroma PLA Neon @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Panchroma PLA Neon", @@ -4962,7 +5030,7 @@ "slicer": "ElegooSlicer", "path": "preset/Panchroma PLA Neon/Elegoo/CC2/ElegooSlicer/Panchroma PLA Neon @Elegoo CC2.json", "filename": "Panchroma PLA Neon @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -5246,7 +5314,7 @@ "slicer": "ElegooSlicer", "path": "preset/Panchroma PLA Satin/Elegoo/CC2/ElegooSlicer/Panchroma PLA Satin @Elegoo CC2.json", "filename": "Panchroma PLA Satin @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -5373,7 +5441,13 @@ "path": "preset/Panchroma PLA Silk/BBL/A2L/BambuStudio/Panchroma PLA Silk @BBL A2L.json", "filename": "Panchroma PLA Silk @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Panchroma PLA Silk", @@ -5556,7 +5630,7 @@ "slicer": "ElegooSlicer", "path": "preset/Panchroma PLA Silk/Elegoo/CC2/ElegooSlicer/Panchroma PLA Silk @Elegoo CC2.json", "filename": "Panchroma PLA Silk @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -5683,7 +5757,13 @@ "path": "preset/Panchroma PLA Starlight/BBL/A2L/BambuStudio/Panchroma PLA Starlight @BBL A2L.json", "filename": "Panchroma PLA Starlight @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Panchroma PLA Starlight", @@ -5866,7 +5946,7 @@ "slicer": "ElegooSlicer", "path": "preset/Panchroma PLA Starlight/Elegoo/CC2/ElegooSlicer/Panchroma PLA Starlight @Elegoo CC2.json", "filename": "Panchroma PLA Starlight @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -5993,7 +6073,13 @@ "path": "preset/Panchroma PLA Translucent/BBL/A2L/BambuStudio/Panchroma PLA Translucent @BBL A2L.json", "filename": "Panchroma PLA Translucent @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Panchroma PLA Translucent", @@ -6176,7 +6262,7 @@ "slicer": "ElegooSlicer", "path": "preset/Panchroma PLA Translucent/Elegoo/CC2/ElegooSlicer/Panchroma PLA Translucent @Elegoo CC2.json", "filename": "Panchroma PLA Translucent @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -6303,7 +6389,13 @@ "path": "preset/Panchroma PLA UV Shift/BBL/A2L/BambuStudio/Panchroma PLA UV Shift @BBL A2L.json", "filename": "Panchroma PLA UV Shift @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Panchroma PLA UV Shift", @@ -6486,7 +6578,7 @@ "slicer": "ElegooSlicer", "path": "preset/Panchroma PLA UV Shift/Elegoo/CC2/ElegooSlicer/Panchroma PLA UV Shift @Elegoo CC2.json", "filename": "Panchroma PLA UV Shift @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -6529,7 +6621,13 @@ "path": "preset/PolyCast/BBL/A2L/BambuStudio/PolyCast @BBL A2L.json", "filename": "PolyCast @BBL A2L.json", "updatedAt": "2026-07-02T17:45:22+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyCast", @@ -6622,7 +6720,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyFlex TPU95/Elegoo/CC2/ElegooSlicer/PolyFlex TPU95 @Elegoo CC2.json", "filename": "PolyFlex TPU95 @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -6639,7 +6737,13 @@ "path": "preset/PolyFlex TPU95-HF/BBL/A2L/BambuStudio/PolyFlex TPU95-HF @BBL A2L.json", "filename": "PolyFlex TPU95-HF @BBL A2L.json", "updatedAt": "2026-07-02T17:45:22+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyFlex TPU95-HF", @@ -6971,7 +7075,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyLite CosPLA/Elegoo/CC2/ElegooSlicer/PolyLite CosPLA @Elegoo CC2.json", "filename": "PolyLite CosPLA @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -7014,7 +7118,13 @@ "path": "preset/PolyLite LW-PLA/BBL/A2L/BambuStudio/PolyLite LW-PLA @BBL A2L.json", "filename": "PolyLite LW-PLA @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyLite LW-PLA", @@ -7085,7 +7195,13 @@ "path": "preset/PolyLite PETG/BBL/A2L/BambuStudio/PolyLite PETG @BBL A2L.json", "filename": "PolyLite PETG @BBL A2L.json", "updatedAt": "2026-07-02T17:45:22+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyLite PETG", @@ -7134,7 +7250,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyLite PETG/Elegoo/CC2/ElegooSlicer/PolyLite PETG @Elegoo CC2.json", "filename": "PolyLite PETG @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -7150,7 +7266,7 @@ "slicer": "OrcaSlicer", "path": "preset/PolyLite PETG/Snapmaker/U1/OrcaSlicer/PolyLite PETG @Snapmaker U1.json", "filename": "PolyLite PETG @Snapmaker U1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -7167,7 +7283,13 @@ "path": "preset/PolyLite PETG Translucent/BBL/A2L/BambuStudio/PolyLite PETG Translucent @BBL A2L.json", "filename": "PolyLite PETG Translucent @BBL A2L.json", "updatedAt": "2026-07-02T17:45:22+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyLite PETG Translucent", @@ -7216,7 +7338,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyLite PETG Translucent/Elegoo/CC2/ElegooSlicer/PolyLite PETG Translucent @Elegoo CC2.json", "filename": "PolyLite PETG Translucent @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -7232,7 +7354,7 @@ "slicer": "OrcaSlicer", "path": "preset/PolyLite PETG Translucent/Snapmaker/U1/OrcaSlicer/PolyLite PETG Translucent @Snapmaker U1.json", "filename": "PolyLite PETG Translucent @Snapmaker U1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -7333,7 +7455,13 @@ "path": "preset/PolyLite PLA/BBL/A2L/BambuStudio/PolyLite PLA @BBL A2L.json", "filename": "PolyLite PLA @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyLite PLA", @@ -7516,7 +7644,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyLite PLA/Elegoo/CC2/ElegooSlicer/PolyLite PLA @Elegoo CC2.json", "filename": "PolyLite PLA @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -7643,7 +7771,13 @@ "path": "preset/PolyLite PLA Galaxy/BBL/A2L/BambuStudio/PolyLite PLA Galaxy @BBL A2L.json", "filename": "PolyLite PLA Galaxy @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyLite PLA Galaxy", @@ -7826,7 +7960,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyLite PLA Galaxy/Elegoo/CC2/ElegooSlicer/PolyLite PLA Galaxy @Elegoo CC2.json", "filename": "PolyLite PLA Galaxy @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -7953,7 +8087,13 @@ "path": "preset/PolyLite PLA Glow/BBL/A2L/BambuStudio/PolyLite PLA Glow @BBL A2L.json", "filename": "PolyLite PLA Glow @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyLite PLA Glow", @@ -8136,7 +8276,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyLite PLA Glow/Elegoo/CC2/ElegooSlicer/PolyLite PLA Glow @Elegoo CC2.json", "filename": "PolyLite PLA Glow @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -8263,7 +8403,13 @@ "path": "preset/PolyLite PLA Luminous/BBL/A2L/BambuStudio/PolyLite PLA Luminous @BBL A2L.json", "filename": "PolyLite PLA Luminous @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyLite PLA Luminous", @@ -8446,7 +8592,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyLite PLA Luminous/Elegoo/CC2/ElegooSlicer/PolyLite PLA Luminous @Elegoo CC2.json", "filename": "PolyLite PLA Luminous @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -8573,7 +8719,13 @@ "path": "preset/PolyLite PLA Neon/BBL/A2L/BambuStudio/PolyLite PLA Neon @BBL A2L.json", "filename": "PolyLite PLA Neon @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyLite PLA Neon", @@ -8756,7 +8908,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyLite PLA Neon/Elegoo/CC2/ElegooSlicer/PolyLite PLA Neon @Elegoo CC2.json", "filename": "PolyLite PLA Neon @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -8799,7 +8951,13 @@ "path": "preset/PolyLite PLA Pro/BBL/A2L/BambuStudio/PolyLite PLA Pro @BBL A2L.json", "filename": "PolyLite PLA Pro @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyLite PLA Pro", @@ -8888,7 +9046,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyLite PLA Pro/Elegoo/CC2/ElegooSlicer/PolyLite PLA Pro @Elegoo CC2.json", "filename": "PolyLite PLA Pro @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -8931,7 +9089,13 @@ "path": "preset/PolyLite PLA Pro Metallic/BBL/A2L/BambuStudio/PolyLite PLA Pro Metallic @BBL A2L.json", "filename": "PolyLite PLA Pro Metallic @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyLite PLA Pro Metallic", @@ -9020,7 +9184,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyLite PLA Pro Metallic/Elegoo/CC2/ElegooSlicer/PolyLite PLA Pro Metallic @Elegoo CC2.json", "filename": "PolyLite PLA Pro Metallic @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -9147,7 +9311,13 @@ "path": "preset/PolyLite PLA Starlight/BBL/A2L/BambuStudio/PolyLite PLA Starlight @BBL A2L.json", "filename": "PolyLite PLA Starlight @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyLite PLA Starlight", @@ -9330,7 +9500,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyLite PLA Starlight/Elegoo/CC2/ElegooSlicer/PolyLite PLA Starlight @Elegoo CC2.json", "filename": "PolyLite PLA Starlight @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -9457,7 +9627,13 @@ "path": "preset/PolyLite PLA Translucent/BBL/A2L/BambuStudio/PolyLite PLA Translucent @BBL A2L.json", "filename": "PolyLite PLA Translucent @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyLite PLA Translucent", @@ -9640,7 +9816,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyLite PLA Translucent/Elegoo/CC2/ElegooSlicer/PolyLite PLA Translucent @Elegoo CC2.json", "filename": "PolyLite PLA Translucent @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -9683,7 +9859,13 @@ "path": "preset/PolyLite PLA-CF/BBL/A2L/BambuStudio/PolyLite PLA-CF @BBL A2L.json", "filename": "PolyLite PLA-CF @BBL A2L.json", "updatedAt": "2026-06-24T10:50:30+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyLite PLA-CF", @@ -9729,7 +9911,7 @@ "slicer": "BambuStudio", "path": "preset/PolyMax PC/BBL/X2D/BambuStudio/PolyMax PC @BBL X2D.json", "filename": "PolyMax PC @BBL X2D.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9750,7 +9932,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyMax PC/Elegoo/CC2/ElegooSlicer/PolyMax PC @Elegoo CC2.json", "filename": "PolyMax PC @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -9766,8 +9948,14 @@ "slicer": "BambuStudio", "path": "preset/PolyMax PETG/BBL/A2L/BambuStudio/PolyMax PETG @BBL A2L.json", "filename": "PolyMax PETG @BBL A2L.json", - "updatedAt": "2026-07-21T16:49:55+08:00", - "compatiblePrinters": [] + "updatedAt": "2026-07-22T09:23:30+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyMax PETG", @@ -9811,7 +9999,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyMax PETG/Elegoo/CC2/ElegooSlicer/PolyMax PETG @Elegoo CC2.json", "filename": "PolyMax PETG @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -9828,7 +10016,13 @@ "path": "preset/PolyMax PLA/BBL/A2L/BambuStudio/PolyMax PLA @BBL A2L.json", "filename": "PolyMax PLA @BBL A2L.json", "updatedAt": "2026-06-24T10:50:30+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyMax PLA", @@ -9906,7 +10100,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyMax PLA/Elegoo/CC2/ElegooSlicer/PolyMax PLA @Elegoo CC2.json", "filename": "PolyMax PLA @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -9933,7 +10127,13 @@ "path": "preset/PolySmooth/BBL/A2L/BambuStudio/PolySmooth @BBL A2L.json", "filename": "PolySmooth @BBL A2L.json", "updatedAt": "2026-06-24T10:50:30+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolySmooth", @@ -9959,7 +10159,13 @@ "path": "preset/PolySupport/BBL/A2L/BambuStudio/PolySupport @BBL A2L.json", "filename": "PolySupport @BBL A2L.json", "updatedAt": "2026-06-24T10:50:30+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolySupport", @@ -10093,7 +10299,13 @@ "path": "preset/PolyTerra PLA/BBL/A2L/BambuStudio/PolyTerra PLA @BBL A2L.json", "filename": "PolyTerra PLA @BBL A2L.json", "updatedAt": "2026-07-02T17:45:22+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyTerra PLA", @@ -10260,7 +10472,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyTerra PLA/Elegoo/CC2/ElegooSlicer/PolyTerra PLA @Elegoo CC2.json", "filename": "PolyTerra PLA @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -10387,7 +10599,13 @@ "path": "preset/PolyTerra PLA Marble/BBL/A2L/BambuStudio/PolyTerra PLA Marble @BBL A2L.json", "filename": "PolyTerra PLA Marble @BBL A2L.json", "updatedAt": "2026-07-02T17:45:22+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "PolyTerra PLA Marble", @@ -10554,7 +10772,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyTerra PLA Marble/Elegoo/CC2/ElegooSlicer/PolyTerra PLA Marble @Elegoo CC2.json", "filename": "PolyTerra PLA Marble @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -10838,7 +11056,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyTerra PLA+/Elegoo/CC2/ElegooSlicer/PolyTerra PLA+ @Elegoo CC2.json", "filename": "PolyTerra PLA+ @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -11009,7 +11227,13 @@ "path": "preset/Polymaker ABS Max/CreealityPrint/K2Pro/CrealityPrint/Polymaker ABS Max @CreealityPrint K2Pro.json", "filename": "Polymaker ABS Max @CreealityPrint K2Pro.json", "updatedAt": "2026-07-02T17:45:22+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "CreealityPrint", + "model": "K2Pro", + "fullName": "Creality K2 Pro 0.4 nozzle" + } + ] }, { "material": "Polymaker ABS Max", @@ -11018,7 +11242,7 @@ "slicer": "ElegooSlicer", "path": "preset/Polymaker ABS Max/Elegoo/CC2/ElegooSlicer/Polymaker ABS Max @Elegoo CC2.json", "filename": "Polymaker ABS Max @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -11035,7 +11259,13 @@ "path": "preset/Polymaker ABS Max/QIDI/Q2/OrcaSlicer/Polymaker ABS Max @QIDI Q2.json", "filename": "Polymaker ABS Max @QIDI Q2.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "QIDI", + "model": "Q2", + "fullName": "Qidi Q2 0.4 nozzle" + } + ] }, { "material": "Polymaker ABS Pro", @@ -11044,7 +11274,7 @@ "slicer": "OrcaSlicer", "path": "preset/Polymaker ABS Pro/Anycubic/Kobra S1/OrcaSlicer/Polymaker ABS Pro @Anycubic Kobra S1.json", "filename": "Polymaker ABS Pro @Anycubic Kobra S1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Anycubic", @@ -11186,7 +11416,13 @@ "path": "preset/Polymaker ABS Pro/CreealityPrint/K2Pro/CrealityPrint/Polymaker ABS Pro @CreealityPrint K2Pro.json", "filename": "Polymaker ABS Pro @CreealityPrint K2Pro.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "CreealityPrint", + "model": "K2Pro", + "fullName": "Creality K2 Pro 0.4 nozzle" + } + ] }, { "material": "Polymaker ABS Pro", @@ -11195,7 +11431,7 @@ "slicer": "ElegooSlicer", "path": "preset/Polymaker ABS Pro/Elegoo/CC2/ElegooSlicer/Polymaker ABS Pro @Elegoo CC2.json", "filename": "Polymaker ABS Pro @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -11211,7 +11447,7 @@ "slicer": "OrcaSlicer", "path": "preset/Polymaker ABS Pro/Snapmaker/U1/OrcaSlicer/Polymaker ABS Pro @Snapmaker U1.json", "filename": "Polymaker ABS Pro @Snapmaker U1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -11227,7 +11463,7 @@ "slicer": "OrcaSlicer", "path": "preset/Polymaker ABS Pro Galaxy/Anycubic/Kobra S1/OrcaSlicer/Polymaker ABS Pro Galaxy @Anycubic Kobra S1.json", "filename": "Polymaker ABS Pro Galaxy @Anycubic Kobra S1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Anycubic", @@ -11369,7 +11605,13 @@ "path": "preset/Polymaker ABS Pro Galaxy/CreealityPrint/K2Pro/CrealityPrint/Polymaker ABS Pro Galaxy @CreealityPrint K2Pro.json", "filename": "Polymaker ABS Pro Galaxy @CreealityPrint K2Pro.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "CreealityPrint", + "model": "K2Pro", + "fullName": "Creality K2 Pro 0.4 nozzle" + } + ] }, { "material": "Polymaker ABS Pro Galaxy", @@ -11378,7 +11620,7 @@ "slicer": "ElegooSlicer", "path": "preset/Polymaker ABS Pro Galaxy/Elegoo/CC2/ElegooSlicer/Polymaker ABS Pro Galaxy @Elegoo CC2.json", "filename": "Polymaker ABS Pro Galaxy @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -11394,7 +11636,7 @@ "slicer": "OrcaSlicer", "path": "preset/Polymaker ABS Pro Galaxy/Snapmaker/U1/OrcaSlicer/Polymaker ABS Pro Galaxy @Snapmaker U1.json", "filename": "Polymaker ABS Pro Galaxy @Snapmaker U1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -11448,7 +11690,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ASA/BBL/X2D/BambuStudio/Polymaker ASA @BBL X2D.json", "filename": "Polymaker ASA @BBL X2D.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11464,8 +11706,14 @@ "slicer": "CrealityPrint", "path": "preset/Polymaker ASA/CreealityPrint/K2Pro/CrealityPrint/Polymaker ASA @CreealityPrint K2Pro.json", "filename": "Polymaker ASA @CreealityPrint K2Pro.json", - "updatedAt": "2026-07-21T16:49:55+08:00", - "compatiblePrinters": [] + "updatedAt": "2026-07-22T09:23:30+08:00", + "compatiblePrinters": [ + { + "brand": "CreealityPrint", + "model": "K2Pro", + "fullName": "Creality K2 Pro 0.4 nozzle" + } + ] }, { "material": "Polymaker HT-PLA", @@ -11475,7 +11723,13 @@ "path": "preset/Polymaker HT-PLA/BBL/A2L/BambuStudio/Polymaker HT-PLA @BBL A2L.json", "filename": "Polymaker HT-PLA @BBL A2L.json", "updatedAt": "2026-06-24T10:50:30+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Polymaker HT-PLA", @@ -11600,7 +11854,7 @@ "slicer": "ElegooSlicer", "path": "preset/Polymaker HT-PLA/Elegoo/CC2/ElegooSlicer/Polymaker HT-PLA @Elegoo CC2.json", "filename": "Polymaker HT-PLA @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -11626,7 +11880,251 @@ "slicer": "OrcaSlicer", "path": "preset/Polymaker HT-PLA/Snapmaker/U1/OrcaSlicer/Polymaker HT-PLA @Snapmaker U1.json", "filename": "Polymaker HT-PLA @Snapmaker U1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", + "compatiblePrinters": [ + { + "brand": "Snapmaker", + "model": "U1", + "fullName": "Snapmaker U1 (0.4 nozzle)" + } + ] + }, + { + "material": "Polymaker HT-PLA Pro", + "brand": "Anycubic", + "model": "Kobra S1", + "slicer": "OrcaSlicer", + "path": "preset/Polymaker HT-PLA Pro/Anycubic/Kobra S1/OrcaSlicer/Polymaker HT-PLA Pro @Anycubic Kobra S1.json", + "filename": "Polymaker HT-PLA Pro @Anycubic Kobra S1.json", + "updatedAt": null, + "compatiblePrinters": [ + { + "brand": "Anycubic", + "model": "Kobra S1", + "fullName": "Anycubic Kobra S1 0.4 nozzle" + } + ] + }, + { + "material": "Polymaker HT-PLA Pro", + "brand": "BBL", + "model": "A1", + "slicer": "BambuStudio", + "path": "preset/Polymaker HT-PLA Pro/BBL/A1/BambuStudio/Polymaker HT-PLA Pro @BBL A1.json", + "filename": "Polymaker HT-PLA Pro @BBL A1.json", + "updatedAt": null, + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A1", + "fullName": "Bambu Lab A1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "A1M", + "fullName": "Bambu Lab A1 mini 0.4 nozzle" + } + ] + }, + { + "material": "Polymaker HT-PLA Pro", + "brand": "BBL", + "model": "A2L", + "slicer": "BambuStudio", + "path": "preset/Polymaker HT-PLA Pro/BBL/A2L/BambuStudio/Polymaker HT-PLA Pro @BBL A2L.json", + "filename": "Polymaker HT-PLA Pro @BBL A2L.json", + "updatedAt": null, + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] + }, + { + "material": "Polymaker HT-PLA Pro", + "brand": "BBL", + "model": "H2C", + "slicer": "BambuStudio", + "path": "preset/Polymaker HT-PLA Pro/BBL/H2C/BambuStudio/Polymaker HT-PLA Pro @BBL H2C.json", + "filename": "Polymaker HT-PLA Pro @BBL H2C.json", + "updatedAt": null, + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "H2C", + "fullName": "Bambu Lab H2C 0.4 nozzle" + } + ] + }, + { + "material": "Polymaker HT-PLA Pro", + "brand": "BBL", + "model": "H2D", + "slicer": "BambuStudio", + "path": "preset/Polymaker HT-PLA Pro/BBL/H2D/BambuStudio/Polymaker HT-PLA Pro @BBL H2D.json", + "filename": "Polymaker HT-PLA Pro @BBL H2D.json", + "updatedAt": null, + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "H2D", + "fullName": "Bambu Lab H2D 0.4 nozzle" + } + ] + }, + { + "material": "Polymaker HT-PLA Pro", + "brand": "BBL", + "model": "H2S", + "slicer": "BambuStudio", + "path": "preset/Polymaker HT-PLA Pro/BBL/H2S/BambuStudio/Polymaker HT-PLA Pro @BBL H2S.json", + "filename": "Polymaker HT-PLA Pro @BBL H2S.json", + "updatedAt": null, + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "H2S", + "fullName": "Bambu Lab H2S 0.4 nozzle" + } + ] + }, + { + "material": "Polymaker HT-PLA Pro", + "brand": "BBL", + "model": "P1S", + "slicer": "BambuStudio", + "path": "preset/Polymaker HT-PLA Pro/BBL/P1S/BambuStudio/Polymaker HT-PLA Pro @BBL P1S.json", + "filename": "Polymaker HT-PLA Pro @BBL P1S.json", + "updatedAt": null, + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P1S", + "fullName": "Bambu Lab P1S 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1", + "fullName": "Bambu Lab X1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1E", + "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" + } + ] + }, + { + "material": "Polymaker HT-PLA Pro", + "brand": "BBL", + "model": "P2S", + "slicer": "BambuStudio", + "path": "preset/Polymaker HT-PLA Pro/BBL/P2S/BambuStudio/Polymaker HT-PLA Pro @BBL P2S.json", + "filename": "Polymaker HT-PLA Pro @BBL P2S.json", + "updatedAt": null, + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P2S", + "fullName": "Bambu Lab P2S 0.4 nozzle" + } + ] + }, + { + "material": "Polymaker HT-PLA Pro", + "brand": "BBL", + "model": "X2D", + "slicer": "BambuStudio", + "path": "preset/Polymaker HT-PLA Pro/BBL/X2D/BambuStudio/Polymaker HT-PLA Pro @BBL X2D.json", + "filename": "Polymaker HT-PLA Pro @BBL X2D.json", + "updatedAt": null, + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "X2D", + "fullName": "Bambu Lab X2D 0.4 nozzle" + } + ] + }, + { + "material": "Polymaker HT-PLA Pro", + "brand": "CreealityPrint", + "model": "I7", + "slicer": "CrealityPrint", + "path": "preset/Polymaker HT-PLA Pro/CreealityPrint/I7/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint I7.json", + "filename": "Polymaker HT-PLA Pro @CreealityPrint I7.json", + "updatedAt": null, + "compatiblePrinters": [ + { + "brand": "CreealityPrint", + "model": "I7", + "fullName": "SPARKX i7 0.4 nozzle" + } + ] + }, + { + "material": "Polymaker HT-PLA Pro", + "brand": "CreealityPrint", + "model": "K2Pro", + "slicer": "CrealityPrint", + "path": "preset/Polymaker HT-PLA Pro/CreealityPrint/K2Pro/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint K2Pro.json", + "filename": "Polymaker HT-PLA Pro @CreealityPrint K2Pro.json", + "updatedAt": null, + "compatiblePrinters": [ + { + "brand": "CreealityPrint", + "model": "K2Pro", + "fullName": "Creality K2 Pro 0.4 nozzle" + } + ] + }, + { + "material": "Polymaker HT-PLA Pro", + "brand": "Elegoo", + "model": "CC2", + "slicer": "ElegooSlicer", + "path": "preset/Polymaker HT-PLA Pro/Elegoo/CC2/ElegooSlicer/Polymaker HT-PLA Pro @Elegoo CC2.json", + "filename": "Polymaker HT-PLA Pro @Elegoo CC2.json", + "updatedAt": null, + "compatiblePrinters": [ + { + "brand": "Elegoo", + "model": "CC2", + "fullName": "Elegoo Centauri Carbon 2 0.4 nozzle" + } + ] + }, + { + "material": "Polymaker HT-PLA Pro", + "brand": "QIDI", + "model": "Q2", + "slicer": "OrcaSlicer", + "path": "preset/Polymaker HT-PLA Pro/QIDI/Q2/OrcaSlicer/Polymaker HT-PLA Pro @QIDI Q2.json", + "filename": "Polymaker HT-PLA Pro @QIDI Q2.json", + "updatedAt": null, + "compatiblePrinters": [ + { + "brand": "QIDI", + "model": "Q2", + "fullName": "Qidi Q2 0.4 nozzle" + } + ] + }, + { + "material": "Polymaker HT-PLA Pro", + "brand": "Snapmaker", + "model": "U1", + "slicer": "OrcaSlicer", + "path": "preset/Polymaker HT-PLA Pro/Snapmaker/U1/OrcaSlicer/Polymaker HT-PLA Pro @Snapmaker U1.json", + "filename": "Polymaker HT-PLA Pro @Snapmaker U1.json", + "updatedAt": null, "compatiblePrinters": [ { "brand": "Snapmaker", @@ -11642,8 +12140,14 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA-GF/BBL/A2L/BambuStudio/Polymaker HT-PLA-GF @BBL A2L.json", "filename": "Polymaker HT-PLA-GF @BBL A2L.json", - "updatedAt": "2026-07-21T16:49:55+08:00", - "compatiblePrinters": [] + "updatedAt": "2026-07-22T09:23:30+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Polymaker HT-PLA-GF", @@ -11732,7 +12236,7 @@ "slicer": "ElegooSlicer", "path": "preset/Polymaker HT-PLA-GF/Elegoo/CC2/ElegooSlicer/Polymaker HT-PLA-GF @Elegoo CC2.json", "filename": "Polymaker HT-PLA-GF @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -11758,7 +12262,7 @@ "slicer": "OrcaSlicer", "path": "preset/Polymaker HT-PLA-GF/Snapmaker/U1/OrcaSlicer/Polymaker HT-PLA-GF @Snapmaker U1.json", "filename": "Polymaker HT-PLA-GF @Snapmaker U1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -11796,7 +12300,13 @@ "path": "preset/Polymaker PETG/BBL/A2L/BambuStudio/Polymaker PETG @BBL A2L.json", "filename": "Polymaker PETG @BBL A2L.json", "updatedAt": "2026-07-02T17:45:22+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Polymaker PETG", @@ -11933,7 +12443,7 @@ "slicer": "ElegooSlicer", "path": "preset/Polymaker PETG/Elegoo/CC2/ElegooSlicer/Polymaker PETG @Elegoo CC2.json", "filename": "Polymaker PETG @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -11959,7 +12469,7 @@ "slicer": "OrcaSlicer", "path": "preset/Polymaker PETG/Snapmaker/U1/OrcaSlicer/Polymaker PETG @Snapmaker U1.json", "filename": "Polymaker PETG @Snapmaker U1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -11997,7 +12507,13 @@ "path": "preset/Polymaker PETG Galaxy/BBL/A2L/BambuStudio/Polymaker PETG Galaxy @BBL A2L.json", "filename": "Polymaker PETG Galaxy @BBL A2L.json", "updatedAt": "2026-07-02T17:45:22+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Polymaker PETG Galaxy", @@ -12134,7 +12650,7 @@ "slicer": "ElegooSlicer", "path": "preset/Polymaker PETG Galaxy/Elegoo/CC2/ElegooSlicer/Polymaker PETG Galaxy @Elegoo CC2.json", "filename": "Polymaker PETG Galaxy @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -12160,7 +12676,7 @@ "slicer": "OrcaSlicer", "path": "preset/Polymaker PETG Galaxy/Snapmaker/U1/OrcaSlicer/Polymaker PETG Galaxy @Snapmaker U1.json", "filename": "Polymaker PETG Galaxy @Snapmaker U1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -12176,8 +12692,14 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA/BBL/A2L/BambuStudio/Polymaker PLA @BBL A2L.json", "filename": "Polymaker PLA @BBL A2L.json", - "updatedAt": "2026-07-21T16:49:55+08:00", - "compatiblePrinters": [] + "updatedAt": "2026-07-22T09:23:30+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Polymaker PLA", @@ -12266,7 +12788,7 @@ "slicer": "ElegooSlicer", "path": "preset/Polymaker PLA/Elegoo/CC2/ElegooSlicer/Polymaker PLA @Elegoo CC2.json", "filename": "Polymaker PLA @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -12292,7 +12814,7 @@ "slicer": "OrcaSlicer", "path": "preset/Polymaker PLA/Snapmaker/U1/OrcaSlicer/Polymaker PLA @Snapmaker U1.json", "filename": "Polymaker PLA @Snapmaker U1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -12308,7 +12830,7 @@ "slicer": "OrcaSlicer", "path": "preset/Polymaker PLA Pro/Anycubic/Kobra S1/OrcaSlicer/Polymaker PLA Pro @Anycubic Kobra S1.json", "filename": "Polymaker PLA Pro @Anycubic Kobra S1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Anycubic", @@ -12346,7 +12868,13 @@ "path": "preset/Polymaker PLA Pro/BBL/A2L/BambuStudio/Polymaker PLA Pro @BBL A2L.json", "filename": "Polymaker PLA Pro @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Polymaker PLA Pro", @@ -12471,7 +12999,7 @@ "slicer": "ElegooSlicer", "path": "preset/Polymaker PLA Pro/Elegoo/CC2/ElegooSlicer/Polymaker PLA Pro @Elegoo CC2.json", "filename": "Polymaker PLA Pro @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -12497,7 +13025,7 @@ "slicer": "OrcaSlicer", "path": "preset/Polymaker PLA Pro/Snapmaker/U1/OrcaSlicer/Polymaker PLA Pro @Snapmaker U1.json", "filename": "Polymaker PLA Pro @Snapmaker U1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -12513,7 +13041,7 @@ "slicer": "OrcaSlicer", "path": "preset/Polymaker PLA Pro Metallic/Anycubic/Kobra S1/OrcaSlicer/Polymaker PLA Pro Metallic @Anycubic Kobra S1.json", "filename": "Polymaker PLA Pro Metallic @Anycubic Kobra S1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Anycubic", @@ -12551,7 +13079,13 @@ "path": "preset/Polymaker PLA Pro Metallic/BBL/A2L/BambuStudio/Polymaker PLA Pro Metallic @BBL A2L.json", "filename": "Polymaker PLA Pro Metallic @BBL A2L.json", "updatedAt": "2026-06-17T16:06:55+08:00", - "compatiblePrinters": [] + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "A2L", + "fullName": "Bambu Lab A2L 0.4 nozzle" + } + ] }, { "material": "Polymaker PLA Pro Metallic", @@ -12676,7 +13210,7 @@ "slicer": "ElegooSlicer", "path": "preset/Polymaker PLA Pro Metallic/Elegoo/CC2/ElegooSlicer/Polymaker PLA Pro Metallic @Elegoo CC2.json", "filename": "Polymaker PLA Pro Metallic @Elegoo CC2.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -12702,7 +13236,7 @@ "slicer": "OrcaSlicer", "path": "preset/Polymaker PLA Pro Metallic/Snapmaker/U1/OrcaSlicer/Polymaker PLA Pro Metallic @Snapmaker U1.json", "filename": "Polymaker PLA Pro Metallic @Snapmaker U1.json", - "updatedAt": "2026-07-21T16:49:55+08:00", + "updatedAt": "2026-07-22T09:23:30+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", diff --git a/preset/Polymaker HT-PLA Pro/Anycubic/Kobra S1/OrcaSlicer/Polymaker HT-PLA Pro @Anycubic Kobra S1.json b/preset/Polymaker HT-PLA Pro/Anycubic/Kobra S1/OrcaSlicer/Polymaker HT-PLA Pro @Anycubic Kobra S1.json new file mode 100644 index 00000000..8f1c7a06 --- /dev/null +++ b/preset/Polymaker HT-PLA Pro/Anycubic/Kobra S1/OrcaSlicer/Polymaker HT-PLA Pro @Anycubic Kobra S1.json @@ -0,0 +1,223 @@ +{ + "type": "filament", + "name": "Polymaker HT-PLA Pro @Anycubic Kobra S1", + "from": "User", + "instantiation": "true", + "cool_plate_temp": [ + "35" + ], + "eng_plate_temp": [ + "0" + ], + "hot_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "overhang_fan_threshold": [ + "50%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_flow_ratio": [ + "0.94" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_settings_id": [ + "Polymaker HT-PLA Pro @Anycubic Kobra S1" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "bed_type": [ + "Cool Plate" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "6" + ], + "filament_start_gcode": [ + "; filament start gcode" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "inherits": "Anycubic PLA @Anycubic Kobra S1 0.4 nozzle", + "nozzle_temperature_range_low": [ + "210" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "additional_cooling_fan_speed": [ + "60" + ], + "setting_id": "GFSA04", + "filament_id": "PMPL36", + "compatible_printers": [ + "Anycubic Kobra S1 0.4 nozzle" + ], + "activate_air_filtration": [ + "1" + ], + "activate_chamber_temp_control": [ + "0" + ], + "adaptive_pressure_advance_model": [ + "0.042,0.72,5000\n0.044,1.44,5000\n0.045,2.16,5000\n0.045,2.88,5000\n0.045,3.58,5000\n0.044,4.3,5000\n0.045,5.02,5000\n0.043,5.73,5000\n0.045,6.45,5000\n0.041,7.17,5000\n0.039,7.89,5000\n0.038,8.61,5000\n0.036,9.33,5000\n0.033,10.05,5000\n0.032,10.77,5000\n0.034,11.49,5000\n0.033,12.21,5000" + ], + "chamber_temperature": [ + "0" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "default_filament_colour": [ + "" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "1" + ], + "filament_cooling_final_speed": [ + "0" + ], + "filament_cooling_initial_speed": [ + "0" + ], + "filament_cooling_moves": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_load_time": [ + "31.925" + ], + "filament_loading_speed": [ + "0" + ], + "filament_loading_speed_start": [ + "0" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_flow": [ + "0" + ], + "filament_multitool_ramming_volume": [ + "0" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_shrink": [ + "100%" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unload_time": [ + "24.75" + ], + "filament_unloading_speed": [ + "0" + ], + "filament_unloading_speed_start": [ + "0" + ], + "pressure_advance": [ + "0.01" + ], + "required_nozzle_HRC": [ + "3" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "version": "2.4.0.2", + "idle_temperature": [ + "60" + ] +} \ No newline at end of file diff --git a/preset/Polymaker HT-PLA Pro/BBL/A1/BambuStudio/Polymaker HT-PLA Pro @BBL A1.json b/preset/Polymaker HT-PLA Pro/BBL/A1/BambuStudio/Polymaker HT-PLA Pro @BBL A1.json new file mode 100644 index 00000000..2552c5ed --- /dev/null +++ b/preset/Polymaker HT-PLA Pro/BBL/A1/BambuStudio/Polymaker HT-PLA Pro @BBL A1.json @@ -0,0 +1,367 @@ +{ + "type": "filament", + "name": "Polymaker HT-PLA Pro @BBL A1", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.99" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Polymaker HT-PLA Pro @BBL A1" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "6" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab A1 0.4 nozzle", + "Bambu Lab A1 mini 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif};Prevent PLA from jamming\n\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA @BBL A1", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL36", + "description": " ", + "setting_id": "GFSL99_04", + "version": "2.7.0.7", + "idle_temperature": [ + "60" + ] +} \ No newline at end of file diff --git a/preset/Polymaker HT-PLA Pro/BBL/A2L/BambuStudio/Polymaker HT-PLA Pro @BBL A2L.json b/preset/Polymaker HT-PLA Pro/BBL/A2L/BambuStudio/Polymaker HT-PLA Pro @BBL A2L.json new file mode 100644 index 00000000..95202a6a --- /dev/null +++ b/preset/Polymaker HT-PLA Pro/BBL/A2L/BambuStudio/Polymaker HT-PLA Pro @BBL A2L.json @@ -0,0 +1,369 @@ +{ + "type": "filament", + "name": "Polymaker HT-PLA Pro @BBL A2L", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "1.03" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Polymaker HT-PLA Pro @BBL A2L" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "25%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "6" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab A2L 0.4 nozzle" + ], + "filament_start_gcode": [ + "" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA @BBL A2L", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL36", + "description": " ", + "setting_id": "GFSL99_24", + "pre_start_fan_time": [ + "2" + ], + "version": "2.7.0.7", + "idle_temperature": [ + "60" + ] +} \ No newline at end of file diff --git a/preset/Polymaker HT-PLA Pro/BBL/H2C/BambuStudio/Polymaker HT-PLA Pro @BBL H2C.json b/preset/Polymaker HT-PLA Pro/BBL/H2C/BambuStudio/Polymaker HT-PLA Pro @BBL H2C.json new file mode 100644 index 00000000..1451bd92 --- /dev/null +++ b/preset/Polymaker HT-PLA Pro/BBL/H2C/BambuStudio/Polymaker HT-PLA Pro @BBL H2C.json @@ -0,0 +1,406 @@ +{ + "type": "filament", + "name": "Polymaker HT-PLA Pro @BBL H2C", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "75" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "10", + "10" + ], + "filament_preheat_temperature_delta": [ + "20", + "20" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_flow_ratio": [ + "1.02", + "nil" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16", + "nil" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "180", + "180" + ], + "filament_prime_volume": [ + "30" + ], + "filament_prime_volume_nc": [ + "30" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "1", + "1" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Polymaker HT-PLA Pro @BBL H2C" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_retract_length_nc": [ + "18", + "18" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "4" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "15" + ], + "slow_down_min_speed": [ + "20", + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab H2C 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL36", + "description": " ", + "setting_id": "GFSL99_20", + "first_x_layer_fan_speed": [ + "0" + ], + "filament_change_length_nc": [ + "4" + ], + "include": [ + "fdm_filament_template_direct_dual" + ], + "pre_start_fan_time": [ + "2" + ], + "version": "2.7.0.7", + "idle_temperature": [ + "60" + ] +} \ No newline at end of file diff --git a/preset/Polymaker HT-PLA Pro/BBL/H2D/BambuStudio/Polymaker HT-PLA Pro @BBL H2D.json b/preset/Polymaker HT-PLA Pro/BBL/H2D/BambuStudio/Polymaker HT-PLA Pro @BBL H2D.json new file mode 100644 index 00000000..c044bf55 --- /dev/null +++ b/preset/Polymaker HT-PLA Pro/BBL/H2D/BambuStudio/Polymaker HT-PLA Pro @BBL H2D.json @@ -0,0 +1,377 @@ +{ + "type": "filament", + "name": "Polymaker HT-PLA Pro @BBL H2D", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "10", + "10" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_flow_ratio": [ + "1.02", + "nil" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Polymaker HT-PLA Pro @BBL H2D" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "15" + ], + "slow_down_min_speed": [ + "10", + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab H2D 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "inherits": "Generic PLA @BBL H2D", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL36", + "description": " ", + "setting_id": "GFSL99_06", + "include": [ + "fdm_filament_template_direct_dual" + ], + "version": "2.7.0.8", + "idle_temperature": [ + "60" + ] +} \ No newline at end of file diff --git a/preset/Polymaker HT-PLA Pro/BBL/H2S/BambuStudio/Polymaker HT-PLA Pro @BBL H2S.json b/preset/Polymaker HT-PLA Pro/BBL/H2S/BambuStudio/Polymaker HT-PLA Pro @BBL H2S.json new file mode 100644 index 00000000..f668c6d9 --- /dev/null +++ b/preset/Polymaker HT-PLA Pro/BBL/H2S/BambuStudio/Polymaker HT-PLA Pro @BBL H2S.json @@ -0,0 +1,395 @@ +{ + "type": "filament", + "name": "Polymaker HT-PLA Pro @BBL H2S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "75" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "10", + "10" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_flow_ratio": [ + "1", + "nil" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16", + "nil" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Polymaker HT-PLA Pro @BBL H2S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "15" + ], + "slow_down_min_speed": [ + "20", + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab H2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "inherits": "Generic PLA @BBL H2S", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL36", + "description": " ", + "setting_id": "GFSL99_08", + "include": [ + "fdm_filament_template_direct_dual" + ], + "version": "2.7.0.7", + "idle_temperature": [ + "60" + ] +} \ No newline at end of file diff --git a/preset/Polymaker HT-PLA Pro/BBL/P1S/BambuStudio/Polymaker HT-PLA Pro @BBL P1S.json b/preset/Polymaker HT-PLA Pro/BBL/P1S/BambuStudio/Polymaker HT-PLA Pro @BBL P1S.json new file mode 100644 index 00000000..290e04b3 --- /dev/null +++ b/preset/Polymaker HT-PLA Pro/BBL/P1S/BambuStudio/Polymaker HT-PLA Pro @BBL P1S.json @@ -0,0 +1,374 @@ +{ + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.025" + ], + "counter_coef_3": [ + "-0.11" + ], + "counter_limit_max": [ + "0.05" + ], + "counter_limit_min": [ + "-0.04" + ], + "default_filament_colour": [ + "" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_adhesiveness_category": [ + "0" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_change_length_nc": [ + "10" + ], + "filament_cooling_before_tower": [ + "10" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "1.24" + ], + "filament_dev_ams_drying_ams_limitations": [ + "" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "0" + ], + "filament_dev_ams_drying_temperature": [ + "0" + ], + "filament_dev_ams_drying_time": [ + "0" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "0" + ], + "filament_dev_chamber_drying_time": [ + "0" + ], + "filament_dev_drying_cooling_temperature": [ + "0" + ], + "filament_dev_drying_softening_temperature": [ + "0" + ], + "filament_diameter": [ + "1.75" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "1" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_notes": "", + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "0" + ], + "filament_overhang_3_4_speed": [ + "0" + ], + "filament_overhang_4_4_speed": [ + "0" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_retract_length_nc": [ + "10" + ], + "filament_retraction_distances_when_cut": [ + "18" + ], + "filament_scarf_gap": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Polymaker HT-PLA Pro @BBL P1S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; Filament gcode\n" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_type": [ + "PLA" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "filament_vendor": [ + "Polymaker" + ], + "first_x_layer_fan_speed": [ + "0" + ], + "from": "User", + "full_fan_speed_layer": [ + "0" + ], + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.025" + ], + "hole_coef_3": [ + "0.28" + ], + "hole_limit_max": [ + "0.25" + ], + "hole_limit_min": [ + "0.08" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "impact_strength_z": [ + "0" + ], + "inherits": "", + "long_retractions_when_ec": [ + "0" + ], + "name": "Polymaker HT-PLA Pro @BBL P1S", + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "overhang_threshold_participating_cooling": [ + "95%" + ], + "override_process_overhang_speed": [ + "0" + ], + "pre_start_fan_time": [ + "0" + ], + "pressure_advance": [ + "0.02" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "10" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "10" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "version": "0.0.0.0", + "volumetric_speed_coefficients": [ + "" + ], + "idle_temperature": [ + "60" + ], + "filament_id": "PMPL36" +} \ No newline at end of file diff --git a/preset/Polymaker HT-PLA Pro/BBL/P2S/BambuStudio/Polymaker HT-PLA Pro @BBL P2S.json b/preset/Polymaker HT-PLA Pro/BBL/P2S/BambuStudio/Polymaker HT-PLA Pro @BBL P2S.json new file mode 100644 index 00000000..e2334143 --- /dev/null +++ b/preset/Polymaker HT-PLA Pro/BBL/P2S/BambuStudio/Polymaker HT-PLA Pro @BBL P2S.json @@ -0,0 +1,371 @@ +{ + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.025" + ], + "counter_coef_3": [ + "-0.11" + ], + "counter_limit_max": [ + "0.05" + ], + "counter_limit_min": [ + "-0.04" + ], + "default_filament_colour": [ + "" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_adhesiveness_category": [ + "0" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_change_length_nc": [ + "10" + ], + "filament_cooling_before_tower": [ + "10" + ], + "filament_cost": [ + "24.99" + ], + "filament_density": [ + "1.24" + ], + "filament_dev_ams_drying_ams_limitations": [ + "" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "0" + ], + "filament_dev_ams_drying_temperature": [ + "0" + ], + "filament_dev_ams_drying_time": [ + "0" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "0" + ], + "filament_dev_chamber_drying_time": [ + "0" + ], + "filament_dev_drying_cooling_temperature": [ + "0" + ], + "filament_dev_drying_softening_temperature": [ + "0" + ], + "filament_diameter": [ + "1.75" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.99" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "1" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_notes": "", + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "0" + ], + "filament_overhang_3_4_speed": [ + "0" + ], + "filament_overhang_4_4_speed": [ + "0" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_retract_length_nc": [ + "10" + ], + "filament_retraction_distances_when_cut": [ + "18" + ], + "filament_scarf_gap": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Polymaker HT-PLA Pro @BBL P2S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; Filament gcode\nM145 P0 ; set airduct mode to cooling mode for cooling\nM106 P2 S255 ; turn on auxiliary fan for cooling\nM106 P3 S127 ; turn on chamber fan for cooling\nM1002 gcode_claim_action : 29\nM191 S0 ; wait for chamber temp\nM106 P2 S102 ; turn on chamber cooling fan\nM106 P10 S0 ; turn off left aux fan\nM142 P6 R30 S40 U0.3 V0.8 ; set PETG exhaust chamber autocooling\n" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_type": [ + "PLA" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "filament_vendor": [ + "Polymaker" + ], + "first_x_layer_fan_speed": [ + "0" + ], + "from": "User", + "full_fan_speed_layer": [ + "0" + ], + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.025" + ], + "hole_coef_3": [ + "0.28" + ], + "hole_limit_max": [ + "0.25" + ], + "hole_limit_min": [ + "0.08" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "impact_strength_z": [ + "0" + ], + "inherits": "", + "long_retractions_when_ec": [ + "0" + ], + "name": "Polymaker HT-PLA Pro @BBL P2S", + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "overhang_threshold_participating_cooling": [ + "95%" + ], + "override_process_overhang_speed": [ + "0" + ], + "pre_start_fan_time": [ + "0" + ], + "pressure_advance": [ + "0.02" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "10" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "10" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "version": "0.0.0.0", + "volumetric_speed_coefficients": [ + "" + ], + "idle_temperature": [ + "60" + ], + "filament_id": "PMPL36" +} \ No newline at end of file diff --git a/preset/Polymaker HT-PLA Pro/BBL/X2D/BambuStudio/Polymaker HT-PLA Pro @BBL X2D.json b/preset/Polymaker HT-PLA Pro/BBL/X2D/BambuStudio/Polymaker HT-PLA Pro @BBL X2D.json new file mode 100644 index 00000000..5e127c2d --- /dev/null +++ b/preset/Polymaker HT-PLA Pro/BBL/X2D/BambuStudio/Polymaker HT-PLA Pro @BBL X2D.json @@ -0,0 +1,399 @@ +{ + "type": "filament", + "name": "Polymaker HT-PLA Pro @BBL X2D", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "10", + "10", + "10", + "10" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "220" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.24" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow", + "Bowden Standard", + "Bowden High Flow" + ], + "filament_flow_ratio": [ + "1.01", + "nil", + "nil", + "nil" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "12", + "12", + "12", + "12" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Polymaker HT-PLA Pro @BBL X2D" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0", + "0", + "0", + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220", + "220", + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220", + "220", + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "3", + "3", + "4", + "4" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "6" + ], + "slow_down_min_speed": [ + "20", + "20", + "20", + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab X2D 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL36", + "description": " ", + "setting_id": "GFSL99_17", + "first_x_layer_fan_speed": [ + "40" + ], + "include": [ + "fdm_filament_template_direct_bowden" + ], + "version": "2.7.0.8", + "idle_temperature": [ + "60" + ] +} \ No newline at end of file diff --git a/preset/Polymaker HT-PLA Pro/CreealityPrint/I7/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint I7.json b/preset/Polymaker HT-PLA Pro/CreealityPrint/I7/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint I7.json new file mode 100644 index 00000000..1b0b1f11 --- /dev/null +++ b/preset/Polymaker HT-PLA Pro/CreealityPrint/I7/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint I7.json @@ -0,0 +1,136 @@ +{ + "type": "filament", + "name": "Polymaker HT-PLA Pro @CreealityPrint I7", + "from": "User", + "instantiation": "true", + "cool_plate_temp": "55", + "eng_plate_temp": "55", + "hot_plate_temp": "55", + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": "55", + "eng_plate_temp_initial_layer": "55", + "hot_plate_temp_initial_layer": "55", + "textured_plate_temp_initial_layer": [ + "60" + ], + "overhang_fan_threshold": "50%", + "overhang_fan_speed": "100", + "slow_down_for_layer_cooling": "1", + "close_fan_the_first_x_layers": "1", + "filament_end_gcode": [ + ";filament end gcode \n" + ], + "filament_flow_ratio": [ + "1.03" + ], + "reduce_fan_stop_start_freq": "1", + "fan_cooling_layer_time": "100", + "filament_cost": "20", + "filament_density": [ + "1.24" + ], + "filament_diameter": "1.75", + "filament_max_volumetric_speed": [ + "8" + ], + "filament_minimal_purge_on_wipe_tower": "15", + "filament_retraction_minimum_travel": "2", + "filament_retract_before_wipe": "100%", + "filament_settings_id": [ + "Polymaker HT-PLA Pro @CreealityPrint I7" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "bed_type": [ + "Cool Plate" + ], + "nozzle_temperature_initial_layer": "220", + "full_fan_speed_layer": "0", + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "slow_down_min_speed": "20", + "slow_down_layer_time": [ + "6" + ], + "filament_start_gcode": [ + ";filament start gcode" + ], + "nozzle_temperature": "220", + "temperature_vitrification": [ + "60" + ], + "inherits": "Generic PLA @SPARKX i7 0.4 nozzle", + "filament_adhesiveness_category": [ + "100" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "additional_cooling_fan_speed": "0", + "filament_id": "PMPL36", + "setting_id": "GFSA04", + "activate_air_filtration": "0", + "activate_chamber_temp_control": "0", + "chamber_temperature": "0", + "compatible_printers": [ + "SPARKX i7 0.4 nozzle" + ], + "complete_print_exhaust_fan_speed": "0", + "cool_cds_fan_start_at_height": "0.5", + "cool_special_cds_fan_speed": "100", + "customized_plate_temp": "55", + "customized_plate_temp_initial_layer": "55", + "default_filament_colour": "\"\"", + "during_print_exhaust_fan_speed": "0", + "enable_overhang_bridge_fan": "1", + "enable_pressure_advance": "0", + "enable_special_area_additional_cooling_fan": "0", + "epoxy_resin_plate_temp": "45", + "epoxy_resin_plate_temp_initial_layer": "45", + "filament_cooling_final_speed": "3.4", + "filament_cooling_initial_speed": "2.2", + "filament_cooling_moves": "4", + "filament_is_support": "0", + "filament_load_time": "0", + "filament_loading_speed": "28", + "filament_loading_speed_start": "3", + "filament_multitool_ramming": "0", + "filament_multitool_ramming_flow": "10", + "filament_multitool_ramming_volume": "10", + "filament_notes": "\"\"", + "filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"", + "filament_shrink": "100%", + "filament_toolchange_delay": "0", + "filament_unload_time": "0", + "filament_unloading_speed": "90", + "filament_unloading_speed_start": "100", + "material_flow_dependent_temperature": "0", + "material_flow_temp_graph": "[[1.0,215],[1.2,220]]", + "pressure_advance": [ + "0.066" + ], + "required_nozzle_HRC": "0", + "support_material_interface_fan_speed": "-1", + "base_id": "GFSA04", + "is_custom_defined": "0", + "version": "26.4.28.19", + "idle_temperature": [ + "60" + ] +} \ No newline at end of file diff --git a/preset/Polymaker HT-PLA Pro/CreealityPrint/K2Pro/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint K2Pro.json b/preset/Polymaker HT-PLA Pro/CreealityPrint/K2Pro/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint K2Pro.json new file mode 100644 index 00000000..4c8eaeda --- /dev/null +++ b/preset/Polymaker HT-PLA Pro/CreealityPrint/K2Pro/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint K2Pro.json @@ -0,0 +1,136 @@ +{ + "type": "filament", + "name": "Polymaker HT-PLA Pro @CreealityPrint K2Pro", + "from": "User", + "instantiation": "true", + "cool_plate_temp": "0", + "eng_plate_temp": "50", + "hot_plate_temp": "50", + "textured_plate_temp": [ + "60" + ], + "cool_plate_temp_initial_layer": "0", + "eng_plate_temp_initial_layer": "55", + "hot_plate_temp_initial_layer": "50", + "textured_plate_temp_initial_layer": [ + "60" + ], + "overhang_fan_threshold": "50%", + "overhang_fan_speed": "100", + "slow_down_for_layer_cooling": "1", + "close_fan_the_first_x_layers": "1", + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "0.94" + ], + "reduce_fan_stop_start_freq": "1", + "fan_cooling_layer_time": "100", + "filament_cost": "20", + "filament_density": [ + "1.24" + ], + "filament_diameter": "1.75", + "filament_max_volumetric_speed": [ + "16" + ], + "filament_minimal_purge_on_wipe_tower": "15", + "filament_retract_before_wipe": "90%", + "filament_retraction_length": "1", + "filament_z_hop_types": "Slope Lift", + "filament_settings_id": [ + "Polymaker HT-PLA Pro @CreealityPrint K2Pro" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "bed_type": [ + "Cool Plate" + ], + "nozzle_temperature_initial_layer": "220", + "full_fan_speed_layer": "0", + "fan_max_speed": "100", + "fan_min_speed": "100", + "slow_down_min_speed": "20", + "slow_down_layer_time": [ + "6" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else} \nM104 S[first_layer_temperature]\n{endif}" + ], + "nozzle_temperature": "220", + "temperature_vitrification": [ + "60" + ], + "inherits": "Generic PLA @Creality K2 Pro 0.4 nozzle", + "filament_adhesiveness_category": [ + "100" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "additional_cooling_fan_speed": "80", + "filament_id": "PMPL36", + "setting_id": "GFSA04", + "activate_air_filtration": "0", + "activate_chamber_temp_control": "0", + "chamber_temperature": "0", + "compatible_printers": [ + "Creality K2 Pro 0.4 nozzle" + ], + "complete_print_exhaust_fan_speed": "80", + "cool_cds_fan_start_at_height": "0.5", + "cool_special_cds_fan_speed": "100", + "customized_plate_temp": "0", + "customized_plate_temp_initial_layer": "0", + "default_filament_colour": "\"\"", + "during_print_exhaust_fan_speed": "60", + "enable_overhang_bridge_fan": "1", + "enable_pressure_advance": [ + "1" + ], + "enable_special_area_additional_cooling_fan": "0", + "epoxy_resin_plate_temp": "40", + "epoxy_resin_plate_temp_initial_layer": "40", + "filament_cooling_final_speed": "3.4", + "filament_cooling_initial_speed": "2.2", + "filament_cooling_moves": "4", + "filament_is_support": "0", + "filament_load_time": "0", + "filament_loading_speed": "28", + "filament_loading_speed_start": "3", + "filament_multitool_ramming": "0", + "filament_multitool_ramming_flow": "10", + "filament_multitool_ramming_volume": "10", + "filament_notes": "\"\"", + "filament_ramming_parameters": "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6", + "filament_shrink": "100%", + "filament_shrinkage_compensation_z": "100%", + "filament_toolchange_delay": "0", + "filament_unload_time": "0", + "filament_unloading_speed": "90", + "filament_unloading_speed_start": "100", + "material_flow_dependent_temperature": "0", + "material_flow_temp_graph": "[[0.8,195],[1.2,195],[1.5,220]]", + "pressure_advance": [ + "0.062" + ], + "required_nozzle_HRC": "0", + "support_material_interface_fan_speed": "-1", + "base_id": "GFSA04", + "is_custom_defined": "0", + "version": "26.4.28.19", + "idle_temperature": [ + "60" + ] +} \ No newline at end of file diff --git a/preset/Polymaker HT-PLA Pro/Elegoo/CC2/ElegooSlicer/Polymaker HT-PLA Pro @Elegoo CC2.json b/preset/Polymaker HT-PLA Pro/Elegoo/CC2/ElegooSlicer/Polymaker HT-PLA Pro @Elegoo CC2.json new file mode 100644 index 00000000..69da83a1 --- /dev/null +++ b/preset/Polymaker HT-PLA Pro/Elegoo/CC2/ElegooSlicer/Polymaker HT-PLA Pro @Elegoo CC2.json @@ -0,0 +1,137 @@ +{ + "type": "filament", + "name": "Polymaker HT-PLA Pro @Elegoo CC2", + "from": "User", + "instantiation": "true", + "cool_plate_temp": [ + "50" + ], + "eng_plate_temp": [ + "50" + ], + "hot_plate_temp": [ + "50" + ], + "textured_plate_temp": [ + "50" + ], + "cool_plate_temp_initial_layer": [ + "50" + ], + "eng_plate_temp_initial_layer": [ + "50" + ], + "hot_plate_temp_initial_layer": [ + "50" + ], + "textured_plate_temp_initial_layer": [ + "50" + ], + "overhang_fan_threshold": [ + "50%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1.04" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_cost": [ + "30" + ], + "filament_density": [ + "1.24" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_settings_id": [ + "Polymaker HT-PLA Pro @Elegoo CC2" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "bed_type": [ + "Cool Plate" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "slow_down_min_speed": [ + "5" + ], + "slow_down_layer_time": [ + "6" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "inherits": "Generic PLA @Elegoo Centauri", + "nozzle_temperature_range_low": [ + "210" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "filament_id": "PMPL36", + "setting_id": "GPLA00", + "pressure_advance": [ + "0.08" + ], + "compatible_printers": [ + "Elegoo Centauri Carbon 2 0.4 nozzle" + ], + "enable_pressure_advance": [ + "1" + ], + "is_custom_defined": "0", + "version": "1.5.1.6", + "idle_temperature": [ + "60" + ] +} \ No newline at end of file diff --git a/preset/Polymaker HT-PLA Pro/QIDI/Q2/OrcaSlicer/Polymaker HT-PLA Pro @QIDI Q2.json b/preset/Polymaker HT-PLA Pro/QIDI/Q2/OrcaSlicer/Polymaker HT-PLA Pro @QIDI Q2.json new file mode 100644 index 00000000..3d7e65be --- /dev/null +++ b/preset/Polymaker HT-PLA Pro/QIDI/Q2/OrcaSlicer/Polymaker HT-PLA Pro @QIDI Q2.json @@ -0,0 +1,229 @@ +{ + "type": "filament", + "name": "Polymaker HT-PLA Pro @QIDI Q2", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "additional_cooling_fan_speed_unseal": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "bed_type": [ + "Cool Plate" + ], + "box_temperature_range_high": [ + "0" + ], + "box_temperature_range_low": [ + "0" + ], + "box_temperature": [ + "0" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "0" + ], + "cool_plate_temp_initial_layer": [ + "45" + ], + "cool_plate_temp": [ + "45" + ], + "dont_slow_down_outer_wall": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "100" + ], + "enable_pressure_advance": [ + "1" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp": [ + "60" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "1.24" + ], + "filament_diameter": [ + "1.75" + ], + "filament_end_gcode": [ + "; Filament-specific end gcode \n;END gcode for filament" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_settings_id": [ + "Polymaker HT-PLA Pro @QIDI Q2" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; Filament start gcode" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1" + ], + "filament_dev_ams_drying_temperature": [ + "40.0", + "40.0", + "40.0", + "40.0" + ], + "filament_dev_ams_drying_time": [ + "8.0", + "8.0", + "8.0", + "8.0" + ], + "filament_dev_drying_softening_temperature": [ + "40.0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45.0" + ], + "filament_dev_drying_cooling_temperature": [ + "35.0" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "90.0" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "full_fan_speed_layer": [ + "0" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature": [ + "220" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "pressure_advance": [ + "0.046" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "10" + ], + "slow_down_min_speed": [ + "10" + ], + "temperature_vitrification": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "inherits": "Generic PLA @Qidi Q2 0.4 nozzle", + "setting_id": "GFSL99", + "filament_id": "PMPL36", + "filament_adhesiveness_category": [ + "100" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "supertack_plate_temp": [ + "45" + ], + "compatible_printers": [ + "Qidi Q2 0.4 nozzle" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "version": "2.3.2.60", + "idle_temperature": [ + "60" + ] +} \ No newline at end of file diff --git a/preset/Polymaker HT-PLA Pro/Snapmaker/U1/OrcaSlicer/Polymaker HT-PLA Pro @Snapmaker U1.json b/preset/Polymaker HT-PLA Pro/Snapmaker/U1/OrcaSlicer/Polymaker HT-PLA Pro @Snapmaker U1.json new file mode 100644 index 00000000..07a46227 --- /dev/null +++ b/preset/Polymaker HT-PLA Pro/Snapmaker/U1/OrcaSlicer/Polymaker HT-PLA Pro @Snapmaker U1.json @@ -0,0 +1,187 @@ +{ + "type": "filament", + "name": "Polymaker HT-PLA Pro @Snapmaker U1", + "from": "User", + "instantiation": "true", + "filament_vendor": [ + "Polymaker" + ], + "filament_start_gcode": [ + "" + ], + "filament_end_gcode": [ + "" + ], + "filament_is_support": [ + "0" + ], + "filament_soluble": [ + "0" + ], + "filament_settings_id": [ + "Polymaker HT-PLA Pro @Snapmaker U1" + ], + "required_nozzle_HRC": [ + "3" + ], + "bed_type": [ + "Hot Plate" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "overhang_fan_threshold": [ + "0%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "filament_flow_ratio": [ + "0.92" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "fan_cooling_layer_time": [ + "100" + ], + "filament_cost": [ + "60" + ], + "filament_density": [ + "1.24" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_minimal_purge_on_wipe_tower": [ + "0" + ], + "filament_retraction_speed": [ + "60" + ], + "filament_loading_speed_start": [ + "35" + ], + "filament_loading_speed": [ + "35" + ], + "filament_unloading_speed_start": [ + "35" + ], + "filament_unloading_speed": [ + "35" + ], + "filament_load_time": [ + "2" + ], + "filament_unload_time": [ + "2" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "35" + ], + "filament_cooling_final_speed": [ + "60" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_multitool_ramming_volume": [ + "0" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "slow_down_min_speed": [ + "15" + ], + "slow_down_layer_time": [ + "6" + ], + "enable_pressure_advance": [ + "1" + ], + "pressure_advance": [ + "0.044" + ], + "cool_plate_temp": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "textured_plate_temp": [ + "0" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "textured_plate_temp_initial_layer": [ + "0" + ], + "inherits": "Snapmaker PLA @U1", + "default_filament_colour": [ + "" + ], + "filament_type": [ + "PLA" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "filament_id": "PMPL36", + "setting_id": "11953139350", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "version": "2.3.2.60", + "idle_temperature": [ + "60" + ] +} \ No newline at end of file diff --git a/scripts/generate-index-json.mjs b/scripts/generate-index-json.mjs index 6340a619..ffa45207 100644 --- a/scripts/generate-index-json.mjs +++ b/scripts/generate-index-json.mjs @@ -58,10 +58,15 @@ function normalizePosix(p) { const MACHINE_NAME_MAP = { // Anycubic 'Anycubic Kobra S1 0.4 nozzle': { brand: 'Anycubic', model: 'Kobra S1' }, + + // Creality Print + 'Creality K2 Pro 0.4 nozzle': { brand: 'CreealityPrint', model: 'K2Pro' }, + 'SPARKX i7 0.4 nozzle': { brand: 'CreealityPrint', model: 'I7' }, // BBL (Bambu Lab) - X1 variants are different machines 'Bambu Lab A1 0.4 nozzle': { brand: 'BBL', model: 'A1' }, 'Bambu Lab A1 mini 0.4 nozzle': { brand: 'BBL', model: 'A1M' }, + 'Bambu Lab A2L 0.4 nozzle': { brand: 'BBL', model: 'A2L' }, 'Bambu Lab H2C 0.4 nozzle': { brand: 'BBL', model: 'H2C' }, 'Bambu Lab H2D 0.4 nozzle': { brand: 'BBL', model: 'H2D' }, 'Bambu Lab H2S 0.4 nozzle': { brand: 'BBL', model: 'H2S' }, @@ -76,6 +81,9 @@ const MACHINE_NAME_MAP = { // Elegoo 'Elegoo Centauri Carbon 2 0.4 nozzle': { brand: 'Elegoo', model: 'CC2' }, + + // QIDI + 'Qidi Q2 0.4 nozzle': { brand: 'QIDI', model: 'Q2' }, // Snapmaker 'Snapmaker U1 (0.4 nozzle)': { brand: 'Snapmaker', model: 'U1' } diff --git a/style.css b/style.css index 71a096f8..60cee825 100644 --- a/style.css +++ b/style.css @@ -179,6 +179,89 @@ body.theme-wiki .preset-text { margin: 0; } +/* Compact product highlight */ +.product-highlight { + display: flex; + align-items: center; + justify-content: space-between; + gap: 1rem; + margin: 0 0 0.35rem; + padding: 0.55rem 0.75rem; + border-left: 2px solid rgba(0, 204, 204, 0.75); + background: rgba(0, 204, 204, 0.065); + border-radius: 0 var(--radius) var(--radius) 0; + flex-shrink: 0; +} + +.product-highlight-copy { + min-width: 0; +} + +.product-highlight-title, +.product-highlight-tagline { + margin: 0; +} + +.product-highlight-title { + color: var(--text); + font-size: 0.88rem; + font-weight: 600; + line-height: 1.25; +} + +.product-highlight-tagline { + margin-top: 0.08rem; + color: var(--text-muted); + font-size: 0.76rem; + line-height: 1.3; +} + +.product-highlight-link { + display: inline-flex; + align-items: center; + gap: 0.28rem; + color: var(--accent-light); + font-size: 0.78rem; + font-weight: 600; + text-decoration: none; + white-space: nowrap; + transition: color var(--transition), transform var(--transition); +} + +.product-highlight-link svg { + width: 0.82rem; + height: 0.82rem; + fill: none; + stroke: currentColor; + stroke-width: 1.6; + stroke-linecap: round; + stroke-linejoin: round; +} + +.product-highlight-link:hover { + color: #ffffff; + transform: translateX(1px); +} + +.product-highlight-link:focus-visible { + outline: 2px solid var(--accent); + outline-offset: 3px; + border-radius: 2px; +} + +body.theme-wiki .product-highlight { + background: rgba(255, 255, 255, 0.55); + border-left-color: var(--accent); +} + +body.theme-wiki .product-highlight-link { + color: var(--gradient-start); +} + +body.theme-wiki .product-highlight-link:hover { + color: #007f7f; +} + /* Help icon button */ .help-icon-btn { position: relative; @@ -1819,6 +1902,21 @@ body.theme-wiki .install-steps strong { .hero-desc { font-size: 0.75rem; } + .product-highlight { + align-items: flex-end; + gap: 0.75rem; + margin-bottom: 0.25rem; + padding: 0.5rem 0.6rem; + } + .product-highlight-title { + font-size: 0.82rem; + } + .product-highlight-tagline { + font-size: 0.72rem; + } + .product-highlight-link { + font-size: 0.74rem; + } .card { padding: 0.4rem 0.6rem; margin-bottom: 0.25rem; From 1b1f0f688fbd977b987bf0d1bb4cff7e3ac7334d Mon Sep 17 00:00:00 2001 From: Jingxi-Polymaker Date: Thu, 23 Jul 2026 20:57:49 +0800 Subject: [PATCH 2/4] fix naming and some bugs --- .../Fiberon ASA-CF08 @BBL H2C.json | 4 +- .../Fiberon ASA-CF08 @BBL H2D.json | 6 +- .../Fiberon ASA-CF08 @BBL H2S.json | 4 +- .../Fiberon ASA-CF08 @BBL P2S.json | 6 +- .../Fiberon ASA-CF08 @BBL X2D.json | 50 ++- .../Fiberon PA12-CF10 @BBL H2C.json | 4 +- .../Fiberon PA12-CF10 @BBL H2D.json | 4 +- .../Fiberon PA12-CF10 @BBL H2S.json | 4 +- .../Fiberon PA12-CF10 @BBL P2S.json | 4 +- .../Fiberon PA12-CF10 @BBL X2D.json | 4 +- .../Fiberon PA6-CF20 @BBL H2C.json | 4 +- .../Fiberon PA6-CF20 @BBL H2D.json | 4 +- .../Fiberon PA6-CF20 @BBL H2S.json | 4 +- .../Fiberon PA6-CF20 @BBL P2S.json | 4 +- .../Fiberon PA6-CF20 @BBL X2D.json | 4 +- .../Fiberon PA6-CF20 @Snapmaker U1.json | 1 + .../Fiberon PA6-GF25 @BBL H2C.json | 4 +- .../Fiberon PA6-GF25 @BBL H2D.json | 4 +- .../Fiberon PA6-GF25 @BBL H2S.json | 4 +- .../Fiberon PA6-GF25 @BBL P2S.json | 4 +- .../Fiberon PA6-GF25 @BBL X2D.json | 4 +- .../Fiberon PA6-GF25 @Snapmaker U1.json | 1 + .../Fiberon PA612-CF15 @BBL H2C.json | 4 +- .../Fiberon PA612-CF15 @BBL H2D.json | 4 +- .../Fiberon PA612-CF15 @BBL H2S.json | 4 +- .../Fiberon PA612-CF15 @BBL P2S.json | 4 +- .../Fiberon PA612-CF15 @BBL X2D.json | 4 +- .../Fiberon PA612-CF15 @Snapmaker U1.json | 1 + .../Fiberon PA612-ESD @BBL H2C.json | 4 +- .../Fiberon PA612-ESD @BBL H2D.json | 4 +- .../Fiberon PA612-ESD @BBL H2S.json | 4 +- .../Fiberon PA612-ESD @BBL P2S.json | 4 +- .../Fiberon PA612-ESD @BBL X2D.json | 4 +- .../Fiberon PA612-ESD @Snapmaker U1.json | 1 + .../Fiberon PET-CF17 @BBL H2C.json | 6 +- .../Fiberon PET-CF17 @BBL H2D.json | 22 +- .../Fiberon PET-CF17 @BBL H2S.json | 6 +- .../Fiberon PET-CF17 @BBL P2S.json | 6 +- .../Fiberon PET-CF17 @BBL X2D.json | 6 +- .../Fiberon PET-GF15 @BBL H2C.json | 6 +- .../Fiberon PET-GF15 @BBL H2S.json | 6 +- .../Fiberon PET-GF15 @BBL P2S.json | 6 +- .../Fiberon PET-GF15 @BBL X2D.json | 6 +- .../Fiberon PETG-ESD @BBL H2C.json | 4 +- .../Fiberon PETG-ESD @BBL H2D.json | 4 +- .../Fiberon PETG-ESD @BBL P2S.json | 4 +- .../Fiberon PETG-ESD @BBL X2D.json | 4 +- .../Fiberon PETG-rCF08 @BBL H2C.json | 4 +- .../Fiberon PETG-rCF08 @BBL H2D.json | 4 +- .../Fiberon PETG-rCF08 @BBL H2S.json | 28 +- .../Fiberon PETG-rCF08 @BBL X2D.json | 4 +- .../Fiberon PETG-rCF08 @Snapmaker U1.json | 1 + .../Fiberon PPS-CF10 @BBL H2C.json | 4 +- .../Fiberon PPS-CF10 @BBL H2D.json | 4 +- .../Fiberon PPS-CF10 @BBL H2S.json | 4 +- .../Fiberon PPS-GF20 @BBL H2C.json | 4 +- .../Fiberon PPS-GF20 @BBL H2D.json | 4 +- .../Fiberon PPS-GF20 @BBL H2S.json | 4 +- .../Fiberon PPS-GF20 @Snapmaker U1.json | 1 + .../BambuStudio/Panchroma CoPE @BBL A2L.json | 4 +- .../BambuStudio/Panchroma CoPE @BBL H2C.json | 4 +- .../BambuStudio/Panchroma CoPE @BBL H2D.json | 1 + .../BambuStudio/Panchroma CoPE @BBL H2S.json | 4 +- .../BambuStudio/Panchroma CoPE @BBL P2S.json | 1 + .../BambuStudio/Panchroma CoPE @BBL X2D.json | 4 +- .../Panchroma PLA Celestial @BBL A2L.json | 4 +- .../Panchroma PLA Celestial @BBL H2C.json | 4 +- .../Panchroma PLA Celestial @BBL H2D.json | 1 + .../Panchroma PLA Celestial @BBL H2S.json | 1 + .../Panchroma PLA Celestial @BBL P1S.json | 369 ++++++++++++++++ .../Panchroma PLA Celestial @BBL P2S.json | 1 + .../Panchroma PLA Celestial @BBL X2D.json | 4 +- .../Panchroma PLA Galaxy @BBL A2L.json | 4 +- .../Panchroma PLA Galaxy @BBL H2C.json | 4 +- .../Panchroma PLA Galaxy @BBL H2D.json | 1 + .../Panchroma PLA Galaxy @BBL H2S.json | 1 + .../Panchroma PLA Galaxy @BBL P1S.json | 369 ++++++++++++++++ .../Panchroma PLA Galaxy @BBL P2S.json | 1 + .../Panchroma PLA Galaxy @BBL X2D.json | 4 +- .../Panchroma PLA Glow @BBL A2L.json | 4 +- .../Panchroma PLA Glow @BBL H2C.json | 4 +- .../Panchroma PLA Glow @BBL H2D.json | 1 + .../Panchroma PLA Glow @BBL H2S.json | 1 + .../Panchroma PLA Glow @BBL P1S.json | 369 ++++++++++++++++ .../Panchroma PLA Glow @BBL P2S.json | 1 + .../Panchroma PLA Glow @BBL X2D.json | 4 +- .../Panchroma PLA Luminous @BBL A2L.json | 4 +- .../Panchroma PLA Luminous @BBL H2C.json | 4 +- .../Panchroma PLA Luminous @BBL H2D.json | 1 + .../Panchroma PLA Luminous @BBL H2S.json | 1 + .../Panchroma PLA Luminous @BBL P1S.json | 369 ++++++++++++++++ .../Panchroma PLA Luminous @BBL P2S.json | 1 + .../Panchroma PLA Luminous @BBL X2D.json | 4 +- .../Panchroma PLA Marble @BBL A2L.json | 4 +- .../Panchroma PLA Marble @BBL H2C.json | 4 +- .../Panchroma PLA Marble @BBL H2D.json | 4 +- .../Panchroma PLA Marble @BBL P2S.json | 1 + .../Panchroma PLA Marble @BBL X2D.json | 4 +- .../Panchroma PLA Matte @BBL A2L.json | 4 +- .../Panchroma PLA Matte @BBL H2C.json | 4 +- .../Panchroma PLA Matte @BBL H2D.json | 4 +- .../Panchroma PLA Matte @BBL P2S.json | 1 + .../Panchroma PLA Matte @BBL X2D.json | 4 +- .../Panchroma PLA Metallic @BBL A2L.json | 4 +- .../Panchroma PLA Metallic @BBL H2C.json | 4 +- .../Panchroma PLA Metallic @BBL H2D.json | 1 + .../Panchroma PLA Metallic @BBL H2S.json | 1 + .../Panchroma PLA Metallic @BBL P1S.json | 369 ++++++++++++++++ .../Panchroma PLA Metallic @BBL P2S.json | 1 + .../Panchroma PLA Metallic @BBL X2D.json | 4 +- .../Panchroma PLA Neon @BBL A2L.json | 4 +- .../Panchroma PLA Neon @BBL H2C.json | 4 +- .../Panchroma PLA Neon @BBL H2D.json | 1 + .../Panchroma PLA Neon @BBL H2S.json | 1 + .../Panchroma PLA Neon @BBL P1S.json | 369 ++++++++++++++++ .../Panchroma PLA Neon @BBL P2S.json | 1 + .../Panchroma PLA Neon @BBL X2D.json | 4 +- .../Panchroma PLA Satin @BBL H2C.json | 4 +- .../Panchroma PLA Satin @BBL H2S.json | 1 + .../Panchroma PLA Satin @BBL P2S.json | 1 + .../Panchroma PLA Satin @BBL X2D.json | 4 +- .../Panchroma PLA Silk @BBL A2L.json | 4 +- .../Panchroma PLA Silk @BBL H2C.json | 4 +- .../Panchroma PLA Silk @BBL H2D.json | 1 + .../Panchroma PLA Silk @BBL H2S.json | 4 +- .../Panchroma PLA Silk @BBL P2S.json | 1 + .../Panchroma PLA Silk @BBL X2D.json | 4 +- .../Panchroma PLA Starlight @BBL A2L.json | 4 +- .../Panchroma PLA Starlight @BBL H2C.json | 4 +- .../Panchroma PLA Starlight @BBL H2D.json | 1 + .../Panchroma PLA Starlight @BBL H2S.json | 1 + .../Panchroma PLA Starlight @BBL P1S.json | 369 ++++++++++++++++ .../Panchroma PLA Starlight @BBL P2S.json | 1 + .../Panchroma PLA Starlight @BBL X2D.json | 4 +- .../Panchroma PLA Translucent @BBL A2L.json | 4 +- .../Panchroma PLA Translucent @BBL H2C.json | 4 +- .../Panchroma PLA Translucent @BBL H2D.json | 1 + .../Panchroma PLA Translucent @BBL H2S.json | 1 + .../Panchroma PLA Translucent @BBL P1S.json | 369 ++++++++++++++++ .../Panchroma PLA Translucent @BBL P2S.json | 1 + .../Panchroma PLA Translucent @BBL X2D.json | 4 +- .../Panchroma PLA UV Shift @BBL A2L.json | 4 +- .../Panchroma PLA UV Shift @BBL H2C.json | 4 +- .../Panchroma PLA UV Shift @BBL H2D.json | 1 + .../Panchroma PLA UV Shift @BBL H2S.json | 1 + .../Panchroma PLA UV Shift @BBL P1S.json | 369 ++++++++++++++++ .../Panchroma PLA UV Shift @BBL P2S.json | 1 + .../Panchroma PLA UV Shift @BBL X2D.json | 4 +- .../A1/BambuStudio/Panchroma PLA @BBL A1.json | 4 +- .../BambuStudio/Panchroma PLA @BBL A1M.json | 4 +- .../BambuStudio/Panchroma PLA @BBL A2L.json | 4 +- .../BambuStudio/Panchroma PLA @BBL H2C.json | 395 +++++++++++++++++ .../BambuStudio/Panchroma PLA @BBL H2D.json | 1 + .../BambuStudio/Panchroma PLA @BBL H2S.json | 1 + .../BambuStudio/Panchroma PLA @BBL P1S.json | 8 +- .../BambuStudio/Panchroma PLA @BBL P2S.json | 1 + .../X1/BambuStudio/Panchroma PLA @BBL X1.json | 4 +- .../BambuStudio/Panchroma PLA @BBL X2D.json | 4 +- .../Panchroma PLA @Creality K2Pro.json} | 5 +- .../A2L/BambuStudio/PolyCast @BBL A2L.json | 4 +- .../H2S/BambuStudio/PolyCast @BBL H2S.json | 395 +++++++++++++++++ .../P2S/BambuStudio/PolyCast @BBL P2S.json | 4 +- .../X2D/BambuStudio/PolyCast @BBL X2D.json | 20 +- .../PolyFlex TPU95-HF @BBL A2L.json | 4 +- .../PolyFlex TPU95-HF @BBL H2D.json | 4 +- .../PolyFlex TPU95-HF @BBL X2D.json | 4 +- .../BambuStudio/PolyFlex TPU95 @BBL P1S.json | 12 +- .../BambuStudio/PolyFlex TPU95 @BBL P2S.json} | 124 +++--- .../BambuStudio/PolyFlex TPU95 @BBL X2D.json | 8 +- .../PolyFlex TPU95 @Elegoo CC2.json | 2 +- .../BambuStudio/PolyLite ABS @BBL H2S.json | 393 +++++++++++++++++ .../BambuStudio/PolyLite ABS @BBL P2S.json | 4 +- .../BambuStudio/PolyLite ABS @BBL X2D.json | 4 +- .../BambuStudio/PolyLite CosPLA @BBL H2C.json | 4 +- .../BambuStudio/PolyLite CosPLA @BBL H2S.json | 1 + .../BambuStudio/PolyLite CosPLA @BBL P2S.json | 1 + .../BambuStudio/PolyLite CosPLA @BBL X2D.json | 4 +- .../BambuStudio/PolyLite LW-PLA @BBL A2L.json | 4 +- .../BambuStudio/PolyLite LW-PLA @BBL H2S.json | 4 +- .../BambuStudio/PolyLite LW-PLA @BBL X2D.json | 4 +- .../H2S/BambuStudio/PolyLite PC @BBL H2S.json | 394 +++++++++++++++++ .../X2D/BambuStudio/PolyLite PC @BBL X2D.json | 42 +- .../PolyLite PC @Creality K2Pro.json | 138 ++++++ .../PolyLite PETG Translucent @BBL A2L.json | 4 +- .../PolyLite PETG Translucent @BBL P2S.json | 4 +- .../PolyLite PETG Translucent @BBL X2D.json | 4 +- .../BambuStudio/PolyLite PETG @BBL A2L.json | 4 +- .../BambuStudio/PolyLite PETG @BBL P2S.json | 4 +- .../BambuStudio/PolyLite PETG @BBL X2D.json | 4 +- .../PolyLite PLA Galaxy @BBL A2L.json | 4 +- .../PolyLite PLA Galaxy @BBL H2C.json | 4 +- .../PolyLite PLA Galaxy @BBL H2D.json | 1 + .../PolyLite PLA Galaxy @BBL H2S.json | 1 + .../PolyLite PLA Galaxy @BBL P1S.json | 369 ++++++++++++++++ .../PolyLite PLA Galaxy @BBL P2S.json | 1 + .../PolyLite PLA Galaxy @BBL X2D.json | 4 +- .../PolyLite PLA Glow @BBL A2L.json | 4 +- .../PolyLite PLA Glow @BBL H2C.json | 4 +- .../PolyLite PLA Glow @BBL H2D.json | 1 + .../PolyLite PLA Glow @BBL H2S.json | 1 + .../PolyLite PLA Glow @BBL P1S.json | 369 ++++++++++++++++ .../PolyLite PLA Glow @BBL P2S.json | 1 + .../PolyLite PLA Glow @BBL X2D.json | 4 +- .../PolyLite PLA Luminous @BBL A2L.json | 4 +- .../PolyLite PLA Luminous @BBL H2C.json | 4 +- .../PolyLite PLA Luminous @BBL H2D.json | 1 + .../PolyLite PLA Luminous @BBL H2S.json | 1 + .../PolyLite PLA Luminous @BBL P1S.json | 369 ++++++++++++++++ .../PolyLite PLA Luminous @BBL P2S.json | 1 + .../PolyLite PLA Luminous @BBL X2D.json | 4 +- .../PolyLite PLA Neon @BBL A2L.json | 4 +- .../PolyLite PLA Neon @BBL H2C.json | 4 +- .../PolyLite PLA Neon @BBL H2D.json | 1 + .../PolyLite PLA Neon @BBL H2S.json | 1 + .../PolyLite PLA Neon @BBL P1S.json | 369 ++++++++++++++++ .../PolyLite PLA Neon @BBL P2S.json | 1 + .../PolyLite PLA Neon @BBL X2D.json | 4 +- .../PolyLite PLA Pro Metallic @BBL A2L.json | 4 +- .../PolyLite PLA Pro Metallic @BBL H2C.json | 4 +- .../PolyLite PLA Pro Metallic @BBL H2D.json | 39 +- .../PolyLite PLA Pro Metallic @BBL H2S.json | 1 + .../PolyLite PLA Pro Metallic @BBL P2S.json | 1 + .../PolyLite PLA Pro Metallic @BBL X2D.json | 4 +- ...lyLite PLA Pro Metallic @Snapmaker U1.json | 1 + .../PolyLite PLA Pro @BBL A2L.json | 4 +- .../PolyLite PLA Pro @BBL H2C.json | 4 +- .../PolyLite PLA Pro @BBL H2D.json | 39 +- .../PolyLite PLA Pro @BBL H2S.json | 1 + .../PolyLite PLA Pro @BBL P2S.json | 1 + .../PolyLite PLA Pro @BBL X2D.json | 4 +- .../PolyLite PLA Pro @Snapmaker U1.json | 1 + .../PolyLite PLA Starlight @BBL A2L.json | 4 +- .../PolyLite PLA Starlight @BBL H2C.json | 4 +- .../PolyLite PLA Starlight @BBL H2D.json | 1 + .../PolyLite PLA Starlight @BBL H2S.json | 1 + .../PolyLite PLA Starlight @BBL P1S.json | 369 ++++++++++++++++ .../PolyLite PLA Starlight @BBL P2S.json | 1 + .../PolyLite PLA Starlight @BBL X2D.json | 4 +- .../PolyLite PLA Translucent @BBL A2L.json | 4 +- .../PolyLite PLA Translucent @BBL H2C.json | 4 +- .../PolyLite PLA Translucent @BBL H2D.json | 1 + .../PolyLite PLA Translucent @BBL H2S.json | 1 + .../PolyLite PLA Translucent @BBL P1S.json | 369 ++++++++++++++++ .../PolyLite PLA Translucent @BBL P2S.json | 1 + .../PolyLite PLA Translucent @BBL X2D.json | 4 +- .../BambuStudio/PolyLite PLA-CF @BBL A2L.json | 4 +- .../BambuStudio/PolyLite PLA-CF @BBL X2D.json | 24 +- .../PolyLite PLA-CF @Snapmaker U1.json | 1 + .../BambuStudio/PolyLite PLA @BBL A2L.json | 4 +- .../BambuStudio/PolyLite PLA @BBL H2C.json | 4 +- .../BambuStudio/PolyLite PLA @BBL H2D.json | 1 + .../BambuStudio/PolyLite PLA @BBL H2S.json | 1 + .../BambuStudio/PolyLite PLA @BBL P1S.json | 369 ++++++++++++++++ .../BambuStudio/PolyLite PLA @BBL P2S.json | 1 + .../BambuStudio/PolyLite PLA @BBL X2D.json | 4 +- .../BambuStudio/PolyMax PETG @BBL P2S.json | 4 +- .../BambuStudio/PolyMax PETG @BBL X2D.json | 4 +- .../A2L/BambuStudio/PolyMax PLA @BBL A2L.json | 4 +- .../H2C/BambuStudio/PolyMax PLA @BBL H2C.json | 406 ++++++++++++++++++ .../H2D/BambuStudio/PolyMax PLA @BBL H2D.json | 4 +- .../H2S/BambuStudio/PolyMax PLA @BBL H2S.json | 4 +- .../P2S/BambuStudio/PolyMax PLA @BBL P2S.json | 1 + .../X2D/BambuStudio/PolyMax PLA @BBL X2D.json | 4 +- .../A2L/BambuStudio/PolySmooth @BBL A2L.json | 4 +- .../X2D/BambuStudio/PolySmooth @BBL X2D.json | 4 +- .../PolySupport for PA12 @BBL H2S.json | 398 +++++++++++++++++ .../PolySupport for PA12 @BBL P2S.json | 382 ++++++++++++++++ .../PolySupport for PA12 @BBL X2D.json | 6 +- .../A2L/BambuStudio/PolySupport @BBL A2L.json | 6 +- .../X2D/BambuStudio/PolySupport @BBL X2D.json | 16 +- .../PolyTerra PLA Marble @BBL A2L.json | 4 +- .../PolyTerra PLA Marble @BBL H2C.json | 4 +- .../PolyTerra PLA Marble @BBL H2D.json | 4 +- .../PolyTerra PLA Marble @BBL P2S.json | 1 + .../PolyTerra PLA Marble @BBL X2D.json | 4 +- .../BambuStudio/PolyTerra PLA+ @BBL H2C.json | 4 +- .../BambuStudio/PolyTerra PLA+ @BBL H2S.json | 1 + .../BambuStudio/PolyTerra PLA+ @BBL P2S.json | 1 + .../BambuStudio/PolyTerra PLA+ @BBL X2D.json | 4 +- .../BambuStudio/PolyTerra PLA @BBL A2L.json | 4 +- .../BambuStudio/PolyTerra PLA @BBL H2C.json | 4 +- .../BambuStudio/PolyTerra PLA @BBL H2D.json | 4 +- .../BambuStudio/PolyTerra PLA @BBL P2S.json | 1 + .../BambuStudio/PolyTerra PLA @BBL X2D.json | 4 +- .../Polymaker ABS Max @BBL H2C.json | 22 +- .../Polymaker ABS Max @BBL H2D.json | 4 +- .../Polymaker ABS Max @BBL H2S.json | 4 +- .../Polymaker ABS Max @BBL P1S.json | 8 +- .../Polymaker ABS Max @BBL P2S.json | 17 +- .../Polymaker ABS Max @BBL X2D.json | 50 ++- .../Polymaker ABS Max @Creality K2Pro.json} | 5 +- .../Polymaker ABS Max @QIDI Q2.json | 1 + .../Polymaker ABS Pro Galaxy @BBL H2C.json | 4 +- .../Polymaker ABS Pro Galaxy @BBL H2D.json | 4 +- .../Polymaker ABS Pro Galaxy @BBL H2S.json | 4 +- .../Polymaker ABS Pro Galaxy @BBL P1S.json | 8 +- .../Polymaker ABS Pro Galaxy @BBL P2S.json | 4 +- .../Polymaker ABS Pro Galaxy @BBL X2D.json | 4 +- ...maker ABS Pro Galaxy @Creality K2Pro.json} | 5 +- .../Polymaker ABS Pro @BBL H2C.json | 4 +- .../Polymaker ABS Pro @BBL H2D.json | 4 +- .../Polymaker ABS Pro @BBL H2S.json | 4 +- .../Polymaker ABS Pro @BBL P1S.json | 8 +- .../Polymaker ABS Pro @BBL P2S.json | 4 +- .../Polymaker ABS Pro @BBL X2D.json | 4 +- .../Polymaker ABS Pro @Creality K2Pro.json} | 5 +- .../BambuStudio/Polymaker ASA @BBL H2D.json | 4 +- .../BambuStudio/Polymaker ASA @BBL P2S.json | 16 +- .../BambuStudio/Polymaker ASA @BBL X2D.json | 26 +- .../Polymaker ASA @Creality K2Pro.json} | 4 +- .../Polymaker HT-PLA Pro @Creality I7.json} | 4 +- ...Polymaker HT-PLA Pro @Creality K2Pro.json} | 4 +- .../Polymaker HT-PLA Pro @Elegoo CC2.json | 121 +++--- .../Polymaker HT-PLA-GF @BBL H2C.json | 4 +- .../Polymaker HT-PLA-GF @BBL H2D.json | 1 + .../Polymaker HT-PLA-GF @BBL H2S.json | 1 + .../Polymaker HT-PLA-GF @BBL P2S.json | 1 + .../Polymaker HT-PLA-GF @BBL X2D.json | 4 +- .../Polymaker HT-PLA @BBL A2L.json | 4 +- .../Polymaker HT-PLA @BBL H2C.json | 4 +- .../Polymaker HT-PLA @BBL H2D.json | 1 + .../Polymaker HT-PLA @BBL H2S.json | 1 + .../Polymaker HT-PLA @BBL P1S.json | 8 +- .../Polymaker HT-PLA @BBL P2S.json | 1 + .../Polymaker HT-PLA @BBL X2D.json | 4 +- .../Polymaker PETG Galaxy @BBL A1.json | 1 + .../Polymaker PETG Galaxy @BBL A2L.json | 4 +- .../Polymaker PETG Galaxy @BBL H2C.json | 4 +- .../Polymaker PETG Galaxy @BBL H2D.json | 4 +- .../Polymaker PETG Galaxy @BBL H2S.json | 4 +- .../Polymaker PETG Galaxy @BBL P1S.json | 8 +- .../Polymaker PETG Galaxy @BBL P2S.json | 4 +- .../Polymaker PETG Galaxy @BBL X2D.json | 4 +- .../BambuStudio/Polymaker PETG @BBL A1.json | 1 + .../BambuStudio/Polymaker PETG @BBL A2L.json | 4 +- .../BambuStudio/Polymaker PETG @BBL H2C.json | 4 +- .../BambuStudio/Polymaker PETG @BBL H2D.json | 4 +- .../BambuStudio/Polymaker PETG @BBL H2S.json | 4 +- .../BambuStudio/Polymaker PETG @BBL P1S.json | 8 +- .../BambuStudio/Polymaker PETG @BBL P2S.json | 4 +- .../BambuStudio/Polymaker PETG @BBL X2D.json | 4 +- .../Polymaker PLA Pro Metallic @BBL A1.json | 1 + .../Polymaker PLA Pro Metallic @BBL A2L.json | 4 +- .../Polymaker PLA Pro Metallic @BBL H2C.json | 4 +- .../Polymaker PLA Pro Metallic @BBL H2D.json | 1 + .../Polymaker PLA Pro Metallic @BBL H2S.json | 1 + .../Polymaker PLA Pro Metallic @BBL P1S.json | 5 +- .../Polymaker PLA Pro Metallic @BBL P2S.json | 1 + .../Polymaker PLA Pro Metallic @BBL X2D.json | 4 +- .../Polymaker PLA Pro @BBL A1.json | 1 + .../Polymaker PLA Pro @BBL A2L.json | 4 +- .../Polymaker PLA Pro @BBL H2C.json | 4 +- .../Polymaker PLA Pro @BBL H2D.json | 1 + .../Polymaker PLA Pro @BBL H2S.json | 1 + .../Polymaker PLA Pro @BBL P1S.json | 5 +- .../Polymaker PLA Pro @BBL P2S.json | 1 + .../Polymaker PLA Pro @BBL X2D.json | 4 +- .../BambuStudio/Polymaker PLA @BBL H2C.json | 4 +- .../BambuStudio/Polymaker PLA @BBL H2D.json | 1 + .../BambuStudio/Polymaker PLA @BBL H2S.json | 1 + .../BambuStudio/Polymaker PLA @BBL P1S.json | 369 ++++++++++++++++ .../BambuStudio/Polymaker PLA @BBL P2S.json | 1 + .../BambuStudio/Polymaker PLA @BBL X2D.json | 4 +- 363 files changed, 9924 insertions(+), 965 deletions(-) create mode 100644 preset/Panchroma PLA Celestial/BBL/P1S/BambuStudio/Panchroma PLA Celestial @BBL P1S.json create mode 100644 preset/Panchroma PLA Galaxy/BBL/P1S/BambuStudio/Panchroma PLA Galaxy @BBL P1S.json create mode 100644 preset/Panchroma PLA Glow/BBL/P1S/BambuStudio/Panchroma PLA Glow @BBL P1S.json create mode 100644 preset/Panchroma PLA Luminous/BBL/P1S/BambuStudio/Panchroma PLA Luminous @BBL P1S.json create mode 100644 preset/Panchroma PLA Metallic/BBL/P1S/BambuStudio/Panchroma PLA Metallic @BBL P1S.json create mode 100644 preset/Panchroma PLA Neon/BBL/P1S/BambuStudio/Panchroma PLA Neon @BBL P1S.json create mode 100644 preset/Panchroma PLA Starlight/BBL/P1S/BambuStudio/Panchroma PLA Starlight @BBL P1S.json create mode 100644 preset/Panchroma PLA Translucent/BBL/P1S/BambuStudio/Panchroma PLA Translucent @BBL P1S.json create mode 100644 preset/Panchroma PLA UV Shift/BBL/P1S/BambuStudio/Panchroma PLA UV Shift @BBL P1S.json create mode 100644 preset/Panchroma PLA/BBL/H2C/BambuStudio/Panchroma PLA @BBL H2C.json rename preset/Panchroma PLA/{CreealityPrint/K2Pro/CrealityPrint/Panchroma PLA @CreealityPrint K2Pro.json => Creality/K2Pro/CrealityPrint/Panchroma PLA @Creality K2Pro.json} (96%) create mode 100644 preset/PolyCast/BBL/H2S/BambuStudio/PolyCast @BBL H2S.json rename preset/{PolyMax PETG/BBL/A2L/BambuStudio/PolyMax PETG @BBL A2L.json => PolyFlex TPU95/BBL/P2S/BambuStudio/PolyFlex TPU95 @BBL P2S.json} (84%) create mode 100644 preset/PolyLite ABS/BBL/H2S/BambuStudio/PolyLite ABS @BBL H2S.json create mode 100644 preset/PolyLite PC/BBL/H2S/BambuStudio/PolyLite PC @BBL H2S.json create mode 100644 preset/PolyLite PC/Creality/K2Pro/CrealityPrint/PolyLite PC @Creality K2Pro.json create mode 100644 preset/PolyLite PLA Galaxy/BBL/P1S/BambuStudio/PolyLite PLA Galaxy @BBL P1S.json create mode 100644 preset/PolyLite PLA Glow/BBL/P1S/BambuStudio/PolyLite PLA Glow @BBL P1S.json create mode 100644 preset/PolyLite PLA Luminous/BBL/P1S/BambuStudio/PolyLite PLA Luminous @BBL P1S.json create mode 100644 preset/PolyLite PLA Neon/BBL/P1S/BambuStudio/PolyLite PLA Neon @BBL P1S.json create mode 100644 preset/PolyLite PLA Starlight/BBL/P1S/BambuStudio/PolyLite PLA Starlight @BBL P1S.json create mode 100644 preset/PolyLite PLA Translucent/BBL/P1S/BambuStudio/PolyLite PLA Translucent @BBL P1S.json create mode 100644 preset/PolyLite PLA/BBL/P1S/BambuStudio/PolyLite PLA @BBL P1S.json create mode 100644 preset/PolyMax PLA/BBL/H2C/BambuStudio/PolyMax PLA @BBL H2C.json create mode 100644 preset/PolySupport for PA12/BBL/H2S/BambuStudio/PolySupport for PA12 @BBL H2S.json create mode 100644 preset/PolySupport for PA12/BBL/P2S/BambuStudio/PolySupport for PA12 @BBL P2S.json rename preset/Polymaker ABS Max/{CreealityPrint/K2Pro/CrealityPrint/Polymaker ABS Max @CreealityPrint K2Pro.json => Creality/K2Pro/CrealityPrint/Polymaker ABS Max @Creality K2Pro.json} (96%) rename preset/Polymaker ABS Pro Galaxy/{CreealityPrint/K2Pro/CrealityPrint/Polymaker ABS Pro Galaxy @CreealityPrint K2Pro.json => Creality/K2Pro/CrealityPrint/Polymaker ABS Pro Galaxy @Creality K2Pro.json} (95%) rename preset/Polymaker ABS Pro/{CreealityPrint/K2Pro/CrealityPrint/Polymaker ABS Pro @CreealityPrint K2Pro.json => Creality/K2Pro/CrealityPrint/Polymaker ABS Pro @Creality K2Pro.json} (96%) rename preset/Polymaker ASA/{CreealityPrint/K2Pro/CrealityPrint/Polymaker ASA @CreealityPrint K2Pro.json => Creality/K2Pro/CrealityPrint/Polymaker ASA @Creality K2Pro.json} (97%) rename preset/Polymaker HT-PLA Pro/{CreealityPrint/I7/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint I7.json => Creality/I7/CrealityPrint/Polymaker HT-PLA Pro @Creality I7.json} (97%) rename preset/Polymaker HT-PLA Pro/{CreealityPrint/K2Pro/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint K2Pro.json => Creality/K2Pro/CrealityPrint/Polymaker HT-PLA Pro @Creality K2Pro.json} (97%) create mode 100644 preset/Polymaker PLA/BBL/P1S/BambuStudio/Polymaker PLA @BBL P1S.json diff --git a/preset/Fiberon ASA-CF08/BBL/H2C/BambuStudio/Fiberon ASA-CF08 @BBL H2C.json b/preset/Fiberon ASA-CF08/BBL/H2C/BambuStudio/Fiberon ASA-CF08 @BBL H2C.json index 05ef4f1d..f1e9658b 100644 --- a/preset/Fiberon ASA-CF08/BBL/H2C/BambuStudio/Fiberon ASA-CF08 @BBL H2C.json +++ b/preset/Fiberon ASA-CF08/BBL/H2C/BambuStudio/Fiberon ASA-CF08 @BBL H2C.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -381,6 +378,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic ASA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Fiberon ASA-CF08/BBL/H2D/BambuStudio/Fiberon ASA-CF08 @BBL H2D.json b/preset/Fiberon ASA-CF08/BBL/H2D/BambuStudio/Fiberon ASA-CF08 @BBL H2D.json index 2abd3496..5fbf6f91 100644 --- a/preset/Fiberon ASA-CF08/BBL/H2D/BambuStudio/Fiberon ASA-CF08 @BBL H2D.json +++ b/preset/Fiberon ASA-CF08/BBL/H2D/BambuStudio/Fiberon ASA-CF08 @BBL H2D.json @@ -95,7 +95,7 @@ "-1" ], "filament_cost": [ - "36.99" + "33.99" ], "filament_density": [ "1.09" @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -362,6 +359,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Bambu ASA-CF @BBL H2D 0.4 nozzle", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Fiberon ASA-CF08/BBL/H2S/BambuStudio/Fiberon ASA-CF08 @BBL H2S.json b/preset/Fiberon ASA-CF08/BBL/H2S/BambuStudio/Fiberon ASA-CF08 @BBL H2S.json index bcf25839..8d7b7008 100644 --- a/preset/Fiberon ASA-CF08/BBL/H2S/BambuStudio/Fiberon ASA-CF08 @BBL H2S.json +++ b/preset/Fiberon ASA-CF08/BBL/H2S/BambuStudio/Fiberon ASA-CF08 @BBL H2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -380,6 +377,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic ASA @BBL H2S 0.4 nozzle", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Fiberon ASA-CF08/BBL/P2S/BambuStudio/Fiberon ASA-CF08 @BBL P2S.json b/preset/Fiberon ASA-CF08/BBL/P2S/BambuStudio/Fiberon ASA-CF08 @BBL P2S.json index 773e907e..02097e00 100644 --- a/preset/Fiberon ASA-CF08/BBL/P2S/BambuStudio/Fiberon ASA-CF08 @BBL P2S.json +++ b/preset/Fiberon ASA-CF08/BBL/P2S/BambuStudio/Fiberon ASA-CF08 @BBL P2S.json @@ -95,7 +95,7 @@ "-1" ], "filament_cost": [ - "36.99" + "33.99" ], "filament_density": [ "1.09" @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Bambu ASA-CF @BBL P2S 0.4 nozzle", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Fiberon ASA-CF08/BBL/X2D/BambuStudio/Fiberon ASA-CF08 @BBL X2D.json b/preset/Fiberon ASA-CF08/BBL/X2D/BambuStudio/Fiberon ASA-CF08 @BBL X2D.json index 5651a410..b32cbdc8 100644 --- a/preset/Fiberon ASA-CF08/BBL/X2D/BambuStudio/Fiberon ASA-CF08 @BBL X2D.json +++ b/preset/Fiberon ASA-CF08/BBL/X2D/BambuStudio/Fiberon ASA-CF08 @BBL X2D.json @@ -73,6 +73,8 @@ "24" ], "filament_cooling_before_tower": [ + "10", + "10", "10", "10", "10", @@ -97,7 +99,7 @@ "270" ], "filament_cost": [ - "31.99" + "26.99" ], "filament_density": [ "1.09" @@ -142,6 +144,8 @@ "Bowden High Flow" ], "filament_flow_ratio": [ + "0.95", + "0.95", "0.95", "0.95", "0.95", @@ -150,9 +154,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -196,17 +197,13 @@ "-1" ], "filament_retraction_distances_when_cut": [ + "10", + "10", "10", "10", "10", "10" ], - "filament_retraction_length": [ - "0.4", - "0.4", - "nil", - "nil" - ], "filament_scarf_seam_type": [ "none" ], @@ -226,22 +223,28 @@ "Polymaker" ], "filament_wipe": [ + "nil", + "nil", + "nil", "1", - "1", - "1", - "1" + "nil", + "nil" ], "filament_wipe_distance": [ + "nil", + "nil", + "nil", "1", - "1", - "1", - "1" + "nil", + "nil" ], "filament_z_hop_types": [ + "nil", + "nil", + "nil", "Spiral Lift", - "Spiral Lift", - "Spiral Lift", - "Spiral Lift" + "nil", + "nil" ], "full_fan_speed_layer": [ "0" @@ -259,6 +262,8 @@ "10" ], "filament_ramming_travel_time": [ + "0", + "0", "0", "0", "0", @@ -363,6 +368,8 @@ "retraction_distances_when_ec": [ "3", "3", + "3", + "4", "4", "4" ], @@ -379,6 +386,8 @@ "10" ], "slow_down_min_speed": [ + "20", + "20", "20", "20", "20", @@ -411,6 +420,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Bambu ASA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "200" ], @@ -418,7 +428,7 @@ "description": " ", "setting_id": "GFSB01_22", "include": [ - "fdm_filament_template_direct_bowden" + "fdm_filament_template_direct_bowden_e3d" ], "version": "2.6.0.2", "idle_temperature": [ diff --git a/preset/Fiberon PA12-CF10/BBL/H2C/BambuStudio/Fiberon PA12-CF10 @BBL H2C.json b/preset/Fiberon PA12-CF10/BBL/H2C/BambuStudio/Fiberon PA12-CF10 @BBL H2C.json index 8691a6e3..f0d48ba5 100644 --- a/preset/Fiberon PA12-CF10/BBL/H2C/BambuStudio/Fiberon PA12-CF10 @BBL H2C.json +++ b/preset/Fiberon PA12-CF10/BBL/H2C/BambuStudio/Fiberon PA12-CF10 @BBL H2C.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -365,6 +362,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PA-CF @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA12-CF10/BBL/H2D/BambuStudio/Fiberon PA12-CF10 @BBL H2D.json b/preset/Fiberon PA12-CF10/BBL/H2D/BambuStudio/Fiberon PA12-CF10 @BBL H2D.json index abc355ab..f09b7a5c 100644 --- a/preset/Fiberon PA12-CF10/BBL/H2D/BambuStudio/Fiberon PA12-CF10 @BBL H2D.json +++ b/preset/Fiberon PA12-CF10/BBL/H2D/BambuStudio/Fiberon PA12-CF10 @BBL H2D.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -362,6 +359,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PA-CF @BBL H2D", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA12-CF10/BBL/H2S/BambuStudio/Fiberon PA12-CF10 @BBL H2S.json b/preset/Fiberon PA12-CF10/BBL/H2S/BambuStudio/Fiberon PA12-CF10 @BBL H2S.json index 1a68c357..b5d588e5 100644 --- a/preset/Fiberon PA12-CF10/BBL/H2S/BambuStudio/Fiberon PA12-CF10 @BBL H2S.json +++ b/preset/Fiberon PA12-CF10/BBL/H2S/BambuStudio/Fiberon PA12-CF10 @BBL H2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PA-CF @BBL H2S 0.4 nozzle", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA12-CF10/BBL/P2S/BambuStudio/Fiberon PA12-CF10 @BBL P2S.json b/preset/Fiberon PA12-CF10/BBL/P2S/BambuStudio/Fiberon PA12-CF10 @BBL P2S.json index 28bf191a..ff58b012 100644 --- a/preset/Fiberon PA12-CF10/BBL/P2S/BambuStudio/Fiberon PA12-CF10 @BBL P2S.json +++ b/preset/Fiberon PA12-CF10/BBL/P2S/BambuStudio/Fiberon PA12-CF10 @BBL P2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PA-CF @BBL P2S", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA12-CF10/BBL/X2D/BambuStudio/Fiberon PA12-CF10 @BBL X2D.json b/preset/Fiberon PA12-CF10/BBL/X2D/BambuStudio/Fiberon PA12-CF10 @BBL X2D.json index b6007339..a01f2fa6 100644 --- a/preset/Fiberon PA12-CF10/BBL/X2D/BambuStudio/Fiberon PA12-CF10 @BBL X2D.json +++ b/preset/Fiberon PA12-CF10/BBL/X2D/BambuStudio/Fiberon PA12-CF10 @BBL X2D.json @@ -150,9 +150,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -381,6 +378,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PA-CF @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA6-CF20/BBL/H2C/BambuStudio/Fiberon PA6-CF20 @BBL H2C.json b/preset/Fiberon PA6-CF20/BBL/H2C/BambuStudio/Fiberon PA6-CF20 @BBL H2C.json index 2aa5146b..9e15dcda 100644 --- a/preset/Fiberon PA6-CF20/BBL/H2C/BambuStudio/Fiberon PA6-CF20 @BBL H2C.json +++ b/preset/Fiberon PA6-CF20/BBL/H2C/BambuStudio/Fiberon PA6-CF20 @BBL H2C.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -365,6 +362,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PA-CF @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA6-CF20/BBL/H2D/BambuStudio/Fiberon PA6-CF20 @BBL H2D.json b/preset/Fiberon PA6-CF20/BBL/H2D/BambuStudio/Fiberon PA6-CF20 @BBL H2D.json index 6cbae99b..21bb8ae8 100644 --- a/preset/Fiberon PA6-CF20/BBL/H2D/BambuStudio/Fiberon PA6-CF20 @BBL H2D.json +++ b/preset/Fiberon PA6-CF20/BBL/H2D/BambuStudio/Fiberon PA6-CF20 @BBL H2D.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -365,6 +362,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PA-CF @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA6-CF20/BBL/H2S/BambuStudio/Fiberon PA6-CF20 @BBL H2S.json b/preset/Fiberon PA6-CF20/BBL/H2S/BambuStudio/Fiberon PA6-CF20 @BBL H2S.json index 986ee030..e264ecdc 100644 --- a/preset/Fiberon PA6-CF20/BBL/H2S/BambuStudio/Fiberon PA6-CF20 @BBL H2S.json +++ b/preset/Fiberon PA6-CF20/BBL/H2S/BambuStudio/Fiberon PA6-CF20 @BBL H2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Bambu PA-CF @BBL H2S", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA6-CF20/BBL/P2S/BambuStudio/Fiberon PA6-CF20 @BBL P2S.json b/preset/Fiberon PA6-CF20/BBL/P2S/BambuStudio/Fiberon PA6-CF20 @BBL P2S.json index f17fd5ff..2c311b05 100644 --- a/preset/Fiberon PA6-CF20/BBL/P2S/BambuStudio/Fiberon PA6-CF20 @BBL P2S.json +++ b/preset/Fiberon PA6-CF20/BBL/P2S/BambuStudio/Fiberon PA6-CF20 @BBL P2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -363,6 +360,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PA @BBL P2S", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA6-CF20/BBL/X2D/BambuStudio/Fiberon PA6-CF20 @BBL X2D.json b/preset/Fiberon PA6-CF20/BBL/X2D/BambuStudio/Fiberon PA6-CF20 @BBL X2D.json index 3e1c79c3..96f3e53f 100644 --- a/preset/Fiberon PA6-CF20/BBL/X2D/BambuStudio/Fiberon PA6-CF20 @BBL X2D.json +++ b/preset/Fiberon PA6-CF20/BBL/X2D/BambuStudio/Fiberon PA6-CF20 @BBL X2D.json @@ -150,9 +150,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -381,6 +378,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PA-CF @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA6-CF20/Snapmaker/U1/OrcaSlicer/Fiberon PA6-CF20 @Snapmaker U1.json b/preset/Fiberon PA6-CF20/Snapmaker/U1/OrcaSlicer/Fiberon PA6-CF20 @Snapmaker U1.json index d1007fcc..54940656 100644 --- a/preset/Fiberon PA6-CF20/Snapmaker/U1/OrcaSlicer/Fiberon PA6-CF20 @Snapmaker U1.json +++ b/preset/Fiberon PA6-CF20/Snapmaker/U1/OrcaSlicer/Fiberon PA6-CF20 @Snapmaker U1.json @@ -375,6 +375,7 @@ "volumetric_speed_coefficients": [ "" ], + "inherits": "Generic PA", "filament_adhesiveness_category": [ "0", "0", diff --git a/preset/Fiberon PA6-GF25/BBL/H2C/BambuStudio/Fiberon PA6-GF25 @BBL H2C.json b/preset/Fiberon PA6-GF25/BBL/H2C/BambuStudio/Fiberon PA6-GF25 @BBL H2C.json index 6be83ea9..63f0f769 100644 --- a/preset/Fiberon PA6-GF25/BBL/H2C/BambuStudio/Fiberon PA6-GF25 @BBL H2C.json +++ b/preset/Fiberon PA6-GF25/BBL/H2C/BambuStudio/Fiberon PA6-GF25 @BBL H2C.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -365,6 +362,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PA-CF @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA6-GF25/BBL/H2D/BambuStudio/Fiberon PA6-GF25 @BBL H2D.json b/preset/Fiberon PA6-GF25/BBL/H2D/BambuStudio/Fiberon PA6-GF25 @BBL H2D.json index bdc2da2b..9f85f653 100644 --- a/preset/Fiberon PA6-GF25/BBL/H2D/BambuStudio/Fiberon PA6-GF25 @BBL H2D.json +++ b/preset/Fiberon PA6-GF25/BBL/H2D/BambuStudio/Fiberon PA6-GF25 @BBL H2D.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -362,6 +359,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Bambu PA-CF @BBL H2D", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA6-GF25/BBL/H2S/BambuStudio/Fiberon PA6-GF25 @BBL H2S.json b/preset/Fiberon PA6-GF25/BBL/H2S/BambuStudio/Fiberon PA6-GF25 @BBL H2S.json index a7550133..60ea2a60 100644 --- a/preset/Fiberon PA6-GF25/BBL/H2S/BambuStudio/Fiberon PA6-GF25 @BBL H2S.json +++ b/preset/Fiberon PA6-GF25/BBL/H2S/BambuStudio/Fiberon PA6-GF25 @BBL H2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PA-CF @BBL H2S 0.4 nozzle", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA6-GF25/BBL/P2S/BambuStudio/Fiberon PA6-GF25 @BBL P2S.json b/preset/Fiberon PA6-GF25/BBL/P2S/BambuStudio/Fiberon PA6-GF25 @BBL P2S.json index 0fc06584..96112c06 100644 --- a/preset/Fiberon PA6-GF25/BBL/P2S/BambuStudio/Fiberon PA6-GF25 @BBL P2S.json +++ b/preset/Fiberon PA6-GF25/BBL/P2S/BambuStudio/Fiberon PA6-GF25 @BBL P2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PA-CF @BBL P2S", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA6-GF25/BBL/X2D/BambuStudio/Fiberon PA6-GF25 @BBL X2D.json b/preset/Fiberon PA6-GF25/BBL/X2D/BambuStudio/Fiberon PA6-GF25 @BBL X2D.json index 12843dbe..bba93e03 100644 --- a/preset/Fiberon PA6-GF25/BBL/X2D/BambuStudio/Fiberon PA6-GF25 @BBL X2D.json +++ b/preset/Fiberon PA6-GF25/BBL/X2D/BambuStudio/Fiberon PA6-GF25 @BBL X2D.json @@ -150,9 +150,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -381,6 +378,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PA-CF @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA6-GF25/Snapmaker/U1/OrcaSlicer/Fiberon PA6-GF25 @Snapmaker U1.json b/preset/Fiberon PA6-GF25/Snapmaker/U1/OrcaSlicer/Fiberon PA6-GF25 @Snapmaker U1.json index 32a85113..92a3a354 100644 --- a/preset/Fiberon PA6-GF25/Snapmaker/U1/OrcaSlicer/Fiberon PA6-GF25 @Snapmaker U1.json +++ b/preset/Fiberon PA6-GF25/Snapmaker/U1/OrcaSlicer/Fiberon PA6-GF25 @Snapmaker U1.json @@ -375,6 +375,7 @@ "volumetric_speed_coefficients": [ "" ], + "inherits": "Generic PA", "filament_adhesiveness_category": [ "0", "0", diff --git a/preset/Fiberon PA612-CF15/BBL/H2C/BambuStudio/Fiberon PA612-CF15 @BBL H2C.json b/preset/Fiberon PA612-CF15/BBL/H2C/BambuStudio/Fiberon PA612-CF15 @BBL H2C.json index a165dfd5..44112509 100644 --- a/preset/Fiberon PA612-CF15/BBL/H2C/BambuStudio/Fiberon PA612-CF15 @BBL H2C.json +++ b/preset/Fiberon PA612-CF15/BBL/H2C/BambuStudio/Fiberon PA612-CF15 @BBL H2C.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -365,6 +362,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PA-CF @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA612-CF15/BBL/H2D/BambuStudio/Fiberon PA612-CF15 @BBL H2D.json b/preset/Fiberon PA612-CF15/BBL/H2D/BambuStudio/Fiberon PA612-CF15 @BBL H2D.json index 472a0af1..3546c2af 100644 --- a/preset/Fiberon PA612-CF15/BBL/H2D/BambuStudio/Fiberon PA612-CF15 @BBL H2D.json +++ b/preset/Fiberon PA612-CF15/BBL/H2D/BambuStudio/Fiberon PA612-CF15 @BBL H2D.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -362,6 +359,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PA-CF @BBL H2D", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA612-CF15/BBL/H2S/BambuStudio/Fiberon PA612-CF15 @BBL H2S.json b/preset/Fiberon PA612-CF15/BBL/H2S/BambuStudio/Fiberon PA612-CF15 @BBL H2S.json index a73c6c6b..b5a98018 100644 --- a/preset/Fiberon PA612-CF15/BBL/H2S/BambuStudio/Fiberon PA612-CF15 @BBL H2S.json +++ b/preset/Fiberon PA612-CF15/BBL/H2S/BambuStudio/Fiberon PA612-CF15 @BBL H2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PA-CF @BBL H2S 0.4 nozzle", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA612-CF15/BBL/P2S/BambuStudio/Fiberon PA612-CF15 @BBL P2S.json b/preset/Fiberon PA612-CF15/BBL/P2S/BambuStudio/Fiberon PA612-CF15 @BBL P2S.json index f346742a..3a69b3a8 100644 --- a/preset/Fiberon PA612-CF15/BBL/P2S/BambuStudio/Fiberon PA612-CF15 @BBL P2S.json +++ b/preset/Fiberon PA612-CF15/BBL/P2S/BambuStudio/Fiberon PA612-CF15 @BBL P2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Bambu PA-CF @BBL P2S", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA612-CF15/BBL/X2D/BambuStudio/Fiberon PA612-CF15 @BBL X2D.json b/preset/Fiberon PA612-CF15/BBL/X2D/BambuStudio/Fiberon PA612-CF15 @BBL X2D.json index a1abb4fc..7589a7c3 100644 --- a/preset/Fiberon PA612-CF15/BBL/X2D/BambuStudio/Fiberon PA612-CF15 @BBL X2D.json +++ b/preset/Fiberon PA612-CF15/BBL/X2D/BambuStudio/Fiberon PA612-CF15 @BBL X2D.json @@ -150,9 +150,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -381,6 +378,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Bambu PA-CF @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA612-CF15/Snapmaker/U1/OrcaSlicer/Fiberon PA612-CF15 @Snapmaker U1.json b/preset/Fiberon PA612-CF15/Snapmaker/U1/OrcaSlicer/Fiberon PA612-CF15 @Snapmaker U1.json index e05798be..4c0234af 100644 --- a/preset/Fiberon PA612-CF15/Snapmaker/U1/OrcaSlicer/Fiberon PA612-CF15 @Snapmaker U1.json +++ b/preset/Fiberon PA612-CF15/Snapmaker/U1/OrcaSlicer/Fiberon PA612-CF15 @Snapmaker U1.json @@ -249,6 +249,7 @@ "volumetric_speed_coefficients": [ "" ], + "inherits": "Generic PA-CF", "filament_adhesiveness_category": [ "0" ], diff --git a/preset/Fiberon PA612-ESD/BBL/H2C/BambuStudio/Fiberon PA612-ESD @BBL H2C.json b/preset/Fiberon PA612-ESD/BBL/H2C/BambuStudio/Fiberon PA612-ESD @BBL H2C.json index b90ffda7..8bb94af9 100644 --- a/preset/Fiberon PA612-ESD/BBL/H2C/BambuStudio/Fiberon PA612-ESD @BBL H2C.json +++ b/preset/Fiberon PA612-ESD/BBL/H2C/BambuStudio/Fiberon PA612-ESD @BBL H2C.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -365,6 +362,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PA-CF @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA612-ESD/BBL/H2D/BambuStudio/Fiberon PA612-ESD @BBL H2D.json b/preset/Fiberon PA612-ESD/BBL/H2D/BambuStudio/Fiberon PA612-ESD @BBL H2D.json index 438af475..1c2040ec 100644 --- a/preset/Fiberon PA612-ESD/BBL/H2D/BambuStudio/Fiberon PA612-ESD @BBL H2D.json +++ b/preset/Fiberon PA612-ESD/BBL/H2D/BambuStudio/Fiberon PA612-ESD @BBL H2D.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -362,6 +359,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Bambu PA-CF @BBL H2D", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA612-ESD/BBL/H2S/BambuStudio/Fiberon PA612-ESD @BBL H2S.json b/preset/Fiberon PA612-ESD/BBL/H2S/BambuStudio/Fiberon PA612-ESD @BBL H2S.json index 40dfb800..ce7fe371 100644 --- a/preset/Fiberon PA612-ESD/BBL/H2S/BambuStudio/Fiberon PA612-ESD @BBL H2S.json +++ b/preset/Fiberon PA612-ESD/BBL/H2S/BambuStudio/Fiberon PA612-ESD @BBL H2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PA-CF @BBL H2S 0.4 nozzle", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA612-ESD/BBL/P2S/BambuStudio/Fiberon PA612-ESD @BBL P2S.json b/preset/Fiberon PA612-ESD/BBL/P2S/BambuStudio/Fiberon PA612-ESD @BBL P2S.json index ae9b3f48..fca88196 100644 --- a/preset/Fiberon PA612-ESD/BBL/P2S/BambuStudio/Fiberon PA612-ESD @BBL P2S.json +++ b/preset/Fiberon PA612-ESD/BBL/P2S/BambuStudio/Fiberon PA612-ESD @BBL P2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PA-CF @BBL P2S", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA612-ESD/BBL/X2D/BambuStudio/Fiberon PA612-ESD @BBL X2D.json b/preset/Fiberon PA612-ESD/BBL/X2D/BambuStudio/Fiberon PA612-ESD @BBL X2D.json index e91e9f4e..807c80c1 100644 --- a/preset/Fiberon PA612-ESD/BBL/X2D/BambuStudio/Fiberon PA612-ESD @BBL X2D.json +++ b/preset/Fiberon PA612-ESD/BBL/X2D/BambuStudio/Fiberon PA612-ESD @BBL X2D.json @@ -150,9 +150,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -381,6 +378,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Bambu PA-CF @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PA612-ESD/Snapmaker/U1/OrcaSlicer/Fiberon PA612-ESD @Snapmaker U1.json b/preset/Fiberon PA612-ESD/Snapmaker/U1/OrcaSlicer/Fiberon PA612-ESD @Snapmaker U1.json index e06493fc..d1c94aa8 100644 --- a/preset/Fiberon PA612-ESD/Snapmaker/U1/OrcaSlicer/Fiberon PA612-ESD @Snapmaker U1.json +++ b/preset/Fiberon PA612-ESD/Snapmaker/U1/OrcaSlicer/Fiberon PA612-ESD @Snapmaker U1.json @@ -249,6 +249,7 @@ "volumetric_speed_coefficients": [ "0 0 0 0 0 0" ], + "inherits": "Generic PA-CF", "filament_adhesiveness_category": [ "400" ], diff --git a/preset/Fiberon PET-CF17/BBL/H2C/BambuStudio/Fiberon PET-CF17 @BBL H2C.json b/preset/Fiberon PET-CF17/BBL/H2C/BambuStudio/Fiberon PET-CF17 @BBL H2C.json index a5c480b7..af8280e3 100644 --- a/preset/Fiberon PET-CF17/BBL/H2C/BambuStudio/Fiberon PET-CF17 @BBL H2C.json +++ b/preset/Fiberon PET-CF17/BBL/H2C/BambuStudio/Fiberon PET-CF17 @BBL H2C.json @@ -96,7 +96,7 @@ "-1" ], "filament_cost": [ - "84.99" + "81.99" ], "filament_density": [ "1.34" @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Bambu PET-CF @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "800" ], diff --git a/preset/Fiberon PET-CF17/BBL/H2D/BambuStudio/Fiberon PET-CF17 @BBL H2D.json b/preset/Fiberon PET-CF17/BBL/H2D/BambuStudio/Fiberon PET-CF17 @BBL H2D.json index 939c2f36..dcaf2c66 100644 --- a/preset/Fiberon PET-CF17/BBL/H2D/BambuStudio/Fiberon PET-CF17 @BBL H2D.json +++ b/preset/Fiberon PET-CF17/BBL/H2D/BambuStudio/Fiberon PET-CF17 @BBL H2D.json @@ -34,16 +34,16 @@ "0" ], "counter_coef_2": [ - "0.0075" + "-0.0004" ], "counter_coef_3": [ - "-0.052" + "-0.0156" ], "counter_limit_max": [ - "0.033" + "-0.015" ], "counter_limit_min": [ - "-0.035" + "-0.025" ], "diameter_limit": [ "50" @@ -95,7 +95,7 @@ "-1" ], "filament_cost": [ - "84.99" + "81.99" ], "filament_density": [ "1.34" @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -267,16 +264,16 @@ "0" ], "hole_coef_2": [ - "-0.012" + "-0.0003" ], "hole_coef_3": [ - "0.35043" + "0.1741" ], "hole_limit_max": [ - "0.22" + "0.174" ], "hole_limit_min": [ - "0.07" + "0.167" ], "impact_strength_z": [ "4.5" @@ -361,6 +358,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Bambu PET-CF @BBL H2D", "filament_adhesiveness_category": [ "800" ], diff --git a/preset/Fiberon PET-CF17/BBL/H2S/BambuStudio/Fiberon PET-CF17 @BBL H2S.json b/preset/Fiberon PET-CF17/BBL/H2S/BambuStudio/Fiberon PET-CF17 @BBL H2S.json index 3b069640..48b86f77 100644 --- a/preset/Fiberon PET-CF17/BBL/H2S/BambuStudio/Fiberon PET-CF17 @BBL H2S.json +++ b/preset/Fiberon PET-CF17/BBL/H2S/BambuStudio/Fiberon PET-CF17 @BBL H2S.json @@ -95,7 +95,7 @@ "-1" ], "filament_cost": [ - "84.99" + "81.99" ], "filament_density": [ "1.34" @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Bambu PET-CF @BBL H2S", "filament_adhesiveness_category": [ "800" ], diff --git a/preset/Fiberon PET-CF17/BBL/P2S/BambuStudio/Fiberon PET-CF17 @BBL P2S.json b/preset/Fiberon PET-CF17/BBL/P2S/BambuStudio/Fiberon PET-CF17 @BBL P2S.json index 6ff8d805..61d44734 100644 --- a/preset/Fiberon PET-CF17/BBL/P2S/BambuStudio/Fiberon PET-CF17 @BBL P2S.json +++ b/preset/Fiberon PET-CF17/BBL/P2S/BambuStudio/Fiberon PET-CF17 @BBL P2S.json @@ -95,7 +95,7 @@ "-1" ], "filament_cost": [ - "84.99" + "81.99" ], "filament_density": [ "1.34" @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Bambu PET-CF @BBL P2S", "filament_adhesiveness_category": [ "800" ], diff --git a/preset/Fiberon PET-CF17/BBL/X2D/BambuStudio/Fiberon PET-CF17 @BBL X2D.json b/preset/Fiberon PET-CF17/BBL/X2D/BambuStudio/Fiberon PET-CF17 @BBL X2D.json index d24dc77b..7d8c617f 100644 --- a/preset/Fiberon PET-CF17/BBL/X2D/BambuStudio/Fiberon PET-CF17 @BBL X2D.json +++ b/preset/Fiberon PET-CF17/BBL/X2D/BambuStudio/Fiberon PET-CF17 @BBL X2D.json @@ -97,7 +97,7 @@ "270" ], "filament_cost": [ - "84.99" + "81.99" ], "filament_density": [ "1.34" @@ -150,9 +150,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -387,6 +384,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Bambu PET-CF @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "800" ], diff --git a/preset/Fiberon PET-GF15/BBL/H2C/BambuStudio/Fiberon PET-GF15 @BBL H2C.json b/preset/Fiberon PET-GF15/BBL/H2C/BambuStudio/Fiberon PET-GF15 @BBL H2C.json index 38cd39f0..df0c6b4c 100644 --- a/preset/Fiberon PET-GF15/BBL/H2C/BambuStudio/Fiberon PET-GF15 @BBL H2C.json +++ b/preset/Fiberon PET-GF15/BBL/H2C/BambuStudio/Fiberon PET-GF15 @BBL H2C.json @@ -96,7 +96,7 @@ "-1" ], "filament_cost": [ - "84.99" + "81.99" ], "filament_density": [ "1.43" @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Bambu PET-CF @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "800" ], diff --git a/preset/Fiberon PET-GF15/BBL/H2S/BambuStudio/Fiberon PET-GF15 @BBL H2S.json b/preset/Fiberon PET-GF15/BBL/H2S/BambuStudio/Fiberon PET-GF15 @BBL H2S.json index 0589e405..0cf8cb10 100644 --- a/preset/Fiberon PET-GF15/BBL/H2S/BambuStudio/Fiberon PET-GF15 @BBL H2S.json +++ b/preset/Fiberon PET-GF15/BBL/H2S/BambuStudio/Fiberon PET-GF15 @BBL H2S.json @@ -95,7 +95,7 @@ "-1" ], "filament_cost": [ - "84.99" + "81.99" ], "filament_density": [ "1.43" @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Bambu PET-CF @BBL H2S", "filament_adhesiveness_category": [ "800" ], diff --git a/preset/Fiberon PET-GF15/BBL/P2S/BambuStudio/Fiberon PET-GF15 @BBL P2S.json b/preset/Fiberon PET-GF15/BBL/P2S/BambuStudio/Fiberon PET-GF15 @BBL P2S.json index 1e6e2996..e51e0afc 100644 --- a/preset/Fiberon PET-GF15/BBL/P2S/BambuStudio/Fiberon PET-GF15 @BBL P2S.json +++ b/preset/Fiberon PET-GF15/BBL/P2S/BambuStudio/Fiberon PET-GF15 @BBL P2S.json @@ -95,7 +95,7 @@ "-1" ], "filament_cost": [ - "84.99" + "81.99" ], "filament_density": [ "1.43" @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Bambu PET-CF @BBL P2S", "filament_adhesiveness_category": [ "800" ], diff --git a/preset/Fiberon PET-GF15/BBL/X2D/BambuStudio/Fiberon PET-GF15 @BBL X2D.json b/preset/Fiberon PET-GF15/BBL/X2D/BambuStudio/Fiberon PET-GF15 @BBL X2D.json index 62096f77..de4dc39f 100644 --- a/preset/Fiberon PET-GF15/BBL/X2D/BambuStudio/Fiberon PET-GF15 @BBL X2D.json +++ b/preset/Fiberon PET-GF15/BBL/X2D/BambuStudio/Fiberon PET-GF15 @BBL X2D.json @@ -97,7 +97,7 @@ "270" ], "filament_cost": [ - "84.99" + "81.99" ], "filament_density": [ "1.43" @@ -150,9 +150,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -387,6 +384,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Bambu PET-CF @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "800" ], diff --git a/preset/Fiberon PETG-ESD/BBL/H2C/BambuStudio/Fiberon PETG-ESD @BBL H2C.json b/preset/Fiberon PETG-ESD/BBL/H2C/BambuStudio/Fiberon PETG-ESD @BBL H2C.json index 2b23a319..737200c2 100644 --- a/preset/Fiberon PETG-ESD/BBL/H2C/BambuStudio/Fiberon PETG-ESD @BBL H2C.json +++ b/preset/Fiberon PETG-ESD/BBL/H2C/BambuStudio/Fiberon PETG-ESD @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PETG @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Fiberon PETG-ESD/BBL/H2D/BambuStudio/Fiberon PETG-ESD @BBL H2D.json b/preset/Fiberon PETG-ESD/BBL/H2D/BambuStudio/Fiberon PETG-ESD @BBL H2D.json index b5ec0b90..a94e7f82 100644 --- a/preset/Fiberon PETG-ESD/BBL/H2D/BambuStudio/Fiberon PETG-ESD @BBL H2D.json +++ b/preset/Fiberon PETG-ESD/BBL/H2D/BambuStudio/Fiberon PETG-ESD @BBL H2D.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -363,6 +360,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PETG @BBL H2D", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Fiberon PETG-ESD/BBL/P2S/BambuStudio/Fiberon PETG-ESD @BBL P2S.json b/preset/Fiberon PETG-ESD/BBL/P2S/BambuStudio/Fiberon PETG-ESD @BBL P2S.json index efe3e87c..20c5c6d2 100644 --- a/preset/Fiberon PETG-ESD/BBL/P2S/BambuStudio/Fiberon PETG-ESD @BBL P2S.json +++ b/preset/Fiberon PETG-ESD/BBL/P2S/BambuStudio/Fiberon PETG-ESD @BBL P2S.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -365,6 +362,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG @BBL P2S", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Fiberon PETG-ESD/BBL/X2D/BambuStudio/Fiberon PETG-ESD @BBL X2D.json b/preset/Fiberon PETG-ESD/BBL/X2D/BambuStudio/Fiberon PETG-ESD @BBL X2D.json index ac702e1c..0d178def 100644 --- a/preset/Fiberon PETG-ESD/BBL/X2D/BambuStudio/Fiberon PETG-ESD @BBL X2D.json +++ b/preset/Fiberon PETG-ESD/BBL/X2D/BambuStudio/Fiberon PETG-ESD @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Fiberon PETG-rCF08/BBL/H2C/BambuStudio/Fiberon PETG-rCF08 @BBL H2C.json b/preset/Fiberon PETG-rCF08/BBL/H2C/BambuStudio/Fiberon PETG-rCF08 @BBL H2C.json index 2b601f36..9844e08c 100644 --- a/preset/Fiberon PETG-rCF08/BBL/H2C/BambuStudio/Fiberon PETG-rCF08 @BBL H2C.json +++ b/preset/Fiberon PETG-rCF08/BBL/H2C/BambuStudio/Fiberon PETG-rCF08 @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PETG @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Fiberon PETG-rCF08/BBL/H2D/BambuStudio/Fiberon PETG-rCF08 @BBL H2D.json b/preset/Fiberon PETG-rCF08/BBL/H2D/BambuStudio/Fiberon PETG-rCF08 @BBL H2D.json index 7e1f11f7..547c63b0 100644 --- a/preset/Fiberon PETG-rCF08/BBL/H2D/BambuStudio/Fiberon PETG-rCF08 @BBL H2D.json +++ b/preset/Fiberon PETG-rCF08/BBL/H2D/BambuStudio/Fiberon PETG-rCF08 @BBL H2D.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -363,6 +360,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PETG @BBL H2D", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Fiberon PETG-rCF08/BBL/H2S/BambuStudio/Fiberon PETG-rCF08 @BBL H2S.json b/preset/Fiberon PETG-rCF08/BBL/H2S/BambuStudio/Fiberon PETG-rCF08 @BBL H2S.json index c3fc06fc..f3d4d40f 100644 --- a/preset/Fiberon PETG-rCF08/BBL/H2S/BambuStudio/Fiberon PETG-rCF08 @BBL H2S.json +++ b/preset/Fiberon PETG-rCF08/BBL/H2S/BambuStudio/Fiberon PETG-rCF08 @BBL H2S.json @@ -73,6 +73,7 @@ "0" ], "filament_cooling_before_tower": [ + "10", "10", "10" ], @@ -95,7 +96,7 @@ "-1" ], "filament_cost": [ - "24.99" + "19.99" ], "filament_density": [ "1.3" @@ -145,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -155,6 +153,7 @@ "0" ], "filament_long_retractions_when_cut": [ + "0", "0", "0" ], @@ -175,7 +174,7 @@ "0" ], "filament_prime_volume": [ - "30" + "45" ], "filament_prime_volume_nc": [ "60" @@ -193,10 +192,12 @@ "-1" ], "filament_retraction_distances_when_cut": [ + "10", "10", "10" ], "filament_retraction_length": [ + "0.4", "0.4", "0.4" ], @@ -219,14 +220,17 @@ "Polymaker" ], "filament_wipe": [ + "1", "1", "1" ], "filament_wipe_distance": [ + "2", "2", "2" ], "filament_z_hop_types": [ + "Spiral Lift", "Spiral Lift", "Spiral Lift" ], @@ -246,6 +250,7 @@ "10" ], "filament_ramming_travel_time": [ + "0", "0", "0" ], @@ -274,7 +279,7 @@ "25" ], "filament_change_length": [ - "4" + "10" ], "filament_velocity_adaptation_factor": [ "1" @@ -307,6 +312,7 @@ "13.6" ], "long_retractions_when_ec": [ + "0", "0", "0" ], @@ -343,6 +349,7 @@ "3" ], "retraction_distances_when_ec": [ + "0", "0", "0" ], @@ -388,20 +395,21 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Bambu PETG Basic @BBL H2S", "filament_adhesiveness_category": [ "300" ], "filament_id": "PMPE03", "description": " ", - "first_x_layer_fan_speed": [ - "0" - ], "filament_change_length_nc": [ "10" ], + "first_x_layer_fan_speed": [ + "0" + ], "setting_id": "GFSG00_10", "include": [ - "fdm_filament_template_direct_dual" + "fdm_filament_template_direct_dual_e3d" ], "pre_start_fan_time": [ "2" diff --git a/preset/Fiberon PETG-rCF08/BBL/X2D/BambuStudio/Fiberon PETG-rCF08 @BBL X2D.json b/preset/Fiberon PETG-rCF08/BBL/X2D/BambuStudio/Fiberon PETG-rCF08 @BBL X2D.json index d5090d44..d10a60f4 100644 --- a/preset/Fiberon PETG-rCF08/BBL/X2D/BambuStudio/Fiberon PETG-rCF08 @BBL X2D.json +++ b/preset/Fiberon PETG-rCF08/BBL/X2D/BambuStudio/Fiberon PETG-rCF08 @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Fiberon PETG-rCF08/Snapmaker/U1/OrcaSlicer/Fiberon PETG-rCF08 @Snapmaker U1.json b/preset/Fiberon PETG-rCF08/Snapmaker/U1/OrcaSlicer/Fiberon PETG-rCF08 @Snapmaker U1.json index 5e087ae7..c3a03edc 100644 --- a/preset/Fiberon PETG-rCF08/Snapmaker/U1/OrcaSlicer/Fiberon PETG-rCF08 @Snapmaker U1.json +++ b/preset/Fiberon PETG-rCF08/Snapmaker/U1/OrcaSlicer/Fiberon PETG-rCF08 @Snapmaker U1.json @@ -276,6 +276,7 @@ "volumetric_speed_coefficients": [ "0 0 0 0 0 0" ], + "inherits": "Generic PETG", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Fiberon PPS-CF10/BBL/H2C/BambuStudio/Fiberon PPS-CF10 @BBL H2C.json b/preset/Fiberon PPS-CF10/BBL/H2C/BambuStudio/Fiberon PPS-CF10 @BBL H2C.json index 62f3753d..17d5897e 100644 --- a/preset/Fiberon PPS-CF10/BBL/H2C/BambuStudio/Fiberon PPS-CF10 @BBL H2C.json +++ b/preset/Fiberon PPS-CF10/BBL/H2C/BambuStudio/Fiberon PPS-CF10 @BBL H2C.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PPS-CF @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "801" ], diff --git a/preset/Fiberon PPS-CF10/BBL/H2D/BambuStudio/Fiberon PPS-CF10 @BBL H2D.json b/preset/Fiberon PPS-CF10/BBL/H2D/BambuStudio/Fiberon PPS-CF10 @BBL H2D.json index 15ab249b..aa72a88a 100644 --- a/preset/Fiberon PPS-CF10/BBL/H2D/BambuStudio/Fiberon PPS-CF10 @BBL H2D.json +++ b/preset/Fiberon PPS-CF10/BBL/H2D/BambuStudio/Fiberon PPS-CF10 @BBL H2D.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -361,6 +358,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PPS-CF @BBL H2D", "filament_adhesiveness_category": [ "801" ], diff --git a/preset/Fiberon PPS-CF10/BBL/H2S/BambuStudio/Fiberon PPS-CF10 @BBL H2S.json b/preset/Fiberon PPS-CF10/BBL/H2S/BambuStudio/Fiberon PPS-CF10 @BBL H2S.json index d0c6430e..59a2f7ee 100644 --- a/preset/Fiberon PPS-CF10/BBL/H2S/BambuStudio/Fiberon PPS-CF10 @BBL H2S.json +++ b/preset/Fiberon PPS-CF10/BBL/H2S/BambuStudio/Fiberon PPS-CF10 @BBL H2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -363,6 +360,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PPS-CF @BBL H2S 0.4 nozzle", "filament_adhesiveness_category": [ "801" ], diff --git a/preset/Fiberon PPS-GF20/BBL/H2C/BambuStudio/Fiberon PPS-GF20 @BBL H2C.json b/preset/Fiberon PPS-GF20/BBL/H2C/BambuStudio/Fiberon PPS-GF20 @BBL H2C.json index 22dd6a48..373171ec 100644 --- a/preset/Fiberon PPS-GF20/BBL/H2C/BambuStudio/Fiberon PPS-GF20 @BBL H2C.json +++ b/preset/Fiberon PPS-GF20/BBL/H2C/BambuStudio/Fiberon PPS-GF20 @BBL H2C.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PPS-CF @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "801" ], diff --git a/preset/Fiberon PPS-GF20/BBL/H2D/BambuStudio/Fiberon PPS-GF20 @BBL H2D.json b/preset/Fiberon PPS-GF20/BBL/H2D/BambuStudio/Fiberon PPS-GF20 @BBL H2D.json index 17572417..596926aa 100644 --- a/preset/Fiberon PPS-GF20/BBL/H2D/BambuStudio/Fiberon PPS-GF20 @BBL H2D.json +++ b/preset/Fiberon PPS-GF20/BBL/H2D/BambuStudio/Fiberon PPS-GF20 @BBL H2D.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -361,6 +358,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PPS-CF @BBL H2D", "filament_adhesiveness_category": [ "801" ], diff --git a/preset/Fiberon PPS-GF20/BBL/H2S/BambuStudio/Fiberon PPS-GF20 @BBL H2S.json b/preset/Fiberon PPS-GF20/BBL/H2S/BambuStudio/Fiberon PPS-GF20 @BBL H2S.json index b4cc0142..c938ad6f 100644 --- a/preset/Fiberon PPS-GF20/BBL/H2S/BambuStudio/Fiberon PPS-GF20 @BBL H2S.json +++ b/preset/Fiberon PPS-GF20/BBL/H2S/BambuStudio/Fiberon PPS-GF20 @BBL H2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -363,6 +360,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PPS-CF @BBL H2S 0.4 nozzle", "filament_adhesiveness_category": [ "801" ], diff --git a/preset/Fiberon PPS-GF20/Snapmaker/U1/OrcaSlicer/Fiberon PPS-GF20 @Snapmaker U1.json b/preset/Fiberon PPS-GF20/Snapmaker/U1/OrcaSlicer/Fiberon PPS-GF20 @Snapmaker U1.json index b5827c9c..cd0054e0 100644 --- a/preset/Fiberon PPS-GF20/Snapmaker/U1/OrcaSlicer/Fiberon PPS-GF20 @Snapmaker U1.json +++ b/preset/Fiberon PPS-GF20/Snapmaker/U1/OrcaSlicer/Fiberon PPS-GF20 @Snapmaker U1.json @@ -249,6 +249,7 @@ "volumetric_speed_coefficients": [ "0 0 0 0 0 0" ], + "inherits": "Generic ABS", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Panchroma CoPE/BBL/A2L/BambuStudio/Panchroma CoPE @BBL A2L.json b/preset/Panchroma CoPE/BBL/A2L/BambuStudio/Panchroma CoPE @BBL A2L.json index 871dbfb5..e766974a 100644 --- a/preset/Panchroma CoPE/BBL/A2L/BambuStudio/Panchroma CoPE @BBL A2L.json +++ b/preset/Panchroma CoPE/BBL/A2L/BambuStudio/Panchroma CoPE @BBL A2L.json @@ -140,9 +140,6 @@ "1" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma CoPE/BBL/H2C/BambuStudio/Panchroma CoPE @BBL H2C.json b/preset/Panchroma CoPE/BBL/H2C/BambuStudio/Panchroma CoPE @BBL H2C.json index 76819e49..d3756fff 100644 --- a/preset/Panchroma CoPE/BBL/H2C/BambuStudio/Panchroma CoPE @BBL H2C.json +++ b/preset/Panchroma CoPE/BBL/H2C/BambuStudio/Panchroma CoPE @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma CoPE/BBL/H2D/BambuStudio/Panchroma CoPE @BBL H2D.json b/preset/Panchroma CoPE/BBL/H2D/BambuStudio/Panchroma CoPE @BBL H2D.json index 0930b763..f2bf7e72 100644 --- a/preset/Panchroma CoPE/BBL/H2D/BambuStudio/Panchroma CoPE @BBL H2D.json +++ b/preset/Panchroma CoPE/BBL/H2D/BambuStudio/Panchroma CoPE @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma CoPE/BBL/H2S/BambuStudio/Panchroma CoPE @BBL H2S.json b/preset/Panchroma CoPE/BBL/H2S/BambuStudio/Panchroma CoPE @BBL H2S.json index c452a860..153141a0 100644 --- a/preset/Panchroma CoPE/BBL/H2S/BambuStudio/Panchroma CoPE @BBL H2S.json +++ b/preset/Panchroma CoPE/BBL/H2S/BambuStudio/Panchroma CoPE @BBL H2S.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -381,6 +378,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2S", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma CoPE/BBL/P2S/BambuStudio/Panchroma CoPE @BBL P2S.json b/preset/Panchroma CoPE/BBL/P2S/BambuStudio/Panchroma CoPE @BBL P2S.json index 836fc21a..25a66299 100644 --- a/preset/Panchroma CoPE/BBL/P2S/BambuStudio/Panchroma CoPE @BBL P2S.json +++ b/preset/Panchroma CoPE/BBL/P2S/BambuStudio/Panchroma CoPE @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma CoPE/BBL/X2D/BambuStudio/Panchroma CoPE @BBL X2D.json b/preset/Panchroma CoPE/BBL/X2D/BambuStudio/Panchroma CoPE @BBL X2D.json index 65950074..d754c7e8 100644 --- a/preset/Panchroma CoPE/BBL/X2D/BambuStudio/Panchroma CoPE @BBL X2D.json +++ b/preset/Panchroma CoPE/BBL/X2D/BambuStudio/Panchroma CoPE @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Celestial/BBL/A2L/BambuStudio/Panchroma PLA Celestial @BBL A2L.json b/preset/Panchroma PLA Celestial/BBL/A2L/BambuStudio/Panchroma PLA Celestial @BBL A2L.json index 88d5c277..9ba0f216 100644 --- a/preset/Panchroma PLA Celestial/BBL/A2L/BambuStudio/Panchroma PLA Celestial @BBL A2L.json +++ b/preset/Panchroma PLA Celestial/BBL/A2L/BambuStudio/Panchroma PLA Celestial @BBL A2L.json @@ -140,9 +140,6 @@ "0.98" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Celestial/BBL/H2C/BambuStudio/Panchroma PLA Celestial @BBL H2C.json b/preset/Panchroma PLA Celestial/BBL/H2C/BambuStudio/Panchroma PLA Celestial @BBL H2C.json index f6a23262..0005ab06 100644 --- a/preset/Panchroma PLA Celestial/BBL/H2C/BambuStudio/Panchroma PLA Celestial @BBL H2C.json +++ b/preset/Panchroma PLA Celestial/BBL/H2C/BambuStudio/Panchroma PLA Celestial @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Celestial/BBL/H2D/BambuStudio/Panchroma PLA Celestial @BBL H2D.json b/preset/Panchroma PLA Celestial/BBL/H2D/BambuStudio/Panchroma PLA Celestial @BBL H2D.json index f47a5afe..845accee 100644 --- a/preset/Panchroma PLA Celestial/BBL/H2D/BambuStudio/Panchroma PLA Celestial @BBL H2D.json +++ b/preset/Panchroma PLA Celestial/BBL/H2D/BambuStudio/Panchroma PLA Celestial @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Celestial/BBL/H2S/BambuStudio/Panchroma PLA Celestial @BBL H2S.json b/preset/Panchroma PLA Celestial/BBL/H2S/BambuStudio/Panchroma PLA Celestial @BBL H2S.json index d5da0cff..0f655b24 100644 --- a/preset/Panchroma PLA Celestial/BBL/H2S/BambuStudio/Panchroma PLA Celestial @BBL H2S.json +++ b/preset/Panchroma PLA Celestial/BBL/H2S/BambuStudio/Panchroma PLA Celestial @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Celestial/BBL/P1S/BambuStudio/Panchroma PLA Celestial @BBL P1S.json b/preset/Panchroma PLA Celestial/BBL/P1S/BambuStudio/Panchroma PLA Celestial @BBL P1S.json new file mode 100644 index 00000000..005ebbf1 --- /dev/null +++ b/preset/Panchroma PLA Celestial/BBL/P1S/BambuStudio/Panchroma PLA Celestial @BBL P1S.json @@ -0,0 +1,369 @@ +{ + "type": "filament", + "name": "Panchroma PLA Celestial @BBL P1S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.17" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Panchroma PLA Celestial @BBL P1S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "61" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL02", + "description": " ", + "setting_id": "GFSL99", + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/Panchroma PLA Celestial/BBL/P2S/BambuStudio/Panchroma PLA Celestial @BBL P2S.json b/preset/Panchroma PLA Celestial/BBL/P2S/BambuStudio/Panchroma PLA Celestial @BBL P2S.json index 06b570f1..21d00458 100644 --- a/preset/Panchroma PLA Celestial/BBL/P2S/BambuStudio/Panchroma PLA Celestial @BBL P2S.json +++ b/preset/Panchroma PLA Celestial/BBL/P2S/BambuStudio/Panchroma PLA Celestial @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Celestial/BBL/X2D/BambuStudio/Panchroma PLA Celestial @BBL X2D.json b/preset/Panchroma PLA Celestial/BBL/X2D/BambuStudio/Panchroma PLA Celestial @BBL X2D.json index af592c06..9c59101a 100644 --- a/preset/Panchroma PLA Celestial/BBL/X2D/BambuStudio/Panchroma PLA Celestial @BBL X2D.json +++ b/preset/Panchroma PLA Celestial/BBL/X2D/BambuStudio/Panchroma PLA Celestial @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Galaxy/BBL/A2L/BambuStudio/Panchroma PLA Galaxy @BBL A2L.json b/preset/Panchroma PLA Galaxy/BBL/A2L/BambuStudio/Panchroma PLA Galaxy @BBL A2L.json index c7fb60d9..b66d78af 100644 --- a/preset/Panchroma PLA Galaxy/BBL/A2L/BambuStudio/Panchroma PLA Galaxy @BBL A2L.json +++ b/preset/Panchroma PLA Galaxy/BBL/A2L/BambuStudio/Panchroma PLA Galaxy @BBL A2L.json @@ -140,9 +140,6 @@ "0.98" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Galaxy/BBL/H2C/BambuStudio/Panchroma PLA Galaxy @BBL H2C.json b/preset/Panchroma PLA Galaxy/BBL/H2C/BambuStudio/Panchroma PLA Galaxy @BBL H2C.json index bdf425cd..9ced740c 100644 --- a/preset/Panchroma PLA Galaxy/BBL/H2C/BambuStudio/Panchroma PLA Galaxy @BBL H2C.json +++ b/preset/Panchroma PLA Galaxy/BBL/H2C/BambuStudio/Panchroma PLA Galaxy @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Galaxy/BBL/H2D/BambuStudio/Panchroma PLA Galaxy @BBL H2D.json b/preset/Panchroma PLA Galaxy/BBL/H2D/BambuStudio/Panchroma PLA Galaxy @BBL H2D.json index 0d7140e8..9c4a0800 100644 --- a/preset/Panchroma PLA Galaxy/BBL/H2D/BambuStudio/Panchroma PLA Galaxy @BBL H2D.json +++ b/preset/Panchroma PLA Galaxy/BBL/H2D/BambuStudio/Panchroma PLA Galaxy @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Galaxy/BBL/H2S/BambuStudio/Panchroma PLA Galaxy @BBL H2S.json b/preset/Panchroma PLA Galaxy/BBL/H2S/BambuStudio/Panchroma PLA Galaxy @BBL H2S.json index 0ab1c029..0a12ac97 100644 --- a/preset/Panchroma PLA Galaxy/BBL/H2S/BambuStudio/Panchroma PLA Galaxy @BBL H2S.json +++ b/preset/Panchroma PLA Galaxy/BBL/H2S/BambuStudio/Panchroma PLA Galaxy @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Galaxy/BBL/P1S/BambuStudio/Panchroma PLA Galaxy @BBL P1S.json b/preset/Panchroma PLA Galaxy/BBL/P1S/BambuStudio/Panchroma PLA Galaxy @BBL P1S.json new file mode 100644 index 00000000..aad60695 --- /dev/null +++ b/preset/Panchroma PLA Galaxy/BBL/P1S/BambuStudio/Panchroma PLA Galaxy @BBL P1S.json @@ -0,0 +1,369 @@ +{ + "type": "filament", + "name": "Panchroma PLA Galaxy @BBL P1S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.17" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Panchroma PLA Galaxy @BBL P1S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "61" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL03", + "description": " ", + "setting_id": "GFSL99", + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/Panchroma PLA Galaxy/BBL/P2S/BambuStudio/Panchroma PLA Galaxy @BBL P2S.json b/preset/Panchroma PLA Galaxy/BBL/P2S/BambuStudio/Panchroma PLA Galaxy @BBL P2S.json index 48d053dc..4d6e1b5e 100644 --- a/preset/Panchroma PLA Galaxy/BBL/P2S/BambuStudio/Panchroma PLA Galaxy @BBL P2S.json +++ b/preset/Panchroma PLA Galaxy/BBL/P2S/BambuStudio/Panchroma PLA Galaxy @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Galaxy/BBL/X2D/BambuStudio/Panchroma PLA Galaxy @BBL X2D.json b/preset/Panchroma PLA Galaxy/BBL/X2D/BambuStudio/Panchroma PLA Galaxy @BBL X2D.json index f8c3dab2..db07958e 100644 --- a/preset/Panchroma PLA Galaxy/BBL/X2D/BambuStudio/Panchroma PLA Galaxy @BBL X2D.json +++ b/preset/Panchroma PLA Galaxy/BBL/X2D/BambuStudio/Panchroma PLA Galaxy @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Glow/BBL/A2L/BambuStudio/Panchroma PLA Glow @BBL A2L.json b/preset/Panchroma PLA Glow/BBL/A2L/BambuStudio/Panchroma PLA Glow @BBL A2L.json index dfc9868b..925fc4c9 100644 --- a/preset/Panchroma PLA Glow/BBL/A2L/BambuStudio/Panchroma PLA Glow @BBL A2L.json +++ b/preset/Panchroma PLA Glow/BBL/A2L/BambuStudio/Panchroma PLA Glow @BBL A2L.json @@ -140,9 +140,6 @@ "0.98" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Glow/BBL/H2C/BambuStudio/Panchroma PLA Glow @BBL H2C.json b/preset/Panchroma PLA Glow/BBL/H2C/BambuStudio/Panchroma PLA Glow @BBL H2C.json index aaa7e968..9d487e9e 100644 --- a/preset/Panchroma PLA Glow/BBL/H2C/BambuStudio/Panchroma PLA Glow @BBL H2C.json +++ b/preset/Panchroma PLA Glow/BBL/H2C/BambuStudio/Panchroma PLA Glow @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Glow/BBL/H2D/BambuStudio/Panchroma PLA Glow @BBL H2D.json b/preset/Panchroma PLA Glow/BBL/H2D/BambuStudio/Panchroma PLA Glow @BBL H2D.json index a4f50f1f..983b5876 100644 --- a/preset/Panchroma PLA Glow/BBL/H2D/BambuStudio/Panchroma PLA Glow @BBL H2D.json +++ b/preset/Panchroma PLA Glow/BBL/H2D/BambuStudio/Panchroma PLA Glow @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Glow/BBL/H2S/BambuStudio/Panchroma PLA Glow @BBL H2S.json b/preset/Panchroma PLA Glow/BBL/H2S/BambuStudio/Panchroma PLA Glow @BBL H2S.json index ce52e31a..51f8aee8 100644 --- a/preset/Panchroma PLA Glow/BBL/H2S/BambuStudio/Panchroma PLA Glow @BBL H2S.json +++ b/preset/Panchroma PLA Glow/BBL/H2S/BambuStudio/Panchroma PLA Glow @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Glow/BBL/P1S/BambuStudio/Panchroma PLA Glow @BBL P1S.json b/preset/Panchroma PLA Glow/BBL/P1S/BambuStudio/Panchroma PLA Glow @BBL P1S.json new file mode 100644 index 00000000..5759922d --- /dev/null +++ b/preset/Panchroma PLA Glow/BBL/P1S/BambuStudio/Panchroma PLA Glow @BBL P1S.json @@ -0,0 +1,369 @@ +{ + "type": "filament", + "name": "Panchroma PLA Glow @BBL P1S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.17" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Panchroma PLA Glow @BBL P1S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "61" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL04", + "description": " ", + "setting_id": "GFSL99", + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/Panchroma PLA Glow/BBL/P2S/BambuStudio/Panchroma PLA Glow @BBL P2S.json b/preset/Panchroma PLA Glow/BBL/P2S/BambuStudio/Panchroma PLA Glow @BBL P2S.json index 2aa65d96..ed2860fe 100644 --- a/preset/Panchroma PLA Glow/BBL/P2S/BambuStudio/Panchroma PLA Glow @BBL P2S.json +++ b/preset/Panchroma PLA Glow/BBL/P2S/BambuStudio/Panchroma PLA Glow @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Glow/BBL/X2D/BambuStudio/Panchroma PLA Glow @BBL X2D.json b/preset/Panchroma PLA Glow/BBL/X2D/BambuStudio/Panchroma PLA Glow @BBL X2D.json index 19e62e6b..59ca15b2 100644 --- a/preset/Panchroma PLA Glow/BBL/X2D/BambuStudio/Panchroma PLA Glow @BBL X2D.json +++ b/preset/Panchroma PLA Glow/BBL/X2D/BambuStudio/Panchroma PLA Glow @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Luminous/BBL/A2L/BambuStudio/Panchroma PLA Luminous @BBL A2L.json b/preset/Panchroma PLA Luminous/BBL/A2L/BambuStudio/Panchroma PLA Luminous @BBL A2L.json index e4eb7348..98a56444 100644 --- a/preset/Panchroma PLA Luminous/BBL/A2L/BambuStudio/Panchroma PLA Luminous @BBL A2L.json +++ b/preset/Panchroma PLA Luminous/BBL/A2L/BambuStudio/Panchroma PLA Luminous @BBL A2L.json @@ -140,9 +140,6 @@ "0.98" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Luminous/BBL/H2C/BambuStudio/Panchroma PLA Luminous @BBL H2C.json b/preset/Panchroma PLA Luminous/BBL/H2C/BambuStudio/Panchroma PLA Luminous @BBL H2C.json index c815f5c3..ec546dc1 100644 --- a/preset/Panchroma PLA Luminous/BBL/H2C/BambuStudio/Panchroma PLA Luminous @BBL H2C.json +++ b/preset/Panchroma PLA Luminous/BBL/H2C/BambuStudio/Panchroma PLA Luminous @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Luminous/BBL/H2D/BambuStudio/Panchroma PLA Luminous @BBL H2D.json b/preset/Panchroma PLA Luminous/BBL/H2D/BambuStudio/Panchroma PLA Luminous @BBL H2D.json index 80cf1e77..4c5c2969 100644 --- a/preset/Panchroma PLA Luminous/BBL/H2D/BambuStudio/Panchroma PLA Luminous @BBL H2D.json +++ b/preset/Panchroma PLA Luminous/BBL/H2D/BambuStudio/Panchroma PLA Luminous @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Luminous/BBL/H2S/BambuStudio/Panchroma PLA Luminous @BBL H2S.json b/preset/Panchroma PLA Luminous/BBL/H2S/BambuStudio/Panchroma PLA Luminous @BBL H2S.json index 4c1cda8d..bb132ce6 100644 --- a/preset/Panchroma PLA Luminous/BBL/H2S/BambuStudio/Panchroma PLA Luminous @BBL H2S.json +++ b/preset/Panchroma PLA Luminous/BBL/H2S/BambuStudio/Panchroma PLA Luminous @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Luminous/BBL/P1S/BambuStudio/Panchroma PLA Luminous @BBL P1S.json b/preset/Panchroma PLA Luminous/BBL/P1S/BambuStudio/Panchroma PLA Luminous @BBL P1S.json new file mode 100644 index 00000000..f1a099ac --- /dev/null +++ b/preset/Panchroma PLA Luminous/BBL/P1S/BambuStudio/Panchroma PLA Luminous @BBL P1S.json @@ -0,0 +1,369 @@ +{ + "type": "filament", + "name": "Panchroma PLA Luminous @BBL P1S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.17" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Panchroma PLA Luminous @BBL P1S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "61" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL05", + "description": " ", + "setting_id": "GFSL99", + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/Panchroma PLA Luminous/BBL/P2S/BambuStudio/Panchroma PLA Luminous @BBL P2S.json b/preset/Panchroma PLA Luminous/BBL/P2S/BambuStudio/Panchroma PLA Luminous @BBL P2S.json index 0d9086dc..d592a499 100644 --- a/preset/Panchroma PLA Luminous/BBL/P2S/BambuStudio/Panchroma PLA Luminous @BBL P2S.json +++ b/preset/Panchroma PLA Luminous/BBL/P2S/BambuStudio/Panchroma PLA Luminous @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Luminous/BBL/X2D/BambuStudio/Panchroma PLA Luminous @BBL X2D.json b/preset/Panchroma PLA Luminous/BBL/X2D/BambuStudio/Panchroma PLA Luminous @BBL X2D.json index 0f6d3024..e09f4d7b 100644 --- a/preset/Panchroma PLA Luminous/BBL/X2D/BambuStudio/Panchroma PLA Luminous @BBL X2D.json +++ b/preset/Panchroma PLA Luminous/BBL/X2D/BambuStudio/Panchroma PLA Luminous @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Marble/BBL/A2L/BambuStudio/Panchroma PLA Marble @BBL A2L.json b/preset/Panchroma PLA Marble/BBL/A2L/BambuStudio/Panchroma PLA Marble @BBL A2L.json index e91d8c3b..5e253180 100644 --- a/preset/Panchroma PLA Marble/BBL/A2L/BambuStudio/Panchroma PLA Marble @BBL A2L.json +++ b/preset/Panchroma PLA Marble/BBL/A2L/BambuStudio/Panchroma PLA Marble @BBL A2L.json @@ -140,9 +140,6 @@ "1.03" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Marble/BBL/H2C/BambuStudio/Panchroma PLA Marble @BBL H2C.json b/preset/Panchroma PLA Marble/BBL/H2C/BambuStudio/Panchroma PLA Marble @BBL H2C.json index 9d935374..5720a561 100644 --- a/preset/Panchroma PLA Marble/BBL/H2C/BambuStudio/Panchroma PLA Marble @BBL H2C.json +++ b/preset/Panchroma PLA Marble/BBL/H2C/BambuStudio/Panchroma PLA Marble @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Marble/BBL/H2D/BambuStudio/Panchroma PLA Marble @BBL H2D.json b/preset/Panchroma PLA Marble/BBL/H2D/BambuStudio/Panchroma PLA Marble @BBL H2D.json index 1a5fba25..048d15a5 100644 --- a/preset/Panchroma PLA Marble/BBL/H2D/BambuStudio/Panchroma PLA Marble @BBL H2D.json +++ b/preset/Panchroma PLA Marble/BBL/H2D/BambuStudio/Panchroma PLA Marble @BBL H2D.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -363,6 +360,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2D", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Marble/BBL/P2S/BambuStudio/Panchroma PLA Marble @BBL P2S.json b/preset/Panchroma PLA Marble/BBL/P2S/BambuStudio/Panchroma PLA Marble @BBL P2S.json index 390a8b51..d52bbb74 100644 --- a/preset/Panchroma PLA Marble/BBL/P2S/BambuStudio/Panchroma PLA Marble @BBL P2S.json +++ b/preset/Panchroma PLA Marble/BBL/P2S/BambuStudio/Panchroma PLA Marble @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Marble/BBL/X2D/BambuStudio/Panchroma PLA Marble @BBL X2D.json b/preset/Panchroma PLA Marble/BBL/X2D/BambuStudio/Panchroma PLA Marble @BBL X2D.json index 7899d59c..fdde82df 100644 --- a/preset/Panchroma PLA Marble/BBL/X2D/BambuStudio/Panchroma PLA Marble @BBL X2D.json +++ b/preset/Panchroma PLA Marble/BBL/X2D/BambuStudio/Panchroma PLA Marble @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Matte/BBL/A2L/BambuStudio/Panchroma PLA Matte @BBL A2L.json b/preset/Panchroma PLA Matte/BBL/A2L/BambuStudio/Panchroma PLA Matte @BBL A2L.json index 12ac6665..1120ba2b 100644 --- a/preset/Panchroma PLA Matte/BBL/A2L/BambuStudio/Panchroma PLA Matte @BBL A2L.json +++ b/preset/Panchroma PLA Matte/BBL/A2L/BambuStudio/Panchroma PLA Matte @BBL A2L.json @@ -140,9 +140,6 @@ "1.03" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Matte/BBL/H2C/BambuStudio/Panchroma PLA Matte @BBL H2C.json b/preset/Panchroma PLA Matte/BBL/H2C/BambuStudio/Panchroma PLA Matte @BBL H2C.json index b4b5d2e5..95f94272 100644 --- a/preset/Panchroma PLA Matte/BBL/H2C/BambuStudio/Panchroma PLA Matte @BBL H2C.json +++ b/preset/Panchroma PLA Matte/BBL/H2C/BambuStudio/Panchroma PLA Matte @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Matte/BBL/H2D/BambuStudio/Panchroma PLA Matte @BBL H2D.json b/preset/Panchroma PLA Matte/BBL/H2D/BambuStudio/Panchroma PLA Matte @BBL H2D.json index 64efb464..3ecadccb 100644 --- a/preset/Panchroma PLA Matte/BBL/H2D/BambuStudio/Panchroma PLA Matte @BBL H2D.json +++ b/preset/Panchroma PLA Matte/BBL/H2D/BambuStudio/Panchroma PLA Matte @BBL H2D.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -363,6 +360,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2D", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Matte/BBL/P2S/BambuStudio/Panchroma PLA Matte @BBL P2S.json b/preset/Panchroma PLA Matte/BBL/P2S/BambuStudio/Panchroma PLA Matte @BBL P2S.json index e7454732..d0d495a6 100644 --- a/preset/Panchroma PLA Matte/BBL/P2S/BambuStudio/Panchroma PLA Matte @BBL P2S.json +++ b/preset/Panchroma PLA Matte/BBL/P2S/BambuStudio/Panchroma PLA Matte @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Matte/BBL/X2D/BambuStudio/Panchroma PLA Matte @BBL X2D.json b/preset/Panchroma PLA Matte/BBL/X2D/BambuStudio/Panchroma PLA Matte @BBL X2D.json index 87a1dcbc..109a1065 100644 --- a/preset/Panchroma PLA Matte/BBL/X2D/BambuStudio/Panchroma PLA Matte @BBL X2D.json +++ b/preset/Panchroma PLA Matte/BBL/X2D/BambuStudio/Panchroma PLA Matte @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Metallic/BBL/A2L/BambuStudio/Panchroma PLA Metallic @BBL A2L.json b/preset/Panchroma PLA Metallic/BBL/A2L/BambuStudio/Panchroma PLA Metallic @BBL A2L.json index 819af3b1..d1bde37e 100644 --- a/preset/Panchroma PLA Metallic/BBL/A2L/BambuStudio/Panchroma PLA Metallic @BBL A2L.json +++ b/preset/Panchroma PLA Metallic/BBL/A2L/BambuStudio/Panchroma PLA Metallic @BBL A2L.json @@ -140,9 +140,6 @@ "0.98" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Metallic/BBL/H2C/BambuStudio/Panchroma PLA Metallic @BBL H2C.json b/preset/Panchroma PLA Metallic/BBL/H2C/BambuStudio/Panchroma PLA Metallic @BBL H2C.json index 02ea2399..e57fcf9e 100644 --- a/preset/Panchroma PLA Metallic/BBL/H2C/BambuStudio/Panchroma PLA Metallic @BBL H2C.json +++ b/preset/Panchroma PLA Metallic/BBL/H2C/BambuStudio/Panchroma PLA Metallic @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Metallic/BBL/H2D/BambuStudio/Panchroma PLA Metallic @BBL H2D.json b/preset/Panchroma PLA Metallic/BBL/H2D/BambuStudio/Panchroma PLA Metallic @BBL H2D.json index cb9ada10..f942781b 100644 --- a/preset/Panchroma PLA Metallic/BBL/H2D/BambuStudio/Panchroma PLA Metallic @BBL H2D.json +++ b/preset/Panchroma PLA Metallic/BBL/H2D/BambuStudio/Panchroma PLA Metallic @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Metallic/BBL/H2S/BambuStudio/Panchroma PLA Metallic @BBL H2S.json b/preset/Panchroma PLA Metallic/BBL/H2S/BambuStudio/Panchroma PLA Metallic @BBL H2S.json index cfee707d..35cba28d 100644 --- a/preset/Panchroma PLA Metallic/BBL/H2S/BambuStudio/Panchroma PLA Metallic @BBL H2S.json +++ b/preset/Panchroma PLA Metallic/BBL/H2S/BambuStudio/Panchroma PLA Metallic @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Metallic/BBL/P1S/BambuStudio/Panchroma PLA Metallic @BBL P1S.json b/preset/Panchroma PLA Metallic/BBL/P1S/BambuStudio/Panchroma PLA Metallic @BBL P1S.json new file mode 100644 index 00000000..64b24ebe --- /dev/null +++ b/preset/Panchroma PLA Metallic/BBL/P1S/BambuStudio/Panchroma PLA Metallic @BBL P1S.json @@ -0,0 +1,369 @@ +{ + "type": "filament", + "name": "Panchroma PLA Metallic @BBL P1S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.17" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Panchroma PLA Metallic @BBL P1S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "61" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL08", + "description": " ", + "setting_id": "GFSL99", + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/Panchroma PLA Metallic/BBL/P2S/BambuStudio/Panchroma PLA Metallic @BBL P2S.json b/preset/Panchroma PLA Metallic/BBL/P2S/BambuStudio/Panchroma PLA Metallic @BBL P2S.json index a393cc1d..87ef3638 100644 --- a/preset/Panchroma PLA Metallic/BBL/P2S/BambuStudio/Panchroma PLA Metallic @BBL P2S.json +++ b/preset/Panchroma PLA Metallic/BBL/P2S/BambuStudio/Panchroma PLA Metallic @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Metallic/BBL/X2D/BambuStudio/Panchroma PLA Metallic @BBL X2D.json b/preset/Panchroma PLA Metallic/BBL/X2D/BambuStudio/Panchroma PLA Metallic @BBL X2D.json index 89db6dc5..9a013429 100644 --- a/preset/Panchroma PLA Metallic/BBL/X2D/BambuStudio/Panchroma PLA Metallic @BBL X2D.json +++ b/preset/Panchroma PLA Metallic/BBL/X2D/BambuStudio/Panchroma PLA Metallic @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Neon/BBL/A2L/BambuStudio/Panchroma PLA Neon @BBL A2L.json b/preset/Panchroma PLA Neon/BBL/A2L/BambuStudio/Panchroma PLA Neon @BBL A2L.json index 01ca0c51..17d41908 100644 --- a/preset/Panchroma PLA Neon/BBL/A2L/BambuStudio/Panchroma PLA Neon @BBL A2L.json +++ b/preset/Panchroma PLA Neon/BBL/A2L/BambuStudio/Panchroma PLA Neon @BBL A2L.json @@ -140,9 +140,6 @@ "0.98" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Neon/BBL/H2C/BambuStudio/Panchroma PLA Neon @BBL H2C.json b/preset/Panchroma PLA Neon/BBL/H2C/BambuStudio/Panchroma PLA Neon @BBL H2C.json index dda7baca..058f61fa 100644 --- a/preset/Panchroma PLA Neon/BBL/H2C/BambuStudio/Panchroma PLA Neon @BBL H2C.json +++ b/preset/Panchroma PLA Neon/BBL/H2C/BambuStudio/Panchroma PLA Neon @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Neon/BBL/H2D/BambuStudio/Panchroma PLA Neon @BBL H2D.json b/preset/Panchroma PLA Neon/BBL/H2D/BambuStudio/Panchroma PLA Neon @BBL H2D.json index fe3ed1d0..f8eb7c45 100644 --- a/preset/Panchroma PLA Neon/BBL/H2D/BambuStudio/Panchroma PLA Neon @BBL H2D.json +++ b/preset/Panchroma PLA Neon/BBL/H2D/BambuStudio/Panchroma PLA Neon @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Neon/BBL/H2S/BambuStudio/Panchroma PLA Neon @BBL H2S.json b/preset/Panchroma PLA Neon/BBL/H2S/BambuStudio/Panchroma PLA Neon @BBL H2S.json index f7a88132..5293ef14 100644 --- a/preset/Panchroma PLA Neon/BBL/H2S/BambuStudio/Panchroma PLA Neon @BBL H2S.json +++ b/preset/Panchroma PLA Neon/BBL/H2S/BambuStudio/Panchroma PLA Neon @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Neon/BBL/P1S/BambuStudio/Panchroma PLA Neon @BBL P1S.json b/preset/Panchroma PLA Neon/BBL/P1S/BambuStudio/Panchroma PLA Neon @BBL P1S.json new file mode 100644 index 00000000..b4f13da8 --- /dev/null +++ b/preset/Panchroma PLA Neon/BBL/P1S/BambuStudio/Panchroma PLA Neon @BBL P1S.json @@ -0,0 +1,369 @@ +{ + "type": "filament", + "name": "Panchroma PLA Neon @BBL P1S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.17" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Panchroma PLA Neon @BBL P1S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "61" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL09", + "description": " ", + "setting_id": "GFSL99", + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/Panchroma PLA Neon/BBL/P2S/BambuStudio/Panchroma PLA Neon @BBL P2S.json b/preset/Panchroma PLA Neon/BBL/P2S/BambuStudio/Panchroma PLA Neon @BBL P2S.json index da66cd04..20fa2d68 100644 --- a/preset/Panchroma PLA Neon/BBL/P2S/BambuStudio/Panchroma PLA Neon @BBL P2S.json +++ b/preset/Panchroma PLA Neon/BBL/P2S/BambuStudio/Panchroma PLA Neon @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Neon/BBL/X2D/BambuStudio/Panchroma PLA Neon @BBL X2D.json b/preset/Panchroma PLA Neon/BBL/X2D/BambuStudio/Panchroma PLA Neon @BBL X2D.json index 59290a47..7e14034c 100644 --- a/preset/Panchroma PLA Neon/BBL/X2D/BambuStudio/Panchroma PLA Neon @BBL X2D.json +++ b/preset/Panchroma PLA Neon/BBL/X2D/BambuStudio/Panchroma PLA Neon @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Satin/BBL/H2C/BambuStudio/Panchroma PLA Satin @BBL H2C.json b/preset/Panchroma PLA Satin/BBL/H2C/BambuStudio/Panchroma PLA Satin @BBL H2C.json index 0a4e27c0..6ad66484 100644 --- a/preset/Panchroma PLA Satin/BBL/H2C/BambuStudio/Panchroma PLA Satin @BBL H2C.json +++ b/preset/Panchroma PLA Satin/BBL/H2C/BambuStudio/Panchroma PLA Satin @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Satin/BBL/H2S/BambuStudio/Panchroma PLA Satin @BBL H2S.json b/preset/Panchroma PLA Satin/BBL/H2S/BambuStudio/Panchroma PLA Satin @BBL H2S.json index 5e8c304e..4dea8ace 100644 --- a/preset/Panchroma PLA Satin/BBL/H2S/BambuStudio/Panchroma PLA Satin @BBL H2S.json +++ b/preset/Panchroma PLA Satin/BBL/H2S/BambuStudio/Panchroma PLA Satin @BBL H2S.json @@ -289,6 +289,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Satin/BBL/P2S/BambuStudio/Panchroma PLA Satin @BBL P2S.json b/preset/Panchroma PLA Satin/BBL/P2S/BambuStudio/Panchroma PLA Satin @BBL P2S.json index f03e0e1e..a6df01d2 100644 --- a/preset/Panchroma PLA Satin/BBL/P2S/BambuStudio/Panchroma PLA Satin @BBL P2S.json +++ b/preset/Panchroma PLA Satin/BBL/P2S/BambuStudio/Panchroma PLA Satin @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Satin/BBL/X2D/BambuStudio/Panchroma PLA Satin @BBL X2D.json b/preset/Panchroma PLA Satin/BBL/X2D/BambuStudio/Panchroma PLA Satin @BBL X2D.json index 07b6d416..e7c8f1cc 100644 --- a/preset/Panchroma PLA Satin/BBL/X2D/BambuStudio/Panchroma PLA Satin @BBL X2D.json +++ b/preset/Panchroma PLA Satin/BBL/X2D/BambuStudio/Panchroma PLA Satin @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Silk/BBL/A2L/BambuStudio/Panchroma PLA Silk @BBL A2L.json b/preset/Panchroma PLA Silk/BBL/A2L/BambuStudio/Panchroma PLA Silk @BBL A2L.json index a8e0ef96..1dd5e1d0 100644 --- a/preset/Panchroma PLA Silk/BBL/A2L/BambuStudio/Panchroma PLA Silk @BBL A2L.json +++ b/preset/Panchroma PLA Silk/BBL/A2L/BambuStudio/Panchroma PLA Silk @BBL A2L.json @@ -140,9 +140,6 @@ "0.96" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Silk/BBL/H2C/BambuStudio/Panchroma PLA Silk @BBL H2C.json b/preset/Panchroma PLA Silk/BBL/H2C/BambuStudio/Panchroma PLA Silk @BBL H2C.json index eea5d7f3..d686eb1b 100644 --- a/preset/Panchroma PLA Silk/BBL/H2C/BambuStudio/Panchroma PLA Silk @BBL H2C.json +++ b/preset/Panchroma PLA Silk/BBL/H2C/BambuStudio/Panchroma PLA Silk @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Silk/BBL/H2D/BambuStudio/Panchroma PLA Silk @BBL H2D.json b/preset/Panchroma PLA Silk/BBL/H2D/BambuStudio/Panchroma PLA Silk @BBL H2D.json index 8606a86d..18e7e7e7 100644 --- a/preset/Panchroma PLA Silk/BBL/H2D/BambuStudio/Panchroma PLA Silk @BBL H2D.json +++ b/preset/Panchroma PLA Silk/BBL/H2D/BambuStudio/Panchroma PLA Silk @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Silk/BBL/H2S/BambuStudio/Panchroma PLA Silk @BBL H2S.json b/preset/Panchroma PLA Silk/BBL/H2S/BambuStudio/Panchroma PLA Silk @BBL H2S.json index 631eee10..5a841e9f 100644 --- a/preset/Panchroma PLA Silk/BBL/H2S/BambuStudio/Panchroma PLA Silk @BBL H2S.json +++ b/preset/Panchroma PLA Silk/BBL/H2S/BambuStudio/Panchroma PLA Silk @BBL H2S.json @@ -155,9 +155,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -310,6 +307,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "ironing_fan_speed": [ "-1" ], diff --git a/preset/Panchroma PLA Silk/BBL/P2S/BambuStudio/Panchroma PLA Silk @BBL P2S.json b/preset/Panchroma PLA Silk/BBL/P2S/BambuStudio/Panchroma PLA Silk @BBL P2S.json index e69e3f10..4062a748 100644 --- a/preset/Panchroma PLA Silk/BBL/P2S/BambuStudio/Panchroma PLA Silk @BBL P2S.json +++ b/preset/Panchroma PLA Silk/BBL/P2S/BambuStudio/Panchroma PLA Silk @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Silk/BBL/X2D/BambuStudio/Panchroma PLA Silk @BBL X2D.json b/preset/Panchroma PLA Silk/BBL/X2D/BambuStudio/Panchroma PLA Silk @BBL X2D.json index cec36c9b..e3bcb4d0 100644 --- a/preset/Panchroma PLA Silk/BBL/X2D/BambuStudio/Panchroma PLA Silk @BBL X2D.json +++ b/preset/Panchroma PLA Silk/BBL/X2D/BambuStudio/Panchroma PLA Silk @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Starlight/BBL/A2L/BambuStudio/Panchroma PLA Starlight @BBL A2L.json b/preset/Panchroma PLA Starlight/BBL/A2L/BambuStudio/Panchroma PLA Starlight @BBL A2L.json index 262a383f..7c16e9b1 100644 --- a/preset/Panchroma PLA Starlight/BBL/A2L/BambuStudio/Panchroma PLA Starlight @BBL A2L.json +++ b/preset/Panchroma PLA Starlight/BBL/A2L/BambuStudio/Panchroma PLA Starlight @BBL A2L.json @@ -140,9 +140,6 @@ "0.98" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Starlight/BBL/H2C/BambuStudio/Panchroma PLA Starlight @BBL H2C.json b/preset/Panchroma PLA Starlight/BBL/H2C/BambuStudio/Panchroma PLA Starlight @BBL H2C.json index eb6229b8..56ad6666 100644 --- a/preset/Panchroma PLA Starlight/BBL/H2C/BambuStudio/Panchroma PLA Starlight @BBL H2C.json +++ b/preset/Panchroma PLA Starlight/BBL/H2C/BambuStudio/Panchroma PLA Starlight @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Starlight/BBL/H2D/BambuStudio/Panchroma PLA Starlight @BBL H2D.json b/preset/Panchroma PLA Starlight/BBL/H2D/BambuStudio/Panchroma PLA Starlight @BBL H2D.json index 37461be0..032bbf4c 100644 --- a/preset/Panchroma PLA Starlight/BBL/H2D/BambuStudio/Panchroma PLA Starlight @BBL H2D.json +++ b/preset/Panchroma PLA Starlight/BBL/H2D/BambuStudio/Panchroma PLA Starlight @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Starlight/BBL/H2S/BambuStudio/Panchroma PLA Starlight @BBL H2S.json b/preset/Panchroma PLA Starlight/BBL/H2S/BambuStudio/Panchroma PLA Starlight @BBL H2S.json index d2025f09..5b52fac2 100644 --- a/preset/Panchroma PLA Starlight/BBL/H2S/BambuStudio/Panchroma PLA Starlight @BBL H2S.json +++ b/preset/Panchroma PLA Starlight/BBL/H2S/BambuStudio/Panchroma PLA Starlight @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Starlight/BBL/P1S/BambuStudio/Panchroma PLA Starlight @BBL P1S.json b/preset/Panchroma PLA Starlight/BBL/P1S/BambuStudio/Panchroma PLA Starlight @BBL P1S.json new file mode 100644 index 00000000..659c3800 --- /dev/null +++ b/preset/Panchroma PLA Starlight/BBL/P1S/BambuStudio/Panchroma PLA Starlight @BBL P1S.json @@ -0,0 +1,369 @@ +{ + "type": "filament", + "name": "Panchroma PLA Starlight @BBL P1S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.17" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Panchroma PLA Starlight @BBL P1S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "61" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL12", + "description": " ", + "setting_id": "GFSL99", + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/Panchroma PLA Starlight/BBL/P2S/BambuStudio/Panchroma PLA Starlight @BBL P2S.json b/preset/Panchroma PLA Starlight/BBL/P2S/BambuStudio/Panchroma PLA Starlight @BBL P2S.json index 60dc86a8..4bac98f7 100644 --- a/preset/Panchroma PLA Starlight/BBL/P2S/BambuStudio/Panchroma PLA Starlight @BBL P2S.json +++ b/preset/Panchroma PLA Starlight/BBL/P2S/BambuStudio/Panchroma PLA Starlight @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Starlight/BBL/X2D/BambuStudio/Panchroma PLA Starlight @BBL X2D.json b/preset/Panchroma PLA Starlight/BBL/X2D/BambuStudio/Panchroma PLA Starlight @BBL X2D.json index 04676491..f7842a2d 100644 --- a/preset/Panchroma PLA Starlight/BBL/X2D/BambuStudio/Panchroma PLA Starlight @BBL X2D.json +++ b/preset/Panchroma PLA Starlight/BBL/X2D/BambuStudio/Panchroma PLA Starlight @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Translucent/BBL/A2L/BambuStudio/Panchroma PLA Translucent @BBL A2L.json b/preset/Panchroma PLA Translucent/BBL/A2L/BambuStudio/Panchroma PLA Translucent @BBL A2L.json index 81d4e49b..3cc2b920 100644 --- a/preset/Panchroma PLA Translucent/BBL/A2L/BambuStudio/Panchroma PLA Translucent @BBL A2L.json +++ b/preset/Panchroma PLA Translucent/BBL/A2L/BambuStudio/Panchroma PLA Translucent @BBL A2L.json @@ -140,9 +140,6 @@ "0.98" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Translucent/BBL/H2C/BambuStudio/Panchroma PLA Translucent @BBL H2C.json b/preset/Panchroma PLA Translucent/BBL/H2C/BambuStudio/Panchroma PLA Translucent @BBL H2C.json index c54b0eed..18ba7bd3 100644 --- a/preset/Panchroma PLA Translucent/BBL/H2C/BambuStudio/Panchroma PLA Translucent @BBL H2C.json +++ b/preset/Panchroma PLA Translucent/BBL/H2C/BambuStudio/Panchroma PLA Translucent @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA Translucent/BBL/H2D/BambuStudio/Panchroma PLA Translucent @BBL H2D.json b/preset/Panchroma PLA Translucent/BBL/H2D/BambuStudio/Panchroma PLA Translucent @BBL H2D.json index b0c997c9..509ae3de 100644 --- a/preset/Panchroma PLA Translucent/BBL/H2D/BambuStudio/Panchroma PLA Translucent @BBL H2D.json +++ b/preset/Panchroma PLA Translucent/BBL/H2D/BambuStudio/Panchroma PLA Translucent @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Translucent/BBL/H2S/BambuStudio/Panchroma PLA Translucent @BBL H2S.json b/preset/Panchroma PLA Translucent/BBL/H2S/BambuStudio/Panchroma PLA Translucent @BBL H2S.json index 224a2ed9..65adf048 100644 --- a/preset/Panchroma PLA Translucent/BBL/H2S/BambuStudio/Panchroma PLA Translucent @BBL H2S.json +++ b/preset/Panchroma PLA Translucent/BBL/H2S/BambuStudio/Panchroma PLA Translucent @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Translucent/BBL/P1S/BambuStudio/Panchroma PLA Translucent @BBL P1S.json b/preset/Panchroma PLA Translucent/BBL/P1S/BambuStudio/Panchroma PLA Translucent @BBL P1S.json new file mode 100644 index 00000000..9f9259ad --- /dev/null +++ b/preset/Panchroma PLA Translucent/BBL/P1S/BambuStudio/Panchroma PLA Translucent @BBL P1S.json @@ -0,0 +1,369 @@ +{ + "type": "filament", + "name": "Panchroma PLA Translucent @BBL P1S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.17" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Panchroma PLA Translucent @BBL P1S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "61" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL13", + "description": " ", + "setting_id": "GFSL99", + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/Panchroma PLA Translucent/BBL/P2S/BambuStudio/Panchroma PLA Translucent @BBL P2S.json b/preset/Panchroma PLA Translucent/BBL/P2S/BambuStudio/Panchroma PLA Translucent @BBL P2S.json index 69ae91a7..21c9d93d 100644 --- a/preset/Panchroma PLA Translucent/BBL/P2S/BambuStudio/Panchroma PLA Translucent @BBL P2S.json +++ b/preset/Panchroma PLA Translucent/BBL/P2S/BambuStudio/Panchroma PLA Translucent @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA Translucent/BBL/X2D/BambuStudio/Panchroma PLA Translucent @BBL X2D.json b/preset/Panchroma PLA Translucent/BBL/X2D/BambuStudio/Panchroma PLA Translucent @BBL X2D.json index 422c21fe..2c29b5d4 100644 --- a/preset/Panchroma PLA Translucent/BBL/X2D/BambuStudio/Panchroma PLA Translucent @BBL X2D.json +++ b/preset/Panchroma PLA Translucent/BBL/X2D/BambuStudio/Panchroma PLA Translucent @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA UV Shift/BBL/A2L/BambuStudio/Panchroma PLA UV Shift @BBL A2L.json b/preset/Panchroma PLA UV Shift/BBL/A2L/BambuStudio/Panchroma PLA UV Shift @BBL A2L.json index 96e30eca..b7f7477e 100644 --- a/preset/Panchroma PLA UV Shift/BBL/A2L/BambuStudio/Panchroma PLA UV Shift @BBL A2L.json +++ b/preset/Panchroma PLA UV Shift/BBL/A2L/BambuStudio/Panchroma PLA UV Shift @BBL A2L.json @@ -140,9 +140,6 @@ "0.98" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA UV Shift/BBL/H2C/BambuStudio/Panchroma PLA UV Shift @BBL H2C.json b/preset/Panchroma PLA UV Shift/BBL/H2C/BambuStudio/Panchroma PLA UV Shift @BBL H2C.json index 22fba90e..62a965e1 100644 --- a/preset/Panchroma PLA UV Shift/BBL/H2C/BambuStudio/Panchroma PLA UV Shift @BBL H2C.json +++ b/preset/Panchroma PLA UV Shift/BBL/H2C/BambuStudio/Panchroma PLA UV Shift @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA UV Shift/BBL/H2D/BambuStudio/Panchroma PLA UV Shift @BBL H2D.json b/preset/Panchroma PLA UV Shift/BBL/H2D/BambuStudio/Panchroma PLA UV Shift @BBL H2D.json index 7b53b468..c8c6f091 100644 --- a/preset/Panchroma PLA UV Shift/BBL/H2D/BambuStudio/Panchroma PLA UV Shift @BBL H2D.json +++ b/preset/Panchroma PLA UV Shift/BBL/H2D/BambuStudio/Panchroma PLA UV Shift @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA UV Shift/BBL/H2S/BambuStudio/Panchroma PLA UV Shift @BBL H2S.json b/preset/Panchroma PLA UV Shift/BBL/H2S/BambuStudio/Panchroma PLA UV Shift @BBL H2S.json index 4f9d37d6..7a4f2221 100644 --- a/preset/Panchroma PLA UV Shift/BBL/H2S/BambuStudio/Panchroma PLA UV Shift @BBL H2S.json +++ b/preset/Panchroma PLA UV Shift/BBL/H2S/BambuStudio/Panchroma PLA UV Shift @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA UV Shift/BBL/P1S/BambuStudio/Panchroma PLA UV Shift @BBL P1S.json b/preset/Panchroma PLA UV Shift/BBL/P1S/BambuStudio/Panchroma PLA UV Shift @BBL P1S.json new file mode 100644 index 00000000..ddcd13ce --- /dev/null +++ b/preset/Panchroma PLA UV Shift/BBL/P1S/BambuStudio/Panchroma PLA UV Shift @BBL P1S.json @@ -0,0 +1,369 @@ +{ + "type": "filament", + "name": "Panchroma PLA UV Shift @BBL P1S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.17" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Panchroma PLA UV Shift @BBL P1S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "61" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL14", + "description": " ", + "setting_id": "GFSL99", + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/Panchroma PLA UV Shift/BBL/P2S/BambuStudio/Panchroma PLA UV Shift @BBL P2S.json b/preset/Panchroma PLA UV Shift/BBL/P2S/BambuStudio/Panchroma PLA UV Shift @BBL P2S.json index f51d0984..d6f7f6cb 100644 --- a/preset/Panchroma PLA UV Shift/BBL/P2S/BambuStudio/Panchroma PLA UV Shift @BBL P2S.json +++ b/preset/Panchroma PLA UV Shift/BBL/P2S/BambuStudio/Panchroma PLA UV Shift @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA UV Shift/BBL/X2D/BambuStudio/Panchroma PLA UV Shift @BBL X2D.json b/preset/Panchroma PLA UV Shift/BBL/X2D/BambuStudio/Panchroma PLA UV Shift @BBL X2D.json index 2074be26..dd0f351a 100644 --- a/preset/Panchroma PLA UV Shift/BBL/X2D/BambuStudio/Panchroma PLA UV Shift @BBL X2D.json +++ b/preset/Panchroma PLA UV Shift/BBL/X2D/BambuStudio/Panchroma PLA UV Shift @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA/BBL/A1/BambuStudio/Panchroma PLA @BBL A1.json b/preset/Panchroma PLA/BBL/A1/BambuStudio/Panchroma PLA @BBL A1.json index 9e2c9217..c25d5cb2 100644 --- a/preset/Panchroma PLA/BBL/A1/BambuStudio/Panchroma PLA @BBL A1.json +++ b/preset/Panchroma PLA/BBL/A1/BambuStudio/Panchroma PLA @BBL A1.json @@ -142,9 +142,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -356,6 +353,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A1", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA/BBL/A1M/BambuStudio/Panchroma PLA @BBL A1M.json b/preset/Panchroma PLA/BBL/A1M/BambuStudio/Panchroma PLA @BBL A1M.json index 6bae55a6..6614665b 100644 --- a/preset/Panchroma PLA/BBL/A1M/BambuStudio/Panchroma PLA @BBL A1M.json +++ b/preset/Panchroma PLA/BBL/A1M/BambuStudio/Panchroma PLA @BBL A1M.json @@ -142,9 +142,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -356,6 +353,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A1", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA/BBL/A2L/BambuStudio/Panchroma PLA @BBL A2L.json b/preset/Panchroma PLA/BBL/A2L/BambuStudio/Panchroma PLA @BBL A2L.json index 4ad1e9d3..f3ae9596 100644 --- a/preset/Panchroma PLA/BBL/A2L/BambuStudio/Panchroma PLA @BBL A2L.json +++ b/preset/Panchroma PLA/BBL/A2L/BambuStudio/Panchroma PLA @BBL A2L.json @@ -140,9 +140,6 @@ "0.99" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA/BBL/H2C/BambuStudio/Panchroma PLA @BBL H2C.json b/preset/Panchroma PLA/BBL/H2C/BambuStudio/Panchroma PLA @BBL H2C.json new file mode 100644 index 00000000..0d357260 --- /dev/null +++ b/preset/Panchroma PLA/BBL/H2C/BambuStudio/Panchroma PLA @BBL H2C.json @@ -0,0 +1,395 @@ +{ + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "compatible_printers": [ + "Bambu Lab H2C 0.4 nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints": [], + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.025" + ], + "counter_coef_3": [ + "-0.11" + ], + "counter_limit_max": [ + "0.05" + ], + "counter_limit_min": [ + "-0.04" + ], + "default_filament_colour": [ + "" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_adhesiveness_category": [ + "0" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_change_length_nc": [ + "10" + ], + "filament_cooling_before_tower": [ + "10" + ], + "filament_cost": [ + "0" + ], + "filament_density": [ + "1.32" + ], + "filament_dev_ams_drying_ams_limitations": [ + "" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "0" + ], + "filament_dev_ams_drying_temperature": [ + "0" + ], + "filament_dev_ams_drying_time": [ + "0" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "0" + ], + "filament_dev_chamber_drying_time": [ + "0" + ], + "filament_dev_drying_cooling_temperature": [ + "0" + ], + "filament_dev_drying_softening_temperature": [ + "0" + ], + "filament_diameter": [ + "1.75" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_end_gcode": [ + "; filament end gcode\n" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "1" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_long_retractions_when_cut": [ + "1" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_notes": "", + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "0" + ], + "filament_overhang_3_4_speed": [ + "0" + ], + "filament_overhang_4_4_speed": [ + "0" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_retract_length_nc": [ + "10" + ], + "filament_retraction_distances_when_cut": [ + "18" + ], + "filament_retraction_length": [ + "1.5" + ], + "filament_scarf_gap": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Panchroma PLA @BBL H2C" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_start_gcode": [ + "; Filament gcode\n" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_type": [ + "PLA" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "filament_vendor": [ + "Polymaker" + ], + "first_x_layer_fan_speed": [ + "0" + ], + "first_x_layer_part_fan_speed": [ + "0" + ], + "from": "User", + "full_fan_speed_layer": [ + "0" + ], + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.025" + ], + "hole_coef_3": [ + "0.28" + ], + "hole_limit_max": [ + "0.25" + ], + "hole_limit_min": [ + "0.08" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "impact_strength_z": [ + "0" + ], + "inherits": "", + "ironing_fan_speed": [ + "-1" + ], + "long_retractions_when_ec": [ + "0" + ], + "name": "Panchroma PLA @BBL H2C", + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "overhang_threshold_participating_cooling": [ + "95%" + ], + "override_process_overhang_speed": [ + "0" + ], + "pre_start_fan_time": [ + "0" + ], + "pressure_advance": [ + "0.02" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "10" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "10" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "62.5" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "version": "0.0.0.0", + "volumetric_speed_coefficients": [ + "" + ], + "idle_temperature": [ + "0" + ], + "filament_id": "PMPL01" +} \ No newline at end of file diff --git a/preset/Panchroma PLA/BBL/H2D/BambuStudio/Panchroma PLA @BBL H2D.json b/preset/Panchroma PLA/BBL/H2D/BambuStudio/Panchroma PLA @BBL H2D.json index 15fee50f..64655875 100644 --- a/preset/Panchroma PLA/BBL/H2D/BambuStudio/Panchroma PLA @BBL H2D.json +++ b/preset/Panchroma PLA/BBL/H2D/BambuStudio/Panchroma PLA @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA/BBL/H2S/BambuStudio/Panchroma PLA @BBL H2S.json b/preset/Panchroma PLA/BBL/H2S/BambuStudio/Panchroma PLA @BBL H2S.json index c70145a7..a96bd427 100644 --- a/preset/Panchroma PLA/BBL/H2S/BambuStudio/Panchroma PLA @BBL H2S.json +++ b/preset/Panchroma PLA/BBL/H2S/BambuStudio/Panchroma PLA @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA/BBL/P1S/BambuStudio/Panchroma PLA @BBL P1S.json b/preset/Panchroma PLA/BBL/P1S/BambuStudio/Panchroma PLA @BBL P1S.json index ff5a1111..1ed8a1c2 100644 --- a/preset/Panchroma PLA/BBL/P1S/BambuStudio/Panchroma PLA @BBL P1S.json +++ b/preset/Panchroma PLA/BBL/P1S/BambuStudio/Panchroma PLA @BBL P1S.json @@ -142,9 +142,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -348,9 +345,9 @@ ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", - "Bambu Lab X1C 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", - "Bambu Lab X1E 0.4 nozzle" + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" @@ -358,6 +355,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA/BBL/P2S/BambuStudio/Panchroma PLA @BBL P2S.json b/preset/Panchroma PLA/BBL/P2S/BambuStudio/Panchroma PLA @BBL P2S.json index 30e2bf3c..d62bfa56 100644 --- a/preset/Panchroma PLA/BBL/P2S/BambuStudio/Panchroma PLA @BBL P2S.json +++ b/preset/Panchroma PLA/BBL/P2S/BambuStudio/Panchroma PLA @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Panchroma PLA/BBL/X1/BambuStudio/Panchroma PLA @BBL X1.json b/preset/Panchroma PLA/BBL/X1/BambuStudio/Panchroma PLA @BBL X1.json index cb985f01..5e6fd7e7 100644 --- a/preset/Panchroma PLA/BBL/X1/BambuStudio/Panchroma PLA @BBL X1.json +++ b/preset/Panchroma PLA/BBL/X1/BambuStudio/Panchroma PLA @BBL X1.json @@ -142,9 +142,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -358,6 +355,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA/BBL/X2D/BambuStudio/Panchroma PLA @BBL X2D.json b/preset/Panchroma PLA/BBL/X2D/BambuStudio/Panchroma PLA @BBL X2D.json index fc152801..090d6052 100644 --- a/preset/Panchroma PLA/BBL/X2D/BambuStudio/Panchroma PLA @BBL X2D.json +++ b/preset/Panchroma PLA/BBL/X2D/BambuStudio/Panchroma PLA @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Panchroma PLA/CreealityPrint/K2Pro/CrealityPrint/Panchroma PLA @CreealityPrint K2Pro.json b/preset/Panchroma PLA/Creality/K2Pro/CrealityPrint/Panchroma PLA @Creality K2Pro.json similarity index 96% rename from preset/Panchroma PLA/CreealityPrint/K2Pro/CrealityPrint/Panchroma PLA @CreealityPrint K2Pro.json rename to preset/Panchroma PLA/Creality/K2Pro/CrealityPrint/Panchroma PLA @Creality K2Pro.json index ac49982b..4358a9d3 100644 --- a/preset/Panchroma PLA/CreealityPrint/K2Pro/CrealityPrint/Panchroma PLA @CreealityPrint K2Pro.json +++ b/preset/Panchroma PLA/Creality/K2Pro/CrealityPrint/Panchroma PLA @Creality K2Pro.json @@ -1,6 +1,6 @@ { "type": "filament", - "name": "Panchroma PLA @CreealityPrint K2Pro", + "name": "Panchroma PLA @Creality K2Pro", "from": "User", "instantiation": "true", "cool_plate_temp": "50", @@ -36,7 +36,7 @@ "filament_retraction_length": "1", "filament_z_hop_types": "Slope Lift", "filament_settings_id": [ - "Panchroma PLA @CreealityPrint K2Pro" + "Panchroma PLA @Creality K2Pro" ], "filament_soluble": [ "0" @@ -65,6 +65,7 @@ "temperature_vitrification": [ "62.5" ], + "inherits": "Hyper PLA @Creality K2 Pro 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyCast/BBL/A2L/BambuStudio/PolyCast @BBL A2L.json b/preset/PolyCast/BBL/A2L/BambuStudio/PolyCast @BBL A2L.json index a68dd7bb..e4c367c7 100644 --- a/preset/PolyCast/BBL/A2L/BambuStudio/PolyCast @BBL A2L.json +++ b/preset/PolyCast/BBL/A2L/BambuStudio/PolyCast @BBL A2L.json @@ -141,9 +141,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -354,6 +351,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PVA @BBL A2L", "filament_adhesiveness_category": [ "704" ], diff --git a/preset/PolyCast/BBL/H2S/BambuStudio/PolyCast @BBL H2S.json b/preset/PolyCast/BBL/H2S/BambuStudio/PolyCast @BBL H2S.json new file mode 100644 index 00000000..c9968638 --- /dev/null +++ b/preset/PolyCast/BBL/H2S/BambuStudio/PolyCast @BBL H2S.json @@ -0,0 +1,395 @@ +{ + "type": "filament", + "name": "PolyCast @BBL H2S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "75" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "10", + "10" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.1" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_flow_ratio": [ + "0.96", + "nil" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "4", + "nil" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "PolyCast @BBL H2S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "1" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "210", + "nil" + ], + "nozzle_temperature_initial_layer": [ + "210", + "nil" + ], + "nozzle_temperature_range_high": [ + "220" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "6" + ], + "slow_down_min_speed": [ + "20", + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "67" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab H2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "inherits": "Generic PLA @BBL H2S", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL34", + "description": " ", + "setting_id": "GFSL99_08", + "include": [ + "fdm_filament_template_direct_dual" + ], + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/PolyCast/BBL/P2S/BambuStudio/PolyCast @BBL P2S.json b/preset/PolyCast/BBL/P2S/BambuStudio/PolyCast @BBL P2S.json index 5c9c02b5..acee66d3 100644 --- a/preset/PolyCast/BBL/P2S/BambuStudio/PolyCast @BBL P2S.json +++ b/preset/PolyCast/BBL/P2S/BambuStudio/PolyCast @BBL P2S.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -365,6 +362,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL P2S", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyCast/BBL/X2D/BambuStudio/PolyCast @BBL X2D.json b/preset/PolyCast/BBL/X2D/BambuStudio/PolyCast @BBL X2D.json index e70856b3..d78e77a5 100644 --- a/preset/PolyCast/BBL/X2D/BambuStudio/PolyCast @BBL X2D.json +++ b/preset/PolyCast/BBL/X2D/BambuStudio/PolyCast @BBL X2D.json @@ -73,6 +73,8 @@ "0" ], "filament_cooling_before_tower": [ + "10", + "10", "10", "10", "10", @@ -97,7 +99,7 @@ "220" ], "filament_cost": [ - "69.98" + "39.98" ], "filament_density": [ "1.1" @@ -151,9 +153,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -230,6 +229,8 @@ "10" ], "filament_ramming_travel_time": [ + "0", + "0", "0", "0", "0", @@ -299,12 +300,16 @@ "0" ], "nozzle_temperature": [ + "220", + "220", "220", "220", "220", "220" ], "nozzle_temperature_initial_layer": [ + "220", + "220", "220", "220", "220", @@ -332,9 +337,11 @@ "3" ], "retraction_distances_when_ec": [ + "3", "3", "3", "4", + "4", "4" ], "slow_down_for_layer_cooling": [ @@ -350,6 +357,8 @@ "10" ], "slow_down_min_speed": [ + "20", + "20", "20", "20", "20", @@ -382,6 +391,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Bambu Support For PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "702" ], @@ -392,7 +402,7 @@ "40" ], "include": [ - "fdm_filament_template_direct_bowden" + "fdm_filament_template_direct_bowden_e3d" ], "enable_overhang_bridge_fan": [ "0" diff --git a/preset/PolyFlex TPU95-HF/BBL/A2L/BambuStudio/PolyFlex TPU95-HF @BBL A2L.json b/preset/PolyFlex TPU95-HF/BBL/A2L/BambuStudio/PolyFlex TPU95-HF @BBL A2L.json index 9364be5a..be07c5d6 100644 --- a/preset/PolyFlex TPU95-HF/BBL/A2L/BambuStudio/PolyFlex TPU95-HF @BBL A2L.json +++ b/preset/PolyFlex TPU95-HF/BBL/A2L/BambuStudio/PolyFlex TPU95-HF @BBL A2L.json @@ -141,9 +141,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -357,6 +354,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic TPU @BBL A2L", "filament_adhesiveness_category": [ "600" ], diff --git a/preset/PolyFlex TPU95-HF/BBL/H2D/BambuStudio/PolyFlex TPU95-HF @BBL H2D.json b/preset/PolyFlex TPU95-HF/BBL/H2D/BambuStudio/PolyFlex TPU95-HF @BBL H2D.json index 0ea9dc0f..601c369d 100644 --- a/preset/PolyFlex TPU95-HF/BBL/H2D/BambuStudio/PolyFlex TPU95-HF @BBL H2D.json +++ b/preset/PolyFlex TPU95-HF/BBL/H2D/BambuStudio/PolyFlex TPU95-HF @BBL H2D.json @@ -158,9 +158,6 @@ "0", "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0", "0", @@ -477,6 +474,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic TPU @BBL H2D", "filament_adhesiveness_category": [ "600" ], diff --git a/preset/PolyFlex TPU95-HF/BBL/X2D/BambuStudio/PolyFlex TPU95-HF @BBL X2D.json b/preset/PolyFlex TPU95-HF/BBL/X2D/BambuStudio/PolyFlex TPU95-HF @BBL X2D.json index 23751d7d..151f9a3e 100644 --- a/preset/PolyFlex TPU95-HF/BBL/X2D/BambuStudio/PolyFlex TPU95-HF @BBL X2D.json +++ b/preset/PolyFlex TPU95-HF/BBL/X2D/BambuStudio/PolyFlex TPU95-HF @BBL X2D.json @@ -150,9 +150,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -384,6 +381,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic TPU @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "600" ], diff --git a/preset/PolyFlex TPU95/BBL/P1S/BambuStudio/PolyFlex TPU95 @BBL P1S.json b/preset/PolyFlex TPU95/BBL/P1S/BambuStudio/PolyFlex TPU95 @BBL P1S.json index 32d7fd27..dc0d1fc3 100644 --- a/preset/PolyFlex TPU95/BBL/P1S/BambuStudio/PolyFlex TPU95 @BBL P1S.json +++ b/preset/PolyFlex TPU95/BBL/P1S/BambuStudio/PolyFlex TPU95 @BBL P1S.json @@ -97,7 +97,7 @@ "20" ], "filament_density": [ - "1.16" + "1.2" ], "filament_dev_ams_drying_ams_limitations": [ "1" @@ -141,9 +141,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -292,7 +289,7 @@ "250" ], "nozzle_temperature_range_high": [ - "240" + "230" ], "nozzle_temperature_range_low": [ "210" @@ -350,9 +347,9 @@ ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", - "Bambu Lab X1C 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", - "Bambu Lab X1E 0.4 nozzle" + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif} \n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" @@ -360,6 +357,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic TPU", "filament_adhesiveness_category": [ "600" ], diff --git a/preset/PolyMax PETG/BBL/A2L/BambuStudio/PolyMax PETG @BBL A2L.json b/preset/PolyFlex TPU95/BBL/P2S/BambuStudio/PolyFlex TPU95 @BBL P2S.json similarity index 84% rename from preset/PolyMax PETG/BBL/A2L/BambuStudio/PolyMax PETG @BBL A2L.json rename to preset/PolyFlex TPU95/BBL/P2S/BambuStudio/PolyFlex TPU95 @BBL P2S.json index fcfcf3e9..91e9d486 100644 --- a/preset/PolyMax PETG/BBL/A2L/BambuStudio/PolyMax PETG @BBL A2L.json +++ b/preset/PolyFlex TPU95/BBL/P2S/BambuStudio/PolyFlex TPU95 @BBL P2S.json @@ -1,13 +1,13 @@ { "type": "filament", - "name": "PolyMax PETG @BBL A2L", + "name": "PolyFlex TPU95 @BBL P2S", "from": "User", "instantiation": "true", "activate_air_filtration": [ "0" ], "additional_cooling_fan_speed": [ - "0" + "70" ], "chamber_temperatures": [ "0" @@ -16,19 +16,19 @@ "200" ], "close_fan_the_first_x_layers": [ - "3" + "1" ], "close_additional_fan_first_x_layers": [ - "3" + "1" ], "complete_print_exhaust_fan_speed": [ "70" ], "cool_plate_temp": [ - "0" + "30" ], "cool_plate_temp_initial_layer": [ - "0" + "30" ], "counter_coef_1": [ "0" @@ -52,19 +52,19 @@ "70" ], "eng_plate_temp": [ - "80" + "35" ], "eng_plate_temp_initial_layer": [ - "80" + "35" ], "fan_cooling_layer_time": [ - "22" + "100" ], "fan_max_speed": [ - "50" + "100" ], "fan_min_speed": [ - "30" + "100" ], "filament_adaptive_volumetric_speed": [ "0" @@ -73,7 +73,8 @@ "0" ], "filament_cooling_before_tower": [ - "0" + "10", + "10" ], "filament_preheat_temperature_delta": [ "0" @@ -94,50 +95,51 @@ "-1" ], "filament_cost": [ - "30" + "20" ], "filament_density": [ - "1.24" + "1.2" ], "filament_dev_ams_drying_ams_limitations": [ - "1", - "0" + "1" ], "filament_dev_ams_drying_heat_distortion_temperature": [ - "75" + "45" ], "filament_dev_ams_drying_temperature": [ "65", - "65", - "55", - "55" + "75", + "45", + "45" ], "filament_dev_ams_drying_time": [ "12", + "18", "12", - "12", - "12" + "18" ], "filament_dev_chamber_drying_bed_temperature": [ - "80" + "90.0" ], "filament_dev_chamber_drying_time": [ - "12.0" + "16" ], "filament_dev_drying_cooling_temperature": [ - "55" + "40" ], "filament_dev_drying_softening_temperature": [ - "60" + "50" ], "filament_diameter": [ "1.75" ], "filament_extruder_variant": [ - "Direct Drive Standard" + "Direct Drive Standard", + "Direct Drive High Flow" ], "filament_flow_ratio": [ - "0.99" + "1.04", + "nil" ], "filament_flush_temp": [ "0" @@ -149,7 +151,8 @@ "0" ], "filament_max_volumetric_speed": [ - "4" + "5", + "nil" ], "filament_metal_stickiness": [ "High" @@ -181,11 +184,15 @@ "filament_ramming_volumetric_speed_nc": [ "-1" ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], "filament_scarf_seam_type": [ "none" ], "filament_settings_id": [ - "PolyMax PETG @BBL A2L" + "PolyFlex TPU95 @BBL P2S" ], "filament_shrink": [ "100%" @@ -194,7 +201,7 @@ "0" ], "filament_type": [ - "PETG" + "TPU" ], "filament_vendor": [ "Polymaker" @@ -215,6 +222,7 @@ "10" ], "filament_ramming_travel_time": [ + "0", "0" ], "filament_retract_length_nc": [ @@ -248,10 +256,10 @@ "1" ], "hot_plate_temp": [ - "80" + "35" ], "hot_plate_temp_initial_layer": [ - "80" + "35" ], "filament_ingredients_safe": "1", "filament_emission_safe": "1", @@ -275,28 +283,31 @@ "10" ], "long_retractions_when_ec": [ + "0", "0" ], "no_slow_down_for_cooling_on_outwalls": [ "0" ], "nozzle_temperature": [ - "260" + "230", + "nil" ], "nozzle_temperature_initial_layer": [ - "260" + "230", + "nil" ], "nozzle_temperature_range_high": [ - "260" + "230" ], "nozzle_temperature_range_low": [ - "230" + "210" ], "overhang_fan_speed": [ - "90" + "100" ], "overhang_fan_threshold": [ - "10%" + "95%" ], "override_process_overhang_speed": [ "0" @@ -308,6 +319,7 @@ "3" ], "retraction_distances_when_ec": [ + "0", "0" ], "slow_down_for_layer_cooling": [ @@ -320,46 +332,50 @@ "10" ], "slow_down_layer_time": [ - "8" + "6" ], "slow_down_min_speed": [ - "20" + "10" ], "supertack_plate_temp": [ - "80" + "0" ], "supertack_plate_temp_initial_layer": [ - "80" + "0" ], "temperature_vitrification": [ - "79" + "0" ], "textured_plate_temp": [ - "80" + "35" ], "textured_plate_temp_initial_layer": [ - "80" + "35" ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0" ], "compatible_printers": [ - "Bambu Lab A2L 0.4 nozzle" + "Bambu Lab P2S 0.4 nozzle" ], "filament_start_gcode": [ - "" + "; filament start gcode\n" ], "filament_end_gcode": [ "; filament end gcode \n\n" ], - "inherits": "Generic PETG @BBL A2L", + "inherits": "Generic TPU @BBL P2S", "filament_adhesiveness_category": [ - "300" + "600" + ], + "filament_id": "PMTP01", + "description": " ", + "setting_id": "GFSU99_05", + "first_x_layer_fan_speed": [ + "40" ], - "filament_id": "PMPE09", - "setting_id": "GFSG99_22", - "pre_start_fan_time": [ - "2" + "include": [ + "fdm_filament_template_direct_dual" ], "version": "2.7.0.8", "idle_temperature": [ diff --git a/preset/PolyFlex TPU95/BBL/X2D/BambuStudio/PolyFlex TPU95 @BBL X2D.json b/preset/PolyFlex TPU95/BBL/X2D/BambuStudio/PolyFlex TPU95 @BBL X2D.json index c0bb2a75..a5feaaab 100644 --- a/preset/PolyFlex TPU95/BBL/X2D/BambuStudio/PolyFlex TPU95 @BBL X2D.json +++ b/preset/PolyFlex TPU95/BBL/X2D/BambuStudio/PolyFlex TPU95 @BBL X2D.json @@ -100,7 +100,7 @@ "20" ], "filament_density": [ - "1.16" + "1.2" ], "filament_dev_ams_drying_ams_limitations": [ "1" @@ -150,9 +150,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -316,7 +313,7 @@ "nil" ], "nozzle_temperature_range_high": [ - "240" + "230" ], "nozzle_temperature_range_low": [ "210" @@ -384,6 +381,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic TPU @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "600" ], diff --git a/preset/PolyFlex TPU95/Elegoo/CC2/ElegooSlicer/PolyFlex TPU95 @Elegoo CC2.json b/preset/PolyFlex TPU95/Elegoo/CC2/ElegooSlicer/PolyFlex TPU95 @Elegoo CC2.json index e1de4049..eb94f674 100644 --- a/preset/PolyFlex TPU95/Elegoo/CC2/ElegooSlicer/PolyFlex TPU95 @Elegoo CC2.json +++ b/preset/PolyFlex TPU95/Elegoo/CC2/ElegooSlicer/PolyFlex TPU95 @Elegoo CC2.json @@ -61,7 +61,7 @@ "15" ], "filament_retraction_length": [ - "1.4" + "0.4" ], "filament_settings_id": [ "PolyFlex TPU95 @Elegoo CC2" diff --git a/preset/PolyLite ABS/BBL/H2S/BambuStudio/PolyLite ABS @BBL H2S.json b/preset/PolyLite ABS/BBL/H2S/BambuStudio/PolyLite ABS @BBL H2S.json new file mode 100644 index 00000000..c96fa978 --- /dev/null +++ b/preset/PolyLite ABS/BBL/H2S/BambuStudio/PolyLite ABS @BBL H2S.json @@ -0,0 +1,393 @@ +{ + "type": "filament", + "name": "PolyLite ABS @BBL H2S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "1" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "chamber_temperatures": [ + "60" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "close_additional_fan_first_x_layers": [ + "3" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "0" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "90" + ], + "eng_plate_temp_initial_layer": [ + "90" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "60" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "10", + "10" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.12" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "90" + ], + "filament_dev_ams_drying_temperature": [ + "65", + "80", + "65", + "75" + ], + "filament_dev_ams_drying_time": [ + "12", + "8.0", + "12", + "8.0" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "90.0" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "75" + ], + "filament_dev_drying_softening_temperature": [ + "80" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "4", + "nil" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "PolyLite ABS @BBL H2S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "ABS" + ], + "filament_vendor": [ + "Polymaker" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "0%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "265", + "nil" + ], + "nozzle_temperature_initial_layer": [ + "265", + "nil" + ], + "nozzle_temperature_range_high": [ + "265" + ], + "nozzle_temperature_range_low": [ + "245" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "6" + ], + "slow_down_min_speed": [ + "20", + "20" + ], + "supertack_plate_temp": [ + "0" + ], + "supertack_plate_temp_initial_layer": [ + "0" + ], + "temperature_vitrification": [ + "104" + ], + "textured_plate_temp": [ + "100" + ], + "textured_plate_temp_initial_layer": [ + "100" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab H2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic ABS @BBL H2S 0.4 nozzle", + "filament_adhesiveness_category": [ + "200" + ], + "filament_id": "PMAB01", + "description": " ", + "setting_id": "GFSB99_21", + "include": [ + "fdm_filament_template_direct_dual" + ], + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/PolyLite ABS/BBL/P2S/BambuStudio/PolyLite ABS @BBL P2S.json b/preset/PolyLite ABS/BBL/P2S/BambuStudio/PolyLite ABS @BBL P2S.json index 5c81ba79..03b472a1 100644 --- a/preset/PolyLite ABS/BBL/P2S/BambuStudio/PolyLite ABS @BBL P2S.json +++ b/preset/PolyLite ABS/BBL/P2S/BambuStudio/PolyLite ABS @BBL P2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic ABS @BBL P2S", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/PolyLite ABS/BBL/X2D/BambuStudio/PolyLite ABS @BBL X2D.json b/preset/PolyLite ABS/BBL/X2D/BambuStudio/PolyLite ABS @BBL X2D.json index aed94bc8..7f68cb4c 100644 --- a/preset/PolyLite ABS/BBL/X2D/BambuStudio/PolyLite ABS @BBL X2D.json +++ b/preset/PolyLite ABS/BBL/X2D/BambuStudio/PolyLite ABS @BBL X2D.json @@ -150,9 +150,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -381,6 +378,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic ABS @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/PolyLite CosPLA/BBL/H2C/BambuStudio/PolyLite CosPLA @BBL H2C.json b/preset/PolyLite CosPLA/BBL/H2C/BambuStudio/PolyLite CosPLA @BBL H2C.json index 189fbee5..654ec039 100644 --- a/preset/PolyLite CosPLA/BBL/H2C/BambuStudio/PolyLite CosPLA @BBL H2C.json +++ b/preset/PolyLite CosPLA/BBL/H2C/BambuStudio/PolyLite CosPLA @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite CosPLA/BBL/H2S/BambuStudio/PolyLite CosPLA @BBL H2S.json b/preset/PolyLite CosPLA/BBL/H2S/BambuStudio/PolyLite CosPLA @BBL H2S.json index 71b4bc01..d9f6e3a8 100644 --- a/preset/PolyLite CosPLA/BBL/H2S/BambuStudio/PolyLite CosPLA @BBL H2S.json +++ b/preset/PolyLite CosPLA/BBL/H2S/BambuStudio/PolyLite CosPLA @BBL H2S.json @@ -289,6 +289,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite CosPLA/BBL/P2S/BambuStudio/PolyLite CosPLA @BBL P2S.json b/preset/PolyLite CosPLA/BBL/P2S/BambuStudio/PolyLite CosPLA @BBL P2S.json index 984a9ce9..ba2d05c7 100644 --- a/preset/PolyLite CosPLA/BBL/P2S/BambuStudio/PolyLite CosPLA @BBL P2S.json +++ b/preset/PolyLite CosPLA/BBL/P2S/BambuStudio/PolyLite CosPLA @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite CosPLA/BBL/X2D/BambuStudio/PolyLite CosPLA @BBL X2D.json b/preset/PolyLite CosPLA/BBL/X2D/BambuStudio/PolyLite CosPLA @BBL X2D.json index fe259ab2..b603bdf6 100644 --- a/preset/PolyLite CosPLA/BBL/X2D/BambuStudio/PolyLite CosPLA @BBL X2D.json +++ b/preset/PolyLite CosPLA/BBL/X2D/BambuStudio/PolyLite CosPLA @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite LW-PLA/BBL/A2L/BambuStudio/PolyLite LW-PLA @BBL A2L.json b/preset/PolyLite LW-PLA/BBL/A2L/BambuStudio/PolyLite LW-PLA @BBL A2L.json index 46c0f829..96b5fcbf 100644 --- a/preset/PolyLite LW-PLA/BBL/A2L/BambuStudio/PolyLite LW-PLA @BBL A2L.json +++ b/preset/PolyLite LW-PLA/BBL/A2L/BambuStudio/PolyLite LW-PLA @BBL A2L.json @@ -140,9 +140,6 @@ "1.13" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite LW-PLA/BBL/H2S/BambuStudio/PolyLite LW-PLA @BBL H2S.json b/preset/PolyLite LW-PLA/BBL/H2S/BambuStudio/PolyLite LW-PLA @BBL H2S.json index 4ffb9142..57b5fc39 100644 --- a/preset/PolyLite LW-PLA/BBL/H2S/BambuStudio/PolyLite LW-PLA @BBL H2S.json +++ b/preset/PolyLite LW-PLA/BBL/H2S/BambuStudio/PolyLite LW-PLA @BBL H2S.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -381,6 +378,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2S", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite LW-PLA/BBL/X2D/BambuStudio/PolyLite LW-PLA @BBL X2D.json b/preset/PolyLite LW-PLA/BBL/X2D/BambuStudio/PolyLite LW-PLA @BBL X2D.json index 740012e1..adbc8556 100644 --- a/preset/PolyLite LW-PLA/BBL/X2D/BambuStudio/PolyLite LW-PLA @BBL X2D.json +++ b/preset/PolyLite LW-PLA/BBL/X2D/BambuStudio/PolyLite LW-PLA @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PC/BBL/H2S/BambuStudio/PolyLite PC @BBL H2S.json b/preset/PolyLite PC/BBL/H2S/BambuStudio/PolyLite PC @BBL H2S.json new file mode 100644 index 00000000..d1e68385 --- /dev/null +++ b/preset/PolyLite PC/BBL/H2S/BambuStudio/PolyLite PC @BBL H2S.json @@ -0,0 +1,394 @@ +{ + "type": "filament", + "name": "PolyLite PC @BBL H2S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "chamber_temperatures": [ + "60" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "close_additional_fan_first_x_layers": [ + "3" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "0" + ], + "cool_plate_temp_initial_layer": [ + "0" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "110" + ], + "eng_plate_temp_initial_layer": [ + "110" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "10", + "10" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.19" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "105" + ], + "filament_dev_ams_drying_temperature": [ + "65", + "80", + "65", + "80" + ], + "filament_dev_ams_drying_time": [ + "12", + "8.0", + "12", + "8.0" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "90.0" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "90" + ], + "filament_dev_drying_softening_temperature": [ + "90" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_flow_ratio": [ + "0.95", + "nil" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "8", + "nil" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "PolyLite PC @BBL H2S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PC" + ], + "filament_vendor": [ + "Polymaker" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "0%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "110" + ], + "hot_plate_temp_initial_layer": [ + "110" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "270", + "nil" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_range_low": [ + "250" + ], + "overhang_fan_speed": [ + "60" + ], + "overhang_fan_threshold": [ + "25%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "6" + ], + "slow_down_min_speed": [ + "20", + "20" + ], + "supertack_plate_temp": [ + "0" + ], + "supertack_plate_temp_initial_layer": [ + "0" + ], + "temperature_vitrification": [ + "113" + ], + "textured_plate_temp": [ + "105" + ], + "textured_plate_temp_initial_layer": [ + "105" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab H2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "inherits": "Generic PC @BBL H2S", + "filament_adhesiveness_category": [ + "500" + ], + "filament_id": "PMPC01", + "description": " ", + "setting_id": "GFSC99_11", + "include": [ + "fdm_filament_template_direct_dual" + ], + "version": "2.7.0.9", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/PolyLite PC/BBL/X2D/BambuStudio/PolyLite PC @BBL X2D.json b/preset/PolyLite PC/BBL/X2D/BambuStudio/PolyLite PC @BBL X2D.json index 7e3de88b..8f48b365 100644 --- a/preset/PolyLite PC/BBL/X2D/BambuStudio/PolyLite PC @BBL X2D.json +++ b/preset/PolyLite PC/BBL/X2D/BambuStudio/PolyLite PC @BBL X2D.json @@ -73,6 +73,8 @@ "0" ], "filament_cooling_before_tower": [ + "10", + "10", "10", "10", "10", @@ -97,7 +99,7 @@ "280" ], "filament_cost": [ - "39.99" + "36.99" ], "filament_density": [ "1.19" @@ -150,9 +152,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -195,12 +194,6 @@ "filament_ramming_volumetric_speed_nc": [ "-1" ], - "filament_retraction_length": [ - "0.4", - "0.4", - "nil", - "nil" - ], "filament_scarf_seam_type": [ "none" ], @@ -219,24 +212,6 @@ "filament_vendor": [ "Polymaker" ], - "filament_wipe": [ - "1", - "1", - "1", - "1" - ], - "filament_wipe_distance": [ - "1", - "1", - "1", - "1" - ], - "filament_z_hop_types": [ - "Spiral Lift", - "Spiral Lift", - "Spiral Lift", - "Spiral Lift" - ], "full_fan_speed_layer": [ "0" ], @@ -253,6 +228,8 @@ "10" ], "filament_ramming_travel_time": [ + "0", + "0", "0", "0", "0", @@ -340,7 +317,7 @@ "250" ], "overhang_fan_speed": [ - "75" + "60" ], "overhang_fan_threshold": [ "25%" @@ -355,9 +332,11 @@ "3" ], "retraction_distances_when_ec": [ + "3", "3", "3", "4", + "4", "4" ], "slow_down_for_layer_cooling": [ @@ -373,6 +352,8 @@ "12" ], "slow_down_min_speed": [ + "20", + "20", "20", "20", "20", @@ -405,13 +386,14 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Bambu PC @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "500" ], "filament_id": "PMPC01", "setting_id": "GFSC00_18", "include": [ - "fdm_filament_template_direct_bowden" + "fdm_filament_template_direct_bowden_e3d" ], "version": "2.6.0.2", "idle_temperature": [ diff --git a/preset/PolyLite PC/Creality/K2Pro/CrealityPrint/PolyLite PC @Creality K2Pro.json b/preset/PolyLite PC/Creality/K2Pro/CrealityPrint/PolyLite PC @Creality K2Pro.json new file mode 100644 index 00000000..3ec3f1be --- /dev/null +++ b/preset/PolyLite PC/Creality/K2Pro/CrealityPrint/PolyLite PC @Creality K2Pro.json @@ -0,0 +1,138 @@ +{ + "type": "filament", + "name": "PolyLite PC @Creality K2Pro", + "from": "User", + "instantiation": "true", + "cool_plate_temp": "100", + "eng_plate_temp": "105", + "hot_plate_temp": "110", + "textured_plate_temp": [ + "105" + ], + "cool_plate_temp_initial_layer": "100", + "eng_plate_temp_initial_layer": "105", + "hot_plate_temp_initial_layer": "110", + "textured_plate_temp_initial_layer": [ + "105" + ], + "overhang_fan_threshold": "25%", + "overhang_fan_speed": "80", + "slow_down_for_layer_cooling": "1", + "close_fan_the_first_x_layers": "3", + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "0.77" + ], + "reduce_fan_stop_start_freq": "1", + "fan_cooling_layer_time": "30", + "filament_cost": "40", + "filament_density": [ + "1.19" + ], + "filament_diameter": "1.75", + "filament_max_volumetric_speed": [ + "8" + ], + "filament_minimal_purge_on_wipe_tower": "15", + "filament_retraction_length": "0.6", + "filament_settings_id": [ + "PolyLite PC @Creality K2Pro" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PC" + ], + "filament_vendor": [ + "Polymaker" + ], + "bed_type": [ + "Cool Plate" + ], + "nozzle_temperature_initial_layer": "260", + "full_fan_speed_layer": "0", + "fan_max_speed": [ + "20" + ], + "fan_min_speed": [ + "0" + ], + "slow_down_min_speed": "20", + "slow_down_layer_time": [ + "6" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else} \nM104 S[first_layer_temperature]\n{endif}" + ], + "nozzle_temperature": "260", + "temperature_vitrification": [ + "113" + ], + "inherits": "Generic PC @Creality K2 Pro 0.4 nozzle", + "filament_adhesiveness_category": [ + "500" + ], + "nozzle_temperature_range_low": [ + "250" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "filament_id": "PMPC01", + "setting_id": "GFSA04", + "activate_air_filtration": "0", + "activate_chamber_temp_control": "1", + "additional_cooling_fan_speed": "0", + "chamber_temperature": [ + "60" + ], + "compatible_printers": [ + "Creality K2 Pro 0.4 nozzle" + ], + "complete_print_exhaust_fan_speed": "80", + "cool_cds_fan_start_at_height": "0.5", + "cool_special_cds_fan_speed": "0", + "customized_plate_temp": "0", + "customized_plate_temp_initial_layer": "0", + "default_filament_colour": "\"\"", + "during_print_exhaust_fan_speed": "60", + "enable_overhang_bridge_fan": "1", + "enable_pressure_advance": [ + "1" + ], + "enable_special_area_additional_cooling_fan": "0", + "epoxy_resin_plate_temp": "0", + "epoxy_resin_plate_temp_initial_layer": "0", + "filament_cooling_final_speed": "3.4", + "filament_cooling_initial_speed": "2.2", + "filament_cooling_moves": "4", + "filament_is_support": "0", + "filament_load_time": "0", + "filament_loading_speed": "28", + "filament_loading_speed_start": "3", + "filament_multitool_ramming": "0", + "filament_multitool_ramming_flow": "10", + "filament_multitool_ramming_volume": "10", + "filament_notes": "\"\"", + "filament_ramming_parameters": "\"120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6\"", + "filament_shrink": "100%", + "filament_toolchange_delay": "0", + "filament_unload_time": "0", + "filament_unloading_speed": "90", + "filament_unloading_speed_start": "100", + "material_flow_dependent_temperature": "0", + "pressure_advance": [ + "0.068" + ], + "required_nozzle_HRC": "0", + "support_material_interface_fan_speed": "-1", + "base_id": "GFSA04", + "is_custom_defined": "0", + "version": "26.3.30.17", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/PolyLite PETG Translucent/BBL/A2L/BambuStudio/PolyLite PETG Translucent @BBL A2L.json b/preset/PolyLite PETG Translucent/BBL/A2L/BambuStudio/PolyLite PETG Translucent @BBL A2L.json index 16019813..2f91ba24 100644 --- a/preset/PolyLite PETG Translucent/BBL/A2L/BambuStudio/PolyLite PETG Translucent @BBL A2L.json +++ b/preset/PolyLite PETG Translucent/BBL/A2L/BambuStudio/PolyLite PETG Translucent @BBL A2L.json @@ -140,9 +140,6 @@ "1" ], "filament_flush_temp": [ - "255" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG @BBL A2L", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/PolyLite PETG Translucent/BBL/P2S/BambuStudio/PolyLite PETG Translucent @BBL P2S.json b/preset/PolyLite PETG Translucent/BBL/P2S/BambuStudio/PolyLite PETG Translucent @BBL P2S.json index 7d680afb..6d8152d9 100644 --- a/preset/PolyLite PETG Translucent/BBL/P2S/BambuStudio/PolyLite PETG Translucent @BBL P2S.json +++ b/preset/PolyLite PETG Translucent/BBL/P2S/BambuStudio/PolyLite PETG Translucent @BBL P2S.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -365,6 +362,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG @BBL P2S", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/PolyLite PETG Translucent/BBL/X2D/BambuStudio/PolyLite PETG Translucent @BBL X2D.json b/preset/PolyLite PETG Translucent/BBL/X2D/BambuStudio/PolyLite PETG Translucent @BBL X2D.json index e9120fe0..8403a9e3 100644 --- a/preset/PolyLite PETG Translucent/BBL/X2D/BambuStudio/PolyLite PETG Translucent @BBL X2D.json +++ b/preset/PolyLite PETG Translucent/BBL/X2D/BambuStudio/PolyLite PETG Translucent @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/PolyLite PETG/BBL/A2L/BambuStudio/PolyLite PETG @BBL A2L.json b/preset/PolyLite PETG/BBL/A2L/BambuStudio/PolyLite PETG @BBL A2L.json index fa61d634..999e50f4 100644 --- a/preset/PolyLite PETG/BBL/A2L/BambuStudio/PolyLite PETG @BBL A2L.json +++ b/preset/PolyLite PETG/BBL/A2L/BambuStudio/PolyLite PETG @BBL A2L.json @@ -140,9 +140,6 @@ "1" ], "filament_flush_temp": [ - "255" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG @BBL A2L", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/PolyLite PETG/BBL/P2S/BambuStudio/PolyLite PETG @BBL P2S.json b/preset/PolyLite PETG/BBL/P2S/BambuStudio/PolyLite PETG @BBL P2S.json index 13599ff9..1d4df039 100644 --- a/preset/PolyLite PETG/BBL/P2S/BambuStudio/PolyLite PETG @BBL P2S.json +++ b/preset/PolyLite PETG/BBL/P2S/BambuStudio/PolyLite PETG @BBL P2S.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -365,6 +362,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG @BBL P2S", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/PolyLite PETG/BBL/X2D/BambuStudio/PolyLite PETG @BBL X2D.json b/preset/PolyLite PETG/BBL/X2D/BambuStudio/PolyLite PETG @BBL X2D.json index f3528f55..589e9c89 100644 --- a/preset/PolyLite PETG/BBL/X2D/BambuStudio/PolyLite PETG @BBL X2D.json +++ b/preset/PolyLite PETG/BBL/X2D/BambuStudio/PolyLite PETG @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/PolyLite PLA Galaxy/BBL/A2L/BambuStudio/PolyLite PLA Galaxy @BBL A2L.json b/preset/PolyLite PLA Galaxy/BBL/A2L/BambuStudio/PolyLite PLA Galaxy @BBL A2L.json index 577180f0..d19eae1b 100644 --- a/preset/PolyLite PLA Galaxy/BBL/A2L/BambuStudio/PolyLite PLA Galaxy @BBL A2L.json +++ b/preset/PolyLite PLA Galaxy/BBL/A2L/BambuStudio/PolyLite PLA Galaxy @BBL A2L.json @@ -140,9 +140,6 @@ "0.98" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Galaxy/BBL/H2C/BambuStudio/PolyLite PLA Galaxy @BBL H2C.json b/preset/PolyLite PLA Galaxy/BBL/H2C/BambuStudio/PolyLite PLA Galaxy @BBL H2C.json index 76694252..e6db2535 100644 --- a/preset/PolyLite PLA Galaxy/BBL/H2C/BambuStudio/PolyLite PLA Galaxy @BBL H2C.json +++ b/preset/PolyLite PLA Galaxy/BBL/H2C/BambuStudio/PolyLite PLA Galaxy @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Galaxy/BBL/H2D/BambuStudio/PolyLite PLA Galaxy @BBL H2D.json b/preset/PolyLite PLA Galaxy/BBL/H2D/BambuStudio/PolyLite PLA Galaxy @BBL H2D.json index 3737caa1..62389423 100644 --- a/preset/PolyLite PLA Galaxy/BBL/H2D/BambuStudio/PolyLite PLA Galaxy @BBL H2D.json +++ b/preset/PolyLite PLA Galaxy/BBL/H2D/BambuStudio/PolyLite PLA Galaxy @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Galaxy/BBL/H2S/BambuStudio/PolyLite PLA Galaxy @BBL H2S.json b/preset/PolyLite PLA Galaxy/BBL/H2S/BambuStudio/PolyLite PLA Galaxy @BBL H2S.json index a6c4338e..b1ea8e60 100644 --- a/preset/PolyLite PLA Galaxy/BBL/H2S/BambuStudio/PolyLite PLA Galaxy @BBL H2S.json +++ b/preset/PolyLite PLA Galaxy/BBL/H2S/BambuStudio/PolyLite PLA Galaxy @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Galaxy/BBL/P1S/BambuStudio/PolyLite PLA Galaxy @BBL P1S.json b/preset/PolyLite PLA Galaxy/BBL/P1S/BambuStudio/PolyLite PLA Galaxy @BBL P1S.json new file mode 100644 index 00000000..40587e52 --- /dev/null +++ b/preset/PolyLite PLA Galaxy/BBL/P1S/BambuStudio/PolyLite PLA Galaxy @BBL P1S.json @@ -0,0 +1,369 @@ +{ + "type": "filament", + "name": "PolyLite PLA Galaxy @BBL P1S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.17" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "PolyLite PLA Galaxy @BBL P1S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "61" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL16", + "description": " ", + "setting_id": "GFSL99", + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/PolyLite PLA Galaxy/BBL/P2S/BambuStudio/PolyLite PLA Galaxy @BBL P2S.json b/preset/PolyLite PLA Galaxy/BBL/P2S/BambuStudio/PolyLite PLA Galaxy @BBL P2S.json index f46fef2b..47615b7f 100644 --- a/preset/PolyLite PLA Galaxy/BBL/P2S/BambuStudio/PolyLite PLA Galaxy @BBL P2S.json +++ b/preset/PolyLite PLA Galaxy/BBL/P2S/BambuStudio/PolyLite PLA Galaxy @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Galaxy/BBL/X2D/BambuStudio/PolyLite PLA Galaxy @BBL X2D.json b/preset/PolyLite PLA Galaxy/BBL/X2D/BambuStudio/PolyLite PLA Galaxy @BBL X2D.json index a46c3c02..ee45d1ea 100644 --- a/preset/PolyLite PLA Galaxy/BBL/X2D/BambuStudio/PolyLite PLA Galaxy @BBL X2D.json +++ b/preset/PolyLite PLA Galaxy/BBL/X2D/BambuStudio/PolyLite PLA Galaxy @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Glow/BBL/A2L/BambuStudio/PolyLite PLA Glow @BBL A2L.json b/preset/PolyLite PLA Glow/BBL/A2L/BambuStudio/PolyLite PLA Glow @BBL A2L.json index df52a3be..a34077c2 100644 --- a/preset/PolyLite PLA Glow/BBL/A2L/BambuStudio/PolyLite PLA Glow @BBL A2L.json +++ b/preset/PolyLite PLA Glow/BBL/A2L/BambuStudio/PolyLite PLA Glow @BBL A2L.json @@ -140,9 +140,6 @@ "0.98" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Glow/BBL/H2C/BambuStudio/PolyLite PLA Glow @BBL H2C.json b/preset/PolyLite PLA Glow/BBL/H2C/BambuStudio/PolyLite PLA Glow @BBL H2C.json index afc0b7d4..f700c76d 100644 --- a/preset/PolyLite PLA Glow/BBL/H2C/BambuStudio/PolyLite PLA Glow @BBL H2C.json +++ b/preset/PolyLite PLA Glow/BBL/H2C/BambuStudio/PolyLite PLA Glow @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Glow/BBL/H2D/BambuStudio/PolyLite PLA Glow @BBL H2D.json b/preset/PolyLite PLA Glow/BBL/H2D/BambuStudio/PolyLite PLA Glow @BBL H2D.json index 10c3a263..ac4d0abd 100644 --- a/preset/PolyLite PLA Glow/BBL/H2D/BambuStudio/PolyLite PLA Glow @BBL H2D.json +++ b/preset/PolyLite PLA Glow/BBL/H2D/BambuStudio/PolyLite PLA Glow @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Glow/BBL/H2S/BambuStudio/PolyLite PLA Glow @BBL H2S.json b/preset/PolyLite PLA Glow/BBL/H2S/BambuStudio/PolyLite PLA Glow @BBL H2S.json index e57ce898..42c6726d 100644 --- a/preset/PolyLite PLA Glow/BBL/H2S/BambuStudio/PolyLite PLA Glow @BBL H2S.json +++ b/preset/PolyLite PLA Glow/BBL/H2S/BambuStudio/PolyLite PLA Glow @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Glow/BBL/P1S/BambuStudio/PolyLite PLA Glow @BBL P1S.json b/preset/PolyLite PLA Glow/BBL/P1S/BambuStudio/PolyLite PLA Glow @BBL P1S.json new file mode 100644 index 00000000..5a9730d7 --- /dev/null +++ b/preset/PolyLite PLA Glow/BBL/P1S/BambuStudio/PolyLite PLA Glow @BBL P1S.json @@ -0,0 +1,369 @@ +{ + "type": "filament", + "name": "PolyLite PLA Glow @BBL P1S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.17" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "PolyLite PLA Glow @BBL P1S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "61" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL17", + "description": " ", + "setting_id": "GFSL99", + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/PolyLite PLA Glow/BBL/P2S/BambuStudio/PolyLite PLA Glow @BBL P2S.json b/preset/PolyLite PLA Glow/BBL/P2S/BambuStudio/PolyLite PLA Glow @BBL P2S.json index 4dcd46ff..d70300cc 100644 --- a/preset/PolyLite PLA Glow/BBL/P2S/BambuStudio/PolyLite PLA Glow @BBL P2S.json +++ b/preset/PolyLite PLA Glow/BBL/P2S/BambuStudio/PolyLite PLA Glow @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Glow/BBL/X2D/BambuStudio/PolyLite PLA Glow @BBL X2D.json b/preset/PolyLite PLA Glow/BBL/X2D/BambuStudio/PolyLite PLA Glow @BBL X2D.json index 4045beb1..1500cfcd 100644 --- a/preset/PolyLite PLA Glow/BBL/X2D/BambuStudio/PolyLite PLA Glow @BBL X2D.json +++ b/preset/PolyLite PLA Glow/BBL/X2D/BambuStudio/PolyLite PLA Glow @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Luminous/BBL/A2L/BambuStudio/PolyLite PLA Luminous @BBL A2L.json b/preset/PolyLite PLA Luminous/BBL/A2L/BambuStudio/PolyLite PLA Luminous @BBL A2L.json index 9365c863..e1524865 100644 --- a/preset/PolyLite PLA Luminous/BBL/A2L/BambuStudio/PolyLite PLA Luminous @BBL A2L.json +++ b/preset/PolyLite PLA Luminous/BBL/A2L/BambuStudio/PolyLite PLA Luminous @BBL A2L.json @@ -140,9 +140,6 @@ "0.98" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Luminous/BBL/H2C/BambuStudio/PolyLite PLA Luminous @BBL H2C.json b/preset/PolyLite PLA Luminous/BBL/H2C/BambuStudio/PolyLite PLA Luminous @BBL H2C.json index b4780066..d4716148 100644 --- a/preset/PolyLite PLA Luminous/BBL/H2C/BambuStudio/PolyLite PLA Luminous @BBL H2C.json +++ b/preset/PolyLite PLA Luminous/BBL/H2C/BambuStudio/PolyLite PLA Luminous @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Luminous/BBL/H2D/BambuStudio/PolyLite PLA Luminous @BBL H2D.json b/preset/PolyLite PLA Luminous/BBL/H2D/BambuStudio/PolyLite PLA Luminous @BBL H2D.json index e06ebc62..e75ff108 100644 --- a/preset/PolyLite PLA Luminous/BBL/H2D/BambuStudio/PolyLite PLA Luminous @BBL H2D.json +++ b/preset/PolyLite PLA Luminous/BBL/H2D/BambuStudio/PolyLite PLA Luminous @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Luminous/BBL/H2S/BambuStudio/PolyLite PLA Luminous @BBL H2S.json b/preset/PolyLite PLA Luminous/BBL/H2S/BambuStudio/PolyLite PLA Luminous @BBL H2S.json index 1cf60a91..17f5bdb2 100644 --- a/preset/PolyLite PLA Luminous/BBL/H2S/BambuStudio/PolyLite PLA Luminous @BBL H2S.json +++ b/preset/PolyLite PLA Luminous/BBL/H2S/BambuStudio/PolyLite PLA Luminous @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Luminous/BBL/P1S/BambuStudio/PolyLite PLA Luminous @BBL P1S.json b/preset/PolyLite PLA Luminous/BBL/P1S/BambuStudio/PolyLite PLA Luminous @BBL P1S.json new file mode 100644 index 00000000..fd5e0bf8 --- /dev/null +++ b/preset/PolyLite PLA Luminous/BBL/P1S/BambuStudio/PolyLite PLA Luminous @BBL P1S.json @@ -0,0 +1,369 @@ +{ + "type": "filament", + "name": "PolyLite PLA Luminous @BBL P1S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.17" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "PolyLite PLA Luminous @BBL P1S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "61" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL18", + "description": " ", + "setting_id": "GFSL99", + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/PolyLite PLA Luminous/BBL/P2S/BambuStudio/PolyLite PLA Luminous @BBL P2S.json b/preset/PolyLite PLA Luminous/BBL/P2S/BambuStudio/PolyLite PLA Luminous @BBL P2S.json index 5ffd2ccb..c2763d2b 100644 --- a/preset/PolyLite PLA Luminous/BBL/P2S/BambuStudio/PolyLite PLA Luminous @BBL P2S.json +++ b/preset/PolyLite PLA Luminous/BBL/P2S/BambuStudio/PolyLite PLA Luminous @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Luminous/BBL/X2D/BambuStudio/PolyLite PLA Luminous @BBL X2D.json b/preset/PolyLite PLA Luminous/BBL/X2D/BambuStudio/PolyLite PLA Luminous @BBL X2D.json index 8148eba5..56c3b1df 100644 --- a/preset/PolyLite PLA Luminous/BBL/X2D/BambuStudio/PolyLite PLA Luminous @BBL X2D.json +++ b/preset/PolyLite PLA Luminous/BBL/X2D/BambuStudio/PolyLite PLA Luminous @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Neon/BBL/A2L/BambuStudio/PolyLite PLA Neon @BBL A2L.json b/preset/PolyLite PLA Neon/BBL/A2L/BambuStudio/PolyLite PLA Neon @BBL A2L.json index e97723c8..85af2459 100644 --- a/preset/PolyLite PLA Neon/BBL/A2L/BambuStudio/PolyLite PLA Neon @BBL A2L.json +++ b/preset/PolyLite PLA Neon/BBL/A2L/BambuStudio/PolyLite PLA Neon @BBL A2L.json @@ -140,9 +140,6 @@ "0.98" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Neon/BBL/H2C/BambuStudio/PolyLite PLA Neon @BBL H2C.json b/preset/PolyLite PLA Neon/BBL/H2C/BambuStudio/PolyLite PLA Neon @BBL H2C.json index 873ee1a0..fee125de 100644 --- a/preset/PolyLite PLA Neon/BBL/H2C/BambuStudio/PolyLite PLA Neon @BBL H2C.json +++ b/preset/PolyLite PLA Neon/BBL/H2C/BambuStudio/PolyLite PLA Neon @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Neon/BBL/H2D/BambuStudio/PolyLite PLA Neon @BBL H2D.json b/preset/PolyLite PLA Neon/BBL/H2D/BambuStudio/PolyLite PLA Neon @BBL H2D.json index 2f2e106d..7fb81e4f 100644 --- a/preset/PolyLite PLA Neon/BBL/H2D/BambuStudio/PolyLite PLA Neon @BBL H2D.json +++ b/preset/PolyLite PLA Neon/BBL/H2D/BambuStudio/PolyLite PLA Neon @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Neon/BBL/H2S/BambuStudio/PolyLite PLA Neon @BBL H2S.json b/preset/PolyLite PLA Neon/BBL/H2S/BambuStudio/PolyLite PLA Neon @BBL H2S.json index cf5f54ec..2c90710a 100644 --- a/preset/PolyLite PLA Neon/BBL/H2S/BambuStudio/PolyLite PLA Neon @BBL H2S.json +++ b/preset/PolyLite PLA Neon/BBL/H2S/BambuStudio/PolyLite PLA Neon @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Neon/BBL/P1S/BambuStudio/PolyLite PLA Neon @BBL P1S.json b/preset/PolyLite PLA Neon/BBL/P1S/BambuStudio/PolyLite PLA Neon @BBL P1S.json new file mode 100644 index 00000000..c302bf27 --- /dev/null +++ b/preset/PolyLite PLA Neon/BBL/P1S/BambuStudio/PolyLite PLA Neon @BBL P1S.json @@ -0,0 +1,369 @@ +{ + "type": "filament", + "name": "PolyLite PLA Neon @BBL P1S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.17" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "PolyLite PLA Neon @BBL P1S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "61" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL19", + "description": " ", + "setting_id": "GFSL99", + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/PolyLite PLA Neon/BBL/P2S/BambuStudio/PolyLite PLA Neon @BBL P2S.json b/preset/PolyLite PLA Neon/BBL/P2S/BambuStudio/PolyLite PLA Neon @BBL P2S.json index 9c6f2d71..8582d7d9 100644 --- a/preset/PolyLite PLA Neon/BBL/P2S/BambuStudio/PolyLite PLA Neon @BBL P2S.json +++ b/preset/PolyLite PLA Neon/BBL/P2S/BambuStudio/PolyLite PLA Neon @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Neon/BBL/X2D/BambuStudio/PolyLite PLA Neon @BBL X2D.json b/preset/PolyLite PLA Neon/BBL/X2D/BambuStudio/PolyLite PLA Neon @BBL X2D.json index 71ee13b5..2c621fc0 100644 --- a/preset/PolyLite PLA Neon/BBL/X2D/BambuStudio/PolyLite PLA Neon @BBL X2D.json +++ b/preset/PolyLite PLA Neon/BBL/X2D/BambuStudio/PolyLite PLA Neon @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Pro Metallic/BBL/A2L/BambuStudio/PolyLite PLA Pro Metallic @BBL A2L.json b/preset/PolyLite PLA Pro Metallic/BBL/A2L/BambuStudio/PolyLite PLA Pro Metallic @BBL A2L.json index e4beb74f..3d630a2a 100644 --- a/preset/PolyLite PLA Pro Metallic/BBL/A2L/BambuStudio/PolyLite PLA Pro Metallic @BBL A2L.json +++ b/preset/PolyLite PLA Pro Metallic/BBL/A2L/BambuStudio/PolyLite PLA Pro Metallic @BBL A2L.json @@ -140,9 +140,6 @@ "0.99" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Pro Metallic/BBL/H2C/BambuStudio/PolyLite PLA Pro Metallic @BBL H2C.json b/preset/PolyLite PLA Pro Metallic/BBL/H2C/BambuStudio/PolyLite PLA Pro Metallic @BBL H2C.json index eaf87549..07304fae 100644 --- a/preset/PolyLite PLA Pro Metallic/BBL/H2C/BambuStudio/PolyLite PLA Pro Metallic @BBL H2C.json +++ b/preset/PolyLite PLA Pro Metallic/BBL/H2C/BambuStudio/PolyLite PLA Pro Metallic @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Pro Metallic/BBL/H2D/BambuStudio/PolyLite PLA Pro Metallic @BBL H2D.json b/preset/PolyLite PLA Pro Metallic/BBL/H2D/BambuStudio/PolyLite PLA Pro Metallic @BBL H2D.json index 2755d75b..9c92252f 100644 --- a/preset/PolyLite PLA Pro Metallic/BBL/H2D/BambuStudio/PolyLite PLA Pro Metallic @BBL H2D.json +++ b/preset/PolyLite PLA Pro Metallic/BBL/H2D/BambuStudio/PolyLite PLA Pro Metallic @BBL H2D.json @@ -34,16 +34,16 @@ "0" ], "counter_coef_2": [ - "0.003" + "0.0025" ], "counter_coef_3": [ - "0.01" + "0.014" ], "counter_limit_max": [ - "0.088" + "0.076" ], "counter_limit_min": [ - "-0.035" + "0.014" ], "diameter_limit": [ "50" @@ -73,11 +73,14 @@ "0" ], "filament_cooling_before_tower": [ + "10", "10", "10" ], "filament_preheat_temperature_delta": [ - "0" + "20", + "20", + "20" ], "filament_tower_interface_pre_extrusion_dist": [ "10" @@ -95,7 +98,7 @@ "-1" ], "filament_cost": [ - "24.99" + "19.99" ], "filament_density": [ "1.22" @@ -145,9 +148,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -190,7 +190,8 @@ ], "filament_retraction_length": [ "0.4", - "0.4" + "0.4", + "1" ], "filament_scarf_seam_type": [ "none" @@ -211,14 +212,17 @@ "Polymaker" ], "filament_wipe": [ + "1", "1", "1" ], "filament_wipe_distance": [ + "1", "1", "1" ], "filament_z_hop_types": [ + "Spiral Lift", "Spiral Lift", "Spiral Lift" ], @@ -238,6 +242,7 @@ "10" ], "filament_ramming_travel_time": [ + "0", "0", "0" ], @@ -284,16 +289,16 @@ "0" ], "hole_coef_2": [ - "-0.008" + "-0.0028" ], "hole_coef_3": [ - "0.18" + "0.12" ], "hole_limit_max": [ - "0.22" + "0.12" ], "hole_limit_min": [ - "0.088" + "0.05" ], "impact_strength_z": [ "13.8" @@ -305,10 +310,12 @@ "0" ], "nozzle_temperature": [ + "220", "220", "220" ], "nozzle_temperature_initial_layer": [ + "220", "220", "220" ], @@ -349,6 +356,7 @@ "12" ], "slow_down_min_speed": [ + "20", "20", "20" ], @@ -379,13 +387,14 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Bambu PLA Basic @BBL H2D", "filament_adhesiveness_category": [ "100" ], "filament_id": "PMPL21", "setting_id": "GFSA00_12", "include": [ - "fdm_filament_template_direct_dual" + "fdm_filament_template_direct_dual_e3d" ], "pre_start_fan_time": [ "2" diff --git a/preset/PolyLite PLA Pro Metallic/BBL/H2S/BambuStudio/PolyLite PLA Pro Metallic @BBL H2S.json b/preset/PolyLite PLA Pro Metallic/BBL/H2S/BambuStudio/PolyLite PLA Pro Metallic @BBL H2S.json index 9cf55c7d..1a4eb9d6 100644 --- a/preset/PolyLite PLA Pro Metallic/BBL/H2S/BambuStudio/PolyLite PLA Pro Metallic @BBL H2S.json +++ b/preset/PolyLite PLA Pro Metallic/BBL/H2S/BambuStudio/PolyLite PLA Pro Metallic @BBL H2S.json @@ -289,6 +289,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Pro Metallic/BBL/P2S/BambuStudio/PolyLite PLA Pro Metallic @BBL P2S.json b/preset/PolyLite PLA Pro Metallic/BBL/P2S/BambuStudio/PolyLite PLA Pro Metallic @BBL P2S.json index ec29b7a0..e3812984 100644 --- a/preset/PolyLite PLA Pro Metallic/BBL/P2S/BambuStudio/PolyLite PLA Pro Metallic @BBL P2S.json +++ b/preset/PolyLite PLA Pro Metallic/BBL/P2S/BambuStudio/PolyLite PLA Pro Metallic @BBL P2S.json @@ -289,6 +289,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Pro Metallic/BBL/X2D/BambuStudio/PolyLite PLA Pro Metallic @BBL X2D.json b/preset/PolyLite PLA Pro Metallic/BBL/X2D/BambuStudio/PolyLite PLA Pro Metallic @BBL X2D.json index 625d47fc..22e10c2e 100644 --- a/preset/PolyLite PLA Pro Metallic/BBL/X2D/BambuStudio/PolyLite PLA Pro Metallic @BBL X2D.json +++ b/preset/PolyLite PLA Pro Metallic/BBL/X2D/BambuStudio/PolyLite PLA Pro Metallic @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Pro Metallic/Snapmaker/U1/OrcaSlicer/PolyLite PLA Pro Metallic @Snapmaker U1.json b/preset/PolyLite PLA Pro Metallic/Snapmaker/U1/OrcaSlicer/PolyLite PLA Pro Metallic @Snapmaker U1.json index 3bc07865..d4344b5e 100644 --- a/preset/PolyLite PLA Pro Metallic/Snapmaker/U1/OrcaSlicer/PolyLite PLA Pro Metallic @Snapmaker U1.json +++ b/preset/PolyLite PLA Pro Metallic/Snapmaker/U1/OrcaSlicer/PolyLite PLA Pro Metallic @Snapmaker U1.json @@ -261,6 +261,7 @@ "volumetric_speed_coefficients": [ "0 0 0 0 0 0" ], + "inherits": "Generic PLA", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Pro/BBL/A2L/BambuStudio/PolyLite PLA Pro @BBL A2L.json b/preset/PolyLite PLA Pro/BBL/A2L/BambuStudio/PolyLite PLA Pro @BBL A2L.json index f838794c..7042c853 100644 --- a/preset/PolyLite PLA Pro/BBL/A2L/BambuStudio/PolyLite PLA Pro @BBL A2L.json +++ b/preset/PolyLite PLA Pro/BBL/A2L/BambuStudio/PolyLite PLA Pro @BBL A2L.json @@ -140,9 +140,6 @@ "0.99" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Pro/BBL/H2C/BambuStudio/PolyLite PLA Pro @BBL H2C.json b/preset/PolyLite PLA Pro/BBL/H2C/BambuStudio/PolyLite PLA Pro @BBL H2C.json index 55fbb910..77ee8cb6 100644 --- a/preset/PolyLite PLA Pro/BBL/H2C/BambuStudio/PolyLite PLA Pro @BBL H2C.json +++ b/preset/PolyLite PLA Pro/BBL/H2C/BambuStudio/PolyLite PLA Pro @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Pro/BBL/H2D/BambuStudio/PolyLite PLA Pro @BBL H2D.json b/preset/PolyLite PLA Pro/BBL/H2D/BambuStudio/PolyLite PLA Pro @BBL H2D.json index 5ea914d1..0fcafd12 100644 --- a/preset/PolyLite PLA Pro/BBL/H2D/BambuStudio/PolyLite PLA Pro @BBL H2D.json +++ b/preset/PolyLite PLA Pro/BBL/H2D/BambuStudio/PolyLite PLA Pro @BBL H2D.json @@ -34,16 +34,16 @@ "0" ], "counter_coef_2": [ - "0.003" + "0.0025" ], "counter_coef_3": [ - "0.01" + "0.014" ], "counter_limit_max": [ - "0.088" + "0.076" ], "counter_limit_min": [ - "-0.035" + "0.014" ], "diameter_limit": [ "50" @@ -73,11 +73,14 @@ "0" ], "filament_cooling_before_tower": [ + "10", "10", "10" ], "filament_preheat_temperature_delta": [ - "0" + "20", + "20", + "20" ], "filament_tower_interface_pre_extrusion_dist": [ "10" @@ -95,7 +98,7 @@ "-1" ], "filament_cost": [ - "24.99" + "19.99" ], "filament_density": [ "1.22" @@ -145,9 +148,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -190,7 +190,8 @@ ], "filament_retraction_length": [ "0.4", - "0.4" + "0.4", + "1" ], "filament_scarf_seam_type": [ "none" @@ -211,14 +212,17 @@ "Polymaker" ], "filament_wipe": [ + "1", "1", "1" ], "filament_wipe_distance": [ + "1", "1", "1" ], "filament_z_hop_types": [ + "Spiral Lift", "Spiral Lift", "Spiral Lift" ], @@ -238,6 +242,7 @@ "10" ], "filament_ramming_travel_time": [ + "0", "0", "0" ], @@ -284,16 +289,16 @@ "0" ], "hole_coef_2": [ - "-0.008" + "-0.0028" ], "hole_coef_3": [ - "0.18" + "0.12" ], "hole_limit_max": [ - "0.22" + "0.12" ], "hole_limit_min": [ - "0.088" + "0.05" ], "impact_strength_z": [ "13.8" @@ -305,10 +310,12 @@ "0" ], "nozzle_temperature": [ + "220", "220", "220" ], "nozzle_temperature_initial_layer": [ + "220", "220", "220" ], @@ -349,6 +356,7 @@ "12" ], "slow_down_min_speed": [ + "20", "20", "20" ], @@ -379,13 +387,14 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Bambu PLA Basic @BBL H2D", "filament_adhesiveness_category": [ "100" ], "filament_id": "PMPL20", "setting_id": "GFSA00_12", "include": [ - "fdm_filament_template_direct_dual" + "fdm_filament_template_direct_dual_e3d" ], "pre_start_fan_time": [ "2" diff --git a/preset/PolyLite PLA Pro/BBL/H2S/BambuStudio/PolyLite PLA Pro @BBL H2S.json b/preset/PolyLite PLA Pro/BBL/H2S/BambuStudio/PolyLite PLA Pro @BBL H2S.json index 6225abdb..67ebd5eb 100644 --- a/preset/PolyLite PLA Pro/BBL/H2S/BambuStudio/PolyLite PLA Pro @BBL H2S.json +++ b/preset/PolyLite PLA Pro/BBL/H2S/BambuStudio/PolyLite PLA Pro @BBL H2S.json @@ -289,6 +289,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Pro/BBL/P2S/BambuStudio/PolyLite PLA Pro @BBL P2S.json b/preset/PolyLite PLA Pro/BBL/P2S/BambuStudio/PolyLite PLA Pro @BBL P2S.json index 10faceaa..82fea035 100644 --- a/preset/PolyLite PLA Pro/BBL/P2S/BambuStudio/PolyLite PLA Pro @BBL P2S.json +++ b/preset/PolyLite PLA Pro/BBL/P2S/BambuStudio/PolyLite PLA Pro @BBL P2S.json @@ -289,6 +289,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Pro/BBL/X2D/BambuStudio/PolyLite PLA Pro @BBL X2D.json b/preset/PolyLite PLA Pro/BBL/X2D/BambuStudio/PolyLite PLA Pro @BBL X2D.json index 755df5e6..e73fbf33 100644 --- a/preset/PolyLite PLA Pro/BBL/X2D/BambuStudio/PolyLite PLA Pro @BBL X2D.json +++ b/preset/PolyLite PLA Pro/BBL/X2D/BambuStudio/PolyLite PLA Pro @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Pro/Snapmaker/U1/OrcaSlicer/PolyLite PLA Pro @Snapmaker U1.json b/preset/PolyLite PLA Pro/Snapmaker/U1/OrcaSlicer/PolyLite PLA Pro @Snapmaker U1.json index 7226f60d..515e53ed 100644 --- a/preset/PolyLite PLA Pro/Snapmaker/U1/OrcaSlicer/PolyLite PLA Pro @Snapmaker U1.json +++ b/preset/PolyLite PLA Pro/Snapmaker/U1/OrcaSlicer/PolyLite PLA Pro @Snapmaker U1.json @@ -261,6 +261,7 @@ "volumetric_speed_coefficients": [ "0 0 0 0 0 0" ], + "inherits": "Generic PLA", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Starlight/BBL/A2L/BambuStudio/PolyLite PLA Starlight @BBL A2L.json b/preset/PolyLite PLA Starlight/BBL/A2L/BambuStudio/PolyLite PLA Starlight @BBL A2L.json index 6c209061..79954f51 100644 --- a/preset/PolyLite PLA Starlight/BBL/A2L/BambuStudio/PolyLite PLA Starlight @BBL A2L.json +++ b/preset/PolyLite PLA Starlight/BBL/A2L/BambuStudio/PolyLite PLA Starlight @BBL A2L.json @@ -140,9 +140,6 @@ "0.98" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Starlight/BBL/H2C/BambuStudio/PolyLite PLA Starlight @BBL H2C.json b/preset/PolyLite PLA Starlight/BBL/H2C/BambuStudio/PolyLite PLA Starlight @BBL H2C.json index 0f63ced2..45c6eb1c 100644 --- a/preset/PolyLite PLA Starlight/BBL/H2C/BambuStudio/PolyLite PLA Starlight @BBL H2C.json +++ b/preset/PolyLite PLA Starlight/BBL/H2C/BambuStudio/PolyLite PLA Starlight @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Starlight/BBL/H2D/BambuStudio/PolyLite PLA Starlight @BBL H2D.json b/preset/PolyLite PLA Starlight/BBL/H2D/BambuStudio/PolyLite PLA Starlight @BBL H2D.json index 5904a046..142aaa35 100644 --- a/preset/PolyLite PLA Starlight/BBL/H2D/BambuStudio/PolyLite PLA Starlight @BBL H2D.json +++ b/preset/PolyLite PLA Starlight/BBL/H2D/BambuStudio/PolyLite PLA Starlight @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Starlight/BBL/H2S/BambuStudio/PolyLite PLA Starlight @BBL H2S.json b/preset/PolyLite PLA Starlight/BBL/H2S/BambuStudio/PolyLite PLA Starlight @BBL H2S.json index e700c234..77856306 100644 --- a/preset/PolyLite PLA Starlight/BBL/H2S/BambuStudio/PolyLite PLA Starlight @BBL H2S.json +++ b/preset/PolyLite PLA Starlight/BBL/H2S/BambuStudio/PolyLite PLA Starlight @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Starlight/BBL/P1S/BambuStudio/PolyLite PLA Starlight @BBL P1S.json b/preset/PolyLite PLA Starlight/BBL/P1S/BambuStudio/PolyLite PLA Starlight @BBL P1S.json new file mode 100644 index 00000000..6a33cc3f --- /dev/null +++ b/preset/PolyLite PLA Starlight/BBL/P1S/BambuStudio/PolyLite PLA Starlight @BBL P1S.json @@ -0,0 +1,369 @@ +{ + "type": "filament", + "name": "PolyLite PLA Starlight @BBL P1S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.17" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "PolyLite PLA Starlight @BBL P1S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "61" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL22", + "description": " ", + "setting_id": "GFSL99", + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/PolyLite PLA Starlight/BBL/P2S/BambuStudio/PolyLite PLA Starlight @BBL P2S.json b/preset/PolyLite PLA Starlight/BBL/P2S/BambuStudio/PolyLite PLA Starlight @BBL P2S.json index b9fb31cf..2ca354d5 100644 --- a/preset/PolyLite PLA Starlight/BBL/P2S/BambuStudio/PolyLite PLA Starlight @BBL P2S.json +++ b/preset/PolyLite PLA Starlight/BBL/P2S/BambuStudio/PolyLite PLA Starlight @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Starlight/BBL/X2D/BambuStudio/PolyLite PLA Starlight @BBL X2D.json b/preset/PolyLite PLA Starlight/BBL/X2D/BambuStudio/PolyLite PLA Starlight @BBL X2D.json index c972bd02..adc598dc 100644 --- a/preset/PolyLite PLA Starlight/BBL/X2D/BambuStudio/PolyLite PLA Starlight @BBL X2D.json +++ b/preset/PolyLite PLA Starlight/BBL/X2D/BambuStudio/PolyLite PLA Starlight @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Translucent/BBL/A2L/BambuStudio/PolyLite PLA Translucent @BBL A2L.json b/preset/PolyLite PLA Translucent/BBL/A2L/BambuStudio/PolyLite PLA Translucent @BBL A2L.json index a108b52e..ac4b692a 100644 --- a/preset/PolyLite PLA Translucent/BBL/A2L/BambuStudio/PolyLite PLA Translucent @BBL A2L.json +++ b/preset/PolyLite PLA Translucent/BBL/A2L/BambuStudio/PolyLite PLA Translucent @BBL A2L.json @@ -140,9 +140,6 @@ "0.98" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Translucent/BBL/H2C/BambuStudio/PolyLite PLA Translucent @BBL H2C.json b/preset/PolyLite PLA Translucent/BBL/H2C/BambuStudio/PolyLite PLA Translucent @BBL H2C.json index d83ea6bd..026297b1 100644 --- a/preset/PolyLite PLA Translucent/BBL/H2C/BambuStudio/PolyLite PLA Translucent @BBL H2C.json +++ b/preset/PolyLite PLA Translucent/BBL/H2C/BambuStudio/PolyLite PLA Translucent @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA Translucent/BBL/H2D/BambuStudio/PolyLite PLA Translucent @BBL H2D.json b/preset/PolyLite PLA Translucent/BBL/H2D/BambuStudio/PolyLite PLA Translucent @BBL H2D.json index 2f35e9be..8883291b 100644 --- a/preset/PolyLite PLA Translucent/BBL/H2D/BambuStudio/PolyLite PLA Translucent @BBL H2D.json +++ b/preset/PolyLite PLA Translucent/BBL/H2D/BambuStudio/PolyLite PLA Translucent @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Translucent/BBL/H2S/BambuStudio/PolyLite PLA Translucent @BBL H2S.json b/preset/PolyLite PLA Translucent/BBL/H2S/BambuStudio/PolyLite PLA Translucent @BBL H2S.json index 2e00efba..90bf392d 100644 --- a/preset/PolyLite PLA Translucent/BBL/H2S/BambuStudio/PolyLite PLA Translucent @BBL H2S.json +++ b/preset/PolyLite PLA Translucent/BBL/H2S/BambuStudio/PolyLite PLA Translucent @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Translucent/BBL/P1S/BambuStudio/PolyLite PLA Translucent @BBL P1S.json b/preset/PolyLite PLA Translucent/BBL/P1S/BambuStudio/PolyLite PLA Translucent @BBL P1S.json new file mode 100644 index 00000000..450a55e4 --- /dev/null +++ b/preset/PolyLite PLA Translucent/BBL/P1S/BambuStudio/PolyLite PLA Translucent @BBL P1S.json @@ -0,0 +1,369 @@ +{ + "type": "filament", + "name": "PolyLite PLA Translucent @BBL P1S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.17" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "PolyLite PLA Translucent @BBL P1S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "61" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL23", + "description": " ", + "setting_id": "GFSL99", + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/PolyLite PLA Translucent/BBL/P2S/BambuStudio/PolyLite PLA Translucent @BBL P2S.json b/preset/PolyLite PLA Translucent/BBL/P2S/BambuStudio/PolyLite PLA Translucent @BBL P2S.json index e34958ac..c3bf4886 100644 --- a/preset/PolyLite PLA Translucent/BBL/P2S/BambuStudio/PolyLite PLA Translucent @BBL P2S.json +++ b/preset/PolyLite PLA Translucent/BBL/P2S/BambuStudio/PolyLite PLA Translucent @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA Translucent/BBL/X2D/BambuStudio/PolyLite PLA Translucent @BBL X2D.json b/preset/PolyLite PLA Translucent/BBL/X2D/BambuStudio/PolyLite PLA Translucent @BBL X2D.json index 4108e815..749673bc 100644 --- a/preset/PolyLite PLA Translucent/BBL/X2D/BambuStudio/PolyLite PLA Translucent @BBL X2D.json +++ b/preset/PolyLite PLA Translucent/BBL/X2D/BambuStudio/PolyLite PLA Translucent @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA-CF/BBL/A2L/BambuStudio/PolyLite PLA-CF @BBL A2L.json b/preset/PolyLite PLA-CF/BBL/A2L/BambuStudio/PolyLite PLA-CF @BBL A2L.json index 81cf68f6..058904d9 100644 --- a/preset/PolyLite PLA-CF/BBL/A2L/BambuStudio/PolyLite PLA-CF @BBL A2L.json +++ b/preset/PolyLite PLA-CF/BBL/A2L/BambuStudio/PolyLite PLA-CF @BBL A2L.json @@ -140,9 +140,6 @@ "1.07" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA-CF/BBL/X2D/BambuStudio/PolyLite PLA-CF @BBL X2D.json b/preset/PolyLite PLA-CF/BBL/X2D/BambuStudio/PolyLite PLA-CF @BBL X2D.json index 56fb8038..43aaf269 100644 --- a/preset/PolyLite PLA-CF/BBL/X2D/BambuStudio/PolyLite PLA-CF @BBL X2D.json +++ b/preset/PolyLite PLA-CF/BBL/X2D/BambuStudio/PolyLite PLA-CF @BBL X2D.json @@ -73,6 +73,8 @@ "0" ], "filament_cooling_before_tower": [ + "10", + "10", "10", "10", "10", @@ -97,7 +99,7 @@ "230" ], "filament_cost": [ - "34.99" + "26.99" ], "filament_density": [ "1.29" @@ -151,9 +153,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -197,6 +196,8 @@ "-1" ], "filament_retraction_distances_when_cut": [ + "10", + "10", "10", "10", "10", @@ -221,21 +222,27 @@ "Polymaker" ], "filament_wipe": [ + "nil", "nil", "nil", "1", + "nil", "nil" ], "filament_wipe_distance": [ + "nil", "nil", "nil", "1", + "nil", "nil" ], "filament_z_hop_types": [ + "nil", "nil", "nil", "Spiral Lift", + "nil", "nil" ], "full_fan_speed_layer": [ @@ -254,6 +261,8 @@ "10" ], "filament_ramming_travel_time": [ + "0", + "0", "0", "0", "0", @@ -358,6 +367,8 @@ "retraction_distances_when_ec": [ "3", "3", + "3", + "4", "4", "4" ], @@ -374,6 +385,8 @@ "9" ], "slow_down_min_speed": [ + "20", + "20", "20", "20", "20", @@ -406,6 +419,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Bambu PLA-CF @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], @@ -415,7 +429,7 @@ "40" ], "include": [ - "fdm_filament_template_direct_bowden" + "fdm_filament_template_direct_bowden_e3d" ], "version": "2.6.0.1", "idle_temperature": [ diff --git a/preset/PolyLite PLA-CF/Snapmaker/U1/OrcaSlicer/PolyLite PLA-CF @Snapmaker U1.json b/preset/PolyLite PLA-CF/Snapmaker/U1/OrcaSlicer/PolyLite PLA-CF @Snapmaker U1.json index 0408230a..5d756868 100644 --- a/preset/PolyLite PLA-CF/Snapmaker/U1/OrcaSlicer/PolyLite PLA-CF @Snapmaker U1.json +++ b/preset/PolyLite PLA-CF/Snapmaker/U1/OrcaSlicer/PolyLite PLA-CF @Snapmaker U1.json @@ -264,6 +264,7 @@ "volumetric_speed_coefficients": [ "0 0 0 0 0 0" ], + "inherits": "Generic PLA-CF", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA/BBL/A2L/BambuStudio/PolyLite PLA @BBL A2L.json b/preset/PolyLite PLA/BBL/A2L/BambuStudio/PolyLite PLA @BBL A2L.json index 841c80bd..271d70b1 100644 --- a/preset/PolyLite PLA/BBL/A2L/BambuStudio/PolyLite PLA @BBL A2L.json +++ b/preset/PolyLite PLA/BBL/A2L/BambuStudio/PolyLite PLA @BBL A2L.json @@ -140,9 +140,6 @@ "0.98" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA/BBL/H2C/BambuStudio/PolyLite PLA @BBL H2C.json b/preset/PolyLite PLA/BBL/H2C/BambuStudio/PolyLite PLA @BBL H2C.json index 3d6de649..a36d76e5 100644 --- a/preset/PolyLite PLA/BBL/H2C/BambuStudio/PolyLite PLA @BBL H2C.json +++ b/preset/PolyLite PLA/BBL/H2C/BambuStudio/PolyLite PLA @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyLite PLA/BBL/H2D/BambuStudio/PolyLite PLA @BBL H2D.json b/preset/PolyLite PLA/BBL/H2D/BambuStudio/PolyLite PLA @BBL H2D.json index ed35b54b..22899f43 100644 --- a/preset/PolyLite PLA/BBL/H2D/BambuStudio/PolyLite PLA @BBL H2D.json +++ b/preset/PolyLite PLA/BBL/H2D/BambuStudio/PolyLite PLA @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA/BBL/H2S/BambuStudio/PolyLite PLA @BBL H2S.json b/preset/PolyLite PLA/BBL/H2S/BambuStudio/PolyLite PLA @BBL H2S.json index 5982981a..25893c73 100644 --- a/preset/PolyLite PLA/BBL/H2S/BambuStudio/PolyLite PLA @BBL H2S.json +++ b/preset/PolyLite PLA/BBL/H2S/BambuStudio/PolyLite PLA @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA/BBL/P1S/BambuStudio/PolyLite PLA @BBL P1S.json b/preset/PolyLite PLA/BBL/P1S/BambuStudio/PolyLite PLA @BBL P1S.json new file mode 100644 index 00000000..06ff4c9f --- /dev/null +++ b/preset/PolyLite PLA/BBL/P1S/BambuStudio/PolyLite PLA @BBL P1S.json @@ -0,0 +1,369 @@ +{ + "type": "filament", + "name": "PolyLite PLA @BBL P1S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.17" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "PolyLite PLA @BBL P1S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "61" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL15", + "description": " ", + "setting_id": "GFSL99", + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/PolyLite PLA/BBL/P2S/BambuStudio/PolyLite PLA @BBL P2S.json b/preset/PolyLite PLA/BBL/P2S/BambuStudio/PolyLite PLA @BBL P2S.json index 82294c04..3479bff9 100644 --- a/preset/PolyLite PLA/BBL/P2S/BambuStudio/PolyLite PLA @BBL P2S.json +++ b/preset/PolyLite PLA/BBL/P2S/BambuStudio/PolyLite PLA @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyLite PLA/BBL/X2D/BambuStudio/PolyLite PLA @BBL X2D.json b/preset/PolyLite PLA/BBL/X2D/BambuStudio/PolyLite PLA @BBL X2D.json index 323e0da2..b3f627ee 100644 --- a/preset/PolyLite PLA/BBL/X2D/BambuStudio/PolyLite PLA @BBL X2D.json +++ b/preset/PolyLite PLA/BBL/X2D/BambuStudio/PolyLite PLA @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyMax PETG/BBL/P2S/BambuStudio/PolyMax PETG @BBL P2S.json b/preset/PolyMax PETG/BBL/P2S/BambuStudio/PolyMax PETG @BBL P2S.json index 22a4d089..49dc8478 100644 --- a/preset/PolyMax PETG/BBL/P2S/BambuStudio/PolyMax PETG @BBL P2S.json +++ b/preset/PolyMax PETG/BBL/P2S/BambuStudio/PolyMax PETG @BBL P2S.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -365,6 +362,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG @BBL P2S", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/PolyMax PETG/BBL/X2D/BambuStudio/PolyMax PETG @BBL X2D.json b/preset/PolyMax PETG/BBL/X2D/BambuStudio/PolyMax PETG @BBL X2D.json index eae8f345..0ee15a9a 100644 --- a/preset/PolyMax PETG/BBL/X2D/BambuStudio/PolyMax PETG @BBL X2D.json +++ b/preset/PolyMax PETG/BBL/X2D/BambuStudio/PolyMax PETG @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/PolyMax PLA/BBL/A2L/BambuStudio/PolyMax PLA @BBL A2L.json b/preset/PolyMax PLA/BBL/A2L/BambuStudio/PolyMax PLA @BBL A2L.json index facfedf8..07454887 100644 --- a/preset/PolyMax PLA/BBL/A2L/BambuStudio/PolyMax PLA @BBL A2L.json +++ b/preset/PolyMax PLA/BBL/A2L/BambuStudio/PolyMax PLA @BBL A2L.json @@ -140,9 +140,6 @@ "1" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyMax PLA/BBL/H2C/BambuStudio/PolyMax PLA @BBL H2C.json b/preset/PolyMax PLA/BBL/H2C/BambuStudio/PolyMax PLA @BBL H2C.json new file mode 100644 index 00000000..2921091e --- /dev/null +++ b/preset/PolyMax PLA/BBL/H2C/BambuStudio/PolyMax PLA @BBL H2C.json @@ -0,0 +1,406 @@ +{ + "type": "filament", + "name": "PolyMax PLA @BBL H2C", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "75" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "10", + "10" + ], + "filament_preheat_temperature_delta": [ + "20", + "20" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.19" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_flow_ratio": [ + "1.04", + "nil" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "180", + "180" + ], + "filament_prime_volume": [ + "30" + ], + "filament_prime_volume_nc": [ + "30" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "1", + "1" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "PolyMax PLA @BBL H2C" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_retract_length_nc": [ + "18", + "18" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "4" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "8" + ], + "slow_down_min_speed": [ + "20", + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "61" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab H2C 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL32", + "description": " ", + "setting_id": "GFSL99_20", + "first_x_layer_fan_speed": [ + "0" + ], + "filament_change_length_nc": [ + "4" + ], + "include": [ + "fdm_filament_template_direct_dual" + ], + "pre_start_fan_time": [ + "2" + ], + "version": "2.7.0.9", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/PolyMax PLA/BBL/H2D/BambuStudio/PolyMax PLA @BBL H2D.json b/preset/PolyMax PLA/BBL/H2D/BambuStudio/PolyMax PLA @BBL H2D.json index 95142275..13663699 100644 --- a/preset/PolyMax PLA/BBL/H2D/BambuStudio/PolyMax PLA @BBL H2D.json +++ b/preset/PolyMax PLA/BBL/H2D/BambuStudio/PolyMax PLA @BBL H2D.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -363,6 +360,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2D", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyMax PLA/BBL/H2S/BambuStudio/PolyMax PLA @BBL H2S.json b/preset/PolyMax PLA/BBL/H2S/BambuStudio/PolyMax PLA @BBL H2S.json index 21991ee8..073860d3 100644 --- a/preset/PolyMax PLA/BBL/H2S/BambuStudio/PolyMax PLA @BBL H2S.json +++ b/preset/PolyMax PLA/BBL/H2S/BambuStudio/PolyMax PLA @BBL H2S.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -381,6 +378,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2S", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyMax PLA/BBL/P2S/BambuStudio/PolyMax PLA @BBL P2S.json b/preset/PolyMax PLA/BBL/P2S/BambuStudio/PolyMax PLA @BBL P2S.json index 7c84b539..ffa6b673 100644 --- a/preset/PolyMax PLA/BBL/P2S/BambuStudio/PolyMax PLA @BBL P2S.json +++ b/preset/PolyMax PLA/BBL/P2S/BambuStudio/PolyMax PLA @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyMax PLA/BBL/X2D/BambuStudio/PolyMax PLA @BBL X2D.json b/preset/PolyMax PLA/BBL/X2D/BambuStudio/PolyMax PLA @BBL X2D.json index 5c93c932..22288058 100644 --- a/preset/PolyMax PLA/BBL/X2D/BambuStudio/PolyMax PLA @BBL X2D.json +++ b/preset/PolyMax PLA/BBL/X2D/BambuStudio/PolyMax PLA @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolySmooth/BBL/A2L/BambuStudio/PolySmooth @BBL A2L.json b/preset/PolySmooth/BBL/A2L/BambuStudio/PolySmooth @BBL A2L.json index bcdf5319..887e175f 100644 --- a/preset/PolySmooth/BBL/A2L/BambuStudio/PolySmooth @BBL A2L.json +++ b/preset/PolySmooth/BBL/A2L/BambuStudio/PolySmooth @BBL A2L.json @@ -140,9 +140,6 @@ "0.99" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolySmooth/BBL/X2D/BambuStudio/PolySmooth @BBL X2D.json b/preset/PolySmooth/BBL/X2D/BambuStudio/PolySmooth @BBL X2D.json index d8f9531d..38957479 100644 --- a/preset/PolySmooth/BBL/X2D/BambuStudio/PolySmooth @BBL X2D.json +++ b/preset/PolySmooth/BBL/X2D/BambuStudio/PolySmooth @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolySupport for PA12/BBL/H2S/BambuStudio/PolySupport for PA12 @BBL H2S.json b/preset/PolySupport for PA12/BBL/H2S/BambuStudio/PolySupport for PA12 @BBL H2S.json new file mode 100644 index 00000000..82cc4462 --- /dev/null +++ b/preset/PolySupport for PA12/BBL/H2S/BambuStudio/PolySupport for PA12 @BBL H2S.json @@ -0,0 +1,398 @@ +{ + "type": "filament", + "name": "PolySupport for PA12 @BBL H2S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "100" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "10", + "10" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.29" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_flow_ratio": [ + "0.97", + "nil" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "PolySupport for PA12 @BBL H2S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PA" + ], + "filament_vendor": [ + "Polymaker" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "260", + "nil" + ], + "nozzle_temperature_initial_layer": [ + "260", + "nil" + ], + "nozzle_temperature_range_high": [ + "300" + ], + "nozzle_temperature_range_low": [ + "270" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "12" + ], + "slow_down_min_speed": [ + "10", + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "117" + ], + "textured_plate_temp": [ + "50" + ], + "textured_plate_temp_initial_layer": [ + "50" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab H2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "inherits": "Generic PLA @BBL H2S", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPA06", + "description": " ", + "setting_id": "GFSL99_08", + "include": [ + "fdm_filament_template_direct_dual" + ], + "first_x_layer_fan_speed": [ + "100" + ], + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/PolySupport for PA12/BBL/P2S/BambuStudio/PolySupport for PA12 @BBL P2S.json b/preset/PolySupport for PA12/BBL/P2S/BambuStudio/PolySupport for PA12 @BBL P2S.json new file mode 100644 index 00000000..c75620cf --- /dev/null +++ b/preset/PolySupport for PA12/BBL/P2S/BambuStudio/PolySupport for PA12 @BBL P2S.json @@ -0,0 +1,382 @@ +{ + "type": "filament", + "name": "PolySupport for PA12 @BBL P2S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "80" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "10", + "10" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.29" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_flow_ratio": [ + "0.94", + "nil" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "1" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "PolySupport for PA12 @BBL P2S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "270", + "nil" + ], + "nozzle_temperature_initial_layer": [ + "270", + "nil" + ], + "nozzle_temperature_range_high": [ + "300" + ], + "nozzle_temperature_range_low": [ + "270" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "6" + ], + "slow_down_min_speed": [ + "20", + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "117" + ], + "textured_plate_temp": [ + "50" + ], + "textured_plate_temp_initial_layer": [ + "50" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; Filament gcode\nM145 P0 ; set airduct mode to cooling mode for cooling\nM106 P2 S255 ; turn on auxiliary fan for cooling\nM106 P3 S127 ; turn on chamber fan for cooling\nM1002 gcode_claim_action : 29\nM191 S0 ; wait for chamber temp\nM106 P2 S102 ; turn on chamber cooling fan\nM106 P10 S0 ; turn off left aux fan\nM142 P6 R30 S40 U0.3 V0.8 ; set PETG exhaust chamber autocooling\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA @BBL P2S", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPA06", + "description": " ", + "setting_id": "GFSL99_13", + "first_x_layer_fan_speed": [ + "40" + ], + "include": [ + "fdm_filament_template_direct_dual" + ], + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/PolySupport for PA12/BBL/X2D/BambuStudio/PolySupport for PA12 @BBL X2D.json b/preset/PolySupport for PA12/BBL/X2D/BambuStudio/PolySupport for PA12 @BBL X2D.json index 850881fb..e2212c7a 100644 --- a/preset/PolySupport for PA12/BBL/X2D/BambuStudio/PolySupport for PA12 @BBL X2D.json +++ b/preset/PolySupport for PA12/BBL/X2D/BambuStudio/PolySupport for PA12 @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -206,7 +203,7 @@ "100%" ], "filament_soluble": [ - "1" + "0" ], "filament_type": [ "PA" @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolySupport/BBL/A2L/BambuStudio/PolySupport @BBL A2L.json b/preset/PolySupport/BBL/A2L/BambuStudio/PolySupport @BBL A2L.json index aaa97e42..ed147ee7 100644 --- a/preset/PolySupport/BBL/A2L/BambuStudio/PolySupport @BBL A2L.json +++ b/preset/PolySupport/BBL/A2L/BambuStudio/PolySupport @BBL A2L.json @@ -94,7 +94,7 @@ "-1" ], "filament_cost": [ - "69.98" + "39.98" ], "filament_density": [ "1.22" @@ -142,9 +142,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "220" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Bambu Support For PLA @BBL A2L", "filament_adhesiveness_category": [ "702" ], diff --git a/preset/PolySupport/BBL/X2D/BambuStudio/PolySupport @BBL X2D.json b/preset/PolySupport/BBL/X2D/BambuStudio/PolySupport @BBL X2D.json index 700f24b2..91b784c1 100644 --- a/preset/PolySupport/BBL/X2D/BambuStudio/PolySupport @BBL X2D.json +++ b/preset/PolySupport/BBL/X2D/BambuStudio/PolySupport @BBL X2D.json @@ -73,6 +73,8 @@ "0" ], "filament_cooling_before_tower": [ + "10", + "10", "10", "10", "10", @@ -97,7 +99,7 @@ "220" ], "filament_cost": [ - "69.98" + "39.98" ], "filament_density": [ "1.22" @@ -143,6 +145,8 @@ "Bowden High Flow" ], "filament_flow_ratio": [ + "1", + "1", "1", "1", "1", @@ -151,9 +155,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -230,6 +231,8 @@ "10" ], "filament_ramming_travel_time": [ + "0", + "0", "0", "0", "0", @@ -334,6 +337,8 @@ "retraction_distances_when_ec": [ "3", "3", + "3", + "4", "4", "4" ], @@ -382,6 +387,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Bambu Support For PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "702" ], @@ -392,7 +398,7 @@ "40" ], "include": [ - "fdm_filament_template_direct_bowden" + "fdm_filament_template_direct_bowden_e3d" ], "version": "2.6.0.2", "idle_temperature": [ diff --git a/preset/PolyTerra PLA Marble/BBL/A2L/BambuStudio/PolyTerra PLA Marble @BBL A2L.json b/preset/PolyTerra PLA Marble/BBL/A2L/BambuStudio/PolyTerra PLA Marble @BBL A2L.json index f491949b..4e6ac30f 100644 --- a/preset/PolyTerra PLA Marble/BBL/A2L/BambuStudio/PolyTerra PLA Marble @BBL A2L.json +++ b/preset/PolyTerra PLA Marble/BBL/A2L/BambuStudio/PolyTerra PLA Marble @BBL A2L.json @@ -140,9 +140,6 @@ "1.03" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyTerra PLA Marble/BBL/H2C/BambuStudio/PolyTerra PLA Marble @BBL H2C.json b/preset/PolyTerra PLA Marble/BBL/H2C/BambuStudio/PolyTerra PLA Marble @BBL H2C.json index 98a16016..a62a7ff1 100644 --- a/preset/PolyTerra PLA Marble/BBL/H2C/BambuStudio/PolyTerra PLA Marble @BBL H2C.json +++ b/preset/PolyTerra PLA Marble/BBL/H2C/BambuStudio/PolyTerra PLA Marble @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyTerra PLA Marble/BBL/H2D/BambuStudio/PolyTerra PLA Marble @BBL H2D.json b/preset/PolyTerra PLA Marble/BBL/H2D/BambuStudio/PolyTerra PLA Marble @BBL H2D.json index a303d315..bae17179 100644 --- a/preset/PolyTerra PLA Marble/BBL/H2D/BambuStudio/PolyTerra PLA Marble @BBL H2D.json +++ b/preset/PolyTerra PLA Marble/BBL/H2D/BambuStudio/PolyTerra PLA Marble @BBL H2D.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -363,6 +360,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2D", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyTerra PLA Marble/BBL/P2S/BambuStudio/PolyTerra PLA Marble @BBL P2S.json b/preset/PolyTerra PLA Marble/BBL/P2S/BambuStudio/PolyTerra PLA Marble @BBL P2S.json index b051404e..4cbfae78 100644 --- a/preset/PolyTerra PLA Marble/BBL/P2S/BambuStudio/PolyTerra PLA Marble @BBL P2S.json +++ b/preset/PolyTerra PLA Marble/BBL/P2S/BambuStudio/PolyTerra PLA Marble @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyTerra PLA Marble/BBL/X2D/BambuStudio/PolyTerra PLA Marble @BBL X2D.json b/preset/PolyTerra PLA Marble/BBL/X2D/BambuStudio/PolyTerra PLA Marble @BBL X2D.json index 3b44ba4e..dcb888a3 100644 --- a/preset/PolyTerra PLA Marble/BBL/X2D/BambuStudio/PolyTerra PLA Marble @BBL X2D.json +++ b/preset/PolyTerra PLA Marble/BBL/X2D/BambuStudio/PolyTerra PLA Marble @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyTerra PLA+/BBL/H2C/BambuStudio/PolyTerra PLA+ @BBL H2C.json b/preset/PolyTerra PLA+/BBL/H2C/BambuStudio/PolyTerra PLA+ @BBL H2C.json index 506a15e3..a85e3914 100644 --- a/preset/PolyTerra PLA+/BBL/H2C/BambuStudio/PolyTerra PLA+ @BBL H2C.json +++ b/preset/PolyTerra PLA+/BBL/H2C/BambuStudio/PolyTerra PLA+ @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyTerra PLA+/BBL/H2S/BambuStudio/PolyTerra PLA+ @BBL H2S.json b/preset/PolyTerra PLA+/BBL/H2S/BambuStudio/PolyTerra PLA+ @BBL H2S.json index 8f31dd23..392e0189 100644 --- a/preset/PolyTerra PLA+/BBL/H2S/BambuStudio/PolyTerra PLA+ @BBL H2S.json +++ b/preset/PolyTerra PLA+/BBL/H2S/BambuStudio/PolyTerra PLA+ @BBL H2S.json @@ -289,6 +289,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyTerra PLA+/BBL/P2S/BambuStudio/PolyTerra PLA+ @BBL P2S.json b/preset/PolyTerra PLA+/BBL/P2S/BambuStudio/PolyTerra PLA+ @BBL P2S.json index 7cd4a446..0d60dbed 100644 --- a/preset/PolyTerra PLA+/BBL/P2S/BambuStudio/PolyTerra PLA+ @BBL P2S.json +++ b/preset/PolyTerra PLA+/BBL/P2S/BambuStudio/PolyTerra PLA+ @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyTerra PLA+/BBL/X2D/BambuStudio/PolyTerra PLA+ @BBL X2D.json b/preset/PolyTerra PLA+/BBL/X2D/BambuStudio/PolyTerra PLA+ @BBL X2D.json index 1bdf9dbb..eca722e1 100644 --- a/preset/PolyTerra PLA+/BBL/X2D/BambuStudio/PolyTerra PLA+ @BBL X2D.json +++ b/preset/PolyTerra PLA+/BBL/X2D/BambuStudio/PolyTerra PLA+ @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyTerra PLA/BBL/A2L/BambuStudio/PolyTerra PLA @BBL A2L.json b/preset/PolyTerra PLA/BBL/A2L/BambuStudio/PolyTerra PLA @BBL A2L.json index 1301f51d..e2805734 100644 --- a/preset/PolyTerra PLA/BBL/A2L/BambuStudio/PolyTerra PLA @BBL A2L.json +++ b/preset/PolyTerra PLA/BBL/A2L/BambuStudio/PolyTerra PLA @BBL A2L.json @@ -140,9 +140,6 @@ "1.03" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyTerra PLA/BBL/H2C/BambuStudio/PolyTerra PLA @BBL H2C.json b/preset/PolyTerra PLA/BBL/H2C/BambuStudio/PolyTerra PLA @BBL H2C.json index d5e062b1..fc0c8c0a 100644 --- a/preset/PolyTerra PLA/BBL/H2C/BambuStudio/PolyTerra PLA @BBL H2C.json +++ b/preset/PolyTerra PLA/BBL/H2C/BambuStudio/PolyTerra PLA @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyTerra PLA/BBL/H2D/BambuStudio/PolyTerra PLA @BBL H2D.json b/preset/PolyTerra PLA/BBL/H2D/BambuStudio/PolyTerra PLA @BBL H2D.json index 7ed804ce..1491db74 100644 --- a/preset/PolyTerra PLA/BBL/H2D/BambuStudio/PolyTerra PLA @BBL H2D.json +++ b/preset/PolyTerra PLA/BBL/H2D/BambuStudio/PolyTerra PLA @BBL H2D.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -363,6 +360,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2D", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/PolyTerra PLA/BBL/P2S/BambuStudio/PolyTerra PLA @BBL P2S.json b/preset/PolyTerra PLA/BBL/P2S/BambuStudio/PolyTerra PLA @BBL P2S.json index b583b5bf..57a4f828 100644 --- a/preset/PolyTerra PLA/BBL/P2S/BambuStudio/PolyTerra PLA @BBL P2S.json +++ b/preset/PolyTerra PLA/BBL/P2S/BambuStudio/PolyTerra PLA @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/PolyTerra PLA/BBL/X2D/BambuStudio/PolyTerra PLA @BBL X2D.json b/preset/PolyTerra PLA/BBL/X2D/BambuStudio/PolyTerra PLA @BBL X2D.json index 9094473d..f2c27f8f 100644 --- a/preset/PolyTerra PLA/BBL/X2D/BambuStudio/PolyTerra PLA @BBL X2D.json +++ b/preset/PolyTerra PLA/BBL/X2D/BambuStudio/PolyTerra PLA @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Polymaker ABS Max/BBL/H2C/BambuStudio/Polymaker ABS Max @BBL H2C.json b/preset/Polymaker ABS Max/BBL/H2C/BambuStudio/Polymaker ABS Max @BBL H2C.json index 541f17c7..ac2696aa 100644 --- a/preset/Polymaker ABS Max/BBL/H2C/BambuStudio/Polymaker ABS Max @BBL H2C.json +++ b/preset/Polymaker ABS Max/BBL/H2C/BambuStudio/Polymaker ABS Max @BBL H2C.json @@ -73,10 +73,12 @@ "0" ], "filament_cooling_before_tower": [ + "10", "10", "10" ], "filament_preheat_temperature_delta": [ + "20", "20", "20" ], @@ -96,7 +98,7 @@ "-1" ], "filament_cost": [ - "24.99" + "19.99" ], "filament_density": [ "1.06" @@ -139,15 +141,13 @@ "Direct Drive High Flow" ], "filament_flow_ratio": [ + "0.98", "0.98", "0.98" ], "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -168,6 +168,7 @@ "0" ], "filament_pre_cooling_temperature_nc": [ + "230", "230", "230" ], @@ -181,6 +182,7 @@ "3" ], "filament_ramming_travel_time_nc": [ + "1", "1", "1" ], @@ -192,6 +194,7 @@ ], "filament_retraction_length": [ "0.4", + "0.6", "0.6" ], "filament_scarf_seam_type": [ @@ -213,14 +216,17 @@ "Polymaker" ], "filament_wipe": [ + "1", "1", "1" ], "filament_wipe_distance": [ + "1", "1", "1" ], "filament_z_hop_types": [ + "Spiral Lift", "Spiral Lift", "Spiral Lift" ], @@ -240,6 +246,7 @@ "10" ], "filament_ramming_travel_time": [ + "0", "0", "0" ], @@ -351,6 +358,7 @@ "12" ], "slow_down_min_speed": [ + "20", "20", "20" ], @@ -381,20 +389,18 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Bambu ABS @BBL H2C", "filament_adhesiveness_category": [ "200" ], "filament_id": "PMAB02", "description": " ", "setting_id": "GFSB00_22", - "first_x_layer_fan_speed": [ - "0" - ], "filament_change_length_nc": [ "4" ], "include": [ - "fdm_filament_template_direct_dual" + "fdm_filament_template_direct_dual_e3d" ], "version": "2.6.0.5", "idle_temperature": [ diff --git a/preset/Polymaker ABS Max/BBL/H2D/BambuStudio/Polymaker ABS Max @BBL H2D.json b/preset/Polymaker ABS Max/BBL/H2D/BambuStudio/Polymaker ABS Max @BBL H2D.json index b8ce517b..68ba8d81 100644 --- a/preset/Polymaker ABS Max/BBL/H2D/BambuStudio/Polymaker ABS Max @BBL H2D.json +++ b/preset/Polymaker ABS Max/BBL/H2D/BambuStudio/Polymaker ABS Max @BBL H2D.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -362,6 +359,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic ABS @BBL H2D", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ABS Max/BBL/H2S/BambuStudio/Polymaker ABS Max @BBL H2S.json b/preset/Polymaker ABS Max/BBL/H2S/BambuStudio/Polymaker ABS Max @BBL H2S.json index 111a19dd..7a3076a5 100644 --- a/preset/Polymaker ABS Max/BBL/H2S/BambuStudio/Polymaker ABS Max @BBL H2S.json +++ b/preset/Polymaker ABS Max/BBL/H2S/BambuStudio/Polymaker ABS Max @BBL H2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -380,6 +377,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic ABS @BBL H2S 0.4 nozzle", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ABS Max/BBL/P1S/BambuStudio/Polymaker ABS Max @BBL P1S.json b/preset/Polymaker ABS Max/BBL/P1S/BambuStudio/Polymaker ABS Max @BBL P1S.json index 352367aa..72fdca76 100644 --- a/preset/Polymaker ABS Max/BBL/P1S/BambuStudio/Polymaker ABS Max @BBL P1S.json +++ b/preset/Polymaker ABS Max/BBL/P1S/BambuStudio/Polymaker ABS Max @BBL P1S.json @@ -141,9 +141,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -350,9 +347,9 @@ ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", - "Bambu Lab X1C 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", - "Bambu Lab X1E 0.4 nozzle" + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" ], "filament_start_gcode": [ "; Filament gcode\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" @@ -360,6 +357,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic ABS", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ABS Max/BBL/P2S/BambuStudio/Polymaker ABS Max @BBL P2S.json b/preset/Polymaker ABS Max/BBL/P2S/BambuStudio/Polymaker ABS Max @BBL P2S.json index 71dbaa6c..f2922670 100644 --- a/preset/Polymaker ABS Max/BBL/P2S/BambuStudio/Polymaker ABS Max @BBL P2S.json +++ b/preset/Polymaker ABS Max/BBL/P2S/BambuStudio/Polymaker ABS Max @BBL P2S.json @@ -73,6 +73,7 @@ "0" ], "filament_cooling_before_tower": [ + "10", "10", "10" ], @@ -95,7 +96,7 @@ "-1" ], "filament_cost": [ - "24.99" + "19.99" ], "filament_density": [ "1.06" @@ -144,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -155,6 +153,7 @@ ], "filament_max_volumetric_speed": [ "16", + "25", "25" ], "filament_metal_stickiness": [ @@ -188,10 +187,12 @@ "-1" ], "filament_retraction_distances_when_cut": [ + "10", "10", "10" ], "filament_retraction_length": [ + "0.4", "0.4", "0.4" ], @@ -214,6 +215,7 @@ "Polymaker" ], "filament_z_hop_types": [ + "Spiral Lift", "Spiral Lift", "Spiral Lift" ], @@ -233,6 +235,7 @@ "10" ], "filament_ramming_travel_time": [ + "0", "0", "0" ], @@ -294,6 +297,7 @@ "7.4" ], "long_retractions_when_ec": [ + "0", "0", "0" ], @@ -330,6 +334,7 @@ "3" ], "retraction_distances_when_ec": [ + "0", "0", "0" ], @@ -346,6 +351,7 @@ "6" ], "slow_down_min_speed": [ + "20", "20", "20" ], @@ -376,6 +382,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Bambu ABS @BBL P2S", "filament_adhesiveness_category": [ "200" ], @@ -383,7 +390,7 @@ "description": " ", "setting_id": "GFSB00_10", "include": [ - "fdm_filament_template_direct_dual" + "fdm_filament_template_direct_dual_e3d" ], "version": "2.6.0.5", "idle_temperature": [ diff --git a/preset/Polymaker ABS Max/BBL/X2D/BambuStudio/Polymaker ABS Max @BBL X2D.json b/preset/Polymaker ABS Max/BBL/X2D/BambuStudio/Polymaker ABS Max @BBL X2D.json index 71aa9705..7aafc354 100644 --- a/preset/Polymaker ABS Max/BBL/X2D/BambuStudio/Polymaker ABS Max @BBL X2D.json +++ b/preset/Polymaker ABS Max/BBL/X2D/BambuStudio/Polymaker ABS Max @BBL X2D.json @@ -73,6 +73,8 @@ "24" ], "filament_cooling_before_tower": [ + "10", + "10", "10", "10", "10", @@ -97,7 +99,7 @@ "270" ], "filament_cost": [ - "24.99" + "19.99" ], "filament_density": [ "1.06" @@ -150,9 +152,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -162,7 +161,9 @@ "filament_max_volumetric_speed": [ "16", "25", + "25", "16", + "18", "18" ], "filament_metal_stickiness": [ @@ -196,17 +197,13 @@ "-1" ], "filament_retraction_distances_when_cut": [ + "10", + "10", "10", "10", "10", "10" ], - "filament_retraction_length": [ - "0.4", - "0.4", - "nil", - "nil" - ], "filament_scarf_seam_type": [ "none" ], @@ -226,22 +223,28 @@ "Polymaker" ], "filament_wipe": [ + "nil", + "nil", + "nil", "1", - "1", - "1", - "1" + "nil", + "nil" ], "filament_wipe_distance": [ + "nil", + "nil", + "nil", "1", - "1", - "1", - "1" + "nil", + "nil" ], "filament_z_hop_types": [ + "nil", + "nil", + "nil", "Spiral Lift", - "Spiral Lift", - "Spiral Lift", - "Spiral Lift" + "nil", + "nil" ], "full_fan_speed_layer": [ "0" @@ -259,6 +262,8 @@ "10" ], "filament_ramming_travel_time": [ + "0", + "0", "0", "0", "0", @@ -363,6 +368,8 @@ "retraction_distances_when_ec": [ "3", "3", + "3", + "4", "4", "4" ], @@ -379,6 +386,8 @@ "6" ], "slow_down_min_speed": [ + "20", + "20", "20", "20", "20", @@ -411,6 +420,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Bambu ABS @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "200" ], @@ -418,7 +428,7 @@ "description": " ", "setting_id": "GFSB00_09", "include": [ - "fdm_filament_template_direct_bowden" + "fdm_filament_template_direct_bowden_e3d" ], "enable_overhang_bridge_fan": [ "0" diff --git a/preset/Polymaker ABS Max/CreealityPrint/K2Pro/CrealityPrint/Polymaker ABS Max @CreealityPrint K2Pro.json b/preset/Polymaker ABS Max/Creality/K2Pro/CrealityPrint/Polymaker ABS Max @Creality K2Pro.json similarity index 96% rename from preset/Polymaker ABS Max/CreealityPrint/K2Pro/CrealityPrint/Polymaker ABS Max @CreealityPrint K2Pro.json rename to preset/Polymaker ABS Max/Creality/K2Pro/CrealityPrint/Polymaker ABS Max @Creality K2Pro.json index 4f180a94..50eb3aa3 100644 --- a/preset/Polymaker ABS Max/CreealityPrint/K2Pro/CrealityPrint/Polymaker ABS Max @CreealityPrint K2Pro.json +++ b/preset/Polymaker ABS Max/Creality/K2Pro/CrealityPrint/Polymaker ABS Max @Creality K2Pro.json @@ -1,6 +1,6 @@ { "type": "filament", - "name": "Polymaker ABS Max @CreealityPrint K2Pro", + "name": "Polymaker ABS Max @Creality K2Pro", "from": "User", "instantiation": "true", "cool_plate_temp": "100", @@ -41,7 +41,7 @@ ], "filament_minimal_purge_on_wipe_tower": "15", "filament_settings_id": [ - "Polymaker ABS Max @CreealityPrint K2Pro" + "Polymaker ABS Max @Creality K2Pro" ], "filament_soluble": [ "0" @@ -78,6 +78,7 @@ "temperature_vitrification": [ "127.4" ], + "inherits": "Generic ABS @Creality K2 Pro 0.4 nozzle", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ABS Max/QIDI/Q2/OrcaSlicer/Polymaker ABS Max @QIDI Q2.json b/preset/Polymaker ABS Max/QIDI/Q2/OrcaSlicer/Polymaker ABS Max @QIDI Q2.json index 7f0a6310..aeb207ac 100644 --- a/preset/Polymaker ABS Max/QIDI/Q2/OrcaSlicer/Polymaker ABS Max @QIDI Q2.json +++ b/preset/Polymaker ABS Max/QIDI/Q2/OrcaSlicer/Polymaker ABS Max @QIDI Q2.json @@ -198,6 +198,7 @@ "hot_plate_temp": [ "120" ], + "inherits": "Generic ABS @Qidi Q2 0.4 nozzle", "setting_id": "GFSA04", "filament_id": "PMAB02", "filament_adhesiveness_category": [ diff --git a/preset/Polymaker ABS Pro Galaxy/BBL/H2C/BambuStudio/Polymaker ABS Pro Galaxy @BBL H2C.json b/preset/Polymaker ABS Pro Galaxy/BBL/H2C/BambuStudio/Polymaker ABS Pro Galaxy @BBL H2C.json index 72cc6280..5a24cf53 100644 --- a/preset/Polymaker ABS Pro Galaxy/BBL/H2C/BambuStudio/Polymaker ABS Pro Galaxy @BBL H2C.json +++ b/preset/Polymaker ABS Pro Galaxy/BBL/H2C/BambuStudio/Polymaker ABS Pro Galaxy @BBL H2C.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -381,6 +378,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic ABS @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ABS Pro Galaxy/BBL/H2D/BambuStudio/Polymaker ABS Pro Galaxy @BBL H2D.json b/preset/Polymaker ABS Pro Galaxy/BBL/H2D/BambuStudio/Polymaker ABS Pro Galaxy @BBL H2D.json index c547ed7d..6cfc03f9 100644 --- a/preset/Polymaker ABS Pro Galaxy/BBL/H2D/BambuStudio/Polymaker ABS Pro Galaxy @BBL H2D.json +++ b/preset/Polymaker ABS Pro Galaxy/BBL/H2D/BambuStudio/Polymaker ABS Pro Galaxy @BBL H2D.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -362,6 +359,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic ABS @BBL H2D", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ABS Pro Galaxy/BBL/H2S/BambuStudio/Polymaker ABS Pro Galaxy @BBL H2S.json b/preset/Polymaker ABS Pro Galaxy/BBL/H2S/BambuStudio/Polymaker ABS Pro Galaxy @BBL H2S.json index ee3ef749..2316f4ce 100644 --- a/preset/Polymaker ABS Pro Galaxy/BBL/H2S/BambuStudio/Polymaker ABS Pro Galaxy @BBL H2S.json +++ b/preset/Polymaker ABS Pro Galaxy/BBL/H2S/BambuStudio/Polymaker ABS Pro Galaxy @BBL H2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -380,6 +377,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic ABS @BBL H2S 0.4 nozzle", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ABS Pro Galaxy/BBL/P1S/BambuStudio/Polymaker ABS Pro Galaxy @BBL P1S.json b/preset/Polymaker ABS Pro Galaxy/BBL/P1S/BambuStudio/Polymaker ABS Pro Galaxy @BBL P1S.json index cb59f243..922c130a 100644 --- a/preset/Polymaker ABS Pro Galaxy/BBL/P1S/BambuStudio/Polymaker ABS Pro Galaxy @BBL P1S.json +++ b/preset/Polymaker ABS Pro Galaxy/BBL/P1S/BambuStudio/Polymaker ABS Pro Galaxy @BBL P1S.json @@ -141,9 +141,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -350,9 +347,9 @@ ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", - "Bambu Lab X1C 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", - "Bambu Lab X1E 0.4 nozzle" + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" ], "filament_start_gcode": [ "; Filament gcode\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" @@ -360,6 +357,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic ABS", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ABS Pro Galaxy/BBL/P2S/BambuStudio/Polymaker ABS Pro Galaxy @BBL P2S.json b/preset/Polymaker ABS Pro Galaxy/BBL/P2S/BambuStudio/Polymaker ABS Pro Galaxy @BBL P2S.json index 22b58088..f8841ac7 100644 --- a/preset/Polymaker ABS Pro Galaxy/BBL/P2S/BambuStudio/Polymaker ABS Pro Galaxy @BBL P2S.json +++ b/preset/Polymaker ABS Pro Galaxy/BBL/P2S/BambuStudio/Polymaker ABS Pro Galaxy @BBL P2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic ABS @BBL P2S", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ABS Pro Galaxy/BBL/X2D/BambuStudio/Polymaker ABS Pro Galaxy @BBL X2D.json b/preset/Polymaker ABS Pro Galaxy/BBL/X2D/BambuStudio/Polymaker ABS Pro Galaxy @BBL X2D.json index 3be8c335..6e2b30ee 100644 --- a/preset/Polymaker ABS Pro Galaxy/BBL/X2D/BambuStudio/Polymaker ABS Pro Galaxy @BBL X2D.json +++ b/preset/Polymaker ABS Pro Galaxy/BBL/X2D/BambuStudio/Polymaker ABS Pro Galaxy @BBL X2D.json @@ -150,9 +150,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -381,6 +378,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic ABS @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ABS Pro Galaxy/CreealityPrint/K2Pro/CrealityPrint/Polymaker ABS Pro Galaxy @CreealityPrint K2Pro.json b/preset/Polymaker ABS Pro Galaxy/Creality/K2Pro/CrealityPrint/Polymaker ABS Pro Galaxy @Creality K2Pro.json similarity index 95% rename from preset/Polymaker ABS Pro Galaxy/CreealityPrint/K2Pro/CrealityPrint/Polymaker ABS Pro Galaxy @CreealityPrint K2Pro.json rename to preset/Polymaker ABS Pro Galaxy/Creality/K2Pro/CrealityPrint/Polymaker ABS Pro Galaxy @Creality K2Pro.json index 38c4daa8..67fba29f 100644 --- a/preset/Polymaker ABS Pro Galaxy/CreealityPrint/K2Pro/CrealityPrint/Polymaker ABS Pro Galaxy @CreealityPrint K2Pro.json +++ b/preset/Polymaker ABS Pro Galaxy/Creality/K2Pro/CrealityPrint/Polymaker ABS Pro Galaxy @Creality K2Pro.json @@ -1,6 +1,6 @@ { "type": "filament", - "name": "Polymaker ABS Pro Galaxy @CreealityPrint K2Pro", + "name": "Polymaker ABS Pro Galaxy @Creality K2Pro", "from": "User", "instantiation": "true", "cool_plate_temp": "100", @@ -35,7 +35,7 @@ ], "filament_minimal_purge_on_wipe_tower": "15", "filament_settings_id": [ - "Polymaker ABS Pro Galaxy @CreealityPrint K2Pro" + "Polymaker ABS Pro Galaxy @Creality K2Pro" ], "filament_soluble": [ "0" @@ -70,6 +70,7 @@ "temperature_vitrification": [ "112" ], + "inherits": "Generic ABS @Creality K2 Pro 0.4 nozzle", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ABS Pro/BBL/H2C/BambuStudio/Polymaker ABS Pro @BBL H2C.json b/preset/Polymaker ABS Pro/BBL/H2C/BambuStudio/Polymaker ABS Pro @BBL H2C.json index d39a607a..df8ca63c 100644 --- a/preset/Polymaker ABS Pro/BBL/H2C/BambuStudio/Polymaker ABS Pro @BBL H2C.json +++ b/preset/Polymaker ABS Pro/BBL/H2C/BambuStudio/Polymaker ABS Pro @BBL H2C.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -381,6 +378,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic ABS @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ABS Pro/BBL/H2D/BambuStudio/Polymaker ABS Pro @BBL H2D.json b/preset/Polymaker ABS Pro/BBL/H2D/BambuStudio/Polymaker ABS Pro @BBL H2D.json index c2cdcf65..fd96fa7e 100644 --- a/preset/Polymaker ABS Pro/BBL/H2D/BambuStudio/Polymaker ABS Pro @BBL H2D.json +++ b/preset/Polymaker ABS Pro/BBL/H2D/BambuStudio/Polymaker ABS Pro @BBL H2D.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -362,6 +359,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic ABS @BBL H2D", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ABS Pro/BBL/H2S/BambuStudio/Polymaker ABS Pro @BBL H2S.json b/preset/Polymaker ABS Pro/BBL/H2S/BambuStudio/Polymaker ABS Pro @BBL H2S.json index ee0fd86a..d34142d5 100644 --- a/preset/Polymaker ABS Pro/BBL/H2S/BambuStudio/Polymaker ABS Pro @BBL H2S.json +++ b/preset/Polymaker ABS Pro/BBL/H2S/BambuStudio/Polymaker ABS Pro @BBL H2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -380,6 +377,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic ABS @BBL H2S 0.4 nozzle", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ABS Pro/BBL/P1S/BambuStudio/Polymaker ABS Pro @BBL P1S.json b/preset/Polymaker ABS Pro/BBL/P1S/BambuStudio/Polymaker ABS Pro @BBL P1S.json index 681929a0..482cca3f 100644 --- a/preset/Polymaker ABS Pro/BBL/P1S/BambuStudio/Polymaker ABS Pro @BBL P1S.json +++ b/preset/Polymaker ABS Pro/BBL/P1S/BambuStudio/Polymaker ABS Pro @BBL P1S.json @@ -141,9 +141,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -350,9 +347,9 @@ ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", - "Bambu Lab X1C 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", - "Bambu Lab X1E 0.4 nozzle" + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" ], "filament_start_gcode": [ "; Filament gcode\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" @@ -360,6 +357,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic ABS", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ABS Pro/BBL/P2S/BambuStudio/Polymaker ABS Pro @BBL P2S.json b/preset/Polymaker ABS Pro/BBL/P2S/BambuStudio/Polymaker ABS Pro @BBL P2S.json index 453a4202..396a598c 100644 --- a/preset/Polymaker ABS Pro/BBL/P2S/BambuStudio/Polymaker ABS Pro @BBL P2S.json +++ b/preset/Polymaker ABS Pro/BBL/P2S/BambuStudio/Polymaker ABS Pro @BBL P2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -364,6 +361,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic ABS @BBL P2S", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ABS Pro/BBL/X2D/BambuStudio/Polymaker ABS Pro @BBL X2D.json b/preset/Polymaker ABS Pro/BBL/X2D/BambuStudio/Polymaker ABS Pro @BBL X2D.json index ec21cd5c..152c8282 100644 --- a/preset/Polymaker ABS Pro/BBL/X2D/BambuStudio/Polymaker ABS Pro @BBL X2D.json +++ b/preset/Polymaker ABS Pro/BBL/X2D/BambuStudio/Polymaker ABS Pro @BBL X2D.json @@ -150,9 +150,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -381,6 +378,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic ABS @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ABS Pro/CreealityPrint/K2Pro/CrealityPrint/Polymaker ABS Pro @CreealityPrint K2Pro.json b/preset/Polymaker ABS Pro/Creality/K2Pro/CrealityPrint/Polymaker ABS Pro @Creality K2Pro.json similarity index 96% rename from preset/Polymaker ABS Pro/CreealityPrint/K2Pro/CrealityPrint/Polymaker ABS Pro @CreealityPrint K2Pro.json rename to preset/Polymaker ABS Pro/Creality/K2Pro/CrealityPrint/Polymaker ABS Pro @Creality K2Pro.json index 79d74c2e..4f96e4bc 100644 --- a/preset/Polymaker ABS Pro/CreealityPrint/K2Pro/CrealityPrint/Polymaker ABS Pro @CreealityPrint K2Pro.json +++ b/preset/Polymaker ABS Pro/Creality/K2Pro/CrealityPrint/Polymaker ABS Pro @Creality K2Pro.json @@ -1,6 +1,6 @@ { "type": "filament", - "name": "Polymaker ABS Pro @CreealityPrint K2Pro", + "name": "Polymaker ABS Pro @Creality K2Pro", "from": "User", "instantiation": "true", "cool_plate_temp": "100", @@ -35,7 +35,7 @@ ], "filament_minimal_purge_on_wipe_tower": "15", "filament_settings_id": [ - "Polymaker ABS Pro @CreealityPrint K2Pro" + "Polymaker ABS Pro @Creality K2Pro" ], "filament_soluble": [ "0" @@ -70,6 +70,7 @@ "temperature_vitrification": [ "112" ], + "inherits": "Generic ABS @Creality K2 Pro 0.4 nozzle", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ASA/BBL/H2D/BambuStudio/Polymaker ASA @BBL H2D.json b/preset/Polymaker ASA/BBL/H2D/BambuStudio/Polymaker ASA @BBL H2D.json index 5496b05d..4d9bbcf8 100644 --- a/preset/Polymaker ASA/BBL/H2D/BambuStudio/Polymaker ASA @BBL H2D.json +++ b/preset/Polymaker ASA/BBL/H2D/BambuStudio/Polymaker ASA @BBL H2D.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -362,6 +359,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic ASA @BBL H2D", "filament_adhesiveness_category": [ "200" ], diff --git a/preset/Polymaker ASA/BBL/P2S/BambuStudio/Polymaker ASA @BBL P2S.json b/preset/Polymaker ASA/BBL/P2S/BambuStudio/Polymaker ASA @BBL P2S.json index aaea6081..c9d3ccfc 100644 --- a/preset/Polymaker ASA/BBL/P2S/BambuStudio/Polymaker ASA @BBL P2S.json +++ b/preset/Polymaker ASA/BBL/P2S/BambuStudio/Polymaker ASA @BBL P2S.json @@ -73,6 +73,7 @@ "0" ], "filament_cooling_before_tower": [ + "10", "10", "10" ], @@ -95,7 +96,7 @@ "-1" ], "filament_cost": [ - "31.99" + "26.99" ], "filament_density": [ "1.13" @@ -144,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -188,10 +186,12 @@ "-1" ], "filament_retraction_distances_when_cut": [ + "10", "10", "10" ], "filament_retraction_length": [ + "0.4", "0.4", "0.4" ], @@ -214,6 +214,7 @@ "Polymaker" ], "filament_z_hop_types": [ + "Spiral Lift", "Spiral Lift", "Spiral Lift" ], @@ -233,6 +234,7 @@ "10" ], "filament_ramming_travel_time": [ + "0", "0", "0" ], @@ -294,6 +296,7 @@ "4.9" ], "long_retractions_when_ec": [ + "0", "0", "0" ], @@ -330,6 +333,7 @@ "3" ], "retraction_distances_when_ec": [ + "0", "0", "0" ], @@ -346,6 +350,7 @@ "6" ], "slow_down_min_speed": [ + "20", "20", "20" ], @@ -376,6 +381,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Bambu ASA @BBL P2S 0.4 nozzle", "filament_adhesiveness_category": [ "200" ], @@ -383,7 +389,7 @@ "description": " ", "setting_id": "GFSB01_16", "include": [ - "fdm_filament_template_direct_dual" + "fdm_filament_template_direct_dual_e3d" ], "version": "2.6.0.2", "idle_temperature": [ diff --git a/preset/Polymaker ASA/BBL/X2D/BambuStudio/Polymaker ASA @BBL X2D.json b/preset/Polymaker ASA/BBL/X2D/BambuStudio/Polymaker ASA @BBL X2D.json index 2bcf4f02..a50d638f 100644 --- a/preset/Polymaker ASA/BBL/X2D/BambuStudio/Polymaker ASA @BBL X2D.json +++ b/preset/Polymaker ASA/BBL/X2D/BambuStudio/Polymaker ASA @BBL X2D.json @@ -10,7 +10,7 @@ "0" ], "chamber_temperatures": [ - "65" + "0" ], "circle_compensation_speed": [ "200" @@ -52,19 +52,19 @@ "70" ], "eng_plate_temp": [ - "110" + "100" ], "eng_plate_temp_initial_layer": [ - "110" + "100" ], "fan_cooling_layer_time": [ - "35" + "25" ], "fan_max_speed": [ "70" ], "fan_min_speed": [ - "20" + "0" ], "filament_adaptive_volumetric_speed": [ "0" @@ -142,7 +142,7 @@ "Bowden High Flow" ], "filament_flow_ratio": [ - "0.97", + "0.92", "nil", "nil", "nil" @@ -157,7 +157,7 @@ "0" ], "filament_max_volumetric_speed": [ - "16", + "8", "nil", "nil", "nil" @@ -262,10 +262,10 @@ "1" ], "hot_plate_temp": [ - "110" + "100" ], "hot_plate_temp_initial_layer": [ - "110" + "100" ], "filament_ingredients_safe": "1", "filament_emission_safe": "1", @@ -343,7 +343,7 @@ "10" ], "slow_down_layer_time": [ - "6" + "10" ], "slow_down_min_speed": [ "20", @@ -361,10 +361,10 @@ "105" ], "textured_plate_temp": [ - "110" + "100" ], "textured_plate_temp_initial_layer": [ - "110" + "100" ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0" @@ -388,7 +388,7 @@ "include": [ "fdm_filament_template_direct_bowden" ], - "version": "2.7.0.9", + "version": "2.6.0.2", "idle_temperature": [ "0" ] diff --git a/preset/Polymaker ASA/CreealityPrint/K2Pro/CrealityPrint/Polymaker ASA @CreealityPrint K2Pro.json b/preset/Polymaker ASA/Creality/K2Pro/CrealityPrint/Polymaker ASA @Creality K2Pro.json similarity index 97% rename from preset/Polymaker ASA/CreealityPrint/K2Pro/CrealityPrint/Polymaker ASA @CreealityPrint K2Pro.json rename to preset/Polymaker ASA/Creality/K2Pro/CrealityPrint/Polymaker ASA @Creality K2Pro.json index 2dceeca7..8cc02be2 100644 --- a/preset/Polymaker ASA/CreealityPrint/K2Pro/CrealityPrint/Polymaker ASA @CreealityPrint K2Pro.json +++ b/preset/Polymaker ASA/Creality/K2Pro/CrealityPrint/Polymaker ASA @Creality K2Pro.json @@ -1,6 +1,6 @@ { "type": "filament", - "name": "Polymaker ASA @CreealityPrint K2Pro", + "name": "Polymaker ASA @Creality K2Pro", "from": "User", "instantiation": "true", "cool_plate_temp": "100", @@ -35,7 +35,7 @@ ], "filament_minimal_purge_on_wipe_tower": "15", "filament_settings_id": [ - "Polymaker ASA @CreealityPrint K2Pro" + "Polymaker ASA @Creality K2Pro" ], "filament_soluble": [ "0" diff --git a/preset/Polymaker HT-PLA Pro/CreealityPrint/I7/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint I7.json b/preset/Polymaker HT-PLA Pro/Creality/I7/CrealityPrint/Polymaker HT-PLA Pro @Creality I7.json similarity index 97% rename from preset/Polymaker HT-PLA Pro/CreealityPrint/I7/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint I7.json rename to preset/Polymaker HT-PLA Pro/Creality/I7/CrealityPrint/Polymaker HT-PLA Pro @Creality I7.json index 1b0b1f11..e92a1c10 100644 --- a/preset/Polymaker HT-PLA Pro/CreealityPrint/I7/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint I7.json +++ b/preset/Polymaker HT-PLA Pro/Creality/I7/CrealityPrint/Polymaker HT-PLA Pro @Creality I7.json @@ -1,6 +1,6 @@ { "type": "filament", - "name": "Polymaker HT-PLA Pro @CreealityPrint I7", + "name": "Polymaker HT-PLA Pro @Creality I7", "from": "User", "instantiation": "true", "cool_plate_temp": "55", @@ -39,7 +39,7 @@ "filament_retraction_minimum_travel": "2", "filament_retract_before_wipe": "100%", "filament_settings_id": [ - "Polymaker HT-PLA Pro @CreealityPrint I7" + "Polymaker HT-PLA Pro @Creality I7" ], "filament_soluble": [ "0" diff --git a/preset/Polymaker HT-PLA Pro/CreealityPrint/K2Pro/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint K2Pro.json b/preset/Polymaker HT-PLA Pro/Creality/K2Pro/CrealityPrint/Polymaker HT-PLA Pro @Creality K2Pro.json similarity index 97% rename from preset/Polymaker HT-PLA Pro/CreealityPrint/K2Pro/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint K2Pro.json rename to preset/Polymaker HT-PLA Pro/Creality/K2Pro/CrealityPrint/Polymaker HT-PLA Pro @Creality K2Pro.json index 4c8eaeda..c7e51b45 100644 --- a/preset/Polymaker HT-PLA Pro/CreealityPrint/K2Pro/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint K2Pro.json +++ b/preset/Polymaker HT-PLA Pro/Creality/K2Pro/CrealityPrint/Polymaker HT-PLA Pro @Creality K2Pro.json @@ -1,6 +1,6 @@ { "type": "filament", - "name": "Polymaker HT-PLA Pro @CreealityPrint K2Pro", + "name": "Polymaker HT-PLA Pro @Creality K2Pro", "from": "User", "instantiation": "true", "cool_plate_temp": "0", @@ -40,7 +40,7 @@ "filament_retraction_length": "1", "filament_z_hop_types": "Slope Lift", "filament_settings_id": [ - "Polymaker HT-PLA Pro @CreealityPrint K2Pro" + "Polymaker HT-PLA Pro @Creality K2Pro" ], "filament_soluble": [ "0" diff --git a/preset/Polymaker HT-PLA Pro/Elegoo/CC2/ElegooSlicer/Polymaker HT-PLA Pro @Elegoo CC2.json b/preset/Polymaker HT-PLA Pro/Elegoo/CC2/ElegooSlicer/Polymaker HT-PLA Pro @Elegoo CC2.json index 69da83a1..4168aa81 100644 --- a/preset/Polymaker HT-PLA Pro/Elegoo/CC2/ElegooSlicer/Polymaker HT-PLA Pro @Elegoo CC2.json +++ b/preset/Polymaker HT-PLA Pro/Elegoo/CC2/ElegooSlicer/Polymaker HT-PLA Pro @Elegoo CC2.json @@ -3,56 +3,44 @@ "name": "Polymaker HT-PLA Pro @Elegoo CC2", "from": "User", "instantiation": "true", - "cool_plate_temp": [ - "50" + "activate_air_filtration": [ + "0" ], - "eng_plate_temp": [ - "50" + "chamber_temperatures": [ + "0" ], - "hot_plate_temp": [ - "50" + "close_fan_the_first_x_layers": [ + "1" ], - "textured_plate_temp": [ - "50" + "complete_print_exhaust_fan_speed": [ + "70" ], - "cool_plate_temp_initial_layer": [ - "50" + "cool_plate_temp": [ + "35" ], - "eng_plate_temp_initial_layer": [ - "50" + "cool_plate_temp_initial_layer": [ + "35" ], - "hot_plate_temp_initial_layer": [ - "50" + "during_print_exhaust_fan_speed": [ + "70" ], - "textured_plate_temp_initial_layer": [ - "50" + "eng_plate_temp": [ + "0" ], - "overhang_fan_threshold": [ - "50%" + "eng_plate_temp_initial_layer": [ + "0" ], - "overhang_fan_speed": [ + "fan_cooling_layer_time": [ "100" ], - "slow_down_for_layer_cooling": [ - "1" - ], - "close_fan_the_first_x_layers": [ - "1" - ], - "filament_end_gcode": [ - "; filament end gcode \n" - ], - "filament_flow_ratio": [ - "1.04" - ], - "reduce_fan_stop_start_freq": [ - "1" + "fan_max_speed": [ + "100" ], - "fan_cooling_layer_time": [ + "fan_min_speed": [ "100" ], "filament_cost": [ - "30" + "20" ], "filament_density": [ "1.24" @@ -60,6 +48,12 @@ "filament_diameter": [ "1.75" ], + "filament_flow_ratio": [ + "1.04" + ], + "filament_is_support": [ + "0" + ], "filament_max_volumetric_speed": [ "8" ], @@ -78,36 +72,60 @@ "filament_vendor": [ "Polymaker" ], - "bed_type": [ - "Cool Plate" + "full_fan_speed_layer": [ + "0" ], - "nozzle_temperature_initial_layer": [ + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ "220" ], - "full_fan_speed_layer": [ - "0" + "nozzle_temperature_initial_layer": [ + "220" ], - "fan_max_speed": [ + "overhang_fan_speed": [ "100" ], - "fan_min_speed": [ - "100" + "overhang_fan_threshold": [ + "50%" ], - "slow_down_min_speed": [ - "5" + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "slow_down_for_layer_cooling": [ + "1" ], "slow_down_layer_time": [ "6" ], - "filament_start_gcode": [ - "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "nozzle_temperature": [ - "220" + "slow_down_min_speed": [ + "20" ], "temperature_vitrification": [ "60" ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "compatible_printers": [ + "Elegoo Centauri Carbon 2 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], "inherits": "Generic PLA @Elegoo Centauri", "nozzle_temperature_range_low": [ "210" @@ -123,9 +141,6 @@ "pressure_advance": [ "0.08" ], - "compatible_printers": [ - "Elegoo Centauri Carbon 2 0.4 nozzle" - ], "enable_pressure_advance": [ "1" ], diff --git a/preset/Polymaker HT-PLA-GF/BBL/H2C/BambuStudio/Polymaker HT-PLA-GF @BBL H2C.json b/preset/Polymaker HT-PLA-GF/BBL/H2C/BambuStudio/Polymaker HT-PLA-GF @BBL H2C.json index 36be47be..1f07ab14 100644 --- a/preset/Polymaker HT-PLA-GF/BBL/H2C/BambuStudio/Polymaker HT-PLA-GF @BBL H2C.json +++ b/preset/Polymaker HT-PLA-GF/BBL/H2C/BambuStudio/Polymaker HT-PLA-GF @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Polymaker HT-PLA-GF/BBL/H2D/BambuStudio/Polymaker HT-PLA-GF @BBL H2D.json b/preset/Polymaker HT-PLA-GF/BBL/H2D/BambuStudio/Polymaker HT-PLA-GF @BBL H2D.json index a07be499..1be88362 100644 --- a/preset/Polymaker HT-PLA-GF/BBL/H2D/BambuStudio/Polymaker HT-PLA-GF @BBL H2D.json +++ b/preset/Polymaker HT-PLA-GF/BBL/H2D/BambuStudio/Polymaker HT-PLA-GF @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker HT-PLA-GF/BBL/H2S/BambuStudio/Polymaker HT-PLA-GF @BBL H2S.json b/preset/Polymaker HT-PLA-GF/BBL/H2S/BambuStudio/Polymaker HT-PLA-GF @BBL H2S.json index a39eca8e..3b1b92b1 100644 --- a/preset/Polymaker HT-PLA-GF/BBL/H2S/BambuStudio/Polymaker HT-PLA-GF @BBL H2S.json +++ b/preset/Polymaker HT-PLA-GF/BBL/H2S/BambuStudio/Polymaker HT-PLA-GF @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker HT-PLA-GF/BBL/P2S/BambuStudio/Polymaker HT-PLA-GF @BBL P2S.json b/preset/Polymaker HT-PLA-GF/BBL/P2S/BambuStudio/Polymaker HT-PLA-GF @BBL P2S.json index 35742dad..7f2b8d5a 100644 --- a/preset/Polymaker HT-PLA-GF/BBL/P2S/BambuStudio/Polymaker HT-PLA-GF @BBL P2S.json +++ b/preset/Polymaker HT-PLA-GF/BBL/P2S/BambuStudio/Polymaker HT-PLA-GF @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker HT-PLA-GF/BBL/X2D/BambuStudio/Polymaker HT-PLA-GF @BBL X2D.json b/preset/Polymaker HT-PLA-GF/BBL/X2D/BambuStudio/Polymaker HT-PLA-GF @BBL X2D.json index b6486d4e..d2c00a5f 100644 --- a/preset/Polymaker HT-PLA-GF/BBL/X2D/BambuStudio/Polymaker HT-PLA-GF @BBL X2D.json +++ b/preset/Polymaker HT-PLA-GF/BBL/X2D/BambuStudio/Polymaker HT-PLA-GF @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Polymaker HT-PLA/BBL/A2L/BambuStudio/Polymaker HT-PLA @BBL A2L.json b/preset/Polymaker HT-PLA/BBL/A2L/BambuStudio/Polymaker HT-PLA @BBL A2L.json index fd165f7b..8b22b5a3 100644 --- a/preset/Polymaker HT-PLA/BBL/A2L/BambuStudio/Polymaker HT-PLA @BBL A2L.json +++ b/preset/Polymaker HT-PLA/BBL/A2L/BambuStudio/Polymaker HT-PLA @BBL A2L.json @@ -140,9 +140,6 @@ "1.02" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Polymaker HT-PLA/BBL/H2C/BambuStudio/Polymaker HT-PLA @BBL H2C.json b/preset/Polymaker HT-PLA/BBL/H2C/BambuStudio/Polymaker HT-PLA @BBL H2C.json index 2ba3b346..02c5309f 100644 --- a/preset/Polymaker HT-PLA/BBL/H2C/BambuStudio/Polymaker HT-PLA @BBL H2C.json +++ b/preset/Polymaker HT-PLA/BBL/H2C/BambuStudio/Polymaker HT-PLA @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Polymaker HT-PLA/BBL/H2D/BambuStudio/Polymaker HT-PLA @BBL H2D.json b/preset/Polymaker HT-PLA/BBL/H2D/BambuStudio/Polymaker HT-PLA @BBL H2D.json index a83994c3..8db5804c 100644 --- a/preset/Polymaker HT-PLA/BBL/H2D/BambuStudio/Polymaker HT-PLA @BBL H2D.json +++ b/preset/Polymaker HT-PLA/BBL/H2D/BambuStudio/Polymaker HT-PLA @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker HT-PLA/BBL/H2S/BambuStudio/Polymaker HT-PLA @BBL H2S.json b/preset/Polymaker HT-PLA/BBL/H2S/BambuStudio/Polymaker HT-PLA @BBL H2S.json index de75699d..f458f003 100644 --- a/preset/Polymaker HT-PLA/BBL/H2S/BambuStudio/Polymaker HT-PLA @BBL H2S.json +++ b/preset/Polymaker HT-PLA/BBL/H2S/BambuStudio/Polymaker HT-PLA @BBL H2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker HT-PLA/BBL/P1S/BambuStudio/Polymaker HT-PLA @BBL P1S.json b/preset/Polymaker HT-PLA/BBL/P1S/BambuStudio/Polymaker HT-PLA @BBL P1S.json index e6d1f564..214b6acc 100644 --- a/preset/Polymaker HT-PLA/BBL/P1S/BambuStudio/Polymaker HT-PLA @BBL P1S.json +++ b/preset/Polymaker HT-PLA/BBL/P1S/BambuStudio/Polymaker HT-PLA @BBL P1S.json @@ -142,9 +142,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -348,9 +345,9 @@ ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", - "Bambu Lab X1C 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", - "Bambu Lab X1E 0.4 nozzle" + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" @@ -358,6 +355,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Polymaker HT-PLA/BBL/P2S/BambuStudio/Polymaker HT-PLA @BBL P2S.json b/preset/Polymaker HT-PLA/BBL/P2S/BambuStudio/Polymaker HT-PLA @BBL P2S.json index 8f6d9245..8682ce82 100644 --- a/preset/Polymaker HT-PLA/BBL/P2S/BambuStudio/Polymaker HT-PLA @BBL P2S.json +++ b/preset/Polymaker HT-PLA/BBL/P2S/BambuStudio/Polymaker HT-PLA @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker HT-PLA/BBL/X2D/BambuStudio/Polymaker HT-PLA @BBL X2D.json b/preset/Polymaker HT-PLA/BBL/X2D/BambuStudio/Polymaker HT-PLA @BBL X2D.json index ed4fab41..8ccfd751 100644 --- a/preset/Polymaker HT-PLA/BBL/X2D/BambuStudio/Polymaker HT-PLA @BBL X2D.json +++ b/preset/Polymaker HT-PLA/BBL/X2D/BambuStudio/Polymaker HT-PLA @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -418,6 +415,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Polymaker PETG Galaxy/BBL/A1/BambuStudio/Polymaker PETG Galaxy @BBL A1.json b/preset/Polymaker PETG Galaxy/BBL/A1/BambuStudio/Polymaker PETG Galaxy @BBL A1.json index bc826dd7..59963756 100644 --- a/preset/Polymaker PETG Galaxy/BBL/A1/BambuStudio/Polymaker PETG Galaxy @BBL A1.json +++ b/preset/Polymaker PETG Galaxy/BBL/A1/BambuStudio/Polymaker PETG Galaxy @BBL A1.json @@ -218,6 +218,7 @@ "impact_strength_z": [ "10" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker PETG Galaxy/BBL/A2L/BambuStudio/Polymaker PETG Galaxy @BBL A2L.json b/preset/Polymaker PETG Galaxy/BBL/A2L/BambuStudio/Polymaker PETG Galaxy @BBL A2L.json index f47aad7e..d9686b8a 100644 --- a/preset/Polymaker PETG Galaxy/BBL/A2L/BambuStudio/Polymaker PETG Galaxy @BBL A2L.json +++ b/preset/Polymaker PETG Galaxy/BBL/A2L/BambuStudio/Polymaker PETG Galaxy @BBL A2L.json @@ -140,9 +140,6 @@ "1" ], "filament_flush_temp": [ - "255" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG @BBL A2L", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Polymaker PETG Galaxy/BBL/H2C/BambuStudio/Polymaker PETG Galaxy @BBL H2C.json b/preset/Polymaker PETG Galaxy/BBL/H2C/BambuStudio/Polymaker PETG Galaxy @BBL H2C.json index 1329bd91..732c3723 100644 --- a/preset/Polymaker PETG Galaxy/BBL/H2C/BambuStudio/Polymaker PETG Galaxy @BBL H2C.json +++ b/preset/Polymaker PETG Galaxy/BBL/H2C/BambuStudio/Polymaker PETG Galaxy @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PETG @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Polymaker PETG Galaxy/BBL/H2D/BambuStudio/Polymaker PETG Galaxy @BBL H2D.json b/preset/Polymaker PETG Galaxy/BBL/H2D/BambuStudio/Polymaker PETG Galaxy @BBL H2D.json index f0b6f321..4d9dda62 100644 --- a/preset/Polymaker PETG Galaxy/BBL/H2D/BambuStudio/Polymaker PETG Galaxy @BBL H2D.json +++ b/preset/Polymaker PETG Galaxy/BBL/H2D/BambuStudio/Polymaker PETG Galaxy @BBL H2D.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -363,6 +360,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PETG @BBL H2D", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Polymaker PETG Galaxy/BBL/H2S/BambuStudio/Polymaker PETG Galaxy @BBL H2S.json b/preset/Polymaker PETG Galaxy/BBL/H2S/BambuStudio/Polymaker PETG Galaxy @BBL H2S.json index b54a6d51..0d5725fa 100644 --- a/preset/Polymaker PETG Galaxy/BBL/H2S/BambuStudio/Polymaker PETG Galaxy @BBL H2S.json +++ b/preset/Polymaker PETG Galaxy/BBL/H2S/BambuStudio/Polymaker PETG Galaxy @BBL H2S.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -381,6 +378,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PETG @BBL H2S", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Polymaker PETG Galaxy/BBL/P1S/BambuStudio/Polymaker PETG Galaxy @BBL P1S.json b/preset/Polymaker PETG Galaxy/BBL/P1S/BambuStudio/Polymaker PETG Galaxy @BBL P1S.json index e2ad7f68..9cfeec59 100644 --- a/preset/Polymaker PETG Galaxy/BBL/P1S/BambuStudio/Polymaker PETG Galaxy @BBL P1S.json +++ b/preset/Polymaker PETG Galaxy/BBL/P1S/BambuStudio/Polymaker PETG Galaxy @BBL P1S.json @@ -142,9 +142,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -348,9 +345,9 @@ ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", - "Bambu Lab X1C 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", - "Bambu Lab X1E 0.4 nozzle" + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >80)||(bed_temperature_initial_layer[current_extruder] >80)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S180\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" @@ -358,6 +355,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Polymaker PETG Galaxy/BBL/P2S/BambuStudio/Polymaker PETG Galaxy @BBL P2S.json b/preset/Polymaker PETG Galaxy/BBL/P2S/BambuStudio/Polymaker PETG Galaxy @BBL P2S.json index 63393eed..5883b3d9 100644 --- a/preset/Polymaker PETG Galaxy/BBL/P2S/BambuStudio/Polymaker PETG Galaxy @BBL P2S.json +++ b/preset/Polymaker PETG Galaxy/BBL/P2S/BambuStudio/Polymaker PETG Galaxy @BBL P2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -368,6 +365,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG @BBL P2S", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Polymaker PETG Galaxy/BBL/X2D/BambuStudio/Polymaker PETG Galaxy @BBL X2D.json b/preset/Polymaker PETG Galaxy/BBL/X2D/BambuStudio/Polymaker PETG Galaxy @BBL X2D.json index b4c50d08..aa3aac7a 100644 --- a/preset/Polymaker PETG Galaxy/BBL/X2D/BambuStudio/Polymaker PETG Galaxy @BBL X2D.json +++ b/preset/Polymaker PETG Galaxy/BBL/X2D/BambuStudio/Polymaker PETG Galaxy @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Polymaker PETG/BBL/A1/BambuStudio/Polymaker PETG @BBL A1.json b/preset/Polymaker PETG/BBL/A1/BambuStudio/Polymaker PETG @BBL A1.json index 1dfa5a92..fc1ee1fa 100644 --- a/preset/Polymaker PETG/BBL/A1/BambuStudio/Polymaker PETG @BBL A1.json +++ b/preset/Polymaker PETG/BBL/A1/BambuStudio/Polymaker PETG @BBL A1.json @@ -218,6 +218,7 @@ "impact_strength_z": [ "10" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker PETG/BBL/A2L/BambuStudio/Polymaker PETG @BBL A2L.json b/preset/Polymaker PETG/BBL/A2L/BambuStudio/Polymaker PETG @BBL A2L.json index 646d3d4d..2f1a2067 100644 --- a/preset/Polymaker PETG/BBL/A2L/BambuStudio/Polymaker PETG @BBL A2L.json +++ b/preset/Polymaker PETG/BBL/A2L/BambuStudio/Polymaker PETG @BBL A2L.json @@ -140,9 +140,6 @@ "1" ], "filament_flush_temp": [ - "255" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG @BBL A2L", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Polymaker PETG/BBL/H2C/BambuStudio/Polymaker PETG @BBL H2C.json b/preset/Polymaker PETG/BBL/H2C/BambuStudio/Polymaker PETG @BBL H2C.json index e2e83db7..b0bf6484 100644 --- a/preset/Polymaker PETG/BBL/H2C/BambuStudio/Polymaker PETG @BBL H2C.json +++ b/preset/Polymaker PETG/BBL/H2C/BambuStudio/Polymaker PETG @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PETG @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Polymaker PETG/BBL/H2D/BambuStudio/Polymaker PETG @BBL H2D.json b/preset/Polymaker PETG/BBL/H2D/BambuStudio/Polymaker PETG @BBL H2D.json index 80af5497..9e598c49 100644 --- a/preset/Polymaker PETG/BBL/H2D/BambuStudio/Polymaker PETG @BBL H2D.json +++ b/preset/Polymaker PETG/BBL/H2D/BambuStudio/Polymaker PETG @BBL H2D.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -363,6 +360,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PETG @BBL H2D", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Polymaker PETG/BBL/H2S/BambuStudio/Polymaker PETG @BBL H2S.json b/preset/Polymaker PETG/BBL/H2S/BambuStudio/Polymaker PETG @BBL H2S.json index 9cfae925..3bffcc6c 100644 --- a/preset/Polymaker PETG/BBL/H2S/BambuStudio/Polymaker PETG @BBL H2S.json +++ b/preset/Polymaker PETG/BBL/H2S/BambuStudio/Polymaker PETG @BBL H2S.json @@ -145,9 +145,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -381,6 +378,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PETG @BBL H2S", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Polymaker PETG/BBL/P1S/BambuStudio/Polymaker PETG @BBL P1S.json b/preset/Polymaker PETG/BBL/P1S/BambuStudio/Polymaker PETG @BBL P1S.json index cb6577af..77fcf14c 100644 --- a/preset/Polymaker PETG/BBL/P1S/BambuStudio/Polymaker PETG @BBL P1S.json +++ b/preset/Polymaker PETG/BBL/P1S/BambuStudio/Polymaker PETG @BBL P1S.json @@ -142,9 +142,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -348,9 +345,9 @@ ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", - "Bambu Lab X1C 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", - "Bambu Lab X1E 0.4 nozzle" + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >80)||(bed_temperature_initial_layer[current_extruder] >80)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S180\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" @@ -358,6 +355,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Polymaker PETG/BBL/P2S/BambuStudio/Polymaker PETG @BBL P2S.json b/preset/Polymaker PETG/BBL/P2S/BambuStudio/Polymaker PETG @BBL P2S.json index 5947da77..495c1b6f 100644 --- a/preset/Polymaker PETG/BBL/P2S/BambuStudio/Polymaker PETG @BBL P2S.json +++ b/preset/Polymaker PETG/BBL/P2S/BambuStudio/Polymaker PETG @BBL P2S.json @@ -144,9 +144,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -368,6 +365,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG @BBL P2S", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Polymaker PETG/BBL/X2D/BambuStudio/Polymaker PETG @BBL X2D.json b/preset/Polymaker PETG/BBL/X2D/BambuStudio/Polymaker PETG @BBL X2D.json index 77100aa9..1468c8f7 100644 --- a/preset/Polymaker PETG/BBL/X2D/BambuStudio/Polymaker PETG @BBL X2D.json +++ b/preset/Polymaker PETG/BBL/X2D/BambuStudio/Polymaker PETG @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PETG @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "300" ], diff --git a/preset/Polymaker PLA Pro Metallic/BBL/A1/BambuStudio/Polymaker PLA Pro Metallic @BBL A1.json b/preset/Polymaker PLA Pro Metallic/BBL/A1/BambuStudio/Polymaker PLA Pro Metallic @BBL A1.json index 19b84a38..0eac5e1a 100644 --- a/preset/Polymaker PLA Pro Metallic/BBL/A1/BambuStudio/Polymaker PLA Pro Metallic @BBL A1.json +++ b/preset/Polymaker PLA Pro Metallic/BBL/A1/BambuStudio/Polymaker PLA Pro Metallic @BBL A1.json @@ -290,6 +290,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker PLA Pro Metallic/BBL/A2L/BambuStudio/Polymaker PLA Pro Metallic @BBL A2L.json b/preset/Polymaker PLA Pro Metallic/BBL/A2L/BambuStudio/Polymaker PLA Pro Metallic @BBL A2L.json index 27d569a6..62c68105 100644 --- a/preset/Polymaker PLA Pro Metallic/BBL/A2L/BambuStudio/Polymaker PLA Pro Metallic @BBL A2L.json +++ b/preset/Polymaker PLA Pro Metallic/BBL/A2L/BambuStudio/Polymaker PLA Pro Metallic @BBL A2L.json @@ -140,9 +140,6 @@ "1" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Polymaker PLA Pro Metallic/BBL/H2C/BambuStudio/Polymaker PLA Pro Metallic @BBL H2C.json b/preset/Polymaker PLA Pro Metallic/BBL/H2C/BambuStudio/Polymaker PLA Pro Metallic @BBL H2C.json index e28b41e5..908a3927 100644 --- a/preset/Polymaker PLA Pro Metallic/BBL/H2C/BambuStudio/Polymaker PLA Pro Metallic @BBL H2C.json +++ b/preset/Polymaker PLA Pro Metallic/BBL/H2C/BambuStudio/Polymaker PLA Pro Metallic @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Polymaker PLA Pro Metallic/BBL/H2D/BambuStudio/Polymaker PLA Pro Metallic @BBL H2D.json b/preset/Polymaker PLA Pro Metallic/BBL/H2D/BambuStudio/Polymaker PLA Pro Metallic @BBL H2D.json index 5fffd99f..bacf9947 100644 --- a/preset/Polymaker PLA Pro Metallic/BBL/H2D/BambuStudio/Polymaker PLA Pro Metallic @BBL H2D.json +++ b/preset/Polymaker PLA Pro Metallic/BBL/H2D/BambuStudio/Polymaker PLA Pro Metallic @BBL H2D.json @@ -292,6 +292,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker PLA Pro Metallic/BBL/H2S/BambuStudio/Polymaker PLA Pro Metallic @BBL H2S.json b/preset/Polymaker PLA Pro Metallic/BBL/H2S/BambuStudio/Polymaker PLA Pro Metallic @BBL H2S.json index faea6b60..d46818fe 100644 --- a/preset/Polymaker PLA Pro Metallic/BBL/H2S/BambuStudio/Polymaker PLA Pro Metallic @BBL H2S.json +++ b/preset/Polymaker PLA Pro Metallic/BBL/H2S/BambuStudio/Polymaker PLA Pro Metallic @BBL H2S.json @@ -289,6 +289,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker PLA Pro Metallic/BBL/P1S/BambuStudio/Polymaker PLA Pro Metallic @BBL P1S.json b/preset/Polymaker PLA Pro Metallic/BBL/P1S/BambuStudio/Polymaker PLA Pro Metallic @BBL P1S.json index 5dddd4c3..45557c95 100644 --- a/preset/Polymaker PLA Pro Metallic/BBL/P1S/BambuStudio/Polymaker PLA Pro Metallic @BBL P1S.json +++ b/preset/Polymaker PLA Pro Metallic/BBL/P1S/BambuStudio/Polymaker PLA Pro Metallic @BBL P1S.json @@ -16,9 +16,9 @@ ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", - "Bambu Lab X1C 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", - "Bambu Lab X1E 0.4 nozzle" + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" ], "compatible_printers_condition": "", "compatible_prints": [], @@ -292,6 +292,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker PLA Pro Metallic/BBL/P2S/BambuStudio/Polymaker PLA Pro Metallic @BBL P2S.json b/preset/Polymaker PLA Pro Metallic/BBL/P2S/BambuStudio/Polymaker PLA Pro Metallic @BBL P2S.json index 9ea2d69f..7fc65b7c 100644 --- a/preset/Polymaker PLA Pro Metallic/BBL/P2S/BambuStudio/Polymaker PLA Pro Metallic @BBL P2S.json +++ b/preset/Polymaker PLA Pro Metallic/BBL/P2S/BambuStudio/Polymaker PLA Pro Metallic @BBL P2S.json @@ -289,6 +289,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker PLA Pro Metallic/BBL/X2D/BambuStudio/Polymaker PLA Pro Metallic @BBL X2D.json b/preset/Polymaker PLA Pro Metallic/BBL/X2D/BambuStudio/Polymaker PLA Pro Metallic @BBL X2D.json index 83ef8d62..d5f9137a 100644 --- a/preset/Polymaker PLA Pro Metallic/BBL/X2D/BambuStudio/Polymaker PLA Pro Metallic @BBL X2D.json +++ b/preset/Polymaker PLA Pro Metallic/BBL/X2D/BambuStudio/Polymaker PLA Pro Metallic @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Polymaker PLA Pro/BBL/A1/BambuStudio/Polymaker PLA Pro @BBL A1.json b/preset/Polymaker PLA Pro/BBL/A1/BambuStudio/Polymaker PLA Pro @BBL A1.json index 8acbc023..a60ee3c1 100644 --- a/preset/Polymaker PLA Pro/BBL/A1/BambuStudio/Polymaker PLA Pro @BBL A1.json +++ b/preset/Polymaker PLA Pro/BBL/A1/BambuStudio/Polymaker PLA Pro @BBL A1.json @@ -290,6 +290,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker PLA Pro/BBL/A2L/BambuStudio/Polymaker PLA Pro @BBL A2L.json b/preset/Polymaker PLA Pro/BBL/A2L/BambuStudio/Polymaker PLA Pro @BBL A2L.json index 47d76918..6ffc8f2a 100644 --- a/preset/Polymaker PLA Pro/BBL/A2L/BambuStudio/Polymaker PLA Pro @BBL A2L.json +++ b/preset/Polymaker PLA Pro/BBL/A2L/BambuStudio/Polymaker PLA Pro @BBL A2L.json @@ -140,9 +140,6 @@ "1" ], "filament_flush_temp": [ - "220" - ], - "filament_flush_temp_fast": [ "0" ], "filament_flush_volumetric_speed": [ @@ -355,6 +352,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL A2L", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Polymaker PLA Pro/BBL/H2C/BambuStudio/Polymaker PLA Pro @BBL H2C.json b/preset/Polymaker PLA Pro/BBL/H2C/BambuStudio/Polymaker PLA Pro @BBL H2C.json index 849ad3ef..80526e7b 100644 --- a/preset/Polymaker PLA Pro/BBL/H2C/BambuStudio/Polymaker PLA Pro @BBL H2C.json +++ b/preset/Polymaker PLA Pro/BBL/H2C/BambuStudio/Polymaker PLA Pro @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Polymaker PLA Pro/BBL/H2D/BambuStudio/Polymaker PLA Pro @BBL H2D.json b/preset/Polymaker PLA Pro/BBL/H2D/BambuStudio/Polymaker PLA Pro @BBL H2D.json index 4b08f7b4..f1114cd8 100644 --- a/preset/Polymaker PLA Pro/BBL/H2D/BambuStudio/Polymaker PLA Pro @BBL H2D.json +++ b/preset/Polymaker PLA Pro/BBL/H2D/BambuStudio/Polymaker PLA Pro @BBL H2D.json @@ -292,6 +292,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker PLA Pro/BBL/H2S/BambuStudio/Polymaker PLA Pro @BBL H2S.json b/preset/Polymaker PLA Pro/BBL/H2S/BambuStudio/Polymaker PLA Pro @BBL H2S.json index 38c5c320..8d568833 100644 --- a/preset/Polymaker PLA Pro/BBL/H2S/BambuStudio/Polymaker PLA Pro @BBL H2S.json +++ b/preset/Polymaker PLA Pro/BBL/H2S/BambuStudio/Polymaker PLA Pro @BBL H2S.json @@ -289,6 +289,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker PLA Pro/BBL/P1S/BambuStudio/Polymaker PLA Pro @BBL P1S.json b/preset/Polymaker PLA Pro/BBL/P1S/BambuStudio/Polymaker PLA Pro @BBL P1S.json index 18f70e6f..abbb731f 100644 --- a/preset/Polymaker PLA Pro/BBL/P1S/BambuStudio/Polymaker PLA Pro @BBL P1S.json +++ b/preset/Polymaker PLA Pro/BBL/P1S/BambuStudio/Polymaker PLA Pro @BBL P1S.json @@ -16,9 +16,9 @@ ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", - "Bambu Lab X1C 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", - "Bambu Lab X1E 0.4 nozzle" + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" ], "compatible_printers_condition": "", "compatible_prints": [], @@ -292,6 +292,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker PLA Pro/BBL/P2S/BambuStudio/Polymaker PLA Pro @BBL P2S.json b/preset/Polymaker PLA Pro/BBL/P2S/BambuStudio/Polymaker PLA Pro @BBL P2S.json index 63de883e..61777a56 100644 --- a/preset/Polymaker PLA Pro/BBL/P2S/BambuStudio/Polymaker PLA Pro @BBL P2S.json +++ b/preset/Polymaker PLA Pro/BBL/P2S/BambuStudio/Polymaker PLA Pro @BBL P2S.json @@ -289,6 +289,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker PLA Pro/BBL/X2D/BambuStudio/Polymaker PLA Pro @BBL X2D.json b/preset/Polymaker PLA Pro/BBL/X2D/BambuStudio/Polymaker PLA Pro @BBL X2D.json index 1e9db118..8c31872d 100644 --- a/preset/Polymaker PLA Pro/BBL/X2D/BambuStudio/Polymaker PLA Pro @BBL X2D.json +++ b/preset/Polymaker PLA Pro/BBL/X2D/BambuStudio/Polymaker PLA Pro @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -382,6 +379,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Polymaker PLA/BBL/H2C/BambuStudio/Polymaker PLA @BBL H2C.json b/preset/Polymaker PLA/BBL/H2C/BambuStudio/Polymaker PLA @BBL H2C.json index 31d6e47e..0b4912eb 100644 --- a/preset/Polymaker PLA/BBL/H2C/BambuStudio/Polymaker PLA @BBL H2C.json +++ b/preset/Polymaker PLA/BBL/H2C/BambuStudio/Polymaker PLA @BBL H2C.json @@ -146,9 +146,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -383,6 +380,7 @@ "filament_end_gcode": [ "; filament end gcode \n" ], + "inherits": "Generic PLA @BBL H2C 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], diff --git a/preset/Polymaker PLA/BBL/H2D/BambuStudio/Polymaker PLA @BBL H2D.json b/preset/Polymaker PLA/BBL/H2D/BambuStudio/Polymaker PLA @BBL H2D.json index af45e89e..89856492 100644 --- a/preset/Polymaker PLA/BBL/H2D/BambuStudio/Polymaker PLA @BBL H2D.json +++ b/preset/Polymaker PLA/BBL/H2D/BambuStudio/Polymaker PLA @BBL H2D.json @@ -226,6 +226,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker PLA/BBL/H2S/BambuStudio/Polymaker PLA @BBL H2S.json b/preset/Polymaker PLA/BBL/H2S/BambuStudio/Polymaker PLA @BBL H2S.json index 1ae695a3..07de91bb 100644 --- a/preset/Polymaker PLA/BBL/H2S/BambuStudio/Polymaker PLA @BBL H2S.json +++ b/preset/Polymaker PLA/BBL/H2S/BambuStudio/Polymaker PLA @BBL H2S.json @@ -289,6 +289,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker PLA/BBL/P1S/BambuStudio/Polymaker PLA @BBL P1S.json b/preset/Polymaker PLA/BBL/P1S/BambuStudio/Polymaker PLA @BBL P1S.json new file mode 100644 index 00000000..5e3e5e27 --- /dev/null +++ b/preset/Polymaker PLA/BBL/P1S/BambuStudio/Polymaker PLA @BBL P1S.json @@ -0,0 +1,369 @@ +{ + "type": "filament", + "name": "Polymaker PLA @BBL P1S", + "from": "User", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "chamber_temperatures": [ + "0" + ], + "circle_compensation_speed": [ + "200" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "close_additional_fan_first_x_layers": [ + "1" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "counter_coef_1": [ + "0" + ], + "counter_coef_2": [ + "0.008" + ], + "counter_coef_3": [ + "-0.041" + ], + "counter_limit_max": [ + "0.033" + ], + "counter_limit_min": [ + "-0.035" + ], + "diameter_limit": [ + "50" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_adaptive_volumetric_speed": [ + "0" + ], + "filament_extruder_compatibility": [ + "0" + ], + "filament_cooling_before_tower": [ + "0" + ], + "filament_preheat_temperature_delta": [ + "0" + ], + "filament_tower_interface_pre_extrusion_dist": [ + "10" + ], + "filament_tower_interface_pre_extrusion_length": [ + "0" + ], + "filament_tower_ironing_area": [ + "4" + ], + "filament_tower_interface_purge_volume": [ + "20" + ], + "filament_tower_interface_print_temp": [ + "-1" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.23" + ], + "filament_dev_ams_drying_ams_limitations": [ + "1", + "0" + ], + "filament_dev_ams_drying_heat_distortion_temperature": [ + "45" + ], + "filament_dev_ams_drying_temperature": [ + "45", + "45", + "45", + "45" + ], + "filament_dev_ams_drying_time": [ + "12", + "12", + "12", + "12" + ], + "filament_dev_chamber_drying_bed_temperature": [ + "70" + ], + "filament_dev_chamber_drying_time": [ + "12.0" + ], + "filament_dev_drying_cooling_temperature": [ + "45" + ], + "filament_dev_drying_softening_temperature": [ + "50" + ], + "filament_diameter": [ + "1.75" + ], + "filament_extruder_variant": [ + "Direct Drive Standard" + ], + "filament_flow_ratio": [ + "0.97" + ], + "filament_flush_temp": [ + "0" + ], + "filament_flush_volumetric_speed": [ + "0" + ], + "filament_is_support": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_metal_stickiness": [ + "None" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_pre_cooling_temperature": [ + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0" + ], + "filament_prime_volume": [ + "45" + ], + "filament_prime_volume_nc": [ + "60" + ], + "filament_printable": [ + "3" + ], + "filament_ramming_travel_time_nc": [ + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_settings_id": [ + "Polymaker PLA @BBL P1S" + ], + "filament_shrink": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Polymaker" + ], + "full_fan_speed_layer": [ + "0" + ], + "additional_fan_full_speed_layer": [ + "0" + ], + "filament_scarf_height": [ + "10%" + ], + "filament_scarf_gap": [ + "15%" + ], + "filament_scarf_length": [ + "10" + ], + "filament_ramming_travel_time": [ + "0" + ], + "filament_retract_length_nc": [ + "14" + ], + "filament_enable_overhang_speed": [ + "1" + ], + "filament_overhang_1_4_speed": [ + "0" + ], + "filament_overhang_2_4_speed": [ + "50" + ], + "filament_overhang_3_4_speed": [ + "30" + ], + "filament_overhang_4_4_speed": [ + "10" + ], + "filament_overhang_totally_speed": [ + "10" + ], + "filament_bridge_speed": [ + "25" + ], + "filament_change_length": [ + "10" + ], + "filament_velocity_adaptation_factor": [ + "1" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "filament_ingredients_safe": "1", + "filament_emission_safe": "1", + "filament_contact_safe": "1", + "hole_coef_1": [ + "0" + ], + "hole_coef_2": [ + "-0.008" + ], + "hole_coef_3": [ + "0.23415" + ], + "hole_limit_max": [ + "0.22" + ], + "hole_limit_min": [ + "0.088" + ], + "impact_strength_z": [ + "10.0" + ], + "long_retractions_when_ec": [ + "0" + ], + "no_slow_down_for_cooling_on_outwalls": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "overhang_fan_speed": [ + "100" + ], + "overhang_fan_threshold": [ + "50%" + ], + "override_process_overhang_speed": [ + "0" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "3" + ], + "retraction_distances_when_ec": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "cooling_slowdown_logic": [ + "uniform_cooling" + ], + "cooling_perimeter_transition_distance": [ + "10" + ], + "slow_down_layer_time": [ + "6" + ], + "slow_down_min_speed": [ + "20" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "59" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" + ], + "filament_end_gcode": [ + "; filament end gcode \n\n" + ], + "inherits": "Generic PLA", + "filament_adhesiveness_category": [ + "100" + ], + "filament_id": "PMPL24", + "description": " ", + "setting_id": "GFSL99", + "version": "2.7.0.8", + "idle_temperature": [ + "0" + ] +} \ No newline at end of file diff --git a/preset/Polymaker PLA/BBL/P2S/BambuStudio/Polymaker PLA @BBL P2S.json b/preset/Polymaker PLA/BBL/P2S/BambuStudio/Polymaker PLA @BBL P2S.json index 26f24947..e0f0f168 100644 --- a/preset/Polymaker PLA/BBL/P2S/BambuStudio/Polymaker PLA @BBL P2S.json +++ b/preset/Polymaker PLA/BBL/P2S/BambuStudio/Polymaker PLA @BBL P2S.json @@ -223,6 +223,7 @@ "impact_strength_z": [ "0" ], + "inherits": "", "long_retractions_when_ec": [ "0" ], diff --git a/preset/Polymaker PLA/BBL/X2D/BambuStudio/Polymaker PLA @BBL X2D.json b/preset/Polymaker PLA/BBL/X2D/BambuStudio/Polymaker PLA @BBL X2D.json index 299387fc..0f85fcf4 100644 --- a/preset/Polymaker PLA/BBL/X2D/BambuStudio/Polymaker PLA @BBL X2D.json +++ b/preset/Polymaker PLA/BBL/X2D/BambuStudio/Polymaker PLA @BBL X2D.json @@ -151,9 +151,6 @@ "filament_flush_temp": [ "0" ], - "filament_flush_temp_fast": [ - "0" - ], "filament_flush_volumetric_speed": [ "0" ], @@ -412,6 +409,7 @@ "filament_end_gcode": [ "; filament end gcode \n\n" ], + "inherits": "Generic PLA @BBL X2D 0.4 nozzle", "filament_adhesiveness_category": [ "100" ], From f7a3cf9b6bcb55c7a85bcf6c59e9344cf413f2f5 Mon Sep 17 00:00:00 2001 From: Jingxi-Polymaker Date: Thu, 23 Jul 2026 21:59:01 +0800 Subject: [PATCH 3/4] apply fix --- .gitignore | 1 + .../page-2026-07-23T13-57-55-137Z.yml | 274 +++ index.json | 1591 ++++++++++++----- scripts/test-fixtures/file1.json | 1 + 4 files changed, 1408 insertions(+), 459 deletions(-) create mode 100644 .playwright-mcp/page-2026-07-23T13-57-55-137Z.yml diff --git a/.gitignore b/.gitignore index 0dd712bf..99b0e139 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.DS_Store .opencode/ +.omo/ doc-outside/ diff --git a/.playwright-mcp/page-2026-07-23T13-57-55-137Z.yml b/.playwright-mcp/page-2026-07-23T13-57-55-137Z.yml new file mode 100644 index 00000000..06bee949 --- /dev/null +++ b/.playwright-mcp/page-2026-07-23T13-57-55-137Z.yml @@ -0,0 +1,274 @@ +- generic [active] [ref=e1]: + - generic [ref=e2]: + - banner [ref=e3]: + - generic [ref=e4]: + - heading "Polymaker Filament Presets" [level=1] [ref=e5]: + - img "Polymaker" [ref=e6] + - generic [ref=e7]: Filament Presets + - generic [ref=e8]: + - button "Manual Installation" [ref=e9] [cursor=pointer]: How to use? + - button "Switch language" [ref=e11] [cursor=pointer]: + - generic [ref=e12]: EN + - generic [ref=e13]: ▾ + - button "Toggle theme" [ref=e14] [cursor=pointer] + - paragraph [ref=e16]: Select your slicer to view and download Polymaker print profiles and filament presets for Bambu Studio, OrcaSlicer, ElegooSlicer, and PrusaSlicer + - generic [ref=e19]: + - generic [ref=e20]: Select Your Slicer + - generic [ref=e21]: + - button "Select Slicer" [ref=e22] [cursor=pointer] + - generic: + - generic: BambuStudio + - generic: CrealityPrint + - generic: ElegooSlicer + - generic: OrcaSlicer + - generic: OrcaSlicer (Snapmaker) + - generic: PrusaSlicer + - generic [ref=e25]: + - heading "Known Issues" [level=2] [ref=e26] + - generic [ref=e27]: + - generic [ref=e28]: + - button "BambuStudio Preset Import Mismatch - Fixed" [ref=e29] [cursor=pointer]: + - generic [ref=e31]: ▼ + - generic [ref=e32]: + - paragraph [ref=e33]: + - strong [ref=e34]: "Issue:" + - text: BambuStudio matches filament presets to printers by checking whether the full printer preset name (e.g. "Bambu Lab X1 Carbon 0.4 nozzle") appears inside the preset's + - code [ref=e35]: name + - text: field. Polymaker source files use the abbreviation + - code [ref=e36]: "@BBL X1" + - text: ", so the substring check fails and AMS slot temperature / type do not populate when assigning the imported filament." + - paragraph [ref=e37]: + - strong [ref=e38]: "Solution:" + - text: This website now automatically splits BambuStudio downloads into per-printer files and rewrites the + - code [ref=e39]: name + - text: field to contain the full printer preset name. Download presets using the + - strong [ref=e40]: JSON + - text: or + - strong [ref=e41]: .bbsflmt + - text: buttons on this page — do not copy raw JSON files directly from GitHub. + - paragraph [ref=e42]: + - 'link "View GitHub Issue #14 →" [ref=e43] [cursor=pointer]': + - /url: https://github.com/Polymaker3D/Polymaker-Preset/issues/14 + - generic [ref=e44]: + - button "P2S Overheating Issue - Temporary Fix Applied" [ref=e45] [cursor=pointer]: + - generic [ref=e47]: ▼ + - generic [ref=e48]: + - paragraph [ref=e49]: + - strong [ref=e50]: "Issue:" + - text: P2S printer may overheat when printing materials with vitrification temperature > 50°C due to starting G-code issues. + - paragraph [ref=e51]: + - strong [ref=e52]: "Solution:" + - text: We have implemented a temporary fix by adding cooling G-code commands to P2S presets with vitrification temperature > 50°C. This is a temporary workaround until Bambu Lab fixes this issue. + - paragraph [ref=e53]: Thanks to alexbreinig and capsel22 for identifying this issue. + - generic [ref=e54]: + - button "BambuStudio Restart Required After Import" [ref=e55] [cursor=pointer]: + - generic [ref=e57]: ▼ + - generic [ref=e58]: + - paragraph [ref=e59]: + - strong [ref=e60]: "Issue:" + - text: BambuStudio may not correctly apply newly imported filament presets until the application is restarted. Slicing or printing without restarting may use incorrect temperature, flow rate, or other filament settings. + - paragraph [ref=e61]: + - strong [ref=e62]: "Solution:" + - text: Always restart BambuStudio after importing Polymaker presets, before you start slicing or printing. A warning popup will also remind you when downloading BambuStudio presets from this page. + - paragraph [ref=e63]: + - 'link "View BambuStudio Issue #10583 →" [ref=e64] [cursor=pointer]': + - /url: https://github.com/bambulab/BambuStudio/issues/10583 + - contentinfo [ref=e65]: + - generic [ref=e66]: + - generic [ref=e67]: + - heading "Links" [level=3] [ref=e68] + - generic [ref=e69]: + - 'link "官方网站: https://polymaker.com.cn/" [ref=e70] [cursor=pointer]': + - /url: https://polymaker.com.cn/ + - generic [ref=e71]: "官方网站:" + - generic [ref=e72]: https://polymaker.com.cn/ + - 'link "天猫旗舰店: Polymaker天猫旗舰店" [ref=e73] [cursor=pointer]': + - /url: https://polymaker.tmall.com/shop/view_shop.htm?appUid=RAzN8HWZMKqC7EJdHZM3c35RSQRndtENLvV1XDNbLHeRrNjDDQD&spm=a21n57.1.hoverItem.3 + - generic [ref=e74]: "天猫旗舰店:" + - generic [ref=e75]: Polymaker天猫旗舰店 + - 'link "京东: Polymaker京东官方旗舰店" [ref=e76] [cursor=pointer]': + - /url: https://mall.jd.com/index-11480242.html?from=pc + - generic [ref=e77]: "京东:" + - generic [ref=e78]: Polymaker京东官方旗舰店 + - 'link "拼多多: Polymaker拼多多官方旗舰店" [ref=e79] [cursor=pointer]': + - /url: https://mobile.yangkeduo.com/mall_page.html?ps=hWbVcDDvRE + - generic [ref=e80]: "拼多多:" + - generic [ref=e81]: Polymaker拼多多官方旗舰店 + - generic [ref=e82]: + - heading "Social Accounts" [level=3] [ref=e83] + - generic [ref=e84]: + - link " 哔哩哔哩" [ref=e85] [cursor=pointer]: + - /url: https://b23.tv/9TArcE9 + - generic [ref=e86]:  + - generic [ref=e87]: 哔哩哔哩 + - link " 抖音" [ref=e88] [cursor=pointer]: + - /url: https://v.douyin.com/TuUsFvE0wVM/ + - generic [ref=e89]:  + - generic [ref=e90]: 抖音 + - link " 小红书" [ref=e91] [cursor=pointer]: + - /url: https://xhslink.com/m/7IsxNt6IGIS + - generic [ref=e92]:  + - generic [ref=e93]: 小红书 + - link " 快手" [ref=e94] [cursor=pointer]: + - /url: https://v.kuaishou.com/J7Elnm5y + - generic [ref=e95]:  + - generic [ref=e96]: 快手 + - link " 微博" [ref=e97] [cursor=pointer]: + - /url: https://weibo.com/u/8020822581 + - generic [ref=e98]:  + - generic [ref=e99]: 微博 + - paragraph [ref=e100]: + - link "苏ICP备2025214399号" [ref=e101] [cursor=pointer]: + - /url: https://beian.miit.gov.cn/ + - dialog: + - generic: + - generic: + - heading [level=2]: ⚠️ Duplicate Files Detected + - button + - generic: + - paragraph: "Multiple presets are generating the same filename. Please select which preset to keep for each duplicate:" + - generic: + - button: Cancel + - button: Confirm Export + - dialog: + - generic: + - generic: + - heading [level=2]: ⚠️ Restart BambuStudio Required + - button + - generic: + - generic: + - paragraph: + - strong: "Important:" + - text: After importing presets into BambuStudio, you + - strong: must restart the slicer + - text: before slicing and printing. Failure to restart may cause incorrect settings to be applied. + - paragraph: + - link: + - /url: https://github.com/bambulab/BambuStudio/issues/10583 + - text: "View GitHub Issue #10583 →" + - generic: + - button: Cancel + - button: Continue Download + - dialog: + - generic: + - generic: + - heading [level=2]: ⚠️ Some Nozzle Options Have No Preset + - button + - generic: + - generic: + - paragraph: "Some selected presets don't include every nozzle/extruder option for this printer. We didn't make presets for these variants:" + - paragraph: You can still download — those nozzle options just won't have tuned values. + - generic: + - button: Continue Download + - dialog: + - generic: + - generic: + - heading [level=2]: 📦 Manual Installation + - button + - generic: + - generic: + - heading [level=3]: Bambu Studio + - heading [level=4]: "Method 1: Bundle Method (Recommended)" + - list: + - listitem: + - text: Download the preset + - strong: .bbsflmt + - text: file (or bundle ZIP) from the + - link: + - /url: https://presets.polymaker.com.cn + - text: download page + - text: . + - listitem: If it's a ZIP file, unzip it to extract the .bbsflmt file(s). + - listitem: Open Bambu Studio. + - listitem: + - text: Go to + - strong: File + - text: → + - strong: Import + - text: → + - strong: Import Preset... + - text: . + - listitem: + - text: Select the + - strong: .bbsflmt + - text: file(s). + - listitem: Click on a material in the project consumables list, select the imported custom preset, and the preset will appear in the preset list. + - paragraph: + - strong: "Note:" + - text: .bbsflmt bundles are only available for BambuStudio. The bundle download button appears when BambuStudio presets are selected. + - heading [level=4]: "Method 2: Individual File Method" + - list: + - listitem: + - text: Download the preset JSON file (or single-file ZIP) from the + - link: + - /url: https://presets.polymaker.com.cn + - text: download page + - text: . + - listitem: Open Bambu Studio. + - listitem: + - text: Go to + - strong: File + - text: → + - strong: Import + - text: → + - strong: Import Preset... + - text: . + - listitem: Select a JSON or ZIP file. + - listitem: Click on a material in the project consumables list, select the imported custom preset, and the preset will appear in the preset list. + - generic: + - heading [level=3]: OrcaSlicer / ElegooSlicer + - list: + - listitem: + - text: Download the preset as + - strong: JSON + - text: or + - strong: single-file ZIP + - text: from the + - link: + - /url: https://presets.polymaker.com.cn + - text: download page + - text: . + - listitem: Open OrcaSlicer or ElegooSlicer. + - listitem: + - text: Go to + - strong: File + - text: → + - strong: Import + - text: ":" + - list: + - listitem: + - text: For a + - strong: JSON + - text: "file: choose" + - strong: Import Configs... + - text: (OrcaSlicer) or + - strong: Import Preset... + - text: (ElegooSlicer), then select the JSON file. + - listitem: + - text: For a + - strong: ZIP + - text: "file: choose" + - strong: Import Zip Archive... + - text: (or the equivalent, e.g. "Import Zip Archive…" in ElegooSlicer), then select the ZIP file (no need to unzip). + - listitem: The preset will appear in your preset list. + - generic: + - heading [level=3]: PrusaSlicer + - list: + - listitem: + - text: Download the preset as an + - strong: INI + - text: file from the + - link: + - /url: https://presets.polymaker.com.cn + - text: download page + - text: . + - listitem: Open PrusaSlicer. + - listitem: + - text: Go to + - strong: File + - text: → + - strong: Import + - text: → + - strong: Import Config... + - text: ", then select the INI file." + - listitem: The filament preset will appear in your preset list. \ No newline at end of file diff --git a/index.json b/index.json index 49c8ac5c..d3288ce0 100644 --- a/index.json +++ b/index.json @@ -1,6 +1,6 @@ { "version": "1.0", - "updatedAt": "2026-07-23T12:39:40.104Z", + "updatedAt": "2026-07-23T13:13:05.958Z", "materials": [ "Fiberon ASA-CF08", "Fiberon PA12-CF10", @@ -73,7 +73,7 @@ "brands": [ "Anycubic", "BBL", - "CreealityPrint", + "Creality", "Elegoo", "Prusa", "QIDI", @@ -115,7 +115,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon ASA-CF08/BBL/H2C/BambuStudio/Fiberon ASA-CF08 @BBL H2C.json", "filename": "Fiberon ASA-CF08 @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -134,7 +134,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon ASA-CF08/BBL/H2D/BambuStudio/Fiberon ASA-CF08 @BBL H2D.json", "filename": "Fiberon ASA-CF08 @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -153,7 +153,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon ASA-CF08/BBL/H2S/BambuStudio/Fiberon ASA-CF08 @BBL H2S.json", "filename": "Fiberon ASA-CF08 @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -172,7 +172,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon ASA-CF08/BBL/P2S/BambuStudio/Fiberon ASA-CF08 @BBL P2S.json", "filename": "Fiberon ASA-CF08 @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -191,7 +191,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon ASA-CF08/BBL/X2D/BambuStudio/Fiberon ASA-CF08 @BBL X2D.json", "filename": "Fiberon ASA-CF08 @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -254,7 +254,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA12-CF10/BBL/H2C/BambuStudio/Fiberon PA12-CF10 @BBL H2C.json", "filename": "Fiberon PA12-CF10 @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -270,7 +270,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA12-CF10/BBL/H2D/BambuStudio/Fiberon PA12-CF10 @BBL H2D.json", "filename": "Fiberon PA12-CF10 @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -286,7 +286,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA12-CF10/BBL/H2S/BambuStudio/Fiberon PA12-CF10 @BBL H2S.json", "filename": "Fiberon PA12-CF10 @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -305,7 +305,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA12-CF10/BBL/P2S/BambuStudio/Fiberon PA12-CF10 @BBL P2S.json", "filename": "Fiberon PA12-CF10 @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -386,7 +386,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA12-CF10/BBL/X2D/BambuStudio/Fiberon PA12-CF10 @BBL X2D.json", "filename": "Fiberon PA12-CF10 @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -455,7 +455,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA6-CF20/BBL/H2C/BambuStudio/Fiberon PA6-CF20 @BBL H2C.json", "filename": "Fiberon PA6-CF20 @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -474,7 +474,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA6-CF20/BBL/H2D/BambuStudio/Fiberon PA6-CF20 @BBL H2D.json", "filename": "Fiberon PA6-CF20 @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -493,7 +493,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA6-CF20/BBL/H2S/BambuStudio/Fiberon PA6-CF20 @BBL H2S.json", "filename": "Fiberon PA6-CF20 @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -512,7 +512,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA6-CF20/BBL/P2S/BambuStudio/Fiberon PA6-CF20 @BBL P2S.json", "filename": "Fiberon PA6-CF20 @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -593,7 +593,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA6-CF20/BBL/X2D/BambuStudio/Fiberon PA6-CF20 @BBL X2D.json", "filename": "Fiberon PA6-CF20 @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -625,7 +625,7 @@ "slicer": "OrcaSlicer", "path": "preset/Fiberon PA6-CF20/Snapmaker/U1/OrcaSlicer/Fiberon PA6-CF20 @Snapmaker U1.json", "filename": "Fiberon PA6-CF20 @Snapmaker U1.json", - "updatedAt": "2026-05-29T10:25:10+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -641,7 +641,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA6-GF25/BBL/H2C/BambuStudio/Fiberon PA6-GF25 @BBL H2C.json", "filename": "Fiberon PA6-GF25 @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -660,7 +660,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA6-GF25/BBL/H2D/BambuStudio/Fiberon PA6-GF25 @BBL H2D.json", "filename": "Fiberon PA6-GF25 @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -679,7 +679,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA6-GF25/BBL/H2S/BambuStudio/Fiberon PA6-GF25 @BBL H2S.json", "filename": "Fiberon PA6-GF25 @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -698,7 +698,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA6-GF25/BBL/P2S/BambuStudio/Fiberon PA6-GF25 @BBL P2S.json", "filename": "Fiberon PA6-GF25 @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -779,7 +779,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA6-GF25/BBL/X2D/BambuStudio/Fiberon PA6-GF25 @BBL X2D.json", "filename": "Fiberon PA6-GF25 @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -816,7 +816,7 @@ "slicer": "OrcaSlicer", "path": "preset/Fiberon PA6-GF25/Snapmaker/U1/OrcaSlicer/Fiberon PA6-GF25 @Snapmaker U1.json", "filename": "Fiberon PA6-GF25 @Snapmaker U1.json", - "updatedAt": "2026-05-29T10:25:10+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -832,7 +832,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA612-CF15/BBL/H2C/BambuStudio/Fiberon PA612-CF15 @BBL H2C.json", "filename": "Fiberon PA612-CF15 @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -848,7 +848,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA612-CF15/BBL/H2D/BambuStudio/Fiberon PA612-CF15 @BBL H2D.json", "filename": "Fiberon PA612-CF15 @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -864,7 +864,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA612-CF15/BBL/H2S/BambuStudio/Fiberon PA612-CF15 @BBL H2S.json", "filename": "Fiberon PA612-CF15 @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -883,7 +883,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA612-CF15/BBL/P2S/BambuStudio/Fiberon PA612-CF15 @BBL P2S.json", "filename": "Fiberon PA612-CF15 @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -964,7 +964,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA612-CF15/BBL/X2D/BambuStudio/Fiberon PA612-CF15 @BBL X2D.json", "filename": "Fiberon PA612-CF15 @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -996,7 +996,7 @@ "slicer": "OrcaSlicer", "path": "preset/Fiberon PA612-CF15/Snapmaker/U1/OrcaSlicer/Fiberon PA612-CF15 @Snapmaker U1.json", "filename": "Fiberon PA612-CF15 @Snapmaker U1.json", - "updatedAt": "2026-06-02T13:09:24+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -1012,7 +1012,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA612-ESD/BBL/H2C/BambuStudio/Fiberon PA612-ESD @BBL H2C.json", "filename": "Fiberon PA612-ESD @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1028,7 +1028,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA612-ESD/BBL/H2D/BambuStudio/Fiberon PA612-ESD @BBL H2D.json", "filename": "Fiberon PA612-ESD @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1047,7 +1047,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA612-ESD/BBL/H2S/BambuStudio/Fiberon PA612-ESD @BBL H2S.json", "filename": "Fiberon PA612-ESD @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1066,7 +1066,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA612-ESD/BBL/P2S/BambuStudio/Fiberon PA612-ESD @BBL P2S.json", "filename": "Fiberon PA612-ESD @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1085,7 +1085,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PA612-ESD/BBL/X2D/BambuStudio/Fiberon PA612-ESD @BBL X2D.json", "filename": "Fiberon PA612-ESD @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1117,7 +1117,7 @@ "slicer": "OrcaSlicer", "path": "preset/Fiberon PA612-ESD/Snapmaker/U1/OrcaSlicer/Fiberon PA612-ESD @Snapmaker U1.json", "filename": "Fiberon PA612-ESD @Snapmaker U1.json", - "updatedAt": "2026-06-02T13:09:24+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -1133,7 +1133,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PET-CF17/BBL/H2C/BambuStudio/Fiberon PET-CF17 @BBL H2C.json", "filename": "Fiberon PET-CF17 @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1149,7 +1149,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PET-CF17/BBL/H2D/BambuStudio/Fiberon PET-CF17 @BBL H2D.json", "filename": "Fiberon PET-CF17 @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1168,7 +1168,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PET-CF17/BBL/H2S/BambuStudio/Fiberon PET-CF17 @BBL H2S.json", "filename": "Fiberon PET-CF17 @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1187,7 +1187,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PET-CF17/BBL/P2S/BambuStudio/Fiberon PET-CF17 @BBL P2S.json", "filename": "Fiberon PET-CF17 @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1265,7 +1265,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PET-CF17/BBL/X2D/BambuStudio/Fiberon PET-CF17 @BBL X2D.json", "filename": "Fiberon PET-CF17 @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1313,7 +1313,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PET-GF15/BBL/H2C/BambuStudio/Fiberon PET-GF15 @BBL H2C.json", "filename": "Fiberon PET-GF15 @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1351,7 +1351,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PET-GF15/BBL/H2S/BambuStudio/Fiberon PET-GF15 @BBL H2S.json", "filename": "Fiberon PET-GF15 @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1370,7 +1370,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PET-GF15/BBL/P2S/BambuStudio/Fiberon PET-GF15 @BBL P2S.json", "filename": "Fiberon PET-GF15 @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1386,7 +1386,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PET-GF15/BBL/X2D/BambuStudio/Fiberon PET-GF15 @BBL X2D.json", "filename": "Fiberon PET-GF15 @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1439,7 +1439,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PETG-ESD/BBL/H2C/BambuStudio/Fiberon PETG-ESD @BBL H2C.json", "filename": "Fiberon PETG-ESD @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1458,7 +1458,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PETG-ESD/BBL/H2D/BambuStudio/Fiberon PETG-ESD @BBL H2D.json", "filename": "Fiberon PETG-ESD @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1477,7 +1477,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PETG-ESD/BBL/P2S/BambuStudio/Fiberon PETG-ESD @BBL P2S.json", "filename": "Fiberon PETG-ESD @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1558,7 +1558,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PETG-ESD/BBL/X2D/BambuStudio/Fiberon PETG-ESD @BBL X2D.json", "filename": "Fiberon PETG-ESD @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1611,7 +1611,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PETG-rCF08/BBL/H2C/BambuStudio/Fiberon PETG-rCF08 @BBL H2C.json", "filename": "Fiberon PETG-rCF08 @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1630,7 +1630,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PETG-rCF08/BBL/H2D/BambuStudio/Fiberon PETG-rCF08 @BBL H2D.json", "filename": "Fiberon PETG-rCF08 @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1649,7 +1649,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PETG-rCF08/BBL/H2S/BambuStudio/Fiberon PETG-rCF08 @BBL H2S.json", "filename": "Fiberon PETG-rCF08 @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1730,7 +1730,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PETG-rCF08/BBL/X2D/BambuStudio/Fiberon PETG-rCF08 @BBL X2D.json", "filename": "Fiberon PETG-rCF08 @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1751,7 +1751,7 @@ "slicer": "OrcaSlicer", "path": "preset/Fiberon PETG-rCF08/Snapmaker/U1/OrcaSlicer/Fiberon PETG-rCF08 @Snapmaker U1.json", "filename": "Fiberon PETG-rCF08 @Snapmaker U1.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -1767,7 +1767,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PPS-CF10/BBL/H2C/BambuStudio/Fiberon PPS-CF10 @BBL H2C.json", "filename": "Fiberon PPS-CF10 @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1786,7 +1786,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PPS-CF10/BBL/H2D/BambuStudio/Fiberon PPS-CF10 @BBL H2D.json", "filename": "Fiberon PPS-CF10 @BBL H2D.json", - "updatedAt": "2026-07-02T17:45:22+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1805,7 +1805,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PPS-CF10/BBL/H2S/BambuStudio/Fiberon PPS-CF10 @BBL H2S.json", "filename": "Fiberon PPS-CF10 @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1821,7 +1821,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PPS-GF20/BBL/H2C/BambuStudio/Fiberon PPS-GF20 @BBL H2C.json", "filename": "Fiberon PPS-GF20 @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1840,7 +1840,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PPS-GF20/BBL/H2D/BambuStudio/Fiberon PPS-GF20 @BBL H2D.json", "filename": "Fiberon PPS-GF20 @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1859,7 +1859,7 @@ "slicer": "BambuStudio", "path": "preset/Fiberon PPS-GF20/BBL/H2S/BambuStudio/Fiberon PPS-GF20 @BBL H2S.json", "filename": "Fiberon PPS-GF20 @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1878,7 +1878,7 @@ "slicer": "OrcaSlicer", "path": "preset/Fiberon PPS-GF20/Snapmaker/U1/OrcaSlicer/Fiberon PPS-GF20 @Snapmaker U1.json", "filename": "Fiberon PPS-GF20 @Snapmaker U1.json", - "updatedAt": "2026-06-05T14:24:44+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -1978,7 +1978,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma CoPE/BBL/A2L/BambuStudio/Panchroma CoPE @BBL A2L.json", "filename": "Panchroma CoPE @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -1994,7 +1994,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma CoPE/BBL/H2C/BambuStudio/Panchroma CoPE @BBL H2C.json", "filename": "Panchroma CoPE @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2010,7 +2010,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma CoPE/BBL/H2D/BambuStudio/Panchroma CoPE @BBL H2D.json", "filename": "Panchroma CoPE @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2026,7 +2026,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma CoPE/BBL/H2S/BambuStudio/Panchroma CoPE @BBL H2S.json", "filename": "Panchroma CoPE @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2077,7 +2077,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma CoPE/BBL/P2S/BambuStudio/Panchroma CoPE @BBL P2S.json", "filename": "Panchroma CoPE @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2155,7 +2155,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma CoPE/BBL/X2D/BambuStudio/Panchroma CoPE @BBL X2D.json", "filename": "Panchroma CoPE @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2229,7 +2229,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA/BBL/A1/BambuStudio/Panchroma PLA @BBL A1.json", "filename": "Panchroma PLA @BBL A1.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2271,7 +2271,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA/BBL/A1M/BambuStudio/Panchroma PLA @BBL A1M.json", "filename": "Panchroma PLA @BBL A1M.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2313,7 +2313,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA/BBL/A2L/BambuStudio/Panchroma PLA @BBL A2L.json", "filename": "Panchroma PLA @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2322,6 +2322,22 @@ } ] }, + { + "material": "Panchroma PLA", + "brand": "BBL", + "model": "H2C", + "slicer": "BambuStudio", + "path": "preset/Panchroma PLA/BBL/H2C/BambuStudio/Panchroma PLA @BBL H2C.json", + "filename": "Panchroma PLA @BBL H2C.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "H2C", + "fullName": "Bambu Lab H2C 0.4 nozzle" + } + ] + }, { "material": "Panchroma PLA", "brand": "BBL", @@ -2329,7 +2345,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA/BBL/H2D/BambuStudio/Panchroma PLA @BBL H2D.json", "filename": "Panchroma PLA @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2345,7 +2361,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA/BBL/H2S/BambuStudio/Panchroma PLA @BBL H2S.json", "filename": "Panchroma PLA @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2393,18 +2409,13 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA/BBL/P1S/BambuStudio/Panchroma PLA @BBL P1S.json", "filename": "Panchroma PLA @BBL P1S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", "model": "P1S", "fullName": "Bambu Lab P1S 0.4 nozzle" }, - { - "brand": "BBL", - "model": "X1C", - "fullName": "Bambu Lab X1C 0.4 nozzle" - }, { "brand": "BBL", "model": "X1", @@ -2414,6 +2425,11 @@ "brand": "BBL", "model": "X1E", "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" } ] }, @@ -2424,7 +2440,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA/BBL/P2S/BambuStudio/Panchroma PLA @BBL P2S.json", "filename": "Panchroma PLA @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2440,7 +2456,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA/BBL/X1/BambuStudio/Panchroma PLA @BBL X1.json", "filename": "Panchroma PLA @BBL X1.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2502,7 +2518,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA/BBL/X2D/BambuStudio/Panchroma PLA @BBL X2D.json", "filename": "Panchroma PLA @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2513,12 +2529,12 @@ }, { "material": "Panchroma PLA", - "brand": "CreealityPrint", + "brand": "Creality", "model": "K2Pro", "slicer": "CrealityPrint", - "path": "preset/Panchroma PLA/CreealityPrint/K2Pro/CrealityPrint/Panchroma PLA @CreealityPrint K2Pro.json", - "filename": "Panchroma PLA @CreealityPrint K2Pro.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "path": "preset/Panchroma PLA/Creality/K2Pro/CrealityPrint/Panchroma PLA @Creality K2Pro.json", + "filename": "Panchroma PLA @Creality K2Pro.json", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "CreealityPrint", @@ -2660,7 +2676,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Celestial/BBL/A2L/BambuStudio/Panchroma PLA Celestial @BBL A2L.json", "filename": "Panchroma PLA Celestial @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2676,7 +2692,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Celestial/BBL/H2C/BambuStudio/Panchroma PLA Celestial @BBL H2C.json", "filename": "Panchroma PLA Celestial @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2692,7 +2708,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Celestial/BBL/H2D/BambuStudio/Panchroma PLA Celestial @BBL H2D.json", "filename": "Panchroma PLA Celestial @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2708,7 +2724,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Celestial/BBL/H2S/BambuStudio/Panchroma PLA Celestial @BBL H2S.json", "filename": "Panchroma PLA Celestial @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2749,6 +2765,37 @@ } ] }, + { + "material": "Panchroma PLA Celestial", + "brand": "BBL", + "model": "P1S", + "slicer": "BambuStudio", + "path": "preset/Panchroma PLA Celestial/BBL/P1S/BambuStudio/Panchroma PLA Celestial @BBL P1S.json", + "filename": "Panchroma PLA Celestial @BBL P1S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P1S", + "fullName": "Bambu Lab P1S 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1", + "fullName": "Bambu Lab X1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1E", + "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" + } + ] + }, { "material": "Panchroma PLA Celestial", "brand": "BBL", @@ -2756,7 +2803,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Celestial/BBL/P2S/BambuStudio/Panchroma PLA Celestial @BBL P2S.json", "filename": "Panchroma PLA Celestial @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2834,7 +2881,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Celestial/BBL/X2D/BambuStudio/Panchroma PLA Celestial @BBL X2D.json", "filename": "Panchroma PLA Celestial @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2976,7 +3023,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Galaxy/BBL/A2L/BambuStudio/Panchroma PLA Galaxy @BBL A2L.json", "filename": "Panchroma PLA Galaxy @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -2992,7 +3039,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Galaxy/BBL/H2C/BambuStudio/Panchroma PLA Galaxy @BBL H2C.json", "filename": "Panchroma PLA Galaxy @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3008,7 +3055,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Galaxy/BBL/H2D/BambuStudio/Panchroma PLA Galaxy @BBL H2D.json", "filename": "Panchroma PLA Galaxy @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3024,7 +3071,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Galaxy/BBL/H2S/BambuStudio/Panchroma PLA Galaxy @BBL H2S.json", "filename": "Panchroma PLA Galaxy @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3065,6 +3112,37 @@ } ] }, + { + "material": "Panchroma PLA Galaxy", + "brand": "BBL", + "model": "P1S", + "slicer": "BambuStudio", + "path": "preset/Panchroma PLA Galaxy/BBL/P1S/BambuStudio/Panchroma PLA Galaxy @BBL P1S.json", + "filename": "Panchroma PLA Galaxy @BBL P1S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P1S", + "fullName": "Bambu Lab P1S 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1", + "fullName": "Bambu Lab X1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1E", + "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" + } + ] + }, { "material": "Panchroma PLA Galaxy", "brand": "BBL", @@ -3072,7 +3150,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Galaxy/BBL/P2S/BambuStudio/Panchroma PLA Galaxy @BBL P2S.json", "filename": "Panchroma PLA Galaxy @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3150,7 +3228,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Galaxy/BBL/X2D/BambuStudio/Panchroma PLA Galaxy @BBL X2D.json", "filename": "Panchroma PLA Galaxy @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3292,7 +3370,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Glow/BBL/A2L/BambuStudio/Panchroma PLA Glow @BBL A2L.json", "filename": "Panchroma PLA Glow @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3308,7 +3386,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Glow/BBL/H2C/BambuStudio/Panchroma PLA Glow @BBL H2C.json", "filename": "Panchroma PLA Glow @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3324,7 +3402,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Glow/BBL/H2D/BambuStudio/Panchroma PLA Glow @BBL H2D.json", "filename": "Panchroma PLA Glow @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3340,7 +3418,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Glow/BBL/H2S/BambuStudio/Panchroma PLA Glow @BBL H2S.json", "filename": "Panchroma PLA Glow @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3381,6 +3459,37 @@ } ] }, + { + "material": "Panchroma PLA Glow", + "brand": "BBL", + "model": "P1S", + "slicer": "BambuStudio", + "path": "preset/Panchroma PLA Glow/BBL/P1S/BambuStudio/Panchroma PLA Glow @BBL P1S.json", + "filename": "Panchroma PLA Glow @BBL P1S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P1S", + "fullName": "Bambu Lab P1S 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1", + "fullName": "Bambu Lab X1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1E", + "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" + } + ] + }, { "material": "Panchroma PLA Glow", "brand": "BBL", @@ -3388,7 +3497,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Glow/BBL/P2S/BambuStudio/Panchroma PLA Glow @BBL P2S.json", "filename": "Panchroma PLA Glow @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3466,7 +3575,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Glow/BBL/X2D/BambuStudio/Panchroma PLA Glow @BBL X2D.json", "filename": "Panchroma PLA Glow @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3608,7 +3717,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Luminous/BBL/A2L/BambuStudio/Panchroma PLA Luminous @BBL A2L.json", "filename": "Panchroma PLA Luminous @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3624,7 +3733,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Luminous/BBL/H2C/BambuStudio/Panchroma PLA Luminous @BBL H2C.json", "filename": "Panchroma PLA Luminous @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3640,7 +3749,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Luminous/BBL/H2D/BambuStudio/Panchroma PLA Luminous @BBL H2D.json", "filename": "Panchroma PLA Luminous @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3656,7 +3765,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Luminous/BBL/H2S/BambuStudio/Panchroma PLA Luminous @BBL H2S.json", "filename": "Panchroma PLA Luminous @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3697,6 +3806,37 @@ } ] }, + { + "material": "Panchroma PLA Luminous", + "brand": "BBL", + "model": "P1S", + "slicer": "BambuStudio", + "path": "preset/Panchroma PLA Luminous/BBL/P1S/BambuStudio/Panchroma PLA Luminous @BBL P1S.json", + "filename": "Panchroma PLA Luminous @BBL P1S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P1S", + "fullName": "Bambu Lab P1S 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1", + "fullName": "Bambu Lab X1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1E", + "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" + } + ] + }, { "material": "Panchroma PLA Luminous", "brand": "BBL", @@ -3704,7 +3844,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Luminous/BBL/P2S/BambuStudio/Panchroma PLA Luminous @BBL P2S.json", "filename": "Panchroma PLA Luminous @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3782,7 +3922,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Luminous/BBL/X2D/BambuStudio/Panchroma PLA Luminous @BBL X2D.json", "filename": "Panchroma PLA Luminous @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3924,7 +4064,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Marble/BBL/A2L/BambuStudio/Panchroma PLA Marble @BBL A2L.json", "filename": "Panchroma PLA Marble @BBL A2L.json", - "updatedAt": "2026-07-02T17:45:22+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3940,7 +4080,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Marble/BBL/H2C/BambuStudio/Panchroma PLA Marble @BBL H2C.json", "filename": "Panchroma PLA Marble @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -3956,7 +4096,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Marble/BBL/H2D/BambuStudio/Panchroma PLA Marble @BBL H2D.json", "filename": "Panchroma PLA Marble @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -4004,7 +4144,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Marble/BBL/P2S/BambuStudio/Panchroma PLA Marble @BBL P2S.json", "filename": "Panchroma PLA Marble @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -4082,7 +4222,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Marble/BBL/X2D/BambuStudio/Panchroma PLA Marble @BBL X2D.json", "filename": "Panchroma PLA Marble @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -4224,7 +4364,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Matte/BBL/A2L/BambuStudio/Panchroma PLA Matte @BBL A2L.json", "filename": "Panchroma PLA Matte @BBL A2L.json", - "updatedAt": "2026-07-02T17:45:22+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -4240,7 +4380,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Matte/BBL/H2C/BambuStudio/Panchroma PLA Matte @BBL H2C.json", "filename": "Panchroma PLA Matte @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -4256,7 +4396,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Matte/BBL/H2D/BambuStudio/Panchroma PLA Matte @BBL H2D.json", "filename": "Panchroma PLA Matte @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -4304,7 +4444,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Matte/BBL/P2S/BambuStudio/Panchroma PLA Matte @BBL P2S.json", "filename": "Panchroma PLA Matte @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -4382,7 +4522,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Matte/BBL/X2D/BambuStudio/Panchroma PLA Matte @BBL X2D.json", "filename": "Panchroma PLA Matte @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -4524,7 +4664,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Metallic/BBL/A2L/BambuStudio/Panchroma PLA Metallic @BBL A2L.json", "filename": "Panchroma PLA Metallic @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -4540,7 +4680,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Metallic/BBL/H2C/BambuStudio/Panchroma PLA Metallic @BBL H2C.json", "filename": "Panchroma PLA Metallic @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -4556,7 +4696,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Metallic/BBL/H2D/BambuStudio/Panchroma PLA Metallic @BBL H2D.json", "filename": "Panchroma PLA Metallic @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -4572,7 +4712,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Metallic/BBL/H2S/BambuStudio/Panchroma PLA Metallic @BBL H2S.json", "filename": "Panchroma PLA Metallic @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -4616,26 +4756,57 @@ { "material": "Panchroma PLA Metallic", "brand": "BBL", - "model": "P2S", + "model": "P1S", "slicer": "BambuStudio", - "path": "preset/Panchroma PLA Metallic/BBL/P2S/BambuStudio/Panchroma PLA Metallic @BBL P2S.json", - "filename": "Panchroma PLA Metallic @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "path": "preset/Panchroma PLA Metallic/BBL/P1S/BambuStudio/Panchroma PLA Metallic @BBL P1S.json", + "filename": "Panchroma PLA Metallic @BBL P1S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", - "model": "P2S", - "fullName": "Bambu Lab P2S 0.4 nozzle" - } - ] - }, - { - "material": "Panchroma PLA Metallic", - "brand": "BBL", - "model": "X1", - "slicer": "BambuStudio", - "path": "preset/Panchroma PLA Metallic/BBL/X1/BambuStudio/Panchroma PLA Metallic @BBL X1.json", - "filename": "Panchroma PLA Metallic @BBL X1.json", + "model": "P1S", + "fullName": "Bambu Lab P1S 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1", + "fullName": "Bambu Lab X1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1E", + "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" + } + ] + }, + { + "material": "Panchroma PLA Metallic", + "brand": "BBL", + "model": "P2S", + "slicer": "BambuStudio", + "path": "preset/Panchroma PLA Metallic/BBL/P2S/BambuStudio/Panchroma PLA Metallic @BBL P2S.json", + "filename": "Panchroma PLA Metallic @BBL P2S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P2S", + "fullName": "Bambu Lab P2S 0.4 nozzle" + } + ] + }, + { + "material": "Panchroma PLA Metallic", + "brand": "BBL", + "model": "X1", + "slicer": "BambuStudio", + "path": "preset/Panchroma PLA Metallic/BBL/X1/BambuStudio/Panchroma PLA Metallic @BBL X1.json", + "filename": "Panchroma PLA Metallic @BBL X1.json", "updatedAt": "2026-06-17T16:06:55+08:00", "compatiblePrinters": [ { @@ -4698,7 +4869,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Metallic/BBL/X2D/BambuStudio/Panchroma PLA Metallic @BBL X2D.json", "filename": "Panchroma PLA Metallic @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -4840,7 +5011,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Neon/BBL/A2L/BambuStudio/Panchroma PLA Neon @BBL A2L.json", "filename": "Panchroma PLA Neon @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -4856,7 +5027,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Neon/BBL/H2C/BambuStudio/Panchroma PLA Neon @BBL H2C.json", "filename": "Panchroma PLA Neon @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -4872,7 +5043,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Neon/BBL/H2D/BambuStudio/Panchroma PLA Neon @BBL H2D.json", "filename": "Panchroma PLA Neon @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -4888,7 +5059,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Neon/BBL/H2S/BambuStudio/Panchroma PLA Neon @BBL H2S.json", "filename": "Panchroma PLA Neon @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -4929,6 +5100,37 @@ } ] }, + { + "material": "Panchroma PLA Neon", + "brand": "BBL", + "model": "P1S", + "slicer": "BambuStudio", + "path": "preset/Panchroma PLA Neon/BBL/P1S/BambuStudio/Panchroma PLA Neon @BBL P1S.json", + "filename": "Panchroma PLA Neon @BBL P1S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P1S", + "fullName": "Bambu Lab P1S 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1", + "fullName": "Bambu Lab X1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1E", + "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" + } + ] + }, { "material": "Panchroma PLA Neon", "brand": "BBL", @@ -4936,7 +5138,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Neon/BBL/P2S/BambuStudio/Panchroma PLA Neon @BBL P2S.json", "filename": "Panchroma PLA Neon @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -5014,7 +5216,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Neon/BBL/X2D/BambuStudio/Panchroma PLA Neon @BBL X2D.json", "filename": "Panchroma PLA Neon @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -5156,7 +5358,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Satin/BBL/H2C/BambuStudio/Panchroma PLA Satin @BBL H2C.json", "filename": "Panchroma PLA Satin @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -5172,7 +5374,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Satin/BBL/H2S/BambuStudio/Panchroma PLA Satin @BBL H2S.json", "filename": "Panchroma PLA Satin @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -5220,7 +5422,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Satin/BBL/P2S/BambuStudio/Panchroma PLA Satin @BBL P2S.json", "filename": "Panchroma PLA Satin @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -5298,7 +5500,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Satin/BBL/X2D/BambuStudio/Panchroma PLA Satin @BBL X2D.json", "filename": "Panchroma PLA Satin @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -5440,7 +5642,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Silk/BBL/A2L/BambuStudio/Panchroma PLA Silk @BBL A2L.json", "filename": "Panchroma PLA Silk @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -5456,7 +5658,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Silk/BBL/H2C/BambuStudio/Panchroma PLA Silk @BBL H2C.json", "filename": "Panchroma PLA Silk @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -5472,7 +5674,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Silk/BBL/H2D/BambuStudio/Panchroma PLA Silk @BBL H2D.json", "filename": "Panchroma PLA Silk @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -5488,7 +5690,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Silk/BBL/H2S/BambuStudio/Panchroma PLA Silk @BBL H2S.json", "filename": "Panchroma PLA Silk @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -5536,7 +5738,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Silk/BBL/P2S/BambuStudio/Panchroma PLA Silk @BBL P2S.json", "filename": "Panchroma PLA Silk @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -5614,7 +5816,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Silk/BBL/X2D/BambuStudio/Panchroma PLA Silk @BBL X2D.json", "filename": "Panchroma PLA Silk @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -5756,7 +5958,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Starlight/BBL/A2L/BambuStudio/Panchroma PLA Starlight @BBL A2L.json", "filename": "Panchroma PLA Starlight @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -5772,7 +5974,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Starlight/BBL/H2C/BambuStudio/Panchroma PLA Starlight @BBL H2C.json", "filename": "Panchroma PLA Starlight @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -5788,7 +5990,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Starlight/BBL/H2D/BambuStudio/Panchroma PLA Starlight @BBL H2D.json", "filename": "Panchroma PLA Starlight @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -5804,7 +6006,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Starlight/BBL/H2S/BambuStudio/Panchroma PLA Starlight @BBL H2S.json", "filename": "Panchroma PLA Starlight @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -5845,6 +6047,37 @@ } ] }, + { + "material": "Panchroma PLA Starlight", + "brand": "BBL", + "model": "P1S", + "slicer": "BambuStudio", + "path": "preset/Panchroma PLA Starlight/BBL/P1S/BambuStudio/Panchroma PLA Starlight @BBL P1S.json", + "filename": "Panchroma PLA Starlight @BBL P1S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P1S", + "fullName": "Bambu Lab P1S 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1", + "fullName": "Bambu Lab X1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1E", + "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" + } + ] + }, { "material": "Panchroma PLA Starlight", "brand": "BBL", @@ -5852,7 +6085,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Starlight/BBL/P2S/BambuStudio/Panchroma PLA Starlight @BBL P2S.json", "filename": "Panchroma PLA Starlight @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -5930,7 +6163,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Starlight/BBL/X2D/BambuStudio/Panchroma PLA Starlight @BBL X2D.json", "filename": "Panchroma PLA Starlight @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6072,7 +6305,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Translucent/BBL/A2L/BambuStudio/Panchroma PLA Translucent @BBL A2L.json", "filename": "Panchroma PLA Translucent @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6088,7 +6321,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Translucent/BBL/H2C/BambuStudio/Panchroma PLA Translucent @BBL H2C.json", "filename": "Panchroma PLA Translucent @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6104,7 +6337,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Translucent/BBL/H2D/BambuStudio/Panchroma PLA Translucent @BBL H2D.json", "filename": "Panchroma PLA Translucent @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6120,7 +6353,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Translucent/BBL/H2S/BambuStudio/Panchroma PLA Translucent @BBL H2S.json", "filename": "Panchroma PLA Translucent @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6161,6 +6394,37 @@ } ] }, + { + "material": "Panchroma PLA Translucent", + "brand": "BBL", + "model": "P1S", + "slicer": "BambuStudio", + "path": "preset/Panchroma PLA Translucent/BBL/P1S/BambuStudio/Panchroma PLA Translucent @BBL P1S.json", + "filename": "Panchroma PLA Translucent @BBL P1S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P1S", + "fullName": "Bambu Lab P1S 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1", + "fullName": "Bambu Lab X1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1E", + "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" + } + ] + }, { "material": "Panchroma PLA Translucent", "brand": "BBL", @@ -6168,7 +6432,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Translucent/BBL/P2S/BambuStudio/Panchroma PLA Translucent @BBL P2S.json", "filename": "Panchroma PLA Translucent @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6246,7 +6510,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA Translucent/BBL/X2D/BambuStudio/Panchroma PLA Translucent @BBL X2D.json", "filename": "Panchroma PLA Translucent @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6388,7 +6652,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA UV Shift/BBL/A2L/BambuStudio/Panchroma PLA UV Shift @BBL A2L.json", "filename": "Panchroma PLA UV Shift @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6404,7 +6668,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA UV Shift/BBL/H2C/BambuStudio/Panchroma PLA UV Shift @BBL H2C.json", "filename": "Panchroma PLA UV Shift @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6420,7 +6684,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA UV Shift/BBL/H2D/BambuStudio/Panchroma PLA UV Shift @BBL H2D.json", "filename": "Panchroma PLA UV Shift @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6436,7 +6700,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA UV Shift/BBL/H2S/BambuStudio/Panchroma PLA UV Shift @BBL H2S.json", "filename": "Panchroma PLA UV Shift @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6477,6 +6741,37 @@ } ] }, + { + "material": "Panchroma PLA UV Shift", + "brand": "BBL", + "model": "P1S", + "slicer": "BambuStudio", + "path": "preset/Panchroma PLA UV Shift/BBL/P1S/BambuStudio/Panchroma PLA UV Shift @BBL P1S.json", + "filename": "Panchroma PLA UV Shift @BBL P1S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P1S", + "fullName": "Bambu Lab P1S 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1", + "fullName": "Bambu Lab X1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1E", + "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" + } + ] + }, { "material": "Panchroma PLA UV Shift", "brand": "BBL", @@ -6484,7 +6779,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA UV Shift/BBL/P2S/BambuStudio/Panchroma PLA UV Shift @BBL P2S.json", "filename": "Panchroma PLA UV Shift @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6562,7 +6857,7 @@ "slicer": "BambuStudio", "path": "preset/Panchroma PLA UV Shift/BBL/X2D/BambuStudio/Panchroma PLA UV Shift @BBL X2D.json", "filename": "Panchroma PLA UV Shift @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6620,7 +6915,7 @@ "slicer": "BambuStudio", "path": "preset/PolyCast/BBL/A2L/BambuStudio/PolyCast @BBL A2L.json", "filename": "PolyCast @BBL A2L.json", - "updatedAt": "2026-07-02T17:45:22+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6629,6 +6924,25 @@ } ] }, + { + "material": "PolyCast", + "brand": "BBL", + "model": "H2S", + "slicer": "BambuStudio", + "path": "preset/PolyCast/BBL/H2S/BambuStudio/PolyCast @BBL H2S.json", + "filename": "PolyCast @BBL H2S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "H2S", + "fullName": "Bambu Lab H2S 0.4 nozzle" + } + ], + "missingExtruderVariants": [ + "Direct Drive High Flow" + ] + }, { "material": "PolyCast", "brand": "BBL", @@ -6636,7 +6950,7 @@ "slicer": "BambuStudio", "path": "preset/PolyCast/BBL/P2S/BambuStudio/PolyCast @BBL P2S.json", "filename": "PolyCast @BBL P2S.json", - "updatedAt": "2026-07-02T17:45:22+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6652,7 +6966,7 @@ "slicer": "BambuStudio", "path": "preset/PolyCast/BBL/X2D/BambuStudio/PolyCast @BBL X2D.json", "filename": "PolyCast @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6668,18 +6982,13 @@ "slicer": "BambuStudio", "path": "preset/PolyFlex TPU95/BBL/P1S/BambuStudio/PolyFlex TPU95 @BBL P1S.json", "filename": "PolyFlex TPU95 @BBL P1S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", "model": "P1S", "fullName": "Bambu Lab P1S 0.4 nozzle" }, - { - "brand": "BBL", - "model": "X1C", - "fullName": "Bambu Lab X1C 0.4 nozzle" - }, { "brand": "BBL", "model": "X1", @@ -6689,9 +6998,33 @@ "brand": "BBL", "model": "X1E", "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" } ] }, + { + "material": "PolyFlex TPU95", + "brand": "BBL", + "model": "P2S", + "slicer": "BambuStudio", + "path": "preset/PolyFlex TPU95/BBL/P2S/BambuStudio/PolyFlex TPU95 @BBL P2S.json", + "filename": "PolyFlex TPU95 @BBL P2S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P2S", + "fullName": "Bambu Lab P2S 0.4 nozzle" + } + ], + "missingExtruderVariants": [ + "Direct Drive High Flow" + ] + }, { "material": "PolyFlex TPU95", "brand": "BBL", @@ -6699,7 +7032,7 @@ "slicer": "BambuStudio", "path": "preset/PolyFlex TPU95/BBL/X2D/BambuStudio/PolyFlex TPU95 @BBL X2D.json", "filename": "PolyFlex TPU95 @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6720,7 +7053,7 @@ "slicer": "ElegooSlicer", "path": "preset/PolyFlex TPU95/Elegoo/CC2/ElegooSlicer/PolyFlex TPU95 @Elegoo CC2.json", "filename": "PolyFlex TPU95 @Elegoo CC2.json", - "updatedAt": "2026-07-22T09:23:30+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -6736,7 +7069,7 @@ "slicer": "BambuStudio", "path": "preset/PolyFlex TPU95-HF/BBL/A2L/BambuStudio/PolyFlex TPU95-HF @BBL A2L.json", "filename": "PolyFlex TPU95-HF @BBL A2L.json", - "updatedAt": "2026-07-02T17:45:22+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6752,7 +7085,7 @@ "slicer": "BambuStudio", "path": "preset/PolyFlex TPU95-HF/BBL/H2D/BambuStudio/PolyFlex TPU95-HF @BBL H2D.json", "filename": "PolyFlex TPU95-HF @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6772,7 +7105,7 @@ "slicer": "BambuStudio", "path": "preset/PolyFlex TPU95-HF/BBL/X2D/BambuStudio/PolyFlex TPU95-HF @BBL X2D.json", "filename": "PolyFlex TPU95-HF @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6786,6 +7119,25 @@ "Bowden High Flow" ] }, + { + "material": "PolyLite ABS", + "brand": "BBL", + "model": "H2S", + "slicer": "BambuStudio", + "path": "preset/PolyLite ABS/BBL/H2S/BambuStudio/PolyLite ABS @BBL H2S.json", + "filename": "PolyLite ABS @BBL H2S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "H2S", + "fullName": "Bambu Lab H2S 0.4 nozzle" + } + ], + "missingExtruderVariants": [ + "Direct Drive High Flow" + ] + }, { "material": "PolyLite ABS", "brand": "BBL", @@ -6793,7 +7145,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite ABS/BBL/P2S/BambuStudio/PolyLite ABS @BBL P2S.json", "filename": "PolyLite ABS @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6812,7 +7164,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite ABS/BBL/X2D/BambuStudio/PolyLite ABS @BBL X2D.json", "filename": "PolyLite ABS @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6917,7 +7269,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite CosPLA/BBL/H2C/BambuStudio/PolyLite CosPLA @BBL H2C.json", "filename": "PolyLite CosPLA @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6933,7 +7285,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite CosPLA/BBL/H2S/BambuStudio/PolyLite CosPLA @BBL H2S.json", "filename": "PolyLite CosPLA @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -6981,7 +7333,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite CosPLA/BBL/P2S/BambuStudio/PolyLite CosPLA @BBL P2S.json", "filename": "PolyLite CosPLA @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7059,7 +7411,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite CosPLA/BBL/X2D/BambuStudio/PolyLite CosPLA @BBL X2D.json", "filename": "PolyLite CosPLA @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7117,7 +7469,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite LW-PLA/BBL/A2L/BambuStudio/PolyLite LW-PLA @BBL A2L.json", "filename": "PolyLite LW-PLA @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7133,7 +7485,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite LW-PLA/BBL/H2S/BambuStudio/PolyLite LW-PLA @BBL H2S.json", "filename": "PolyLite LW-PLA @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7152,7 +7504,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite LW-PLA/BBL/X2D/BambuStudio/PolyLite LW-PLA @BBL X2D.json", "filename": "PolyLite LW-PLA @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7166,6 +7518,25 @@ "Bowden High Flow" ] }, + { + "material": "PolyLite PC", + "brand": "BBL", + "model": "H2S", + "slicer": "BambuStudio", + "path": "preset/PolyLite PC/BBL/H2S/BambuStudio/PolyLite PC @BBL H2S.json", + "filename": "PolyLite PC @BBL H2S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "H2S", + "fullName": "Bambu Lab H2S 0.4 nozzle" + } + ], + "missingExtruderVariants": [ + "Direct Drive High Flow" + ] + }, { "material": "PolyLite PC", "brand": "BBL", @@ -7173,18 +7544,34 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PC/BBL/X2D/BambuStudio/PolyLite PC @BBL X2D.json", "filename": "PolyLite PC @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", "model": "X2D", "fullName": "Bambu Lab X2D 0.4 nozzle" } - ], - "missingExtruderVariants": [ - "Direct Drive High Flow", - "Bowden Standard", - "Bowden High Flow" + ], + "missingExtruderVariants": [ + "Direct Drive High Flow", + "Bowden Standard", + "Bowden High Flow" + ] + }, + { + "material": "PolyLite PC", + "brand": "Creality", + "model": "K2Pro", + "slicer": "CrealityPrint", + "path": "preset/PolyLite PC/Creality/K2Pro/CrealityPrint/PolyLite PC @Creality K2Pro.json", + "filename": "PolyLite PC @Creality K2Pro.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "CreealityPrint", + "model": "K2Pro", + "fullName": "Creality K2 Pro 0.4 nozzle" + } ] }, { @@ -7194,7 +7581,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PETG/BBL/A2L/BambuStudio/PolyLite PETG @BBL A2L.json", "filename": "PolyLite PETG @BBL A2L.json", - "updatedAt": "2026-07-02T17:45:22+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7210,7 +7597,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PETG/BBL/P2S/BambuStudio/PolyLite PETG @BBL P2S.json", "filename": "PolyLite PETG @BBL P2S.json", - "updatedAt": "2026-06-24T10:50:30+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7229,7 +7616,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PETG/BBL/X2D/BambuStudio/PolyLite PETG @BBL X2D.json", "filename": "PolyLite PETG @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7282,7 +7669,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PETG Translucent/BBL/A2L/BambuStudio/PolyLite PETG Translucent @BBL A2L.json", "filename": "PolyLite PETG Translucent @BBL A2L.json", - "updatedAt": "2026-07-02T17:45:22+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7298,7 +7685,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PETG Translucent/BBL/P2S/BambuStudio/PolyLite PETG Translucent @BBL P2S.json", "filename": "PolyLite PETG Translucent @BBL P2S.json", - "updatedAt": "2026-06-24T10:50:30+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7317,7 +7704,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PETG Translucent/BBL/X2D/BambuStudio/PolyLite PETG Translucent @BBL X2D.json", "filename": "PolyLite PETG Translucent @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7454,7 +7841,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA/BBL/A2L/BambuStudio/PolyLite PLA @BBL A2L.json", "filename": "PolyLite PLA @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7470,7 +7857,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA/BBL/H2C/BambuStudio/PolyLite PLA @BBL H2C.json", "filename": "PolyLite PLA @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7486,7 +7873,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA/BBL/H2D/BambuStudio/PolyLite PLA @BBL H2D.json", "filename": "PolyLite PLA @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7502,7 +7889,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA/BBL/H2S/BambuStudio/PolyLite PLA @BBL H2S.json", "filename": "PolyLite PLA @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7543,6 +7930,37 @@ } ] }, + { + "material": "PolyLite PLA", + "brand": "BBL", + "model": "P1S", + "slicer": "BambuStudio", + "path": "preset/PolyLite PLA/BBL/P1S/BambuStudio/PolyLite PLA @BBL P1S.json", + "filename": "PolyLite PLA @BBL P1S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P1S", + "fullName": "Bambu Lab P1S 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1", + "fullName": "Bambu Lab X1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1E", + "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" + } + ] + }, { "material": "PolyLite PLA", "brand": "BBL", @@ -7550,7 +7968,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA/BBL/P2S/BambuStudio/PolyLite PLA @BBL P2S.json", "filename": "PolyLite PLA @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7628,7 +8046,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA/BBL/X2D/BambuStudio/PolyLite PLA @BBL X2D.json", "filename": "PolyLite PLA @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7770,7 +8188,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Galaxy/BBL/A2L/BambuStudio/PolyLite PLA Galaxy @BBL A2L.json", "filename": "PolyLite PLA Galaxy @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7786,7 +8204,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Galaxy/BBL/H2C/BambuStudio/PolyLite PLA Galaxy @BBL H2C.json", "filename": "PolyLite PLA Galaxy @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7802,7 +8220,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Galaxy/BBL/H2D/BambuStudio/PolyLite PLA Galaxy @BBL H2D.json", "filename": "PolyLite PLA Galaxy @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7818,7 +8236,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Galaxy/BBL/H2S/BambuStudio/PolyLite PLA Galaxy @BBL H2S.json", "filename": "PolyLite PLA Galaxy @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7859,6 +8277,37 @@ } ] }, + { + "material": "PolyLite PLA Galaxy", + "brand": "BBL", + "model": "P1S", + "slicer": "BambuStudio", + "path": "preset/PolyLite PLA Galaxy/BBL/P1S/BambuStudio/PolyLite PLA Galaxy @BBL P1S.json", + "filename": "PolyLite PLA Galaxy @BBL P1S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P1S", + "fullName": "Bambu Lab P1S 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1", + "fullName": "Bambu Lab X1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1E", + "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" + } + ] + }, { "material": "PolyLite PLA Galaxy", "brand": "BBL", @@ -7866,7 +8315,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Galaxy/BBL/P2S/BambuStudio/PolyLite PLA Galaxy @BBL P2S.json", "filename": "PolyLite PLA Galaxy @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -7944,7 +8393,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Galaxy/BBL/X2D/BambuStudio/PolyLite PLA Galaxy @BBL X2D.json", "filename": "PolyLite PLA Galaxy @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8086,7 +8535,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Glow/BBL/A2L/BambuStudio/PolyLite PLA Glow @BBL A2L.json", "filename": "PolyLite PLA Glow @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8102,7 +8551,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Glow/BBL/H2C/BambuStudio/PolyLite PLA Glow @BBL H2C.json", "filename": "PolyLite PLA Glow @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8118,7 +8567,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Glow/BBL/H2D/BambuStudio/PolyLite PLA Glow @BBL H2D.json", "filename": "PolyLite PLA Glow @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8134,7 +8583,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Glow/BBL/H2S/BambuStudio/PolyLite PLA Glow @BBL H2S.json", "filename": "PolyLite PLA Glow @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8175,6 +8624,37 @@ } ] }, + { + "material": "PolyLite PLA Glow", + "brand": "BBL", + "model": "P1S", + "slicer": "BambuStudio", + "path": "preset/PolyLite PLA Glow/BBL/P1S/BambuStudio/PolyLite PLA Glow @BBL P1S.json", + "filename": "PolyLite PLA Glow @BBL P1S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P1S", + "fullName": "Bambu Lab P1S 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1", + "fullName": "Bambu Lab X1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1E", + "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" + } + ] + }, { "material": "PolyLite PLA Glow", "brand": "BBL", @@ -8182,7 +8662,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Glow/BBL/P2S/BambuStudio/PolyLite PLA Glow @BBL P2S.json", "filename": "PolyLite PLA Glow @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8260,7 +8740,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Glow/BBL/X2D/BambuStudio/PolyLite PLA Glow @BBL X2D.json", "filename": "PolyLite PLA Glow @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8402,7 +8882,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Luminous/BBL/A2L/BambuStudio/PolyLite PLA Luminous @BBL A2L.json", "filename": "PolyLite PLA Luminous @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8418,7 +8898,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Luminous/BBL/H2C/BambuStudio/PolyLite PLA Luminous @BBL H2C.json", "filename": "PolyLite PLA Luminous @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8434,7 +8914,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Luminous/BBL/H2D/BambuStudio/PolyLite PLA Luminous @BBL H2D.json", "filename": "PolyLite PLA Luminous @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8450,7 +8930,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Luminous/BBL/H2S/BambuStudio/PolyLite PLA Luminous @BBL H2S.json", "filename": "PolyLite PLA Luminous @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8491,6 +8971,37 @@ } ] }, + { + "material": "PolyLite PLA Luminous", + "brand": "BBL", + "model": "P1S", + "slicer": "BambuStudio", + "path": "preset/PolyLite PLA Luminous/BBL/P1S/BambuStudio/PolyLite PLA Luminous @BBL P1S.json", + "filename": "PolyLite PLA Luminous @BBL P1S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P1S", + "fullName": "Bambu Lab P1S 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1", + "fullName": "Bambu Lab X1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1E", + "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" + } + ] + }, { "material": "PolyLite PLA Luminous", "brand": "BBL", @@ -8498,7 +9009,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Luminous/BBL/P2S/BambuStudio/PolyLite PLA Luminous @BBL P2S.json", "filename": "PolyLite PLA Luminous @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8576,7 +9087,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Luminous/BBL/X2D/BambuStudio/PolyLite PLA Luminous @BBL X2D.json", "filename": "PolyLite PLA Luminous @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8718,7 +9229,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Neon/BBL/A2L/BambuStudio/PolyLite PLA Neon @BBL A2L.json", "filename": "PolyLite PLA Neon @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8734,7 +9245,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Neon/BBL/H2C/BambuStudio/PolyLite PLA Neon @BBL H2C.json", "filename": "PolyLite PLA Neon @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8750,7 +9261,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Neon/BBL/H2D/BambuStudio/PolyLite PLA Neon @BBL H2D.json", "filename": "PolyLite PLA Neon @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8766,7 +9277,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Neon/BBL/H2S/BambuStudio/PolyLite PLA Neon @BBL H2S.json", "filename": "PolyLite PLA Neon @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8807,6 +9318,37 @@ } ] }, + { + "material": "PolyLite PLA Neon", + "brand": "BBL", + "model": "P1S", + "slicer": "BambuStudio", + "path": "preset/PolyLite PLA Neon/BBL/P1S/BambuStudio/PolyLite PLA Neon @BBL P1S.json", + "filename": "PolyLite PLA Neon @BBL P1S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P1S", + "fullName": "Bambu Lab P1S 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1", + "fullName": "Bambu Lab X1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1E", + "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" + } + ] + }, { "material": "PolyLite PLA Neon", "brand": "BBL", @@ -8814,7 +9356,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Neon/BBL/P2S/BambuStudio/PolyLite PLA Neon @BBL P2S.json", "filename": "PolyLite PLA Neon @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8892,7 +9434,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Neon/BBL/X2D/BambuStudio/PolyLite PLA Neon @BBL X2D.json", "filename": "PolyLite PLA Neon @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8950,7 +9492,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Pro/BBL/A2L/BambuStudio/PolyLite PLA Pro @BBL A2L.json", "filename": "PolyLite PLA Pro @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8966,7 +9508,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Pro/BBL/H2C/BambuStudio/PolyLite PLA Pro @BBL H2C.json", "filename": "PolyLite PLA Pro @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8982,7 +9524,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Pro/BBL/H2D/BambuStudio/PolyLite PLA Pro @BBL H2D.json", "filename": "PolyLite PLA Pro @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -8998,7 +9540,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Pro/BBL/H2S/BambuStudio/PolyLite PLA Pro @BBL H2S.json", "filename": "PolyLite PLA Pro @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9014,7 +9556,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Pro/BBL/P2S/BambuStudio/PolyLite PLA Pro @BBL P2S.json", "filename": "PolyLite PLA Pro @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9030,7 +9572,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Pro/BBL/X2D/BambuStudio/PolyLite PLA Pro @BBL X2D.json", "filename": "PolyLite PLA Pro @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9072,7 +9614,7 @@ "slicer": "OrcaSlicer", "path": "preset/PolyLite PLA Pro/Snapmaker/U1/OrcaSlicer/PolyLite PLA Pro @Snapmaker U1.json", "filename": "PolyLite PLA Pro @Snapmaker U1.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -9088,7 +9630,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Pro Metallic/BBL/A2L/BambuStudio/PolyLite PLA Pro Metallic @BBL A2L.json", "filename": "PolyLite PLA Pro Metallic @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9104,7 +9646,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Pro Metallic/BBL/H2C/BambuStudio/PolyLite PLA Pro Metallic @BBL H2C.json", "filename": "PolyLite PLA Pro Metallic @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9120,7 +9662,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Pro Metallic/BBL/H2D/BambuStudio/PolyLite PLA Pro Metallic @BBL H2D.json", "filename": "PolyLite PLA Pro Metallic @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9136,7 +9678,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Pro Metallic/BBL/H2S/BambuStudio/PolyLite PLA Pro Metallic @BBL H2S.json", "filename": "PolyLite PLA Pro Metallic @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9152,7 +9694,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Pro Metallic/BBL/P2S/BambuStudio/PolyLite PLA Pro Metallic @BBL P2S.json", "filename": "PolyLite PLA Pro Metallic @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9168,7 +9710,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Pro Metallic/BBL/X2D/BambuStudio/PolyLite PLA Pro Metallic @BBL X2D.json", "filename": "PolyLite PLA Pro Metallic @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9210,7 +9752,7 @@ "slicer": "OrcaSlicer", "path": "preset/PolyLite PLA Pro Metallic/Snapmaker/U1/OrcaSlicer/PolyLite PLA Pro Metallic @Snapmaker U1.json", "filename": "PolyLite PLA Pro Metallic @Snapmaker U1.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -9310,7 +9852,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Starlight/BBL/A2L/BambuStudio/PolyLite PLA Starlight @BBL A2L.json", "filename": "PolyLite PLA Starlight @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9326,7 +9868,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Starlight/BBL/H2C/BambuStudio/PolyLite PLA Starlight @BBL H2C.json", "filename": "PolyLite PLA Starlight @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9342,7 +9884,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Starlight/BBL/H2D/BambuStudio/PolyLite PLA Starlight @BBL H2D.json", "filename": "PolyLite PLA Starlight @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9358,7 +9900,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Starlight/BBL/H2S/BambuStudio/PolyLite PLA Starlight @BBL H2S.json", "filename": "PolyLite PLA Starlight @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9399,6 +9941,37 @@ } ] }, + { + "material": "PolyLite PLA Starlight", + "brand": "BBL", + "model": "P1S", + "slicer": "BambuStudio", + "path": "preset/PolyLite PLA Starlight/BBL/P1S/BambuStudio/PolyLite PLA Starlight @BBL P1S.json", + "filename": "PolyLite PLA Starlight @BBL P1S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P1S", + "fullName": "Bambu Lab P1S 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1", + "fullName": "Bambu Lab X1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1E", + "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" + } + ] + }, { "material": "PolyLite PLA Starlight", "brand": "BBL", @@ -9406,7 +9979,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Starlight/BBL/P2S/BambuStudio/PolyLite PLA Starlight @BBL P2S.json", "filename": "PolyLite PLA Starlight @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9484,7 +10057,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Starlight/BBL/X2D/BambuStudio/PolyLite PLA Starlight @BBL X2D.json", "filename": "PolyLite PLA Starlight @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9626,7 +10199,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Translucent/BBL/A2L/BambuStudio/PolyLite PLA Translucent @BBL A2L.json", "filename": "PolyLite PLA Translucent @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9642,7 +10215,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Translucent/BBL/H2C/BambuStudio/PolyLite PLA Translucent @BBL H2C.json", "filename": "PolyLite PLA Translucent @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9658,7 +10231,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Translucent/BBL/H2D/BambuStudio/PolyLite PLA Translucent @BBL H2D.json", "filename": "PolyLite PLA Translucent @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9674,7 +10247,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Translucent/BBL/H2S/BambuStudio/PolyLite PLA Translucent @BBL H2S.json", "filename": "PolyLite PLA Translucent @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9710,8 +10283,39 @@ "compatiblePrinters": [ { "brand": "BBL", - "model": "P1P", - "fullName": "Bambu Lab P1P 0.4 nozzle" + "model": "P1P", + "fullName": "Bambu Lab P1P 0.4 nozzle" + } + ] + }, + { + "material": "PolyLite PLA Translucent", + "brand": "BBL", + "model": "P1S", + "slicer": "BambuStudio", + "path": "preset/PolyLite PLA Translucent/BBL/P1S/BambuStudio/PolyLite PLA Translucent @BBL P1S.json", + "filename": "PolyLite PLA Translucent @BBL P1S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P1S", + "fullName": "Bambu Lab P1S 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1", + "fullName": "Bambu Lab X1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1E", + "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" } ] }, @@ -9722,7 +10326,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Translucent/BBL/P2S/BambuStudio/PolyLite PLA Translucent @BBL P2S.json", "filename": "PolyLite PLA Translucent @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9800,7 +10404,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA Translucent/BBL/X2D/BambuStudio/PolyLite PLA Translucent @BBL X2D.json", "filename": "PolyLite PLA Translucent @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9858,7 +10462,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA-CF/BBL/A2L/BambuStudio/PolyLite PLA-CF @BBL A2L.json", "filename": "PolyLite PLA-CF @BBL A2L.json", - "updatedAt": "2026-06-24T10:50:30+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9874,7 +10478,7 @@ "slicer": "BambuStudio", "path": "preset/PolyLite PLA-CF/BBL/X2D/BambuStudio/PolyLite PLA-CF @BBL X2D.json", "filename": "PolyLite PLA-CF @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9895,7 +10499,7 @@ "slicer": "OrcaSlicer", "path": "preset/PolyLite PLA-CF/Snapmaker/U1/OrcaSlicer/PolyLite PLA-CF @Snapmaker U1.json", "filename": "PolyLite PLA-CF @Snapmaker U1.json", - "updatedAt": "2026-07-02T17:45:22+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -9941,22 +10545,6 @@ } ] }, - { - "material": "PolyMax PETG", - "brand": "BBL", - "model": "A2L", - "slicer": "BambuStudio", - "path": "preset/PolyMax PETG/BBL/A2L/BambuStudio/PolyMax PETG @BBL A2L.json", - "filename": "PolyMax PETG @BBL A2L.json", - "updatedAt": "2026-07-22T09:23:30+08:00", - "compatiblePrinters": [ - { - "brand": "BBL", - "model": "A2L", - "fullName": "Bambu Lab A2L 0.4 nozzle" - } - ] - }, { "material": "PolyMax PETG", "brand": "BBL", @@ -9964,7 +10552,7 @@ "slicer": "BambuStudio", "path": "preset/PolyMax PETG/BBL/P2S/BambuStudio/PolyMax PETG @BBL P2S.json", "filename": "PolyMax PETG @BBL P2S.json", - "updatedAt": "2026-06-24T10:50:30+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -9983,7 +10571,7 @@ "slicer": "BambuStudio", "path": "preset/PolyMax PETG/BBL/X2D/BambuStudio/PolyMax PETG @BBL X2D.json", "filename": "PolyMax PETG @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10015,7 +10603,7 @@ "slicer": "BambuStudio", "path": "preset/PolyMax PLA/BBL/A2L/BambuStudio/PolyMax PLA @BBL A2L.json", "filename": "PolyMax PLA @BBL A2L.json", - "updatedAt": "2026-06-24T10:50:30+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10024,6 +10612,22 @@ } ] }, + { + "material": "PolyMax PLA", + "brand": "BBL", + "model": "H2C", + "slicer": "BambuStudio", + "path": "preset/PolyMax PLA/BBL/H2C/BambuStudio/PolyMax PLA @BBL H2C.json", + "filename": "PolyMax PLA @BBL H2C.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "H2C", + "fullName": "Bambu Lab H2C 0.4 nozzle" + } + ] + }, { "material": "PolyMax PLA", "brand": "BBL", @@ -10031,7 +10635,7 @@ "slicer": "BambuStudio", "path": "preset/PolyMax PLA/BBL/H2D/BambuStudio/PolyMax PLA @BBL H2D.json", "filename": "PolyMax PLA @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10047,7 +10651,7 @@ "slicer": "BambuStudio", "path": "preset/PolyMax PLA/BBL/H2S/BambuStudio/PolyMax PLA @BBL H2S.json", "filename": "PolyMax PLA @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10063,7 +10667,7 @@ "slicer": "BambuStudio", "path": "preset/PolyMax PLA/BBL/P2S/BambuStudio/PolyMax PLA @BBL P2S.json", "filename": "PolyMax PLA @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10079,7 +10683,7 @@ "slicer": "BambuStudio", "path": "preset/PolyMax PLA/BBL/X2D/BambuStudio/PolyMax PLA @BBL X2D.json", "filename": "PolyMax PLA @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10126,7 +10730,7 @@ "slicer": "BambuStudio", "path": "preset/PolySmooth/BBL/A2L/BambuStudio/PolySmooth @BBL A2L.json", "filename": "PolySmooth @BBL A2L.json", - "updatedAt": "2026-06-24T10:50:30+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10142,7 +10746,7 @@ "slicer": "BambuStudio", "path": "preset/PolySmooth/BBL/X2D/BambuStudio/PolySmooth @BBL X2D.json", "filename": "PolySmooth @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10158,7 +10762,7 @@ "slicer": "BambuStudio", "path": "preset/PolySupport/BBL/A2L/BambuStudio/PolySupport @BBL A2L.json", "filename": "PolySupport @BBL A2L.json", - "updatedAt": "2026-06-24T10:50:30+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10174,7 +10778,7 @@ "slicer": "BambuStudio", "path": "preset/PolySupport/BBL/X2D/BambuStudio/PolySupport @BBL X2D.json", "filename": "PolySupport @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10187,6 +10791,44 @@ "Bowden High Flow" ] }, + { + "material": "PolySupport for PA12", + "brand": "BBL", + "model": "H2S", + "slicer": "BambuStudio", + "path": "preset/PolySupport for PA12/BBL/H2S/BambuStudio/PolySupport for PA12 @BBL H2S.json", + "filename": "PolySupport for PA12 @BBL H2S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "H2S", + "fullName": "Bambu Lab H2S 0.4 nozzle" + } + ], + "missingExtruderVariants": [ + "Direct Drive High Flow" + ] + }, + { + "material": "PolySupport for PA12", + "brand": "BBL", + "model": "P2S", + "slicer": "BambuStudio", + "path": "preset/PolySupport for PA12/BBL/P2S/BambuStudio/PolySupport for PA12 @BBL P2S.json", + "filename": "PolySupport for PA12 @BBL P2S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P2S", + "fullName": "Bambu Lab P2S 0.4 nozzle" + } + ], + "missingExtruderVariants": [ + "Direct Drive High Flow" + ] + }, { "material": "PolySupport for PA12", "brand": "BBL", @@ -10194,7 +10836,7 @@ "slicer": "BambuStudio", "path": "preset/PolySupport for PA12/BBL/X2D/BambuStudio/PolySupport for PA12 @BBL X2D.json", "filename": "PolySupport for PA12 @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10298,7 +10940,7 @@ "slicer": "BambuStudio", "path": "preset/PolyTerra PLA/BBL/A2L/BambuStudio/PolyTerra PLA @BBL A2L.json", "filename": "PolyTerra PLA @BBL A2L.json", - "updatedAt": "2026-07-02T17:45:22+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10314,7 +10956,7 @@ "slicer": "BambuStudio", "path": "preset/PolyTerra PLA/BBL/H2C/BambuStudio/PolyTerra PLA @BBL H2C.json", "filename": "PolyTerra PLA @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10330,7 +10972,7 @@ "slicer": "BambuStudio", "path": "preset/PolyTerra PLA/BBL/H2D/BambuStudio/PolyTerra PLA @BBL H2D.json", "filename": "PolyTerra PLA @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10378,7 +11020,7 @@ "slicer": "BambuStudio", "path": "preset/PolyTerra PLA/BBL/P2S/BambuStudio/PolyTerra PLA @BBL P2S.json", "filename": "PolyTerra PLA @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10456,7 +11098,7 @@ "slicer": "BambuStudio", "path": "preset/PolyTerra PLA/BBL/X2D/BambuStudio/PolyTerra PLA @BBL X2D.json", "filename": "PolyTerra PLA @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10598,7 +11240,7 @@ "slicer": "BambuStudio", "path": "preset/PolyTerra PLA Marble/BBL/A2L/BambuStudio/PolyTerra PLA Marble @BBL A2L.json", "filename": "PolyTerra PLA Marble @BBL A2L.json", - "updatedAt": "2026-07-02T17:45:22+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10614,7 +11256,7 @@ "slicer": "BambuStudio", "path": "preset/PolyTerra PLA Marble/BBL/H2C/BambuStudio/PolyTerra PLA Marble @BBL H2C.json", "filename": "PolyTerra PLA Marble @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10630,7 +11272,7 @@ "slicer": "BambuStudio", "path": "preset/PolyTerra PLA Marble/BBL/H2D/BambuStudio/PolyTerra PLA Marble @BBL H2D.json", "filename": "PolyTerra PLA Marble @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10678,7 +11320,7 @@ "slicer": "BambuStudio", "path": "preset/PolyTerra PLA Marble/BBL/P2S/BambuStudio/PolyTerra PLA Marble @BBL P2S.json", "filename": "PolyTerra PLA Marble @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10756,7 +11398,7 @@ "slicer": "BambuStudio", "path": "preset/PolyTerra PLA Marble/BBL/X2D/BambuStudio/PolyTerra PLA Marble @BBL X2D.json", "filename": "PolyTerra PLA Marble @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10898,7 +11540,7 @@ "slicer": "BambuStudio", "path": "preset/PolyTerra PLA+/BBL/H2C/BambuStudio/PolyTerra PLA+ @BBL H2C.json", "filename": "PolyTerra PLA+ @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10914,7 +11556,7 @@ "slicer": "BambuStudio", "path": "preset/PolyTerra PLA+/BBL/H2S/BambuStudio/PolyTerra PLA+ @BBL H2S.json", "filename": "PolyTerra PLA+ @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -10962,7 +11604,7 @@ "slicer": "BambuStudio", "path": "preset/PolyTerra PLA+/BBL/P2S/BambuStudio/PolyTerra PLA+ @BBL P2S.json", "filename": "PolyTerra PLA+ @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11040,7 +11682,7 @@ "slicer": "BambuStudio", "path": "preset/PolyTerra PLA+/BBL/X2D/BambuStudio/PolyTerra PLA+ @BBL X2D.json", "filename": "PolyTerra PLA+ @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11098,7 +11740,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ABS Max/BBL/H2C/BambuStudio/Polymaker ABS Max @BBL H2C.json", "filename": "Polymaker ABS Max @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11117,7 +11759,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ABS Max/BBL/H2D/BambuStudio/Polymaker ABS Max @BBL H2D.json", "filename": "Polymaker ABS Max @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11136,7 +11778,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ABS Max/BBL/H2S/BambuStudio/Polymaker ABS Max @BBL H2S.json", "filename": "Polymaker ABS Max @BBL H2S.json", - "updatedAt": "2026-07-02T17:45:22+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11155,18 +11797,13 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ABS Max/BBL/P1S/BambuStudio/Polymaker ABS Max @BBL P1S.json", "filename": "Polymaker ABS Max @BBL P1S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", "model": "P1S", "fullName": "Bambu Lab P1S 0.4 nozzle" }, - { - "brand": "BBL", - "model": "X1C", - "fullName": "Bambu Lab X1C 0.4 nozzle" - }, { "brand": "BBL", "model": "X1", @@ -11176,6 +11813,11 @@ "brand": "BBL", "model": "X1E", "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" } ] }, @@ -11186,7 +11828,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ABS Max/BBL/P2S/BambuStudio/Polymaker ABS Max @BBL P2S.json", "filename": "Polymaker ABS Max @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11205,7 +11847,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ABS Max/BBL/X2D/BambuStudio/Polymaker ABS Max @BBL X2D.json", "filename": "Polymaker ABS Max @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11221,12 +11863,12 @@ }, { "material": "Polymaker ABS Max", - "brand": "CreealityPrint", + "brand": "Creality", "model": "K2Pro", "slicer": "CrealityPrint", - "path": "preset/Polymaker ABS Max/CreealityPrint/K2Pro/CrealityPrint/Polymaker ABS Max @CreealityPrint K2Pro.json", - "filename": "Polymaker ABS Max @CreealityPrint K2Pro.json", - "updatedAt": "2026-07-02T17:45:22+08:00", + "path": "preset/Polymaker ABS Max/Creality/K2Pro/CrealityPrint/Polymaker ABS Max @Creality K2Pro.json", + "filename": "Polymaker ABS Max @Creality K2Pro.json", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "CreealityPrint", @@ -11258,7 +11900,7 @@ "slicer": "OrcaSlicer", "path": "preset/Polymaker ABS Max/QIDI/Q2/OrcaSlicer/Polymaker ABS Max @QIDI Q2.json", "filename": "Polymaker ABS Max @QIDI Q2.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "QIDI", @@ -11290,7 +11932,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ABS Pro/BBL/H2C/BambuStudio/Polymaker ABS Pro @BBL H2C.json", "filename": "Polymaker ABS Pro @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11306,7 +11948,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ABS Pro/BBL/H2D/BambuStudio/Polymaker ABS Pro @BBL H2D.json", "filename": "Polymaker ABS Pro @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11325,7 +11967,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ABS Pro/BBL/H2S/BambuStudio/Polymaker ABS Pro @BBL H2S.json", "filename": "Polymaker ABS Pro @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11344,18 +11986,13 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ABS Pro/BBL/P1S/BambuStudio/Polymaker ABS Pro @BBL P1S.json", "filename": "Polymaker ABS Pro @BBL P1S.json", - "updatedAt": "2026-06-24T10:50:30+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", "model": "P1S", "fullName": "Bambu Lab P1S 0.4 nozzle" }, - { - "brand": "BBL", - "model": "X1C", - "fullName": "Bambu Lab X1C 0.4 nozzle" - }, { "brand": "BBL", "model": "X1", @@ -11365,6 +12002,11 @@ "brand": "BBL", "model": "X1E", "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" } ] }, @@ -11375,7 +12017,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ABS Pro/BBL/P2S/BambuStudio/Polymaker ABS Pro @BBL P2S.json", "filename": "Polymaker ABS Pro @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11394,7 +12036,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ABS Pro/BBL/X2D/BambuStudio/Polymaker ABS Pro @BBL X2D.json", "filename": "Polymaker ABS Pro @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11410,12 +12052,12 @@ }, { "material": "Polymaker ABS Pro", - "brand": "CreealityPrint", + "brand": "Creality", "model": "K2Pro", "slicer": "CrealityPrint", - "path": "preset/Polymaker ABS Pro/CreealityPrint/K2Pro/CrealityPrint/Polymaker ABS Pro @CreealityPrint K2Pro.json", - "filename": "Polymaker ABS Pro @CreealityPrint K2Pro.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "path": "preset/Polymaker ABS Pro/Creality/K2Pro/CrealityPrint/Polymaker ABS Pro @Creality K2Pro.json", + "filename": "Polymaker ABS Pro @Creality K2Pro.json", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "CreealityPrint", @@ -11479,7 +12121,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ABS Pro Galaxy/BBL/H2C/BambuStudio/Polymaker ABS Pro Galaxy @BBL H2C.json", "filename": "Polymaker ABS Pro Galaxy @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11495,7 +12137,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ABS Pro Galaxy/BBL/H2D/BambuStudio/Polymaker ABS Pro Galaxy @BBL H2D.json", "filename": "Polymaker ABS Pro Galaxy @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11514,7 +12156,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ABS Pro Galaxy/BBL/H2S/BambuStudio/Polymaker ABS Pro Galaxy @BBL H2S.json", "filename": "Polymaker ABS Pro Galaxy @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11533,18 +12175,13 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ABS Pro Galaxy/BBL/P1S/BambuStudio/Polymaker ABS Pro Galaxy @BBL P1S.json", "filename": "Polymaker ABS Pro Galaxy @BBL P1S.json", - "updatedAt": "2026-06-24T10:50:30+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", "model": "P1S", "fullName": "Bambu Lab P1S 0.4 nozzle" }, - { - "brand": "BBL", - "model": "X1C", - "fullName": "Bambu Lab X1C 0.4 nozzle" - }, { "brand": "BBL", "model": "X1", @@ -11554,6 +12191,11 @@ "brand": "BBL", "model": "X1E", "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" } ] }, @@ -11564,7 +12206,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ABS Pro Galaxy/BBL/P2S/BambuStudio/Polymaker ABS Pro Galaxy @BBL P2S.json", "filename": "Polymaker ABS Pro Galaxy @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11583,7 +12225,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ABS Pro Galaxy/BBL/X2D/BambuStudio/Polymaker ABS Pro Galaxy @BBL X2D.json", "filename": "Polymaker ABS Pro Galaxy @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11599,12 +12241,12 @@ }, { "material": "Polymaker ABS Pro Galaxy", - "brand": "CreealityPrint", + "brand": "Creality", "model": "K2Pro", "slicer": "CrealityPrint", - "path": "preset/Polymaker ABS Pro Galaxy/CreealityPrint/K2Pro/CrealityPrint/Polymaker ABS Pro Galaxy @CreealityPrint K2Pro.json", - "filename": "Polymaker ABS Pro Galaxy @CreealityPrint K2Pro.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "path": "preset/Polymaker ABS Pro Galaxy/Creality/K2Pro/CrealityPrint/Polymaker ABS Pro Galaxy @Creality K2Pro.json", + "filename": "Polymaker ABS Pro Galaxy @Creality K2Pro.json", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "CreealityPrint", @@ -11652,7 +12294,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ASA/BBL/H2D/BambuStudio/Polymaker ASA @BBL H2D.json", "filename": "Polymaker ASA @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11671,7 +12313,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ASA/BBL/P2S/BambuStudio/Polymaker ASA @BBL P2S.json", "filename": "Polymaker ASA @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11690,7 +12332,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker ASA/BBL/X2D/BambuStudio/Polymaker ASA @BBL X2D.json", "filename": "Polymaker ASA @BBL X2D.json", - "updatedAt": "2026-07-22T09:23:30+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11701,12 +12343,12 @@ }, { "material": "Polymaker ASA", - "brand": "CreealityPrint", + "brand": "Creality", "model": "K2Pro", "slicer": "CrealityPrint", - "path": "preset/Polymaker ASA/CreealityPrint/K2Pro/CrealityPrint/Polymaker ASA @CreealityPrint K2Pro.json", - "filename": "Polymaker ASA @CreealityPrint K2Pro.json", - "updatedAt": "2026-07-22T09:23:30+08:00", + "path": "preset/Polymaker ASA/Creality/K2Pro/CrealityPrint/Polymaker ASA @Creality K2Pro.json", + "filename": "Polymaker ASA @Creality K2Pro.json", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "CreealityPrint", @@ -11722,7 +12364,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA/BBL/A2L/BambuStudio/Polymaker HT-PLA @BBL A2L.json", "filename": "Polymaker HT-PLA @BBL A2L.json", - "updatedAt": "2026-06-24T10:50:30+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11738,7 +12380,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA/BBL/H2C/BambuStudio/Polymaker HT-PLA @BBL H2C.json", "filename": "Polymaker HT-PLA @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11754,7 +12396,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA/BBL/H2D/BambuStudio/Polymaker HT-PLA @BBL H2D.json", "filename": "Polymaker HT-PLA @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11770,7 +12412,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA/BBL/H2S/BambuStudio/Polymaker HT-PLA @BBL H2S.json", "filename": "Polymaker HT-PLA @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11786,18 +12428,13 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA/BBL/P1S/BambuStudio/Polymaker HT-PLA @BBL P1S.json", "filename": "Polymaker HT-PLA @BBL P1S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", "model": "P1S", "fullName": "Bambu Lab P1S 0.4 nozzle" }, - { - "brand": "BBL", - "model": "X1C", - "fullName": "Bambu Lab X1C 0.4 nozzle" - }, { "brand": "BBL", "model": "X1", @@ -11807,6 +12444,11 @@ "brand": "BBL", "model": "X1E", "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" } ] }, @@ -11817,7 +12459,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA/BBL/P2S/BambuStudio/Polymaker HT-PLA @BBL P2S.json", "filename": "Polymaker HT-PLA @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11833,7 +12475,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA/BBL/X2D/BambuStudio/Polymaker HT-PLA @BBL X2D.json", "filename": "Polymaker HT-PLA @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11896,7 +12538,7 @@ "slicer": "OrcaSlicer", "path": "preset/Polymaker HT-PLA Pro/Anycubic/Kobra S1/OrcaSlicer/Polymaker HT-PLA Pro @Anycubic Kobra S1.json", "filename": "Polymaker HT-PLA Pro @Anycubic Kobra S1.json", - "updatedAt": null, + "updatedAt": "2026-07-23T20:40:51+08:00", "compatiblePrinters": [ { "brand": "Anycubic", @@ -11912,7 +12554,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA Pro/BBL/A1/BambuStudio/Polymaker HT-PLA Pro @BBL A1.json", "filename": "Polymaker HT-PLA Pro @BBL A1.json", - "updatedAt": null, + "updatedAt": "2026-07-23T20:40:51+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11933,7 +12575,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA Pro/BBL/A2L/BambuStudio/Polymaker HT-PLA Pro @BBL A2L.json", "filename": "Polymaker HT-PLA Pro @BBL A2L.json", - "updatedAt": null, + "updatedAt": "2026-07-23T20:40:51+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11949,7 +12591,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA Pro/BBL/H2C/BambuStudio/Polymaker HT-PLA Pro @BBL H2C.json", "filename": "Polymaker HT-PLA Pro @BBL H2C.json", - "updatedAt": null, + "updatedAt": "2026-07-23T20:40:51+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11965,7 +12607,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA Pro/BBL/H2D/BambuStudio/Polymaker HT-PLA Pro @BBL H2D.json", "filename": "Polymaker HT-PLA Pro @BBL H2D.json", - "updatedAt": null, + "updatedAt": "2026-07-23T20:40:51+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11981,7 +12623,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA Pro/BBL/H2S/BambuStudio/Polymaker HT-PLA Pro @BBL H2S.json", "filename": "Polymaker HT-PLA Pro @BBL H2S.json", - "updatedAt": null, + "updatedAt": "2026-07-23T20:40:51+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -11997,7 +12639,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA Pro/BBL/P1S/BambuStudio/Polymaker HT-PLA Pro @BBL P1S.json", "filename": "Polymaker HT-PLA Pro @BBL P1S.json", - "updatedAt": null, + "updatedAt": "2026-07-23T20:40:51+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12028,7 +12670,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA Pro/BBL/P2S/BambuStudio/Polymaker HT-PLA Pro @BBL P2S.json", "filename": "Polymaker HT-PLA Pro @BBL P2S.json", - "updatedAt": null, + "updatedAt": "2026-07-23T20:40:51+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12044,7 +12686,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA Pro/BBL/X2D/BambuStudio/Polymaker HT-PLA Pro @BBL X2D.json", "filename": "Polymaker HT-PLA Pro @BBL X2D.json", - "updatedAt": null, + "updatedAt": "2026-07-23T20:40:51+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12055,12 +12697,12 @@ }, { "material": "Polymaker HT-PLA Pro", - "brand": "CreealityPrint", + "brand": "Creality", "model": "I7", "slicer": "CrealityPrint", - "path": "preset/Polymaker HT-PLA Pro/CreealityPrint/I7/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint I7.json", - "filename": "Polymaker HT-PLA Pro @CreealityPrint I7.json", - "updatedAt": null, + "path": "preset/Polymaker HT-PLA Pro/Creality/I7/CrealityPrint/Polymaker HT-PLA Pro @Creality I7.json", + "filename": "Polymaker HT-PLA Pro @Creality I7.json", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "CreealityPrint", @@ -12071,12 +12713,12 @@ }, { "material": "Polymaker HT-PLA Pro", - "brand": "CreealityPrint", + "brand": "Creality", "model": "K2Pro", "slicer": "CrealityPrint", - "path": "preset/Polymaker HT-PLA Pro/CreealityPrint/K2Pro/CrealityPrint/Polymaker HT-PLA Pro @CreealityPrint K2Pro.json", - "filename": "Polymaker HT-PLA Pro @CreealityPrint K2Pro.json", - "updatedAt": null, + "path": "preset/Polymaker HT-PLA Pro/Creality/K2Pro/CrealityPrint/Polymaker HT-PLA Pro @Creality K2Pro.json", + "filename": "Polymaker HT-PLA Pro @Creality K2Pro.json", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "CreealityPrint", @@ -12092,7 +12734,7 @@ "slicer": "ElegooSlicer", "path": "preset/Polymaker HT-PLA Pro/Elegoo/CC2/ElegooSlicer/Polymaker HT-PLA Pro @Elegoo CC2.json", "filename": "Polymaker HT-PLA Pro @Elegoo CC2.json", - "updatedAt": null, + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "Elegoo", @@ -12108,7 +12750,7 @@ "slicer": "OrcaSlicer", "path": "preset/Polymaker HT-PLA Pro/QIDI/Q2/OrcaSlicer/Polymaker HT-PLA Pro @QIDI Q2.json", "filename": "Polymaker HT-PLA Pro @QIDI Q2.json", - "updatedAt": null, + "updatedAt": "2026-07-23T20:40:51+08:00", "compatiblePrinters": [ { "brand": "QIDI", @@ -12124,7 +12766,7 @@ "slicer": "OrcaSlicer", "path": "preset/Polymaker HT-PLA Pro/Snapmaker/U1/OrcaSlicer/Polymaker HT-PLA Pro @Snapmaker U1.json", "filename": "Polymaker HT-PLA Pro @Snapmaker U1.json", - "updatedAt": null, + "updatedAt": "2026-07-23T20:40:51+08:00", "compatiblePrinters": [ { "brand": "Snapmaker", @@ -12156,7 +12798,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA-GF/BBL/H2C/BambuStudio/Polymaker HT-PLA-GF @BBL H2C.json", "filename": "Polymaker HT-PLA-GF @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12172,7 +12814,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA-GF/BBL/H2D/BambuStudio/Polymaker HT-PLA-GF @BBL H2D.json", "filename": "Polymaker HT-PLA-GF @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12188,7 +12830,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA-GF/BBL/H2S/BambuStudio/Polymaker HT-PLA-GF @BBL H2S.json", "filename": "Polymaker HT-PLA-GF @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12204,7 +12846,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA-GF/BBL/P2S/BambuStudio/Polymaker HT-PLA-GF @BBL P2S.json", "filename": "Polymaker HT-PLA-GF @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12220,7 +12862,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker HT-PLA-GF/BBL/X2D/BambuStudio/Polymaker HT-PLA-GF @BBL X2D.json", "filename": "Polymaker HT-PLA-GF @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12278,7 +12920,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PETG/BBL/A1/BambuStudio/Polymaker PETG @BBL A1.json", "filename": "Polymaker PETG @BBL A1.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12299,7 +12941,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PETG/BBL/A2L/BambuStudio/Polymaker PETG @BBL A2L.json", "filename": "Polymaker PETG @BBL A2L.json", - "updatedAt": "2026-07-02T17:45:22+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12315,7 +12957,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PETG/BBL/H2C/BambuStudio/Polymaker PETG @BBL H2C.json", "filename": "Polymaker PETG @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12334,7 +12976,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PETG/BBL/H2D/BambuStudio/Polymaker PETG @BBL H2D.json", "filename": "Polymaker PETG @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12353,7 +12995,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PETG/BBL/H2S/BambuStudio/Polymaker PETG @BBL H2S.json", "filename": "Polymaker PETG @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12372,18 +13014,13 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PETG/BBL/P1S/BambuStudio/Polymaker PETG @BBL P1S.json", "filename": "Polymaker PETG @BBL P1S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", "model": "P1S", "fullName": "Bambu Lab P1S 0.4 nozzle" }, - { - "brand": "BBL", - "model": "X1C", - "fullName": "Bambu Lab X1C 0.4 nozzle" - }, { "brand": "BBL", "model": "X1", @@ -12393,6 +13030,11 @@ "brand": "BBL", "model": "X1E", "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" } ] }, @@ -12403,7 +13045,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PETG/BBL/P2S/BambuStudio/Polymaker PETG @BBL P2S.json", "filename": "Polymaker PETG @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12422,7 +13064,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PETG/BBL/X2D/BambuStudio/Polymaker PETG @BBL X2D.json", "filename": "Polymaker PETG @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12485,7 +13127,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PETG Galaxy/BBL/A1/BambuStudio/Polymaker PETG Galaxy @BBL A1.json", "filename": "Polymaker PETG Galaxy @BBL A1.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12506,7 +13148,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PETG Galaxy/BBL/A2L/BambuStudio/Polymaker PETG Galaxy @BBL A2L.json", "filename": "Polymaker PETG Galaxy @BBL A2L.json", - "updatedAt": "2026-07-02T17:45:22+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12522,7 +13164,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PETG Galaxy/BBL/H2C/BambuStudio/Polymaker PETG Galaxy @BBL H2C.json", "filename": "Polymaker PETG Galaxy @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12541,7 +13183,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PETG Galaxy/BBL/H2D/BambuStudio/Polymaker PETG Galaxy @BBL H2D.json", "filename": "Polymaker PETG Galaxy @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12560,7 +13202,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PETG Galaxy/BBL/H2S/BambuStudio/Polymaker PETG Galaxy @BBL H2S.json", "filename": "Polymaker PETG Galaxy @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12579,18 +13221,13 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PETG Galaxy/BBL/P1S/BambuStudio/Polymaker PETG Galaxy @BBL P1S.json", "filename": "Polymaker PETG Galaxy @BBL P1S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", "model": "P1S", "fullName": "Bambu Lab P1S 0.4 nozzle" }, - { - "brand": "BBL", - "model": "X1C", - "fullName": "Bambu Lab X1C 0.4 nozzle" - }, { "brand": "BBL", "model": "X1", @@ -12600,6 +13237,11 @@ "brand": "BBL", "model": "X1E", "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" } ] }, @@ -12610,7 +13252,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PETG Galaxy/BBL/P2S/BambuStudio/Polymaker PETG Galaxy @BBL P2S.json", "filename": "Polymaker PETG Galaxy @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12629,7 +13271,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PETG Galaxy/BBL/X2D/BambuStudio/Polymaker PETG Galaxy @BBL X2D.json", "filename": "Polymaker PETG Galaxy @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12708,7 +13350,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA/BBL/H2C/BambuStudio/Polymaker PLA @BBL H2C.json", "filename": "Polymaker PLA @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12724,7 +13366,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA/BBL/H2D/BambuStudio/Polymaker PLA @BBL H2D.json", "filename": "Polymaker PLA @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12740,7 +13382,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA/BBL/H2S/BambuStudio/Polymaker PLA @BBL H2S.json", "filename": "Polymaker PLA @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12749,6 +13391,37 @@ } ] }, + { + "material": "Polymaker PLA", + "brand": "BBL", + "model": "P1S", + "slicer": "BambuStudio", + "path": "preset/Polymaker PLA/BBL/P1S/BambuStudio/Polymaker PLA @BBL P1S.json", + "filename": "Polymaker PLA @BBL P1S.json", + "updatedAt": "2026-07-23T20:57:49+08:00", + "compatiblePrinters": [ + { + "brand": "BBL", + "model": "P1S", + "fullName": "Bambu Lab P1S 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1", + "fullName": "Bambu Lab X1 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1E", + "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" + } + ] + }, { "material": "Polymaker PLA", "brand": "BBL", @@ -12756,7 +13429,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA/BBL/P2S/BambuStudio/Polymaker PLA @BBL P2S.json", "filename": "Polymaker PLA @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12772,7 +13445,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA/BBL/X2D/BambuStudio/Polymaker PLA @BBL X2D.json", "filename": "Polymaker PLA @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12846,7 +13519,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA Pro/BBL/A1/BambuStudio/Polymaker PLA Pro @BBL A1.json", "filename": "Polymaker PLA Pro @BBL A1.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12867,7 +13540,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA Pro/BBL/A2L/BambuStudio/Polymaker PLA Pro @BBL A2L.json", "filename": "Polymaker PLA Pro @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12883,7 +13556,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA Pro/BBL/H2C/BambuStudio/Polymaker PLA Pro @BBL H2C.json", "filename": "Polymaker PLA Pro @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12899,7 +13572,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA Pro/BBL/H2D/BambuStudio/Polymaker PLA Pro @BBL H2D.json", "filename": "Polymaker PLA Pro @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12915,7 +13588,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA Pro/BBL/H2S/BambuStudio/Polymaker PLA Pro @BBL H2S.json", "filename": "Polymaker PLA Pro @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12931,18 +13604,13 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA Pro/BBL/P1S/BambuStudio/Polymaker PLA Pro @BBL P1S.json", "filename": "Polymaker PLA Pro @BBL P1S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", "model": "P1S", "fullName": "Bambu Lab P1S 0.4 nozzle" }, - { - "brand": "BBL", - "model": "X1C", - "fullName": "Bambu Lab X1C 0.4 nozzle" - }, { "brand": "BBL", "model": "X1", @@ -12952,6 +13620,11 @@ "brand": "BBL", "model": "X1E", "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" } ] }, @@ -12962,7 +13635,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA Pro/BBL/P2S/BambuStudio/Polymaker PLA Pro @BBL P2S.json", "filename": "Polymaker PLA Pro @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -12978,7 +13651,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA Pro/BBL/X2D/BambuStudio/Polymaker PLA Pro @BBL X2D.json", "filename": "Polymaker PLA Pro @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -13057,7 +13730,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA Pro Metallic/BBL/A1/BambuStudio/Polymaker PLA Pro Metallic @BBL A1.json", "filename": "Polymaker PLA Pro Metallic @BBL A1.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -13078,7 +13751,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA Pro Metallic/BBL/A2L/BambuStudio/Polymaker PLA Pro Metallic @BBL A2L.json", "filename": "Polymaker PLA Pro Metallic @BBL A2L.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -13094,7 +13767,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA Pro Metallic/BBL/H2C/BambuStudio/Polymaker PLA Pro Metallic @BBL H2C.json", "filename": "Polymaker PLA Pro Metallic @BBL H2C.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -13110,7 +13783,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA Pro Metallic/BBL/H2D/BambuStudio/Polymaker PLA Pro Metallic @BBL H2D.json", "filename": "Polymaker PLA Pro Metallic @BBL H2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -13126,7 +13799,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA Pro Metallic/BBL/H2S/BambuStudio/Polymaker PLA Pro Metallic @BBL H2S.json", "filename": "Polymaker PLA Pro Metallic @BBL H2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -13142,18 +13815,13 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA Pro Metallic/BBL/P1S/BambuStudio/Polymaker PLA Pro Metallic @BBL P1S.json", "filename": "Polymaker PLA Pro Metallic @BBL P1S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", "model": "P1S", "fullName": "Bambu Lab P1S 0.4 nozzle" }, - { - "brand": "BBL", - "model": "X1C", - "fullName": "Bambu Lab X1C 0.4 nozzle" - }, { "brand": "BBL", "model": "X1", @@ -13163,6 +13831,11 @@ "brand": "BBL", "model": "X1E", "fullName": "Bambu Lab X1E 0.4 nozzle" + }, + { + "brand": "BBL", + "model": "X1C", + "fullName": "Bambu Lab X1 Carbon 0.4 nozzle" } ] }, @@ -13173,7 +13846,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA Pro Metallic/BBL/P2S/BambuStudio/Polymaker PLA Pro Metallic @BBL P2S.json", "filename": "Polymaker PLA Pro Metallic @BBL P2S.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", @@ -13189,7 +13862,7 @@ "slicer": "BambuStudio", "path": "preset/Polymaker PLA Pro Metallic/BBL/X2D/BambuStudio/Polymaker PLA Pro Metallic @BBL X2D.json", "filename": "Polymaker PLA Pro Metallic @BBL X2D.json", - "updatedAt": "2026-06-17T16:06:55+08:00", + "updatedAt": "2026-07-23T20:57:49+08:00", "compatiblePrinters": [ { "brand": "BBL", diff --git a/scripts/test-fixtures/file1.json b/scripts/test-fixtures/file1.json index e69de29b..9e26dfee 100644 --- a/scripts/test-fixtures/file1.json +++ b/scripts/test-fixtures/file1.json @@ -0,0 +1 @@ +{} \ No newline at end of file From 33d0b235ebfdbc61bccc71d6a512d1878f76fe0a Mon Sep 17 00:00:00 2001 From: polymaker-bot Date: Thu, 23 Jul 2026 15:00:24 +0000 Subject: [PATCH 4/4] chore: auto-update index.json and SEO content --- index.html | 2463 ++++++++++++++++++++++++++++++++-------------------- index.json | 750 ++++++++-------- 2 files changed, 1880 insertions(+), 1333 deletions(-) diff --git a/index.html b/index.html index aa20f8e9..cb7c3a57 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@ "@type": "ItemList", "name": "Polymaker filament presets", "description": "Official Polymaker 3D printing filament presets by material, printer, and slicer for Bambu Studio, OrcaSlicer, ElegooSlicer, and PrusaSlicer.", - "numberOfItems": 695, + "numberOfItems": 734, "itemListElement": [ { "@type": "ListItem", @@ -1634,7 +1634,7 @@ "position": 114, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1648,7 +1648,7 @@ "position": 115, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1662,7 +1662,7 @@ "position": 116, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker Panchroma PLA filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1676,7 +1676,7 @@ "position": 117, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker Panchroma PLA filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1690,7 +1690,7 @@ "position": 118, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA filament preset for Bambu Lab P1S (Bambu Studio)", + "name": "Polymaker Panchroma PLA filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1704,7 +1704,7 @@ "position": 119, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1718,7 +1718,7 @@ "position": 120, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1732,7 +1732,7 @@ "position": 121, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1746,7 +1746,7 @@ "position": 122, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1760,7 +1760,7 @@ "position": 123, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA filament preset for CreealityPrint K2Pro (CrealityPrint)", + "name": "Polymaker Panchroma PLA filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1774,7 +1774,7 @@ "position": 124, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker Panchroma PLA filament preset for Creality K2Pro (CrealityPrint)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1788,7 +1788,7 @@ "position": 125, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker Panchroma PLA filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1802,7 +1802,7 @@ "position": 126, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1816,12 +1816,12 @@ "position": 127, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Celestial", + "category": "Panchroma PLA", "url": "https://presets.polymaker.com/" } }, @@ -1830,7 +1830,7 @@ "position": 128, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1844,7 +1844,7 @@ "position": 129, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1858,7 +1858,7 @@ "position": 130, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1872,7 +1872,7 @@ "position": 131, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1886,7 +1886,7 @@ "position": 132, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1900,7 +1900,7 @@ "position": 133, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1914,7 +1914,7 @@ "position": 134, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1928,7 +1928,7 @@ "position": 135, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1942,7 +1942,7 @@ "position": 136, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1956,7 +1956,7 @@ "position": 137, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1970,7 +1970,7 @@ "position": 138, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1984,7 +1984,7 @@ "position": 139, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -1998,7 +1998,7 @@ "position": 140, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2012,7 +2012,7 @@ "position": 141, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Celestial filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2026,7 +2026,7 @@ "position": 142, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Celestial filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker Panchroma PLA Celestial filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2040,7 +2040,7 @@ "position": 143, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Celestial filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Celestial filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2054,12 +2054,12 @@ "position": 144, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Celestial filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Galaxy", + "category": "Panchroma PLA Celestial", "url": "https://presets.polymaker.com/" } }, @@ -2068,12 +2068,12 @@ "position": 145, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Celestial filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Galaxy", + "category": "Panchroma PLA Celestial", "url": "https://presets.polymaker.com/" } }, @@ -2082,7 +2082,7 @@ "position": 146, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2096,7 +2096,7 @@ "position": 147, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2110,7 +2110,7 @@ "position": 148, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2124,7 +2124,7 @@ "position": 149, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2138,7 +2138,7 @@ "position": 150, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2152,7 +2152,7 @@ "position": 151, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2166,7 +2166,7 @@ "position": 152, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2180,7 +2180,7 @@ "position": 153, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2194,7 +2194,7 @@ "position": 154, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2208,7 +2208,7 @@ "position": 155, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2222,7 +2222,7 @@ "position": 156, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2236,7 +2236,7 @@ "position": 157, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2250,7 +2250,7 @@ "position": 158, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Galaxy filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2264,7 +2264,7 @@ "position": 159, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Galaxy filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2278,7 +2278,7 @@ "position": 160, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Galaxy filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Galaxy filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2292,12 +2292,12 @@ "position": 161, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Galaxy filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Glow", + "category": "Panchroma PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -2306,12 +2306,12 @@ "position": 162, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Galaxy filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Glow", + "category": "Panchroma PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -2320,12 +2320,12 @@ "position": 163, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker Panchroma PLA Galaxy filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Glow", + "category": "Panchroma PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -2334,7 +2334,7 @@ "position": 164, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2348,7 +2348,7 @@ "position": 165, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2362,7 +2362,7 @@ "position": 166, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2376,7 +2376,7 @@ "position": 167, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2390,7 +2390,7 @@ "position": 168, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2404,7 +2404,7 @@ "position": 169, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2418,7 +2418,7 @@ "position": 170, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2432,7 +2432,7 @@ "position": 171, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2446,7 +2446,7 @@ "position": 172, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2460,7 +2460,7 @@ "position": 173, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2474,7 +2474,7 @@ "position": 174, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2488,7 +2488,7 @@ "position": 175, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Glow filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2502,7 +2502,7 @@ "position": 176, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Glow filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2516,7 +2516,7 @@ "position": 177, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Glow filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2530,12 +2530,12 @@ "position": 178, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Glow filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Luminous", + "category": "Panchroma PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -2544,12 +2544,12 @@ "position": 179, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Glow filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Luminous", + "category": "Panchroma PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -2558,12 +2558,12 @@ "position": 180, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker Panchroma PLA Glow filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Luminous", + "category": "Panchroma PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -2572,12 +2572,12 @@ "position": 181, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Glow filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Luminous", + "category": "Panchroma PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -2586,7 +2586,7 @@ "position": 182, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2600,7 +2600,7 @@ "position": 183, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2614,7 +2614,7 @@ "position": 184, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2628,7 +2628,7 @@ "position": 185, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2642,7 +2642,7 @@ "position": 186, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2656,7 +2656,7 @@ "position": 187, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2670,7 +2670,7 @@ "position": 188, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2684,7 +2684,7 @@ "position": 189, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2698,7 +2698,7 @@ "position": 190, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2712,7 +2712,7 @@ "position": 191, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2726,7 +2726,7 @@ "position": 192, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Luminous filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2740,7 +2740,7 @@ "position": 193, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Luminous filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2754,7 +2754,7 @@ "position": 194, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Luminous filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2768,12 +2768,12 @@ "position": 195, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Marble", + "category": "Panchroma PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -2782,12 +2782,12 @@ "position": 196, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Luminous filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Marble", + "category": "Panchroma PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -2796,12 +2796,12 @@ "position": 197, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker Panchroma PLA Luminous filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Marble", + "category": "Panchroma PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -2810,12 +2810,12 @@ "position": 198, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Luminous filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Marble", + "category": "Panchroma PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -2824,12 +2824,12 @@ "position": 199, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker Panchroma PLA Luminous filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Marble", + "category": "Panchroma PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -2838,7 +2838,7 @@ "position": 200, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2852,7 +2852,7 @@ "position": 201, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2866,7 +2866,7 @@ "position": 202, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2880,7 +2880,7 @@ "position": 203, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2894,7 +2894,7 @@ "position": 204, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2908,7 +2908,7 @@ "position": 205, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2922,7 +2922,7 @@ "position": 206, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2936,7 +2936,7 @@ "position": 207, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2950,7 +2950,7 @@ "position": 208, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Marble filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2964,7 +2964,7 @@ "position": 209, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Marble filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2978,7 +2978,7 @@ "position": 210, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Marble filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -2992,12 +2992,12 @@ "position": 211, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Matte", + "category": "Panchroma PLA Marble", "url": "https://presets.polymaker.com/" } }, @@ -3006,12 +3006,12 @@ "position": 212, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Marble filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Matte", + "category": "Panchroma PLA Marble", "url": "https://presets.polymaker.com/" } }, @@ -3020,12 +3020,12 @@ "position": 213, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker Panchroma PLA Marble filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Matte", + "category": "Panchroma PLA Marble", "url": "https://presets.polymaker.com/" } }, @@ -3034,12 +3034,12 @@ "position": 214, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Marble filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Matte", + "category": "Panchroma PLA Marble", "url": "https://presets.polymaker.com/" } }, @@ -3048,12 +3048,12 @@ "position": 215, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker Panchroma PLA Marble filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Matte", + "category": "Panchroma PLA Marble", "url": "https://presets.polymaker.com/" } }, @@ -3062,7 +3062,7 @@ "position": 216, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3076,7 +3076,7 @@ "position": 217, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3090,7 +3090,7 @@ "position": 218, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3104,7 +3104,7 @@ "position": 219, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3118,7 +3118,7 @@ "position": 220, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3132,7 +3132,7 @@ "position": 221, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3146,7 +3146,7 @@ "position": 222, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3160,7 +3160,7 @@ "position": 223, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3174,7 +3174,7 @@ "position": 224, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Matte filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3188,7 +3188,7 @@ "position": 225, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Matte filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3202,7 +3202,7 @@ "position": 226, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Matte filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3216,12 +3216,12 @@ "position": 227, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Metallic", + "category": "Panchroma PLA Matte", "url": "https://presets.polymaker.com/" } }, @@ -3230,12 +3230,12 @@ "position": 228, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Matte filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Metallic", + "category": "Panchroma PLA Matte", "url": "https://presets.polymaker.com/" } }, @@ -3244,12 +3244,12 @@ "position": 229, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker Panchroma PLA Matte filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Metallic", + "category": "Panchroma PLA Matte", "url": "https://presets.polymaker.com/" } }, @@ -3258,12 +3258,12 @@ "position": 230, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Matte filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Metallic", + "category": "Panchroma PLA Matte", "url": "https://presets.polymaker.com/" } }, @@ -3272,12 +3272,12 @@ "position": 231, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker Panchroma PLA Matte filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Metallic", + "category": "Panchroma PLA Matte", "url": "https://presets.polymaker.com/" } }, @@ -3286,7 +3286,7 @@ "position": 232, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3300,7 +3300,7 @@ "position": 233, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3314,7 +3314,7 @@ "position": 234, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3328,7 +3328,7 @@ "position": 235, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3342,7 +3342,7 @@ "position": 236, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3356,7 +3356,7 @@ "position": 237, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3370,7 +3370,7 @@ "position": 238, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3384,7 +3384,7 @@ "position": 239, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3398,7 +3398,7 @@ "position": 240, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3412,7 +3412,7 @@ "position": 241, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Metallic filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3426,7 +3426,7 @@ "position": 242, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Metallic filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3440,7 +3440,7 @@ "position": 243, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Metallic filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3454,12 +3454,12 @@ "position": 244, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Neon", + "category": "Panchroma PLA Metallic", "url": "https://presets.polymaker.com/" } }, @@ -3468,12 +3468,12 @@ "position": 245, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Neon", + "category": "Panchroma PLA Metallic", "url": "https://presets.polymaker.com/" } }, @@ -3482,12 +3482,12 @@ "position": 246, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker Panchroma PLA Metallic filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Neon", + "category": "Panchroma PLA Metallic", "url": "https://presets.polymaker.com/" } }, @@ -3496,12 +3496,12 @@ "position": 247, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Metallic filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Neon", + "category": "Panchroma PLA Metallic", "url": "https://presets.polymaker.com/" } }, @@ -3510,12 +3510,12 @@ "position": 248, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker Panchroma PLA Metallic filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Neon", + "category": "Panchroma PLA Metallic", "url": "https://presets.polymaker.com/" } }, @@ -3524,12 +3524,12 @@ "position": 249, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker Panchroma PLA Metallic filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Neon", + "category": "Panchroma PLA Metallic", "url": "https://presets.polymaker.com/" } }, @@ -3538,7 +3538,7 @@ "position": 250, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3552,7 +3552,7 @@ "position": 251, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3566,7 +3566,7 @@ "position": 252, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3580,7 +3580,7 @@ "position": 253, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3594,7 +3594,7 @@ "position": 254, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3608,7 +3608,7 @@ "position": 255, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3622,7 +3622,7 @@ "position": 256, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3636,7 +3636,7 @@ "position": 257, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3650,7 +3650,7 @@ "position": 258, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Neon filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3664,7 +3664,7 @@ "position": 259, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Neon filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3678,7 +3678,7 @@ "position": 260, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Neon filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3692,12 +3692,12 @@ "position": 261, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Satin", + "category": "Panchroma PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -3706,12 +3706,12 @@ "position": 262, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Satin", + "category": "Panchroma PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -3720,12 +3720,12 @@ "position": 263, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Satin", + "category": "Panchroma PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -3734,12 +3734,12 @@ "position": 264, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Neon filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Satin", + "category": "Panchroma PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -3748,12 +3748,12 @@ "position": 265, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker Panchroma PLA Neon filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Satin", + "category": "Panchroma PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -3762,12 +3762,12 @@ "position": 266, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Neon filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Satin", + "category": "Panchroma PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -3776,12 +3776,12 @@ "position": 267, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker Panchroma PLA Neon filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Satin", + "category": "Panchroma PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -3790,7 +3790,7 @@ "position": 268, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3804,7 +3804,7 @@ "position": 269, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3818,7 +3818,7 @@ "position": 270, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3832,7 +3832,7 @@ "position": 271, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3846,7 +3846,7 @@ "position": 272, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3860,7 +3860,7 @@ "position": 273, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Satin filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3874,7 +3874,7 @@ "position": 274, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Satin filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3888,7 +3888,7 @@ "position": 275, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Satin filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -3902,12 +3902,12 @@ "position": 276, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Silk", + "category": "Panchroma PLA Satin", "url": "https://presets.polymaker.com/" } }, @@ -3916,12 +3916,12 @@ "position": 277, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Silk", + "category": "Panchroma PLA Satin", "url": "https://presets.polymaker.com/" } }, @@ -3930,12 +3930,12 @@ "position": 278, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Silk", + "category": "Panchroma PLA Satin", "url": "https://presets.polymaker.com/" } }, @@ -3944,12 +3944,12 @@ "position": 279, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Satin filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Silk", + "category": "Panchroma PLA Satin", "url": "https://presets.polymaker.com/" } }, @@ -3958,12 +3958,12 @@ "position": 280, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker Panchroma PLA Satin filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Silk", + "category": "Panchroma PLA Satin", "url": "https://presets.polymaker.com/" } }, @@ -3972,12 +3972,12 @@ "position": 281, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker Panchroma PLA Satin filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Silk", + "category": "Panchroma PLA Satin", "url": "https://presets.polymaker.com/" } }, @@ -3986,12 +3986,12 @@ "position": 282, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Satin filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Silk", + "category": "Panchroma PLA Satin", "url": "https://presets.polymaker.com/" } }, @@ -4000,7 +4000,7 @@ "position": 283, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4014,7 +4014,7 @@ "position": 284, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4028,7 +4028,7 @@ "position": 285, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4042,7 +4042,7 @@ "position": 286, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4056,7 +4056,7 @@ "position": 287, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4070,7 +4070,7 @@ "position": 288, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4084,7 +4084,7 @@ "position": 289, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4098,7 +4098,7 @@ "position": 290, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Silk filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4112,7 +4112,7 @@ "position": 291, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Silk filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4126,7 +4126,7 @@ "position": 292, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Silk filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4140,12 +4140,12 @@ "position": 293, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Starlight", + "category": "Panchroma PLA Silk", "url": "https://presets.polymaker.com/" } }, @@ -4154,12 +4154,12 @@ "position": 294, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Starlight", + "category": "Panchroma PLA Silk", "url": "https://presets.polymaker.com/" } }, @@ -4168,12 +4168,12 @@ "position": 295, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Starlight", + "category": "Panchroma PLA Silk", "url": "https://presets.polymaker.com/" } }, @@ -4182,12 +4182,12 @@ "position": 296, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Silk filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Starlight", + "category": "Panchroma PLA Silk", "url": "https://presets.polymaker.com/" } }, @@ -4196,12 +4196,12 @@ "position": 297, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker Panchroma PLA Silk filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Starlight", + "category": "Panchroma PLA Silk", "url": "https://presets.polymaker.com/" } }, @@ -4210,12 +4210,12 @@ "position": 298, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker Panchroma PLA Silk filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Starlight", + "category": "Panchroma PLA Silk", "url": "https://presets.polymaker.com/" } }, @@ -4224,12 +4224,12 @@ "position": 299, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Silk filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Starlight", + "category": "Panchroma PLA Silk", "url": "https://presets.polymaker.com/" } }, @@ -4238,7 +4238,7 @@ "position": 300, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4252,7 +4252,7 @@ "position": 301, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4266,7 +4266,7 @@ "position": 302, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4280,7 +4280,7 @@ "position": 303, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4294,7 +4294,7 @@ "position": 304, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4308,7 +4308,7 @@ "position": 305, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4322,7 +4322,7 @@ "position": 306, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4336,7 +4336,7 @@ "position": 307, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Starlight filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4350,7 +4350,7 @@ "position": 308, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Starlight filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4364,7 +4364,7 @@ "position": 309, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Starlight filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4378,12 +4378,12 @@ "position": 310, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Translucent", + "category": "Panchroma PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -4392,12 +4392,12 @@ "position": 311, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Translucent", + "category": "Panchroma PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -4406,12 +4406,12 @@ "position": 312, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Translucent", + "category": "Panchroma PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -4420,12 +4420,12 @@ "position": 313, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Translucent", + "category": "Panchroma PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -4434,12 +4434,12 @@ "position": 314, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker Panchroma PLA Starlight filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Translucent", + "category": "Panchroma PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -4448,12 +4448,12 @@ "position": 315, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker Panchroma PLA Starlight filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Translucent", + "category": "Panchroma PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -4462,12 +4462,12 @@ "position": 316, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Starlight filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Translucent", + "category": "Panchroma PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -4476,12 +4476,12 @@ "position": 317, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Starlight filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA Translucent", + "category": "Panchroma PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -4490,7 +4490,7 @@ "position": 318, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4504,7 +4504,7 @@ "position": 319, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4518,7 +4518,7 @@ "position": 320, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4532,7 +4532,7 @@ "position": 321, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4546,7 +4546,7 @@ "position": 322, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4560,7 +4560,7 @@ "position": 323, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4574,7 +4574,7 @@ "position": 324, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Translucent filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4588,7 +4588,7 @@ "position": 325, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Translucent filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4602,7 +4602,7 @@ "position": 326, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA Translucent filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4616,12 +4616,12 @@ "position": 327, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA UV Shift", + "category": "Panchroma PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -4630,12 +4630,12 @@ "position": 328, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA UV Shift", + "category": "Panchroma PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -4644,12 +4644,12 @@ "position": 329, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA UV Shift", + "category": "Panchroma PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -4658,12 +4658,12 @@ "position": 330, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA UV Shift", + "category": "Panchroma PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -4672,12 +4672,12 @@ "position": 331, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA UV Shift", + "category": "Panchroma PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -4686,12 +4686,12 @@ "position": 332, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker Panchroma PLA Translucent filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA UV Shift", + "category": "Panchroma PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -4700,12 +4700,12 @@ "position": 333, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA Translucent filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA UV Shift", + "category": "Panchroma PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -4714,12 +4714,12 @@ "position": 334, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA Translucent filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA UV Shift", + "category": "Panchroma PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -4728,12 +4728,12 @@ "position": 335, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker Panchroma PLA Translucent filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Panchroma PLA UV Shift", + "category": "Panchroma PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -4742,7 +4742,7 @@ "position": 336, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4756,7 +4756,7 @@ "position": 337, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4770,7 +4770,7 @@ "position": 338, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4784,7 +4784,7 @@ "position": 339, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4798,7 +4798,7 @@ "position": 340, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4812,7 +4812,7 @@ "position": 341, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA UV Shift filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4826,7 +4826,7 @@ "position": 342, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA UV Shift filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4840,7 +4840,7 @@ "position": 343, "item": { "@type": "Product", - "name": "Polymaker Panchroma PLA UV Shift filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -4854,12 +4854,12 @@ "position": 344, "item": { "@type": "Product", - "name": "Polymaker PolyCast filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyCast", + "category": "Panchroma PLA UV Shift", "url": "https://presets.polymaker.com/" } }, @@ -4868,12 +4868,12 @@ "position": 345, "item": { "@type": "Product", - "name": "Polymaker PolyCast filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyCast", + "category": "Panchroma PLA UV Shift", "url": "https://presets.polymaker.com/" } }, @@ -4882,12 +4882,12 @@ "position": 346, "item": { "@type": "Product", - "name": "Polymaker PolyCast filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyCast", + "category": "Panchroma PLA UV Shift", "url": "https://presets.polymaker.com/" } }, @@ -4896,12 +4896,12 @@ "position": 347, "item": { "@type": "Product", - "name": "Polymaker PolyFlex TPU95 filament preset for Bambu Lab P1S (Bambu Studio)", + "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyFlex TPU95", + "category": "Panchroma PLA UV Shift", "url": "https://presets.polymaker.com/" } }, @@ -4910,12 +4910,12 @@ "position": 348, "item": { "@type": "Product", - "name": "Polymaker PolyFlex TPU95 filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyFlex TPU95", + "category": "Panchroma PLA UV Shift", "url": "https://presets.polymaker.com/" } }, @@ -4924,12 +4924,12 @@ "position": 349, "item": { "@type": "Product", - "name": "Polymaker PolyFlex TPU95 filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyFlex TPU95", + "category": "Panchroma PLA UV Shift", "url": "https://presets.polymaker.com/" } }, @@ -4938,12 +4938,12 @@ "position": 350, "item": { "@type": "Product", - "name": "Polymaker PolyFlex TPU95-HF filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker Panchroma PLA UV Shift filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyFlex TPU95-HF", + "category": "Panchroma PLA UV Shift", "url": "https://presets.polymaker.com/" } }, @@ -4952,12 +4952,12 @@ "position": 351, "item": { "@type": "Product", - "name": "Polymaker PolyFlex TPU95-HF filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA UV Shift filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyFlex TPU95-HF", + "category": "Panchroma PLA UV Shift", "url": "https://presets.polymaker.com/" } }, @@ -4966,12 +4966,12 @@ "position": 352, "item": { "@type": "Product", - "name": "Polymaker PolyFlex TPU95-HF filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Panchroma PLA UV Shift filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyFlex TPU95-HF", + "category": "Panchroma PLA UV Shift", "url": "https://presets.polymaker.com/" } }, @@ -4980,12 +4980,12 @@ "position": 353, "item": { "@type": "Product", - "name": "Polymaker PolyLite ABS filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Panchroma PLA UV Shift filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite ABS", + "category": "Panchroma PLA UV Shift", "url": "https://presets.polymaker.com/" } }, @@ -4994,12 +4994,12 @@ "position": 354, "item": { "@type": "Product", - "name": "Polymaker PolyLite ABS filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyCast filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite ABS", + "category": "PolyCast", "url": "https://presets.polymaker.com/" } }, @@ -5008,12 +5008,12 @@ "position": 355, "item": { "@type": "Product", - "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker PolyCast filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite CosPLA", + "category": "PolyCast", "url": "https://presets.polymaker.com/" } }, @@ -5022,12 +5022,12 @@ "position": 356, "item": { "@type": "Product", - "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker PolyCast filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite CosPLA", + "category": "PolyCast", "url": "https://presets.polymaker.com/" } }, @@ -5036,12 +5036,12 @@ "position": 357, "item": { "@type": "Product", - "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker PolyCast filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite CosPLA", + "category": "PolyCast", "url": "https://presets.polymaker.com/" } }, @@ -5050,12 +5050,12 @@ "position": 358, "item": { "@type": "Product", - "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker PolyFlex TPU95 filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite CosPLA", + "category": "PolyFlex TPU95", "url": "https://presets.polymaker.com/" } }, @@ -5064,12 +5064,12 @@ "position": 359, "item": { "@type": "Product", - "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker PolyFlex TPU95 filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite CosPLA", + "category": "PolyFlex TPU95", "url": "https://presets.polymaker.com/" } }, @@ -5078,12 +5078,12 @@ "position": 360, "item": { "@type": "Product", - "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker PolyFlex TPU95 filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite CosPLA", + "category": "PolyFlex TPU95", "url": "https://presets.polymaker.com/" } }, @@ -5092,12 +5092,12 @@ "position": 361, "item": { "@type": "Product", - "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker PolyFlex TPU95 filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite CosPLA", + "category": "PolyFlex TPU95", "url": "https://presets.polymaker.com/" } }, @@ -5106,12 +5106,12 @@ "position": 362, "item": { "@type": "Product", - "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker PolyFlex TPU95-HF filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite CosPLA", + "category": "PolyFlex TPU95-HF", "url": "https://presets.polymaker.com/" } }, @@ -5120,12 +5120,12 @@ "position": 363, "item": { "@type": "Product", - "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker PolyFlex TPU95-HF filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite CosPLA", + "category": "PolyFlex TPU95-HF", "url": "https://presets.polymaker.com/" } }, @@ -5134,12 +5134,12 @@ "position": 364, "item": { "@type": "Product", - "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker PolyFlex TPU95-HF filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite CosPLA", + "category": "PolyFlex TPU95-HF", "url": "https://presets.polymaker.com/" } }, @@ -5148,12 +5148,12 @@ "position": 365, "item": { "@type": "Product", - "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker PolyLite ABS filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite CosPLA", + "category": "PolyLite ABS", "url": "https://presets.polymaker.com/" } }, @@ -5162,12 +5162,12 @@ "position": 366, "item": { "@type": "Product", - "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite ABS filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite CosPLA", + "category": "PolyLite ABS", "url": "https://presets.polymaker.com/" } }, @@ -5176,12 +5176,12 @@ "position": 367, "item": { "@type": "Product", - "name": "Polymaker PolyLite CosPLA filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker PolyLite ABS filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite CosPLA", + "category": "PolyLite ABS", "url": "https://presets.polymaker.com/" } }, @@ -5190,7 +5190,7 @@ "position": 368, "item": { "@type": "Product", - "name": "Polymaker PolyLite CosPLA filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -5204,7 +5204,7 @@ "position": 369, "item": { "@type": "Product", - "name": "Polymaker PolyLite CosPLA filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -5218,12 +5218,12 @@ "position": 370, "item": { "@type": "Product", - "name": "Polymaker PolyLite LW-PLA filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite LW-PLA", + "category": "PolyLite CosPLA", "url": "https://presets.polymaker.com/" } }, @@ -5232,12 +5232,12 @@ "position": 371, "item": { "@type": "Product", - "name": "Polymaker PolyLite LW-PLA filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite LW-PLA", + "category": "PolyLite CosPLA", "url": "https://presets.polymaker.com/" } }, @@ -5246,12 +5246,12 @@ "position": 372, "item": { "@type": "Product", - "name": "Polymaker PolyLite LW-PLA filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite LW-PLA", + "category": "PolyLite CosPLA", "url": "https://presets.polymaker.com/" } }, @@ -5260,12 +5260,12 @@ "position": 373, "item": { "@type": "Product", - "name": "Polymaker PolyLite PC filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PC", + "category": "PolyLite CosPLA", "url": "https://presets.polymaker.com/" } }, @@ -5274,12 +5274,12 @@ "position": 374, "item": { "@type": "Product", - "name": "Polymaker PolyLite PETG filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PETG", + "category": "PolyLite CosPLA", "url": "https://presets.polymaker.com/" } }, @@ -5288,12 +5288,12 @@ "position": 375, "item": { "@type": "Product", - "name": "Polymaker PolyLite PETG filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PETG", + "category": "PolyLite CosPLA", "url": "https://presets.polymaker.com/" } }, @@ -5302,12 +5302,12 @@ "position": 376, "item": { "@type": "Product", - "name": "Polymaker PolyLite PETG filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PETG", + "category": "PolyLite CosPLA", "url": "https://presets.polymaker.com/" } }, @@ -5316,12 +5316,12 @@ "position": 377, "item": { "@type": "Product", - "name": "Polymaker PolyLite PETG filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PETG", + "category": "PolyLite CosPLA", "url": "https://presets.polymaker.com/" } }, @@ -5330,12 +5330,12 @@ "position": 378, "item": { "@type": "Product", - "name": "Polymaker PolyLite PETG filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PETG", + "category": "PolyLite CosPLA", "url": "https://presets.polymaker.com/" } }, @@ -5344,12 +5344,12 @@ "position": 379, "item": { "@type": "Product", - "name": "Polymaker PolyLite PETG Translucent filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolyLite CosPLA filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PETG Translucent", + "category": "PolyLite CosPLA", "url": "https://presets.polymaker.com/" } }, @@ -5358,12 +5358,12 @@ "position": 380, "item": { "@type": "Product", - "name": "Polymaker PolyLite PETG Translucent filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker PolyLite CosPLA filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PETG Translucent", + "category": "PolyLite CosPLA", "url": "https://presets.polymaker.com/" } }, @@ -5372,12 +5372,12 @@ "position": 381, "item": { "@type": "Product", - "name": "Polymaker PolyLite PETG Translucent filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite CosPLA filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PETG Translucent", + "category": "PolyLite CosPLA", "url": "https://presets.polymaker.com/" } }, @@ -5386,12 +5386,12 @@ "position": 382, "item": { "@type": "Product", - "name": "Polymaker PolyLite PETG Translucent filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker PolyLite CosPLA filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PETG Translucent", + "category": "PolyLite CosPLA", "url": "https://presets.polymaker.com/" } }, @@ -5400,12 +5400,12 @@ "position": 383, "item": { "@type": "Product", - "name": "Polymaker PolyLite PETG Translucent filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker PolyLite LW-PLA filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PETG Translucent", + "category": "PolyLite LW-PLA", "url": "https://presets.polymaker.com/" } }, @@ -5414,12 +5414,12 @@ "position": 384, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker PolyLite LW-PLA filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA", + "category": "PolyLite LW-PLA", "url": "https://presets.polymaker.com/" } }, @@ -5428,12 +5428,12 @@ "position": 385, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker PolyLite LW-PLA filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA", + "category": "PolyLite LW-PLA", "url": "https://presets.polymaker.com/" } }, @@ -5442,12 +5442,12 @@ "position": 386, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker PolyLite PC filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA", + "category": "PolyLite PC", "url": "https://presets.polymaker.com/" } }, @@ -5456,12 +5456,12 @@ "position": 387, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker PolyLite PC filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA", + "category": "PolyLite PC", "url": "https://presets.polymaker.com/" } }, @@ -5470,12 +5470,12 @@ "position": 388, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolyLite PC filament preset for Creality K2Pro (CrealityPrint)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA", + "category": "PolyLite PC", "url": "https://presets.polymaker.com/" } }, @@ -5484,12 +5484,12 @@ "position": 389, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker PolyLite PETG filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA", + "category": "PolyLite PETG", "url": "https://presets.polymaker.com/" } }, @@ -5498,12 +5498,12 @@ "position": 390, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker PolyLite PETG filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA", + "category": "PolyLite PETG", "url": "https://presets.polymaker.com/" } }, @@ -5512,12 +5512,12 @@ "position": 391, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker PolyLite PETG filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA", + "category": "PolyLite PETG", "url": "https://presets.polymaker.com/" } }, @@ -5526,12 +5526,12 @@ "position": 392, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker PolyLite PETG filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA", + "category": "PolyLite PETG", "url": "https://presets.polymaker.com/" } }, @@ -5540,12 +5540,12 @@ "position": 393, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker PolyLite PETG filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA", + "category": "PolyLite PETG", "url": "https://presets.polymaker.com/" } }, @@ -5554,12 +5554,12 @@ "position": 394, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker PolyLite PETG Translucent filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA", + "category": "PolyLite PETG Translucent", "url": "https://presets.polymaker.com/" } }, @@ -5568,12 +5568,12 @@ "position": 395, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker PolyLite PETG Translucent filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA", + "category": "PolyLite PETG Translucent", "url": "https://presets.polymaker.com/" } }, @@ -5582,12 +5582,12 @@ "position": 396, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker PolyLite PETG Translucent filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA", + "category": "PolyLite PETG Translucent", "url": "https://presets.polymaker.com/" } }, @@ -5596,12 +5596,12 @@ "position": 397, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite PETG Translucent filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA", + "category": "PolyLite PETG Translucent", "url": "https://presets.polymaker.com/" } }, @@ -5610,12 +5610,12 @@ "position": 398, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker PolyLite PETG Translucent filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA", + "category": "PolyLite PETG Translucent", "url": "https://presets.polymaker.com/" } }, @@ -5624,7 +5624,7 @@ "position": 399, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker PolyLite PLA filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -5638,7 +5638,7 @@ "position": 400, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -5652,12 +5652,12 @@ "position": 401, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker PolyLite PLA filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Galaxy", + "category": "PolyLite PLA", "url": "https://presets.polymaker.com/" } }, @@ -5666,12 +5666,12 @@ "position": 402, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Galaxy", + "category": "PolyLite PLA", "url": "https://presets.polymaker.com/" } }, @@ -5680,12 +5680,12 @@ "position": 403, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker PolyLite PLA filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Galaxy", + "category": "PolyLite PLA", "url": "https://presets.polymaker.com/" } }, @@ -5694,12 +5694,12 @@ "position": 404, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker PolyLite PLA filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Galaxy", + "category": "PolyLite PLA", "url": "https://presets.polymaker.com/" } }, @@ -5708,12 +5708,12 @@ "position": 405, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolyLite PLA filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Galaxy", + "category": "PolyLite PLA", "url": "https://presets.polymaker.com/" } }, @@ -5722,12 +5722,12 @@ "position": 406, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker PolyLite PLA filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Galaxy", + "category": "PolyLite PLA", "url": "https://presets.polymaker.com/" } }, @@ -5736,12 +5736,12 @@ "position": 407, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Galaxy", + "category": "PolyLite PLA", "url": "https://presets.polymaker.com/" } }, @@ -5750,12 +5750,12 @@ "position": 408, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Galaxy", + "category": "PolyLite PLA", "url": "https://presets.polymaker.com/" } }, @@ -5764,12 +5764,12 @@ "position": 409, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker PolyLite PLA filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Galaxy", + "category": "PolyLite PLA", "url": "https://presets.polymaker.com/" } }, @@ -5778,12 +5778,12 @@ "position": 410, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker PolyLite PLA filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Galaxy", + "category": "PolyLite PLA", "url": "https://presets.polymaker.com/" } }, @@ -5792,12 +5792,12 @@ "position": 411, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Galaxy", + "category": "PolyLite PLA", "url": "https://presets.polymaker.com/" } }, @@ -5806,12 +5806,12 @@ "position": 412, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker PolyLite PLA filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Galaxy", + "category": "PolyLite PLA", "url": "https://presets.polymaker.com/" } }, @@ -5820,12 +5820,12 @@ "position": 413, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Galaxy", + "category": "PolyLite PLA", "url": "https://presets.polymaker.com/" } }, @@ -5834,12 +5834,12 @@ "position": 414, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Galaxy", + "category": "PolyLite PLA", "url": "https://presets.polymaker.com/" } }, @@ -5848,12 +5848,12 @@ "position": 415, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Galaxy filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker PolyLite PLA filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Galaxy", + "category": "PolyLite PLA", "url": "https://presets.polymaker.com/" } }, @@ -5862,12 +5862,12 @@ "position": 416, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Galaxy filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker PolyLite PLA filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Galaxy", + "category": "PolyLite PLA", "url": "https://presets.polymaker.com/" } }, @@ -5876,7 +5876,7 @@ "position": 417, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Galaxy filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -5890,12 +5890,12 @@ "position": 418, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Glow", + "category": "PolyLite PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -5904,12 +5904,12 @@ "position": 419, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Glow", + "category": "PolyLite PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -5918,12 +5918,12 @@ "position": 420, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Glow", + "category": "PolyLite PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -5932,12 +5932,12 @@ "position": 421, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Glow", + "category": "PolyLite PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -5946,12 +5946,12 @@ "position": 422, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Glow", + "category": "PolyLite PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -5960,12 +5960,12 @@ "position": 423, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Glow", + "category": "PolyLite PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -5974,12 +5974,12 @@ "position": 424, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Glow", + "category": "PolyLite PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -5988,12 +5988,12 @@ "position": 425, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Glow", + "category": "PolyLite PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -6002,12 +6002,12 @@ "position": 426, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Glow", + "category": "PolyLite PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -6016,12 +6016,12 @@ "position": 427, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Glow", + "category": "PolyLite PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -6030,12 +6030,12 @@ "position": 428, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Glow", + "category": "PolyLite PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -6044,12 +6044,12 @@ "position": 429, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Glow", + "category": "PolyLite PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -6058,12 +6058,12 @@ "position": 430, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Glow", + "category": "PolyLite PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -6072,12 +6072,12 @@ "position": 431, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Galaxy filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Glow", + "category": "PolyLite PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -6086,12 +6086,12 @@ "position": 432, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Glow filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker PolyLite PLA Galaxy filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Glow", + "category": "PolyLite PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -6100,12 +6100,12 @@ "position": 433, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Glow filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker PolyLite PLA Galaxy filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Glow", + "category": "PolyLite PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -6114,12 +6114,12 @@ "position": 434, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Glow filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Galaxy filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Glow", + "category": "PolyLite PLA Galaxy", "url": "https://presets.polymaker.com/" } }, @@ -6128,12 +6128,12 @@ "position": 435, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Luminous", + "category": "PolyLite PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -6142,12 +6142,12 @@ "position": 436, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Luminous", + "category": "PolyLite PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -6156,12 +6156,12 @@ "position": 437, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Luminous", + "category": "PolyLite PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -6170,12 +6170,12 @@ "position": 438, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Luminous", + "category": "PolyLite PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -6184,12 +6184,12 @@ "position": 439, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Luminous", + "category": "PolyLite PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -6198,12 +6198,12 @@ "position": 440, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Luminous", + "category": "PolyLite PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -6212,12 +6212,12 @@ "position": 441, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Luminous", + "category": "PolyLite PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -6226,12 +6226,12 @@ "position": 442, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Luminous", + "category": "PolyLite PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -6240,12 +6240,12 @@ "position": 443, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Luminous", + "category": "PolyLite PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -6254,12 +6254,12 @@ "position": 444, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Luminous", + "category": "PolyLite PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -6268,12 +6268,12 @@ "position": 445, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Luminous", + "category": "PolyLite PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -6282,12 +6282,12 @@ "position": 446, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Luminous", + "category": "PolyLite PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -6296,12 +6296,12 @@ "position": 447, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Luminous", + "category": "PolyLite PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -6310,12 +6310,12 @@ "position": 448, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Luminous", + "category": "PolyLite PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -6324,12 +6324,12 @@ "position": 449, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Luminous filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker PolyLite PLA Glow filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Luminous", + "category": "PolyLite PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -6338,12 +6338,12 @@ "position": 450, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Luminous filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker PolyLite PLA Glow filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Luminous", + "category": "PolyLite PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -6352,12 +6352,12 @@ "position": 451, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Luminous filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Glow filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Luminous", + "category": "PolyLite PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -6366,12 +6366,12 @@ "position": 452, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker PolyLite PLA Glow filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Neon", + "category": "PolyLite PLA Glow", "url": "https://presets.polymaker.com/" } }, @@ -6380,12 +6380,12 @@ "position": 453, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Neon", + "category": "PolyLite PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -6394,12 +6394,12 @@ "position": 454, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Neon", + "category": "PolyLite PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -6408,12 +6408,12 @@ "position": 455, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Neon", + "category": "PolyLite PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -6422,12 +6422,12 @@ "position": 456, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Neon", + "category": "PolyLite PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -6436,12 +6436,12 @@ "position": 457, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Neon", + "category": "PolyLite PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -6450,12 +6450,12 @@ "position": 458, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Neon", + "category": "PolyLite PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -6464,12 +6464,12 @@ "position": 459, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Neon", + "category": "PolyLite PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -6478,12 +6478,12 @@ "position": 460, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Neon", + "category": "PolyLite PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -6492,12 +6492,12 @@ "position": 461, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Neon", + "category": "PolyLite PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -6506,12 +6506,12 @@ "position": 462, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Neon", + "category": "PolyLite PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -6520,12 +6520,12 @@ "position": 463, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Neon", + "category": "PolyLite PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -6534,12 +6534,12 @@ "position": 464, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Neon", + "category": "PolyLite PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -6548,12 +6548,12 @@ "position": 465, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Neon", + "category": "PolyLite PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -6562,12 +6562,12 @@ "position": 466, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Neon filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Neon", + "category": "PolyLite PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -6576,12 +6576,12 @@ "position": 467, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Neon filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker PolyLite PLA Luminous filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Neon", + "category": "PolyLite PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -6590,12 +6590,12 @@ "position": 468, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Neon filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Luminous filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Neon", + "category": "PolyLite PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -6604,12 +6604,12 @@ "position": 469, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Pro filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolyLite PLA Luminous filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Pro", + "category": "PolyLite PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -6618,12 +6618,12 @@ "position": 470, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Pro filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker PolyLite PLA Luminous filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Pro", + "category": "PolyLite PLA Luminous", "url": "https://presets.polymaker.com/" } }, @@ -6632,12 +6632,12 @@ "position": 471, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Pro filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Pro", + "category": "PolyLite PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -6646,12 +6646,12 @@ "position": 472, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Pro filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Pro", + "category": "PolyLite PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -6660,12 +6660,12 @@ "position": 473, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Pro filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Pro", + "category": "PolyLite PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -6674,12 +6674,12 @@ "position": 474, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Pro filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Pro", + "category": "PolyLite PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -6688,12 +6688,12 @@ "position": 475, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Pro filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Pro", + "category": "PolyLite PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -6702,12 +6702,12 @@ "position": 476, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Pro filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Pro", + "category": "PolyLite PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -6716,12 +6716,12 @@ "position": 477, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Pro filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Pro", + "category": "PolyLite PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -6730,12 +6730,12 @@ "position": 478, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Pro Metallic filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Pro Metallic", + "category": "PolyLite PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -6744,12 +6744,12 @@ "position": 479, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Pro Metallic filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Pro Metallic", + "category": "PolyLite PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -6758,12 +6758,12 @@ "position": 480, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Pro Metallic filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Pro Metallic", + "category": "PolyLite PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -6772,12 +6772,12 @@ "position": 481, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Pro Metallic filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Pro Metallic", + "category": "PolyLite PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -6786,12 +6786,12 @@ "position": 482, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Pro Metallic filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Pro Metallic", + "category": "PolyLite PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -6800,12 +6800,12 @@ "position": 483, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Pro Metallic filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Pro Metallic", + "category": "PolyLite PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -6814,12 +6814,12 @@ "position": 484, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Pro Metallic filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Pro Metallic", + "category": "PolyLite PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -6828,12 +6828,12 @@ "position": 485, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Pro Metallic filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker PolyLite PLA Neon filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Pro Metallic", + "category": "PolyLite PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -6842,12 +6842,12 @@ "position": 486, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Pro Metallic filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Neon filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Pro Metallic", + "category": "PolyLite PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -6856,12 +6856,12 @@ "position": 487, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker PolyLite PLA Neon filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Starlight", + "category": "PolyLite PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -6870,12 +6870,12 @@ "position": 488, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Neon filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Starlight", + "category": "PolyLite PLA Neon", "url": "https://presets.polymaker.com/" } }, @@ -6884,12 +6884,12 @@ "position": 489, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker PolyLite PLA Pro filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Starlight", + "category": "PolyLite PLA Pro", "url": "https://presets.polymaker.com/" } }, @@ -6898,12 +6898,12 @@ "position": 490, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Pro filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Starlight", + "category": "PolyLite PLA Pro", "url": "https://presets.polymaker.com/" } }, @@ -6912,12 +6912,12 @@ "position": 491, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolyLite PLA Pro filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Starlight", + "category": "PolyLite PLA Pro", "url": "https://presets.polymaker.com/" } }, @@ -6926,12 +6926,12 @@ "position": 492, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker PolyLite PLA Pro filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Starlight", + "category": "PolyLite PLA Pro", "url": "https://presets.polymaker.com/" } }, @@ -6940,12 +6940,12 @@ "position": 493, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Pro filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Starlight", + "category": "PolyLite PLA Pro", "url": "https://presets.polymaker.com/" } }, @@ -6954,12 +6954,12 @@ "position": 494, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA Pro filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Starlight", + "category": "PolyLite PLA Pro", "url": "https://presets.polymaker.com/" } }, @@ -6968,12 +6968,12 @@ "position": 495, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker PolyLite PLA Pro filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Starlight", + "category": "PolyLite PLA Pro", "url": "https://presets.polymaker.com/" } }, @@ -6982,12 +6982,12 @@ "position": 496, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Pro filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Starlight", + "category": "PolyLite PLA Pro", "url": "https://presets.polymaker.com/" } }, @@ -6996,12 +6996,12 @@ "position": 497, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA Pro filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Starlight", + "category": "PolyLite PLA Pro", "url": "https://presets.polymaker.com/" } }, @@ -7010,12 +7010,12 @@ "position": 498, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker PolyLite PLA Pro Metallic filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Starlight", + "category": "PolyLite PLA Pro Metallic", "url": "https://presets.polymaker.com/" } }, @@ -7024,12 +7024,12 @@ "position": 499, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Pro Metallic filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Starlight", + "category": "PolyLite PLA Pro Metallic", "url": "https://presets.polymaker.com/" } }, @@ -7038,12 +7038,12 @@ "position": 500, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Pro Metallic filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Starlight", + "category": "PolyLite PLA Pro Metallic", "url": "https://presets.polymaker.com/" } }, @@ -7052,12 +7052,12 @@ "position": 501, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Starlight filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker PolyLite PLA Pro Metallic filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Starlight", + "category": "PolyLite PLA Pro Metallic", "url": "https://presets.polymaker.com/" } }, @@ -7066,12 +7066,12 @@ "position": 502, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Starlight filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker PolyLite PLA Pro Metallic filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Starlight", + "category": "PolyLite PLA Pro Metallic", "url": "https://presets.polymaker.com/" } }, @@ -7080,12 +7080,12 @@ "position": 503, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Starlight filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Pro Metallic filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Starlight", + "category": "PolyLite PLA Pro Metallic", "url": "https://presets.polymaker.com/" } }, @@ -7094,12 +7094,12 @@ "position": 504, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker PolyLite PLA Pro Metallic filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Translucent", + "category": "PolyLite PLA Pro Metallic", "url": "https://presets.polymaker.com/" } }, @@ -7108,12 +7108,12 @@ "position": 505, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Pro Metallic filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Translucent", + "category": "PolyLite PLA Pro Metallic", "url": "https://presets.polymaker.com/" } }, @@ -7122,12 +7122,12 @@ "position": 506, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker PolyLite PLA Pro Metallic filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Translucent", + "category": "PolyLite PLA Pro Metallic", "url": "https://presets.polymaker.com/" } }, @@ -7136,12 +7136,12 @@ "position": 507, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Translucent", + "category": "PolyLite PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -7150,12 +7150,12 @@ "position": 508, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Translucent", + "category": "PolyLite PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -7164,12 +7164,12 @@ "position": 509, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Translucent", + "category": "PolyLite PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -7178,12 +7178,12 @@ "position": 510, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Translucent", + "category": "PolyLite PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -7192,12 +7192,12 @@ "position": 511, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Translucent", + "category": "PolyLite PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -7206,12 +7206,12 @@ "position": 512, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Translucent", + "category": "PolyLite PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -7220,12 +7220,12 @@ "position": 513, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Translucent", + "category": "PolyLite PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -7234,12 +7234,12 @@ "position": 514, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Translucent", + "category": "PolyLite PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -7248,12 +7248,12 @@ "position": 515, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Translucent", + "category": "PolyLite PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -7262,12 +7262,12 @@ "position": 516, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Translucent", + "category": "PolyLite PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -7276,12 +7276,12 @@ "position": 517, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Translucent", + "category": "PolyLite PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -7290,12 +7290,12 @@ "position": 518, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Translucent filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Translucent", + "category": "PolyLite PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -7304,12 +7304,12 @@ "position": 519, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Translucent filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Translucent", + "category": "PolyLite PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -7318,12 +7318,12 @@ "position": 520, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA Translucent filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA Translucent", + "category": "PolyLite PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -7332,12 +7332,12 @@ "position": 521, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA-CF filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolyLite PLA Starlight filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA-CF", + "category": "PolyLite PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -7346,12 +7346,12 @@ "position": 522, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA-CF filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Starlight filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA-CF", + "category": "PolyLite PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -7360,12 +7360,12 @@ "position": 523, "item": { "@type": "Product", - "name": "Polymaker PolyLite PLA-CF filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA Starlight filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyLite PLA-CF", + "category": "PolyLite PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -7374,12 +7374,12 @@ "position": 524, "item": { "@type": "Product", - "name": "Polymaker PolyMax PC filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Starlight filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyMax PC", + "category": "PolyLite PLA Starlight", "url": "https://presets.polymaker.com/" } }, @@ -7388,12 +7388,12 @@ "position": 525, "item": { "@type": "Product", - "name": "Polymaker PolyMax PC filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyMax PC", + "category": "PolyLite PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -7402,12 +7402,12 @@ "position": 526, "item": { "@type": "Product", - "name": "Polymaker PolyMax PETG filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyMax PETG", + "category": "PolyLite PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -7416,12 +7416,12 @@ "position": 527, "item": { "@type": "Product", - "name": "Polymaker PolyMax PETG filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyMax PETG", + "category": "PolyLite PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -7430,12 +7430,12 @@ "position": 528, "item": { "@type": "Product", - "name": "Polymaker PolyMax PETG filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyMax PETG", + "category": "PolyLite PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -7444,12 +7444,12 @@ "position": 529, "item": { "@type": "Product", - "name": "Polymaker PolyMax PETG filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyMax PETG", + "category": "PolyLite PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -7458,12 +7458,12 @@ "position": 530, "item": { "@type": "Product", - "name": "Polymaker PolyMax PLA filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyMax PLA", + "category": "PolyLite PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -7472,12 +7472,12 @@ "position": 531, "item": { "@type": "Product", - "name": "Polymaker PolyMax PLA filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyMax PLA", + "category": "PolyLite PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -7486,12 +7486,12 @@ "position": 532, "item": { "@type": "Product", - "name": "Polymaker PolyMax PLA filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyMax PLA", + "category": "PolyLite PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -7500,12 +7500,12 @@ "position": 533, "item": { "@type": "Product", - "name": "Polymaker PolyMax PLA filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyMax PLA", + "category": "PolyLite PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -7514,12 +7514,12 @@ "position": 534, "item": { "@type": "Product", - "name": "Polymaker PolyMax PLA filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyMax PLA", + "category": "PolyLite PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -7528,12 +7528,12 @@ "position": 535, "item": { "@type": "Product", - "name": "Polymaker PolyMax PLA filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyMax PLA", + "category": "PolyLite PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -7542,12 +7542,12 @@ "position": 536, "item": { "@type": "Product", - "name": "Polymaker PolyMax PLA filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyMax PLA", + "category": "PolyLite PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -7556,12 +7556,12 @@ "position": 537, "item": { "@type": "Product", - "name": "Polymaker PolySmooth filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolySmooth", + "category": "PolyLite PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -7570,12 +7570,12 @@ "position": 538, "item": { "@type": "Product", - "name": "Polymaker PolySmooth filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolySmooth", + "category": "PolyLite PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -7584,12 +7584,12 @@ "position": 539, "item": { "@type": "Product", - "name": "Polymaker PolySupport filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolyLite PLA Translucent filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolySupport", + "category": "PolyLite PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -7598,12 +7598,12 @@ "position": 540, "item": { "@type": "Product", - "name": "Polymaker PolySupport filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Translucent filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolySupport", + "category": "PolyLite PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -7612,12 +7612,12 @@ "position": 541, "item": { "@type": "Product", - "name": "Polymaker PolySupport for PA12 filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyLite PLA Translucent filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolySupport for PA12", + "category": "PolyLite PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -7626,12 +7626,12 @@ "position": 542, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker PolyLite PLA Translucent filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA", + "category": "PolyLite PLA Translucent", "url": "https://presets.polymaker.com/" } }, @@ -7640,12 +7640,12 @@ "position": 543, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker PolyLite PLA-CF filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA", + "category": "PolyLite PLA-CF", "url": "https://presets.polymaker.com/" } }, @@ -7654,12 +7654,12 @@ "position": 544, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker PolyLite PLA-CF filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA", + "category": "PolyLite PLA-CF", "url": "https://presets.polymaker.com/" } }, @@ -7668,12 +7668,12 @@ "position": 545, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker PolyLite PLA-CF filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA", + "category": "PolyLite PLA-CF", "url": "https://presets.polymaker.com/" } }, @@ -7682,12 +7682,12 @@ "position": 546, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolyMax PC filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA", + "category": "PolyMax PC", "url": "https://presets.polymaker.com/" } }, @@ -7696,12 +7696,12 @@ "position": 547, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker PolyMax PC filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA", + "category": "PolyMax PC", "url": "https://presets.polymaker.com/" } }, @@ -7710,12 +7710,12 @@ "position": 548, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker PolyMax PETG filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA", + "category": "PolyMax PETG", "url": "https://presets.polymaker.com/" } }, @@ -7724,12 +7724,12 @@ "position": 549, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker PolyMax PETG filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA", + "category": "PolyMax PETG", "url": "https://presets.polymaker.com/" } }, @@ -7738,12 +7738,12 @@ "position": 550, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker PolyMax PETG filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA", + "category": "PolyMax PETG", "url": "https://presets.polymaker.com/" } }, @@ -7752,12 +7752,12 @@ "position": 551, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker PolyMax PLA filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA", + "category": "PolyMax PLA", "url": "https://presets.polymaker.com/" } }, @@ -7766,12 +7766,12 @@ "position": 552, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker PolyMax PLA filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA", + "category": "PolyMax PLA", "url": "https://presets.polymaker.com/" } }, @@ -7780,12 +7780,12 @@ "position": 553, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker PolyMax PLA filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA", + "category": "PolyMax PLA", "url": "https://presets.polymaker.com/" } }, @@ -7794,12 +7794,12 @@ "position": 554, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyMax PLA filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA", + "category": "PolyMax PLA", "url": "https://presets.polymaker.com/" } }, @@ -7808,12 +7808,12 @@ "position": 555, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker PolyMax PLA filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA", + "category": "PolyMax PLA", "url": "https://presets.polymaker.com/" } }, @@ -7822,12 +7822,12 @@ "position": 556, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker PolyMax PLA filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA", + "category": "PolyMax PLA", "url": "https://presets.polymaker.com/" } }, @@ -7836,12 +7836,12 @@ "position": 557, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker PolyMax PLA filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA", + "category": "PolyMax PLA", "url": "https://presets.polymaker.com/" } }, @@ -7850,12 +7850,12 @@ "position": 558, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker PolyMax PLA filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA Marble", + "category": "PolyMax PLA", "url": "https://presets.polymaker.com/" } }, @@ -7864,12 +7864,12 @@ "position": 559, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker PolySmooth filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA Marble", + "category": "PolySmooth", "url": "https://presets.polymaker.com/" } }, @@ -7878,12 +7878,12 @@ "position": 560, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker PolySmooth filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA Marble", + "category": "PolySmooth", "url": "https://presets.polymaker.com/" } }, @@ -7892,12 +7892,12 @@ "position": 561, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker PolySupport filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA Marble", + "category": "PolySupport", "url": "https://presets.polymaker.com/" } }, @@ -7906,12 +7906,12 @@ "position": 562, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker PolySupport filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA Marble", + "category": "PolySupport", "url": "https://presets.polymaker.com/" } }, @@ -7920,12 +7920,12 @@ "position": 563, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker PolySupport for PA12 filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA Marble", + "category": "PolySupport for PA12", "url": "https://presets.polymaker.com/" } }, @@ -7934,12 +7934,12 @@ "position": 564, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker PolySupport for PA12 filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA Marble", + "category": "PolySupport for PA12", "url": "https://presets.polymaker.com/" } }, @@ -7948,12 +7948,12 @@ "position": 565, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker PolySupport for PA12 filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA Marble", + "category": "PolySupport for PA12", "url": "https://presets.polymaker.com/" } }, @@ -7962,12 +7962,12 @@ "position": 566, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA Marble", + "category": "PolyTerra PLA", "url": "https://presets.polymaker.com/" } }, @@ -7976,12 +7976,12 @@ "position": 567, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA Marble", + "category": "PolyTerra PLA", "url": "https://presets.polymaker.com/" } }, @@ -7990,12 +7990,12 @@ "position": 568, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA Marble", + "category": "PolyTerra PLA", "url": "https://presets.polymaker.com/" } }, @@ -8004,12 +8004,12 @@ "position": 569, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA Marble", + "category": "PolyTerra PLA", "url": "https://presets.polymaker.com/" } }, @@ -8018,12 +8018,12 @@ "position": 570, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA Marble", + "category": "PolyTerra PLA", "url": "https://presets.polymaker.com/" } }, @@ -8032,12 +8032,12 @@ "position": 571, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA Marble filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA Marble", + "category": "PolyTerra PLA", "url": "https://presets.polymaker.com/" } }, @@ -8046,12 +8046,12 @@ "position": 572, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA Marble filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA Marble", + "category": "PolyTerra PLA", "url": "https://presets.polymaker.com/" } }, @@ -8060,12 +8060,12 @@ "position": 573, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA Marble filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab P1P (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA Marble", + "category": "PolyTerra PLA", "url": "https://presets.polymaker.com/" } }, @@ -8074,12 +8074,12 @@ "position": 574, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab A1 (Bambu Studio)", + "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab P1P (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA+", + "category": "PolyTerra PLA", "url": "https://presets.polymaker.com/" } }, @@ -8088,12 +8088,12 @@ "position": 575, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab A1 (OrcaSlicer)", + "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA+", + "category": "PolyTerra PLA", "url": "https://presets.polymaker.com/" } }, @@ -8102,12 +8102,12 @@ "position": 576, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab A1 mini (Bambu Studio)", + "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab X1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA+", + "category": "PolyTerra PLA", "url": "https://presets.polymaker.com/" } }, @@ -8116,12 +8116,12 @@ "position": 577, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab X1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA+", + "category": "PolyTerra PLA", "url": "https://presets.polymaker.com/" } }, @@ -8130,12 +8130,12 @@ "position": 578, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker PolyTerra PLA filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA+", + "category": "PolyTerra PLA", "url": "https://presets.polymaker.com/" } }, @@ -8144,12 +8144,12 @@ "position": 579, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker PolyTerra PLA filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA+", + "category": "PolyTerra PLA", "url": "https://presets.polymaker.com/" } }, @@ -8158,12 +8158,12 @@ "position": 580, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab P1P (Bambu Studio)", + "name": "Polymaker PolyTerra PLA filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA+", + "category": "PolyTerra PLA", "url": "https://presets.polymaker.com/" } }, @@ -8172,12 +8172,12 @@ "position": 581, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab P1P (OrcaSlicer)", + "name": "Polymaker PolyTerra PLA filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA+", + "category": "PolyTerra PLA", "url": "https://presets.polymaker.com/" } }, @@ -8186,12 +8186,12 @@ "position": 582, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA+", + "category": "PolyTerra PLA Marble", "url": "https://presets.polymaker.com/" } }, @@ -8200,12 +8200,12 @@ "position": 583, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab X1 (Bambu Studio)", + "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab A1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA+", + "category": "PolyTerra PLA Marble", "url": "https://presets.polymaker.com/" } }, @@ -8214,12 +8214,12 @@ "position": 584, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab X1 (OrcaSlicer)", + "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab A1 mini (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA+", + "category": "PolyTerra PLA Marble", "url": "https://presets.polymaker.com/" } }, @@ -8228,12 +8228,12 @@ "position": 585, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab A1 mini (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA+", + "category": "PolyTerra PLA Marble", "url": "https://presets.polymaker.com/" } }, @@ -8242,12 +8242,12 @@ "position": 586, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA+ filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA+", + "category": "PolyTerra PLA Marble", "url": "https://presets.polymaker.com/" } }, @@ -8256,18 +8256,354 @@ "position": 587, "item": { "@type": "Product", - "name": "Polymaker PolyTerra PLA+ filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "PolyTerra PLA+", + "category": "PolyTerra PLA Marble", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", "position": 588, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab H2D (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA Marble", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 589, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab P1P (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA Marble", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 590, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab P1P (OrcaSlicer)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA Marble", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 591, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab P2S (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA Marble", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 592, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab X1 (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA Marble", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 593, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab X1 (OrcaSlicer)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA Marble", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 594, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA Marble filament preset for Bambu Lab X2D (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA Marble", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 595, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA Marble filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA Marble", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 596, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA Marble filament preset for Prusa Core One (PrusaSlicer)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA Marble", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 597, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA Marble filament preset for Snapmaker U1 (OrcaSlicer)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA Marble", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 598, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab A1 (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA+", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 599, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab A1 (OrcaSlicer)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA+", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 600, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab A1 mini (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA+", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 601, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab A1 mini (OrcaSlicer)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA+", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 602, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab H2C (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA+", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 603, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab H2S (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA+", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 604, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab P1P (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA+", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 605, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab P1P (OrcaSlicer)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA+", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 606, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab P2S (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA+", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 607, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab X1 (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA+", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 608, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab X1 (OrcaSlicer)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA+", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 609, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA+ filament preset for Bambu Lab X2D (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA+", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 610, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA+ filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA+", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 611, + "item": { + "@type": "Product", + "name": "Polymaker PolyTerra PLA+ filament preset for Prusa Core One (PrusaSlicer)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "PolyTerra PLA+", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 612, "item": { "@type": "Product", "name": "Polymaker PolyTerra PLA+ filament preset for Snapmaker U1 (OrcaSlicer)", @@ -8281,7 +8617,7 @@ }, { "@type": "ListItem", - "position": 589, + "position": 613, "item": { "@type": "Product", "name": "Polymaker Polymaker ABS Max filament preset for Bambu Lab H2C (Bambu Studio)", @@ -8295,7 +8631,7 @@ }, { "@type": "ListItem", - "position": 590, + "position": 614, "item": { "@type": "Product", "name": "Polymaker Polymaker ABS Max filament preset for Bambu Lab H2D (Bambu Studio)", @@ -8309,7 +8645,7 @@ }, { "@type": "ListItem", - "position": 591, + "position": 615, "item": { "@type": "Product", "name": "Polymaker Polymaker ABS Max filament preset for Bambu Lab H2S (Bambu Studio)", @@ -8323,7 +8659,7 @@ }, { "@type": "ListItem", - "position": 592, + "position": 616, "item": { "@type": "Product", "name": "Polymaker Polymaker ABS Max filament preset for Bambu Lab P1S (Bambu Studio)", @@ -8337,7 +8673,7 @@ }, { "@type": "ListItem", - "position": 593, + "position": 617, "item": { "@type": "Product", "name": "Polymaker Polymaker ABS Max filament preset for Bambu Lab P2S (Bambu Studio)", @@ -8351,7 +8687,7 @@ }, { "@type": "ListItem", - "position": 594, + "position": 618, "item": { "@type": "Product", "name": "Polymaker Polymaker ABS Max filament preset for Bambu Lab X2D (Bambu Studio)", @@ -8365,10 +8701,10 @@ }, { "@type": "ListItem", - "position": 595, + "position": 619, "item": { "@type": "Product", - "name": "Polymaker Polymaker ABS Max filament preset for CreealityPrint K2Pro (CrealityPrint)", + "name": "Polymaker Polymaker ABS Max filament preset for Creality K2Pro (CrealityPrint)", "brand": { "@type": "Brand", "name": "Polymaker" @@ -8379,7 +8715,7 @@ }, { "@type": "ListItem", - "position": 596, + "position": 620, "item": { "@type": "Product", "name": "Polymaker Polymaker ABS Max filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", @@ -8393,7 +8729,7 @@ }, { "@type": "ListItem", - "position": 597, + "position": 621, "item": { "@type": "Product", "name": "Polymaker Polymaker ABS Max filament preset for QIDI Q2 (OrcaSlicer)", @@ -8407,7 +8743,7 @@ }, { "@type": "ListItem", - "position": 598, + "position": 622, "item": { "@type": "Product", "name": "Polymaker Polymaker ABS Pro filament preset for Anycubic Kobra S1 (OrcaSlicer)", @@ -8421,7 +8757,7 @@ }, { "@type": "ListItem", - "position": 599, + "position": 623, "item": { "@type": "Product", "name": "Polymaker Polymaker ABS Pro filament preset for Bambu Lab H2C (Bambu Studio)", @@ -8435,7 +8771,7 @@ }, { "@type": "ListItem", - "position": 600, + "position": 624, "item": { "@type": "Product", "name": "Polymaker Polymaker ABS Pro filament preset for Bambu Lab H2D (Bambu Studio)", @@ -8449,441 +8785,637 @@ }, { "@type": "ListItem", - "position": 601, + "position": 625, + "item": { + "@type": "Product", + "name": "Polymaker Polymaker ABS Pro filament preset for Bambu Lab H2S (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "Polymaker ABS Pro", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 626, + "item": { + "@type": "Product", + "name": "Polymaker Polymaker ABS Pro filament preset for Bambu Lab P1S (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "Polymaker ABS Pro", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 627, + "item": { + "@type": "Product", + "name": "Polymaker Polymaker ABS Pro filament preset for Bambu Lab P2S (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "Polymaker ABS Pro", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 628, + "item": { + "@type": "Product", + "name": "Polymaker Polymaker ABS Pro filament preset for Bambu Lab X2D (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "Polymaker ABS Pro", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 629, + "item": { + "@type": "Product", + "name": "Polymaker Polymaker ABS Pro filament preset for Creality K2Pro (CrealityPrint)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "Polymaker ABS Pro", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 630, + "item": { + "@type": "Product", + "name": "Polymaker Polymaker ABS Pro filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "Polymaker ABS Pro", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 631, + "item": { + "@type": "Product", + "name": "Polymaker Polymaker ABS Pro filament preset for Snapmaker U1 (OrcaSlicer)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "Polymaker ABS Pro", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 632, + "item": { + "@type": "Product", + "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Anycubic Kobra S1 (OrcaSlicer)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "Polymaker ABS Pro Galaxy", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 633, + "item": { + "@type": "Product", + "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Bambu Lab H2C (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "Polymaker ABS Pro Galaxy", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 634, + "item": { + "@type": "Product", + "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Bambu Lab H2D (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "Polymaker ABS Pro Galaxy", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 635, + "item": { + "@type": "Product", + "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Bambu Lab H2S (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "Polymaker ABS Pro Galaxy", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 636, + "item": { + "@type": "Product", + "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Bambu Lab P1S (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "Polymaker ABS Pro Galaxy", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 637, + "item": { + "@type": "Product", + "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Bambu Lab P2S (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "Polymaker ABS Pro Galaxy", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 638, + "item": { + "@type": "Product", + "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Bambu Lab X2D (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "Polymaker ABS Pro Galaxy", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 639, "item": { "@type": "Product", - "name": "Polymaker Polymaker ABS Pro filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Creality K2Pro (CrealityPrint)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ABS Pro", + "category": "Polymaker ABS Pro Galaxy", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 602, + "position": 640, "item": { "@type": "Product", - "name": "Polymaker Polymaker ABS Pro filament preset for Bambu Lab P1S (Bambu Studio)", + "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ABS Pro", + "category": "Polymaker ABS Pro Galaxy", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 603, + "position": 641, "item": { "@type": "Product", - "name": "Polymaker Polymaker ABS Pro filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ABS Pro", + "category": "Polymaker ABS Pro Galaxy", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 604, + "position": 642, "item": { "@type": "Product", - "name": "Polymaker Polymaker ABS Pro filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Polymaker ASA filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ABS Pro", + "category": "Polymaker ASA", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 605, + "position": 643, "item": { "@type": "Product", - "name": "Polymaker Polymaker ABS Pro filament preset for CreealityPrint K2Pro (CrealityPrint)", + "name": "Polymaker Polymaker ASA filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ABS Pro", + "category": "Polymaker ASA", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 606, + "position": 644, "item": { "@type": "Product", - "name": "Polymaker Polymaker ABS Pro filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker Polymaker ASA filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ABS Pro", + "category": "Polymaker ASA", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 607, + "position": 645, "item": { "@type": "Product", - "name": "Polymaker Polymaker ABS Pro filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker Polymaker ASA filament preset for Creality K2Pro (CrealityPrint)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ABS Pro", + "category": "Polymaker ASA", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 608, + "position": 646, "item": { "@type": "Product", - "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Anycubic Kobra S1 (OrcaSlicer)", + "name": "Polymaker Polymaker HT-PLA filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ABS Pro Galaxy", + "category": "Polymaker HT-PLA", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 609, + "position": 647, "item": { "@type": "Product", - "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker Polymaker HT-PLA filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ABS Pro Galaxy", + "category": "Polymaker HT-PLA", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 610, + "position": 648, "item": { "@type": "Product", - "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker Polymaker HT-PLA filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ABS Pro Galaxy", + "category": "Polymaker HT-PLA", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 611, + "position": 649, "item": { "@type": "Product", - "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker Polymaker HT-PLA filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ABS Pro Galaxy", + "category": "Polymaker HT-PLA", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 612, + "position": 650, "item": { "@type": "Product", - "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Bambu Lab P1S (Bambu Studio)", + "name": "Polymaker Polymaker HT-PLA filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ABS Pro Galaxy", + "category": "Polymaker HT-PLA", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 613, + "position": 651, "item": { "@type": "Product", - "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Polymaker HT-PLA filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ABS Pro Galaxy", + "category": "Polymaker HT-PLA", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 614, + "position": 652, "item": { "@type": "Product", - "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Polymaker HT-PLA filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ABS Pro Galaxy", + "category": "Polymaker HT-PLA", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 615, + "position": 653, "item": { "@type": "Product", - "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for CreealityPrint K2Pro (CrealityPrint)", + "name": "Polymaker Polymaker HT-PLA filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ABS Pro Galaxy", + "category": "Polymaker HT-PLA", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 616, + "position": 654, "item": { "@type": "Product", - "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker Polymaker HT-PLA filament preset for Prusa Core One (PrusaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ABS Pro Galaxy", + "category": "Polymaker HT-PLA", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 617, + "position": 655, "item": { "@type": "Product", - "name": "Polymaker Polymaker ABS Pro Galaxy filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker Polymaker HT-PLA filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ABS Pro Galaxy", + "category": "Polymaker HT-PLA", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 618, + "position": 656, "item": { "@type": "Product", - "name": "Polymaker Polymaker ASA filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker Polymaker HT-PLA Pro filament preset for Anycubic Kobra S1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ASA", + "category": "Polymaker HT-PLA Pro", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 619, + "position": 657, "item": { "@type": "Product", - "name": "Polymaker Polymaker ASA filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Polymaker HT-PLA Pro filament preset for Bambu Lab A1 (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ASA", + "category": "Polymaker HT-PLA Pro", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 620, + "position": 658, "item": { "@type": "Product", - "name": "Polymaker Polymaker ASA filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Polymaker HT-PLA Pro filament preset for Bambu Lab A2L (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ASA", + "category": "Polymaker HT-PLA Pro", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 621, + "position": 659, "item": { "@type": "Product", - "name": "Polymaker Polymaker ASA filament preset for CreealityPrint K2Pro (CrealityPrint)", + "name": "Polymaker Polymaker HT-PLA Pro filament preset for Bambu Lab H2C (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker ASA", + "category": "Polymaker HT-PLA Pro", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 622, + "position": 660, "item": { "@type": "Product", - "name": "Polymaker Polymaker HT-PLA filament preset for Bambu Lab A2L (Bambu Studio)", + "name": "Polymaker Polymaker HT-PLA Pro filament preset for Bambu Lab H2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker HT-PLA", + "category": "Polymaker HT-PLA Pro", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 623, + "position": 661, "item": { "@type": "Product", - "name": "Polymaker Polymaker HT-PLA filament preset for Bambu Lab H2C (Bambu Studio)", + "name": "Polymaker Polymaker HT-PLA Pro filament preset for Bambu Lab H2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker HT-PLA", + "category": "Polymaker HT-PLA Pro", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 624, + "position": 662, "item": { "@type": "Product", - "name": "Polymaker Polymaker HT-PLA filament preset for Bambu Lab H2D (Bambu Studio)", + "name": "Polymaker Polymaker HT-PLA Pro filament preset for Bambu Lab P1S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker HT-PLA", + "category": "Polymaker HT-PLA Pro", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 625, + "position": 663, "item": { "@type": "Product", - "name": "Polymaker Polymaker HT-PLA filament preset for Bambu Lab H2S (Bambu Studio)", + "name": "Polymaker Polymaker HT-PLA Pro filament preset for Bambu Lab P2S (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker HT-PLA", + "category": "Polymaker HT-PLA Pro", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 626, + "position": 664, "item": { "@type": "Product", - "name": "Polymaker Polymaker HT-PLA filament preset for Bambu Lab P1S (Bambu Studio)", + "name": "Polymaker Polymaker HT-PLA Pro filament preset for Bambu Lab X2D (Bambu Studio)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker HT-PLA", + "category": "Polymaker HT-PLA Pro", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 627, + "position": 665, "item": { "@type": "Product", - "name": "Polymaker Polymaker HT-PLA filament preset for Bambu Lab P2S (Bambu Studio)", + "name": "Polymaker Polymaker HT-PLA Pro filament preset for Creality I7 (CrealityPrint)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker HT-PLA", + "category": "Polymaker HT-PLA Pro", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 628, + "position": 666, "item": { "@type": "Product", - "name": "Polymaker Polymaker HT-PLA filament preset for Bambu Lab X2D (Bambu Studio)", + "name": "Polymaker Polymaker HT-PLA Pro filament preset for Creality K2Pro (CrealityPrint)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker HT-PLA", + "category": "Polymaker HT-PLA Pro", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 629, + "position": 667, "item": { "@type": "Product", - "name": "Polymaker Polymaker HT-PLA filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", + "name": "Polymaker Polymaker HT-PLA Pro filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker HT-PLA", + "category": "Polymaker HT-PLA Pro", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 630, + "position": 668, "item": { "@type": "Product", - "name": "Polymaker Polymaker HT-PLA filament preset for Prusa Core One (PrusaSlicer)", + "name": "Polymaker Polymaker HT-PLA Pro filament preset for QIDI Q2 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker HT-PLA", + "category": "Polymaker HT-PLA Pro", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 631, + "position": 669, "item": { "@type": "Product", - "name": "Polymaker Polymaker HT-PLA filament preset for Snapmaker U1 (OrcaSlicer)", + "name": "Polymaker Polymaker HT-PLA Pro filament preset for Snapmaker U1 (OrcaSlicer)", "brand": { "@type": "Brand", "name": "Polymaker" }, - "category": "Polymaker HT-PLA", + "category": "Polymaker HT-PLA Pro", "url": "https://presets.polymaker.com/" } }, { "@type": "ListItem", - "position": 632, + "position": 670, "item": { "@type": "Product", "name": "Polymaker Polymaker HT-PLA-GF filament preset for Bambu Lab A2L (Bambu Studio)", @@ -8897,7 +9429,7 @@ }, { "@type": "ListItem", - "position": 633, + "position": 671, "item": { "@type": "Product", "name": "Polymaker Polymaker HT-PLA-GF filament preset for Bambu Lab H2C (Bambu Studio)", @@ -8911,7 +9443,7 @@ }, { "@type": "ListItem", - "position": 634, + "position": 672, "item": { "@type": "Product", "name": "Polymaker Polymaker HT-PLA-GF filament preset for Bambu Lab H2D (Bambu Studio)", @@ -8925,7 +9457,7 @@ }, { "@type": "ListItem", - "position": 635, + "position": 673, "item": { "@type": "Product", "name": "Polymaker Polymaker HT-PLA-GF filament preset for Bambu Lab H2S (Bambu Studio)", @@ -8939,7 +9471,7 @@ }, { "@type": "ListItem", - "position": 636, + "position": 674, "item": { "@type": "Product", "name": "Polymaker Polymaker HT-PLA-GF filament preset for Bambu Lab P2S (Bambu Studio)", @@ -8953,7 +9485,7 @@ }, { "@type": "ListItem", - "position": 637, + "position": 675, "item": { "@type": "Product", "name": "Polymaker Polymaker HT-PLA-GF filament preset for Bambu Lab X2D (Bambu Studio)", @@ -8967,7 +9499,7 @@ }, { "@type": "ListItem", - "position": 638, + "position": 676, "item": { "@type": "Product", "name": "Polymaker Polymaker HT-PLA-GF filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", @@ -8981,7 +9513,7 @@ }, { "@type": "ListItem", - "position": 639, + "position": 677, "item": { "@type": "Product", "name": "Polymaker Polymaker HT-PLA-GF filament preset for Prusa Core One (PrusaSlicer)", @@ -8995,7 +9527,7 @@ }, { "@type": "ListItem", - "position": 640, + "position": 678, "item": { "@type": "Product", "name": "Polymaker Polymaker HT-PLA-GF filament preset for Snapmaker U1 (OrcaSlicer)", @@ -9009,7 +9541,7 @@ }, { "@type": "ListItem", - "position": 641, + "position": 679, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG filament preset for Bambu Lab A1 (Bambu Studio)", @@ -9023,7 +9555,7 @@ }, { "@type": "ListItem", - "position": 642, + "position": 680, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG filament preset for Bambu Lab A2L (Bambu Studio)", @@ -9037,7 +9569,7 @@ }, { "@type": "ListItem", - "position": 643, + "position": 681, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG filament preset for Bambu Lab H2C (Bambu Studio)", @@ -9051,7 +9583,7 @@ }, { "@type": "ListItem", - "position": 644, + "position": 682, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG filament preset for Bambu Lab H2D (Bambu Studio)", @@ -9065,7 +9597,7 @@ }, { "@type": "ListItem", - "position": 645, + "position": 683, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG filament preset for Bambu Lab H2S (Bambu Studio)", @@ -9079,7 +9611,7 @@ }, { "@type": "ListItem", - "position": 646, + "position": 684, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG filament preset for Bambu Lab P1S (Bambu Studio)", @@ -9093,7 +9625,7 @@ }, { "@type": "ListItem", - "position": 647, + "position": 685, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG filament preset for Bambu Lab P2S (Bambu Studio)", @@ -9107,7 +9639,7 @@ }, { "@type": "ListItem", - "position": 648, + "position": 686, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG filament preset for Bambu Lab X2D (Bambu Studio)", @@ -9121,7 +9653,7 @@ }, { "@type": "ListItem", - "position": 649, + "position": 687, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", @@ -9135,7 +9667,7 @@ }, { "@type": "ListItem", - "position": 650, + "position": 688, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG filament preset for Prusa Core One (PrusaSlicer)", @@ -9149,7 +9681,7 @@ }, { "@type": "ListItem", - "position": 651, + "position": 689, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG filament preset for Snapmaker U1 (OrcaSlicer)", @@ -9163,7 +9695,7 @@ }, { "@type": "ListItem", - "position": 652, + "position": 690, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG Galaxy filament preset for Bambu Lab A1 (Bambu Studio)", @@ -9177,7 +9709,7 @@ }, { "@type": "ListItem", - "position": 653, + "position": 691, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG Galaxy filament preset for Bambu Lab A2L (Bambu Studio)", @@ -9191,7 +9723,7 @@ }, { "@type": "ListItem", - "position": 654, + "position": 692, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG Galaxy filament preset for Bambu Lab H2C (Bambu Studio)", @@ -9205,7 +9737,7 @@ }, { "@type": "ListItem", - "position": 655, + "position": 693, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG Galaxy filament preset for Bambu Lab H2D (Bambu Studio)", @@ -9219,7 +9751,7 @@ }, { "@type": "ListItem", - "position": 656, + "position": 694, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG Galaxy filament preset for Bambu Lab H2S (Bambu Studio)", @@ -9233,7 +9765,7 @@ }, { "@type": "ListItem", - "position": 657, + "position": 695, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG Galaxy filament preset for Bambu Lab P1S (Bambu Studio)", @@ -9247,7 +9779,7 @@ }, { "@type": "ListItem", - "position": 658, + "position": 696, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG Galaxy filament preset for Bambu Lab P2S (Bambu Studio)", @@ -9261,7 +9793,7 @@ }, { "@type": "ListItem", - "position": 659, + "position": 697, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG Galaxy filament preset for Bambu Lab X2D (Bambu Studio)", @@ -9275,7 +9807,7 @@ }, { "@type": "ListItem", - "position": 660, + "position": 698, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG Galaxy filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", @@ -9289,7 +9821,7 @@ }, { "@type": "ListItem", - "position": 661, + "position": 699, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG Galaxy filament preset for Prusa Core One (PrusaSlicer)", @@ -9303,7 +9835,7 @@ }, { "@type": "ListItem", - "position": 662, + "position": 700, "item": { "@type": "Product", "name": "Polymaker Polymaker PETG Galaxy filament preset for Snapmaker U1 (OrcaSlicer)", @@ -9317,7 +9849,7 @@ }, { "@type": "ListItem", - "position": 663, + "position": 701, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA filament preset for Bambu Lab A2L (Bambu Studio)", @@ -9331,7 +9863,7 @@ }, { "@type": "ListItem", - "position": 664, + "position": 702, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA filament preset for Bambu Lab H2C (Bambu Studio)", @@ -9345,7 +9877,7 @@ }, { "@type": "ListItem", - "position": 665, + "position": 703, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA filament preset for Bambu Lab H2D (Bambu Studio)", @@ -9359,7 +9891,7 @@ }, { "@type": "ListItem", - "position": 666, + "position": 704, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA filament preset for Bambu Lab H2S (Bambu Studio)", @@ -9373,7 +9905,21 @@ }, { "@type": "ListItem", - "position": 667, + "position": 705, + "item": { + "@type": "Product", + "name": "Polymaker Polymaker PLA filament preset for Bambu Lab P1S (Bambu Studio)", + "brand": { + "@type": "Brand", + "name": "Polymaker" + }, + "category": "Polymaker PLA", + "url": "https://presets.polymaker.com/" + } + }, + { + "@type": "ListItem", + "position": 706, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA filament preset for Bambu Lab P2S (Bambu Studio)", @@ -9387,7 +9933,7 @@ }, { "@type": "ListItem", - "position": 668, + "position": 707, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA filament preset for Bambu Lab X2D (Bambu Studio)", @@ -9401,7 +9947,7 @@ }, { "@type": "ListItem", - "position": 669, + "position": 708, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", @@ -9415,7 +9961,7 @@ }, { "@type": "ListItem", - "position": 670, + "position": 709, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA filament preset for Prusa Core One (PrusaSlicer)", @@ -9429,7 +9975,7 @@ }, { "@type": "ListItem", - "position": 671, + "position": 710, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA filament preset for Snapmaker U1 (OrcaSlicer)", @@ -9443,7 +9989,7 @@ }, { "@type": "ListItem", - "position": 672, + "position": 711, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro filament preset for Anycubic Kobra S1 (OrcaSlicer)", @@ -9457,7 +10003,7 @@ }, { "@type": "ListItem", - "position": 673, + "position": 712, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro filament preset for Bambu Lab A1 (Bambu Studio)", @@ -9471,7 +10017,7 @@ }, { "@type": "ListItem", - "position": 674, + "position": 713, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro filament preset for Bambu Lab A2L (Bambu Studio)", @@ -9485,7 +10031,7 @@ }, { "@type": "ListItem", - "position": 675, + "position": 714, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro filament preset for Bambu Lab H2C (Bambu Studio)", @@ -9499,7 +10045,7 @@ }, { "@type": "ListItem", - "position": 676, + "position": 715, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro filament preset for Bambu Lab H2D (Bambu Studio)", @@ -9513,7 +10059,7 @@ }, { "@type": "ListItem", - "position": 677, + "position": 716, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro filament preset for Bambu Lab H2S (Bambu Studio)", @@ -9527,7 +10073,7 @@ }, { "@type": "ListItem", - "position": 678, + "position": 717, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro filament preset for Bambu Lab P1S (Bambu Studio)", @@ -9541,7 +10087,7 @@ }, { "@type": "ListItem", - "position": 679, + "position": 718, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro filament preset for Bambu Lab P2S (Bambu Studio)", @@ -9555,7 +10101,7 @@ }, { "@type": "ListItem", - "position": 680, + "position": 719, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro filament preset for Bambu Lab X2D (Bambu Studio)", @@ -9569,7 +10115,7 @@ }, { "@type": "ListItem", - "position": 681, + "position": 720, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", @@ -9583,7 +10129,7 @@ }, { "@type": "ListItem", - "position": 682, + "position": 721, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro filament preset for Prusa Core One (PrusaSlicer)", @@ -9597,7 +10143,7 @@ }, { "@type": "ListItem", - "position": 683, + "position": 722, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro filament preset for Snapmaker U1 (OrcaSlicer)", @@ -9611,7 +10157,7 @@ }, { "@type": "ListItem", - "position": 684, + "position": 723, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro Metallic filament preset for Anycubic Kobra S1 (OrcaSlicer)", @@ -9625,7 +10171,7 @@ }, { "@type": "ListItem", - "position": 685, + "position": 724, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro Metallic filament preset for Bambu Lab A1 (Bambu Studio)", @@ -9639,7 +10185,7 @@ }, { "@type": "ListItem", - "position": 686, + "position": 725, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro Metallic filament preset for Bambu Lab A2L (Bambu Studio)", @@ -9653,7 +10199,7 @@ }, { "@type": "ListItem", - "position": 687, + "position": 726, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro Metallic filament preset for Bambu Lab H2C (Bambu Studio)", @@ -9667,7 +10213,7 @@ }, { "@type": "ListItem", - "position": 688, + "position": 727, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro Metallic filament preset for Bambu Lab H2D (Bambu Studio)", @@ -9681,7 +10227,7 @@ }, { "@type": "ListItem", - "position": 689, + "position": 728, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro Metallic filament preset for Bambu Lab H2S (Bambu Studio)", @@ -9695,7 +10241,7 @@ }, { "@type": "ListItem", - "position": 690, + "position": 729, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro Metallic filament preset for Bambu Lab P1S (Bambu Studio)", @@ -9709,7 +10255,7 @@ }, { "@type": "ListItem", - "position": 691, + "position": 730, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro Metallic filament preset for Bambu Lab P2S (Bambu Studio)", @@ -9723,7 +10269,7 @@ }, { "@type": "ListItem", - "position": 692, + "position": 731, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro Metallic filament preset for Bambu Lab X2D (Bambu Studio)", @@ -9737,7 +10283,7 @@ }, { "@type": "ListItem", - "position": 693, + "position": 732, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro Metallic filament preset for Elegoo Centauri Carbon 2 (ElegooSlicer)", @@ -9751,7 +10297,7 @@ }, { "@type": "ListItem", - "position": 694, + "position": 733, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro Metallic filament preset for Prusa Core One (PrusaSlicer)", @@ -9765,7 +10311,7 @@ }, { "@type": "ListItem", - "position": 695, + "position": 734, "item": { "@type": "Product", "name": "Polymaker Polymaker PLA Pro Metallic filament preset for Snapmaker U1 (OrcaSlicer)", @@ -9822,7 +10368,7 @@ "name": "Which slicers and printers do Polymaker presets support?", "acceptedAnswer": { "@type": "Answer", - "text": "Presets are available for Bambu Studio, CrealityPrint, ElegooSlicer, OrcaSlicer, PrusaSlicer, covering Anycubic, Bambu Lab, CreealityPrint, Elegoo, Prusa, QIDI, Snapmaker printers. Use the filters on this page to find the preset for your exact printer model and material." + "text": "Presets are available for Bambu Studio, CrealityPrint, ElegooSlicer, OrcaSlicer, PrusaSlicer, covering Anycubic, Bambu Lab, Creality, Elegoo, Prusa, QIDI, Snapmaker printers. Use the filters on this page to find the preset for your exact printer model and material." } } ] @@ -10031,7 +10577,7 @@

Known Issues