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

* add Syndaver AXI machine Added Syndaver AXI Machine and Extruder Profile * Correct text in json file removed the spaces in the json file names * remove unused text remove the unused name assigning code in the json machine file * corrected start/end gcode specified values that could not be replaced * Update syndaveraxi.def.json corrected the machine dimesions
16 lines
404 B
JSON
16 lines
404 B
JSON
{
|
|
"version": 2,
|
|
"name": "Hemera 1",
|
|
"inherits": "fdmextruder",
|
|
"metadata": {
|
|
"machine": "syndaveraxi",
|
|
"position": "0"
|
|
},
|
|
|
|
"overrides": {
|
|
"extruder_nr": { "default_value": 0 },
|
|
"machine_nozzle_size": { "default_value": 0.4 },
|
|
"material_diameter": { "default_value": 1.75 },
|
|
"machine_steps_per_mm_e": { "default_value": 400 }
|
|
}
|
|
} |