## Summary Adds proper system profiles for the **Anycubic Kobra Neo** with 0.4mm nozzle (stock Marlin firmware). This replaces the profiles from #12341 which had several issues: - All files had `"from": "User"` instead of `"from": "system"` — causing profile loading failures - No `inherits` or `type` fields — broke the inheritance chain - Klipper-only gcode (not stock firmware) - No `Anycubic.json` index entries — printer never appeared in the UI - Cover image was 382x600 instead of 240x240 (displayed squashed) - Profiles were subsequently removed in #12889 ### Files added/modified | File | Description | |------|-------------| | `machine/Anycubic Kobra Neo.json` | Base machine model (220x220x250mm) | | `machine/Anycubic Kobra Neo 0.4 nozzle.json` | 0.4mm nozzle variant, stock Marlin gcode | | `process/0.12mm Detail @Anycubic Kobra Neo 0.4 nozzle.json` | Detail process profile | | `process/0.16mm Standard @Anycubic Kobra Neo 0.4 nozzle.json` | Standard process profile | | `process/0.20mm Standard @Anycubic Kobra Neo 0.4 nozzle.json` | Standard process profile | | `process/0.28mm Standard @Anycubic Kobra Neo 0.4 nozzle.json` | Standard process profile | | `filament/Anycubic PLA @Anycubic Kobra Neo 0.4 nozzle.json` | PLA filament profile | | `Anycubic Kobra Neo_cover.png` | Resized to 240x240 | | `Anycubic.json` | Added index entries for all new profiles | ### Approach - Based on the working **Anycubic Kobra 2 Neo** profiles (similar hardware — direct drive, 220x220 bed) - Start gcode uses `G29` for auto bed leveling (stock Kobra Neo probes fresh each print) - Profiles use proper `"from": "system"` and `"inherits": "fdm_machine_common"` / `"fdm_process_common"` chains - Buildplate model and texture from #12341 are already in the repo ### Testing - Verified profiles load correctly in OrcaSlicer 2.3.2 (no errors in log) - Printer appears in Printer Selection dialog with correct 240x240 cover image - Process/filament presets appear when printer is selected - **Note:** Start/end gcode adapted from Kobra 2 Neo for stock Marlin — testing on stock firmware by Kobra Neo owners would be appreciated Closes the gap left by #12341 and #12889.
551 lines
20 KiB
JSON
551 lines
20 KiB
JSON
{
|
|
"name": "Anycubic",
|
|
"version": "02.03.02.60",
|
|
"force_update": "0",
|
|
"description": "Anycubic configurations",
|
|
"machine_model_list": [
|
|
{
|
|
"name": "Anycubic 4Max Pro",
|
|
"sub_path": "machine/Anycubic 4Max Pro.json"
|
|
},
|
|
{
|
|
"name": "Anycubic 4Max Pro 2",
|
|
"sub_path": "machine/Anycubic 4Max Pro 2.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Chiron",
|
|
"sub_path": "machine/Anycubic Chiron.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra",
|
|
"sub_path": "machine/Anycubic Kobra.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra 2",
|
|
"sub_path": "machine/Anycubic Kobra 2.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra 2 Max",
|
|
"sub_path": "machine/Anycubic Kobra 2 Max.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra 2 Neo",
|
|
"sub_path": "machine/Anycubic Kobra 2 Neo.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra 2 Plus",
|
|
"sub_path": "machine/Anycubic Kobra 2 Plus.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra 2 Pro",
|
|
"sub_path": "machine/Anycubic Kobra 2 Pro.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra 3",
|
|
"sub_path": "machine/Anycubic Kobra 3.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra Max",
|
|
"sub_path": "machine/Anycubic Kobra Max.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra Plus",
|
|
"sub_path": "machine/Anycubic Kobra Plus.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra S1",
|
|
"sub_path": "machine/Anycubic Kobra S1.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Predator",
|
|
"sub_path": "machine/Anycubic Predator.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Vyper",
|
|
"sub_path": "machine/Anycubic Vyper.json"
|
|
},
|
|
{
|
|
"name": "Anycubic i3 Mega S",
|
|
"sub_path": "machine/Anycubic i3 Mega S.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra Neo",
|
|
"sub_path": "machine/Anycubic Kobra Neo.json"
|
|
}
|
|
],
|
|
"process_list": [
|
|
{
|
|
"name": "fdm_process_common",
|
|
"sub_path": "process/fdm_process_common.json"
|
|
},
|
|
{
|
|
"name": "0.08mm HighDetail @Anycubic Kobra 3 0.4 nozzle",
|
|
"sub_path": "process/0.08mm HighDetail @Anycubic Kobra 3 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.10mm Detail @Anycubic Kobra 3 0.2 nozzle",
|
|
"sub_path": "process/0.10mm Detail @Anycubic Kobra 3 0.2 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.12mm Detail @Anycubic Kobra 2 Neo 0.4 nozzle",
|
|
"sub_path": "process/0.12mm Detail @Anycubic Kobra 2 Neo 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.12mm Detail @Anycubic Kobra 3 0.4 nozzle",
|
|
"sub_path": "process/0.12mm Detail @Anycubic Kobra 3 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.15mm Optimal @Anycubic 4MaxPro2",
|
|
"sub_path": "process/0.15mm Optimal @Anycubic 4MaxPro2.json"
|
|
},
|
|
{
|
|
"name": "0.15mm Optimal @Anycubic Chiron",
|
|
"sub_path": "process/0.15mm Optimal @Anycubic Chiron.json"
|
|
},
|
|
{
|
|
"name": "0.15mm Optimal @Anycubic Kobra",
|
|
"sub_path": "process/0.15mm Optimal @Anycubic Kobra.json"
|
|
},
|
|
{
|
|
"name": "0.15mm Optimal @Anycubic Kobra2",
|
|
"sub_path": "process/0.15mm Optimal @Anycubic Kobra2.json"
|
|
},
|
|
{
|
|
"name": "0.15mm Optimal @Anycubic KobraMax",
|
|
"sub_path": "process/0.15mm Optimal @Anycubic KobraMax.json"
|
|
},
|
|
{
|
|
"name": "0.15mm Optimal @Anycubic KobraPlus",
|
|
"sub_path": "process/0.15mm Optimal @Anycubic KobraPlus.json"
|
|
},
|
|
{
|
|
"name": "0.15mm Optimal @Anycubic Vyper",
|
|
"sub_path": "process/0.15mm Optimal @Anycubic Vyper.json"
|
|
},
|
|
{
|
|
"name": "0.15mm Optimal @Anycubic i3MegaS",
|
|
"sub_path": "process/0.15mm Optimal @Anycubic i3MegaS.json"
|
|
},
|
|
{
|
|
"name": "0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle",
|
|
"sub_path": "process/0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle",
|
|
"sub_path": "process/0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.16mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle",
|
|
"sub_path": "process/0.16mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.20mm Standard @Anycubic 4MaxPro",
|
|
"sub_path": "process/0.20mm Standard @Anycubic 4MaxPro.json"
|
|
},
|
|
{
|
|
"name": "0.20mm Standard @Anycubic 4MaxPro2",
|
|
"sub_path": "process/0.20mm Standard @Anycubic 4MaxPro2.json"
|
|
},
|
|
{
|
|
"name": "0.20mm Standard @Anycubic Chiron",
|
|
"sub_path": "process/0.20mm Standard @Anycubic Chiron.json"
|
|
},
|
|
{
|
|
"name": "0.20mm Standard @Anycubic Kobra",
|
|
"sub_path": "process/0.20mm Standard @Anycubic Kobra.json"
|
|
},
|
|
{
|
|
"name": "0.20mm Standard @Anycubic Kobra 2 Max 0.4 nozzle",
|
|
"sub_path": "process/0.20mm Standard @Anycubic Kobra 2 Max 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle",
|
|
"sub_path": "process/0.20mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.20mm Standard @Anycubic Kobra 2 Plus 0.4 nozzle",
|
|
"sub_path": "process/0.20mm Standard @Anycubic Kobra 2 Plus 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.20mm Standard @Anycubic Kobra 2 Pro 0.4 nozzle",
|
|
"sub_path": "process/0.20mm Standard @Anycubic Kobra 2 Pro 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.20mm Standard @Anycubic Kobra 3 0.4 nozzle",
|
|
"sub_path": "process/0.20mm Standard @Anycubic Kobra 3 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.20mm Standard @Anycubic Kobra S1 0.4 nozzle",
|
|
"sub_path": "process/0.20mm Standard @Anycubic Kobra S1 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.20mm Standard @Anycubic Kobra2",
|
|
"sub_path": "process/0.20mm Standard @Anycubic Kobra2.json"
|
|
},
|
|
{
|
|
"name": "0.20mm Standard @Anycubic KobraMax",
|
|
"sub_path": "process/0.20mm Standard @Anycubic KobraMax.json"
|
|
},
|
|
{
|
|
"name": "0.20mm Standard @Anycubic KobraPlus",
|
|
"sub_path": "process/0.20mm Standard @Anycubic KobraPlus.json"
|
|
},
|
|
{
|
|
"name": "0.20mm Standard @Anycubic Predator",
|
|
"sub_path": "process/0.20mm Standard @Anycubic Predator.json"
|
|
},
|
|
{
|
|
"name": "0.20mm Standard @Anycubic Vyper",
|
|
"sub_path": "process/0.20mm Standard @Anycubic Vyper.json"
|
|
},
|
|
{
|
|
"name": "0.20mm Standard @Anycubic i3MegaS",
|
|
"sub_path": "process/0.20mm Standard @Anycubic i3MegaS.json"
|
|
},
|
|
{
|
|
"name": "0.24mm Draft @Anycubic Kobra 3 0.4 nozzle",
|
|
"sub_path": "process/0.24mm Draft @Anycubic Kobra 3 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.28mm Draft @Anycubic Kobra 2 Pro 0.4 nozzle",
|
|
"sub_path": "process/0.28mm Draft @Anycubic Kobra 2 Pro 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.28mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle",
|
|
"sub_path": "process/0.28mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.28mm SuperDraft @Anycubic Kobra 3 0.4 nozzle",
|
|
"sub_path": "process/0.28mm SuperDraft @Anycubic Kobra 3 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.30mm Draft @Anycubic 4MaxPro2",
|
|
"sub_path": "process/0.30mm Draft @Anycubic 4MaxPro2.json"
|
|
},
|
|
{
|
|
"name": "0.30mm Draft @Anycubic Chiron",
|
|
"sub_path": "process/0.30mm Draft @Anycubic Chiron.json"
|
|
},
|
|
{
|
|
"name": "0.30mm Draft @Anycubic Kobra",
|
|
"sub_path": "process/0.30mm Draft @Anycubic Kobra.json"
|
|
},
|
|
{
|
|
"name": "0.30mm Draft @Anycubic Kobra2",
|
|
"sub_path": "process/0.30mm Draft @Anycubic Kobra2.json"
|
|
},
|
|
{
|
|
"name": "0.30mm Draft @Anycubic KobraMax",
|
|
"sub_path": "process/0.30mm Draft @Anycubic KobraMax.json"
|
|
},
|
|
{
|
|
"name": "0.30mm Draft @Anycubic KobraPlus",
|
|
"sub_path": "process/0.30mm Draft @Anycubic KobraPlus.json"
|
|
},
|
|
{
|
|
"name": "0.30mm Draft @Anycubic Vyper",
|
|
"sub_path": "process/0.30mm Draft @Anycubic Vyper.json"
|
|
},
|
|
{
|
|
"name": "0.30mm Draft @Anycubic i3MegaS",
|
|
"sub_path": "process/0.30mm Draft @Anycubic i3MegaS.json"
|
|
},
|
|
{
|
|
"name": "0.30mm Standard @Anycubic Kobra 3 0.6 nozzle",
|
|
"sub_path": "process/0.30mm Standard @Anycubic Kobra 3 0.6 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.40mm Standard @Anycubic Kobra 3 0.8 nozzle",
|
|
"sub_path": "process/0.40mm Standard @Anycubic Kobra 3 0.8 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.12mm Detail @Anycubic Kobra Neo 0.4 nozzle",
|
|
"sub_path": "process/0.12mm Detail @Anycubic Kobra Neo 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.16mm Standard @Anycubic Kobra Neo 0.4 nozzle",
|
|
"sub_path": "process/0.16mm Standard @Anycubic Kobra Neo 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.20mm Standard @Anycubic Kobra Neo 0.4 nozzle",
|
|
"sub_path": "process/0.20mm Standard @Anycubic Kobra Neo 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "0.28mm Standard @Anycubic Kobra Neo 0.4 nozzle",
|
|
"sub_path": "process/0.28mm Standard @Anycubic Kobra Neo 0.4 nozzle.json"
|
|
}
|
|
],
|
|
"filament_list": [
|
|
{
|
|
"name": "fdm_filament_common",
|
|
"sub_path": "filament/fdm_filament_common.json"
|
|
},
|
|
{
|
|
"name": "fdm_filament_abs",
|
|
"sub_path": "filament/fdm_filament_abs.json"
|
|
},
|
|
{
|
|
"name": "fdm_filament_asa",
|
|
"sub_path": "filament/fdm_filament_asa.json"
|
|
},
|
|
{
|
|
"name": "fdm_filament_pa",
|
|
"sub_path": "filament/fdm_filament_pa.json"
|
|
},
|
|
{
|
|
"name": "fdm_filament_pc",
|
|
"sub_path": "filament/fdm_filament_pc.json"
|
|
},
|
|
{
|
|
"name": "fdm_filament_pet",
|
|
"sub_path": "filament/fdm_filament_pet.json"
|
|
},
|
|
{
|
|
"name": "fdm_filament_pla",
|
|
"sub_path": "filament/fdm_filament_pla.json"
|
|
},
|
|
{
|
|
"name": "fdm_filament_pva",
|
|
"sub_path": "filament/fdm_filament_pva.json"
|
|
},
|
|
{
|
|
"name": "fdm_filament_tpu",
|
|
"sub_path": "filament/fdm_filament_tpu.json"
|
|
},
|
|
{
|
|
"name": "Anycubic ABS @Anycubic Kobra S1 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic ABS @Anycubic Kobra S1 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Generic ABS",
|
|
"sub_path": "filament/Anycubic Generic ABS.json"
|
|
},
|
|
{
|
|
"name": "Anycubic ASA @Anycubic Kobra S1 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic ASA @Anycubic Kobra S1 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Generic ASA",
|
|
"sub_path": "filament/Anycubic Generic ASA.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Generic PA",
|
|
"sub_path": "filament/Anycubic Generic PA.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Generic PA-CF",
|
|
"sub_path": "filament/Anycubic Generic PA-CF.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Generic PC",
|
|
"sub_path": "filament/Anycubic Generic PC.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Generic PETG",
|
|
"sub_path": "filament/Anycubic Generic PETG.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PETG @Anycubic Kobra S1 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic PETG @Anycubic Kobra S1 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Generic PLA",
|
|
"sub_path": "filament/Anycubic Generic PLA.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Generic PLA-CF",
|
|
"sub_path": "filament/Anycubic Generic PLA-CF.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA @Anycubic Kobra S1 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic PLA @Anycubic Kobra S1 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA High Speed @Anycubic Kobra S1 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic PLA High Speed @Anycubic Kobra S1 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA Silk @Anycubic Kobra S1 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic PLA Silk @Anycubic Kobra S1 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA+ @Anycubic Kobra S1 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic PLA+ @Anycubic Kobra S1 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Generic PVA",
|
|
"sub_path": "filament/Anycubic Generic PVA.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Generic TPU",
|
|
"sub_path": "filament/Anycubic Generic TPU.json"
|
|
},
|
|
{
|
|
"name": "Anycubic TPU @Anycubic Kobra S1 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic TPU @Anycubic Kobra S1 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Generic ABS @Anycubic Kobra 3 0.4 nozzle",
|
|
"sub_path": "filament/Generic ABS @Anycubic Kobra 3 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic ASA @Anycubic Kobra 3 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic ASA @Anycubic Kobra 3 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PETG @Anycubic Kobra 3 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic PETG @Anycubic Kobra 3 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA @Anycubic Kobra 2 Max 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic PLA @Anycubic Kobra 2 Max 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA @Anycubic Kobra 2 Neo 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic PLA @Anycubic Kobra 2 Neo 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA @Anycubic Kobra 2 Plus 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic PLA @Anycubic Kobra 2 Plus 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA @Anycubic Kobra 2 Pro 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic PLA @Anycubic Kobra 2 Pro 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA @Anycubic Kobra 3 0.2 nozzle",
|
|
"sub_path": "filament/Anycubic PLA @Anycubic Kobra 3 0.2 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA @Anycubic Kobra 3 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic PLA @Anycubic Kobra 3 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA @Anycubic Kobra 3 0.6 nozzle",
|
|
"sub_path": "filament/Anycubic PLA @Anycubic Kobra 3 0.6 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA @Anycubic Kobra 3 0.8 nozzle",
|
|
"sub_path": "filament/Anycubic PLA @Anycubic Kobra 3 0.8 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA Glow @Anycubic Kobra 3 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic PLA Glow @Anycubic Kobra 3 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA High Speed @Anycubic Kobra 3 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic PLA High Speed @Anycubic Kobra 3 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA Matte @Anycubic Kobra 3 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic PLA Matte @Anycubic Kobra 3 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA SE @Anycubic Kobra 3 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic PLA SE @Anycubic Kobra 3 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA Slik @Anycubic Kobra 3 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic PLA Slik @Anycubic Kobra 3 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA+ @Anycubic Kobra 3 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic PLA+ @Anycubic Kobra 3 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Generic TPU @Anycubic Kobra 3 0.4 nozzle",
|
|
"sub_path": "filament/Generic TPU @Anycubic Kobra 3 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic PLA @Anycubic Kobra Neo 0.4 nozzle",
|
|
"sub_path": "filament/Anycubic PLA @Anycubic Kobra Neo 0.4 nozzle.json"
|
|
}
|
|
],
|
|
"machine_list": [
|
|
{
|
|
"name": "fdm_machine_common",
|
|
"sub_path": "machine/fdm_machine_common.json"
|
|
},
|
|
{
|
|
"name": "Anycubic 4Max Pro 0.4 nozzle",
|
|
"sub_path": "machine/Anycubic 4Max Pro 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic 4Max Pro 2 0.4 nozzle",
|
|
"sub_path": "machine/Anycubic 4Max Pro 2 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Chiron 0.4 nozzle",
|
|
"sub_path": "machine/Anycubic Chiron 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra 0.4 nozzle",
|
|
"sub_path": "machine/Anycubic Kobra 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra 2 0.4 nozzle",
|
|
"sub_path": "machine/Anycubic Kobra 2 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra 2 Max 0.4 nozzle",
|
|
"sub_path": "machine/Anycubic Kobra 2 Max 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra 2 Neo 0.4 nozzle",
|
|
"sub_path": "machine/Anycubic Kobra 2 Neo 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra 2 Plus 0.4 nozzle",
|
|
"sub_path": "machine/Anycubic Kobra 2 Plus 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra 2 Pro 0.4 nozzle",
|
|
"sub_path": "machine/Anycubic Kobra 2 Pro 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra 3 0.2 nozzle",
|
|
"sub_path": "machine/Anycubic Kobra 3 0.2 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra 3 0.4 nozzle",
|
|
"sub_path": "machine/Anycubic Kobra 3 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra 3 0.6 nozzle",
|
|
"sub_path": "machine/Anycubic Kobra 3 0.6 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra 3 0.8 nozzle",
|
|
"sub_path": "machine/Anycubic Kobra 3 0.8 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra Max 0.4 nozzle",
|
|
"sub_path": "machine/Anycubic Kobra Max 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra Plus 0.4 nozzle",
|
|
"sub_path": "machine/Anycubic Kobra Plus 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra S1 0.4 nozzle",
|
|
"sub_path": "machine/Anycubic Kobra S1 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Predator 0.4 nozzle",
|
|
"sub_path": "machine/Anycubic Predator 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Vyper 0.4 nozzle",
|
|
"sub_path": "machine/Anycubic Vyper 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic i3 Mega S 0.4 nozzle",
|
|
"sub_path": "machine/Anycubic i3 Mega S 0.4 nozzle.json"
|
|
},
|
|
{
|
|
"name": "Anycubic Kobra Neo 0.4 nozzle",
|
|
"sub_path": "machine/Anycubic Kobra Neo 0.4 nozzle.json"
|
|
}
|
|
]
|
|
}
|