Cura/resources/extruders/syndaveraxi_extruder_0.def.json
Angie d8cae83623
add Syndaver AXI machine (#8427)
* 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
2020-11-06 16:42:50 +01:00

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 }
}
}