mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 01:36:01 +08:00

* Add printer for Mixware After fork synchronizes main, re-pull request * Applied printer-linter format * Update resources/definitions/mixware_hyper_k.def.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update resources/definitions/mixware_hyper_k.def.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update resources/definitions/mixware_hyper_k.def.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update resources/definitions/mixware_hyper_k.def.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Applied printer-linter format * Update resources/definitions/mixware_hyper_k.def.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update resources/definitions/mixware_hyper_k.def.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update resources/definitions/mixware_hyper_k.def.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update resources/definitions/mixware_hyper_s.def.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update resources/definitions/mixware_hyper_s.def.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update resources/definitions/mixware_hyper_s.def.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update resources/definitions/mixware_hyper_s.def.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Applied printer-linter format * Delete redundant override * Update resources/definitions/mixware_hyper_s.def.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Applied printer-linter format * Update resources/definitions/mixware_hyper_k.def.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Applied printer-linter format --------- Co-authored-by: Mixwarebot <Mixwarebot@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jelle Spijker <j.spijker@ultimaker.com>
16 lines
354 B
JSON
16 lines
354 B
JSON
{
|
|
"version": 2,
|
|
"name": "Extruder",
|
|
"inherits": "fdmextruder",
|
|
"metadata":
|
|
{
|
|
"machine": "mixware_vulcan",
|
|
"position": "0"
|
|
},
|
|
"overrides":
|
|
{
|
|
"extruder_nr": { "default_value": 0 },
|
|
"machine_nozzle_size": { "default_value": 0.4 },
|
|
"material_diameter": { "default_value": 1.75 }
|
|
}
|
|
} |