Skip to content

Commit

Permalink
[CUBICON] Add device profile Ultimaker#9
Browse files Browse the repository at this point in the history
- Prime-M22Z
- Optimus-C23Z
  • Loading branch information
Hyvision committed Jan 24, 2022
1 parent 89c482d commit cb960d2
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion resources/definitions/cubicon_common.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@
"has_materials": true
},
"overrides": {

"machine_start_gcode": {
"default_value": "M201 X400 Y400\nM202 X400 Y400\nG28 ; Home\nG1 Z15.0 F6000 ;move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"
},
"machine_end_gcode": {
"default_value": "M104 S0\nM140 S0\nM904\nM117 Print completed! \nM84"
},
"machine_gcode_flavor": {
"default_value": "Repetier"
},
"machine_heated_bed": {
"default_value": true
},
"layer_height": {
"default_value": 0.2
},
"layer_height_0": {
"default_value": 0.2
}
}
}

0 comments on commit cb960d2

Please sign in to comment.