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

Definition files for single and dual head versions of Velleman Vertex K8400 printer. The machine uses printable coordinates x=0 to 200, y=20 to 200 and parking position 200, 200 regardless of how many extruders you use. Thereby the different machine_width for the two models. The g-code can probably be improved. USB connection not successful this far.
27 lines
901 B
JSON
27 lines
901 B
JSON
{
|
|
"id": "vertex_k8400_dual_1st",
|
|
"version": 2,
|
|
"name": "Extruder 1",
|
|
"inherits": "fdmextruder",
|
|
"metadata": {
|
|
"machine": "vertex_k8400_dual",
|
|
"position": "0"
|
|
},
|
|
|
|
"overrides": {
|
|
"extruder_nr": {
|
|
"default_value": 0,
|
|
"maximum_value": "1"
|
|
},
|
|
"machine_nozzle_offset_x": { "default_value": 23.7 },
|
|
"machine_nozzle_offset_y": { "default_value": 0.0 },
|
|
|
|
"machine_extruder_start_pos_abs": { "default_value": true },
|
|
"machine_extruder_start_pos_x": { "value": "prime_tower_position_x" },
|
|
"machine_extruder_start_pos_y": { "value": "prime_tower_position_y" },
|
|
"machine_extruder_end_pos_abs": { "default_value": true },
|
|
"machine_extruder_end_pos_x": { "value": "prime_tower_position_x" },
|
|
"machine_extruder_end_pos_y": { "value": "prime_tower_position_y" }
|
|
}
|
|
}
|