orcaslicer/resources/profiles/Co Print.json
Co Print 3D Printing Technologies 3e520c713c
Add New Machine Profiles and Improve Existing Settings for Co Print ChromaSet 0.4 (#7889)
Add files via upload

Improved the existing 'Co Print ChromaSet 0.4 nozzle' and 'Co Print ChromaSet 0.4 nozzle fast' machine files. Added new machine files: 'Co Print ChromaSet 0.4 nozzle - Ender-3 V3' and 'Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus'. Enhanced the '0.2mm Standard @Co Print ChromaSet 0.4' and '0.2mm Fast @Co Print ChromaSet 0.4' process files. Updated the 'CoPrint Generic PLA' file to ensure compatibility with the newly added machine files.

Co-authored-by: SoftFever <softfeverever@gmail.com>
2025-01-07 23:26:52 +08:00

63 lines
1.7 KiB
JSON

{
"name": "Co Print",
"version": "02.02.00.04",
"force_update": "0",
"description": "CoPrint configurations",
"machine_model_list": [
{
"name": "Co Print ChromaSet",
"sub_path": "machine/Co Print ChromaSet.json"
}
],
"process_list": [
{
"name": "fdm_process_common",
"sub_path": "process/fdm_process_common.json"
}, {
"name": "fdm_process_coprint_common",
"sub_path": "process/fdm_process_coprint_common.json"
}, {
"name": "0.2mm Standard @Co Print ChromaSet 0.4",
"sub_path": "process/0.2mm Standard @Co Print ChromaSet 0.4.json"
}, {
"name": "0.2mm Fast @Co Print ChromaSet 0.4",
"sub_path": "process/0.2mm Fast @Co Print ChromaSet 0.4.json"
}
],
"filament_list": [
{
"name": "fdm_filament_common",
"sub_path": "filament/fdm_filament_common.json"
},
{
"name": "fdm_filament_pla",
"sub_path": "filament/fdm_filament_pla.json"
},
{
"name": "CoPrint Generic PLA",
"sub_path": "filament/CoPrint Generic PLA.json"
}
],
"machine_list": [
{
"name": "fdm_machine_common",
"sub_path": "machine/fdm_machine_common.json"
},
{
"name": "Co Print ChromaSet 0.4 nozzle",
"sub_path": "machine/Co Print ChromaSet 0.4 nozzle.json"
},
{
"name": "Co Print ChromaSet 0.4 nozzle - Ender-3 V3",
"sub_path": "machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3.json"
},
{
"name": "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus",
"sub_path": "machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus.json"
},
{
"name": "Co Print ChromaSet 0.4 nozzle fast",
"sub_path": "machine/Co Print ChromaSet 0.4 nozzle fast.json"
}
]
}