orcaslicer/resources/profiles/Co Print.json
Co Print 3D Printing Technologies 587e839397
Adding Co Print profiles (#6791)
* Adding Co print profiles

* remove filament_z_hop_types

---------

Co-authored-by: Youssef Mohamed / Yusuf Kaya <38719545+yousefabohend@users.noreply.github.com>
2024-09-18 08:40:52 +08:00

55 lines
1.4 KiB
JSON

{
"name": "Co Print",
"version": "02.01.01.00",
"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 fast",
"sub_path": "machine/Co Print ChromaSet 0.4 nozzle fast.json"
}
]
}