mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00

* Create alfawise_u30.def.json I basically took the base from https://github.com/Ultimaker/Cura/blob/master/resources/definitions/alfawise_u20.def.json and compiled it with the old Cura ini given by Alfawise on the SD card. I don't know anything about Cura config so double check it real good! * Update alfawise_u30.def.json * Create alfawise_u30_extruder_0.def.json * Update alfawise_u30.def.json * Update alfawise_u30.def.json * Update alfawise_u30.def.json * Update alfawise_u30.def.json Turn off the fan at the end of a print
17 lines
385 B
JSON
17 lines
385 B
JSON
{
|
|
"id": "alfawise_u30_extruder_0",
|
|
"version": 2,
|
|
"name": "Extruder 1",
|
|
"inherits": "fdmextruder",
|
|
"metadata": {
|
|
"machine": "alfawise_u30",
|
|
"position": "0"
|
|
},
|
|
|
|
"overrides": {
|
|
"extruder_nr": { "default_value": 0 },
|
|
"machine_nozzle_size": { "default_value": 0.4 },
|
|
"material_diameter": { "default_value": 1.75 }
|
|
}
|
|
}
|