-
-
Notifications
You must be signed in to change notification settings - Fork 939
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial commit to add the upcoming Comgrow T500 * UPDATE DANG IT * Added Comgrow machine file * Updated profiles to be more inline with their Cura profiles * Corrected Errors in comgrow_common and uploaded a new cover.png * fixes --------- Co-authored-by: SoftFever <[email protected]>
- Loading branch information
Showing
32 changed files
with
4,182 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
{ | ||
"name": "Comgrow", | ||
"version": "01.07.00.00", | ||
"force_update": "0", | ||
"description": "Comgrow configurations", | ||
"machine_model_list": [ | ||
{ | ||
"name": "Comgrow T500", | ||
"sub_path": "machine/Comgrow T500.json" | ||
} | ||
], | ||
"process_list": [ | ||
{ | ||
"name": "fdm_process_common", | ||
"sub_path": "process/fdm_process_common.json" | ||
}, | ||
{ | ||
"name": "fdm_process_comgrow_common", | ||
"sub_path": "process/fdm_process_comgrow_common.json" | ||
}, | ||
{ | ||
"name": "0.16mm Optimal @Comgrow T500", | ||
"sub_path": "process/0.16mm Opitmal @Comgrow T500 0.6.json" | ||
}, | ||
{ | ||
"name": "0.16mm Optimal @Comgrow T500", | ||
"sub_path": "process/0.16mm Optimal @Comgrow T500 0.4.json" | ||
}, | ||
{ | ||
"name": "0.20mm Standard @Comgrow T500", | ||
"sub_path": "process/0.20mm Standard @Comgrow T500 0.4.json" | ||
}, | ||
{ | ||
"name": "0.20mm Standard @Comgrow T500", | ||
"sub_path": "process/0.20mm Standard @Comgrow T500 0.6.json" | ||
}, | ||
{ | ||
"name": "0.24mm Draft @Comgrow T500", | ||
"sub_path": "process/0.24mm Draft @Comgrow T500 0.4.json" | ||
}, | ||
{ | ||
"name": "0.24mm Draft @Comgrow T500", | ||
"sub_path": "process/0.24mm Draft @Comgrow T500 0.6.json" | ||
}, | ||
{ | ||
"name": "0.24mm Optimal @Comgrow T500", | ||
"sub_path": "process/0.24mm Optimal @Comgrow T500 0.8.json" | ||
}, | ||
{ | ||
"name": "0.28mm SuperDraft @Comgrow T500", | ||
"sub_path": "process/0.28mm SuperDraft @Comgrow T500 0.4.json" | ||
}, | ||
{ | ||
"name": "0.28mm SuperDraft @Comgrow T500", | ||
"sub_path": "process/0.28mm SuperDraft @Comgrow T500 0.6.json" | ||
}, | ||
{ | ||
"name": "0.32mm Standard @Comgrow T500", | ||
"sub_path": "process/0.32mm Standard @Comgrow T500 0.8.json" | ||
}, | ||
{ | ||
"name": "0.40mm Draft @Comgrow T500", | ||
"sub_path": "process/0.40mm Draft @Comgrow T500 0.8.json" | ||
}, | ||
{ | ||
"name": "0.48mm Draft @Comgrow T500", | ||
"sub_path": "process/0.48mm Draft @Comgrow T500 0.8.json" | ||
}, | ||
{ | ||
"name": "0.56mm SuperDraft @Comgrow T500", | ||
"sub_path": "process/0.56mm SuperDraft @Comgrow T500 0.8.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": "fdm_filament_pet", | ||
"sub_path": "filament/fdm_filament_pet.json" | ||
}, | ||
{ | ||
"name": "fdm_filament_abs", | ||
"sub_path": "filament/fdm_filament_abs.json" | ||
}, | ||
{ | ||
"name": "Comgrow Generic PLA", | ||
"sub_path": "filament/Comgrow Generic PLA.json" | ||
}, | ||
{ | ||
"name": "Comgrow Generic PETG", | ||
"sub_path": "filament/Comgrow Generic PETG.json" | ||
}, | ||
{ | ||
"name": "Comgrow Generic ABS", | ||
"sub_path": "filament/Comgrow Generic ABS.json" | ||
} | ||
], | ||
"machine_list": [ | ||
{ | ||
"name": "fdm_machine_common", | ||
"sub_path": "machine/fdm_machine_common.json" | ||
}, | ||
{ | ||
"name": "fdm_comgrow_common", | ||
"sub_path": "machine/fdm_comgrow_common.json" | ||
}, | ||
{ | ||
"name": "Comgrow T500 0.4 nozzle", | ||
"sub_path": "machine/Comgrow T500 0.4 nozzle.json" | ||
}, | ||
{ | ||
"name": "Comgrow T500 0.6 nozzle", | ||
"sub_path": "machine/Comgrow T500 0.6 nozzle.json" | ||
}, | ||
{ | ||
"name": "Comgrow T500 0.8 nozzle", | ||
"sub_path": "machine/Comgrow T500 0.8 nozzle.json" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.