mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 03:41:08 -07:00
parent
e84322ed82
commit
8596c08a80
9 changed files with 328 additions and 3 deletions
|
|
@ -1,6 +1,13 @@
|
|||
{
|
||||
"visible": false,
|
||||
<<<<<<< Updated upstream
|
||||
"manufacturer": "other",
|
||||
=======
|
||||
"add_pages": [
|
||||
{"page": "AddMachine", "title": "Add new printer"}
|
||||
],
|
||||
|
||||
>>>>>>> Stashed changes
|
||||
"machine_settings": {
|
||||
"machine_start_gcode": {
|
||||
"default": "G28 ; Home\nG1 Z15.0 F6000 ;move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,13 @@
|
|||
|
||||
"inherits": "fdmprinter.json",
|
||||
|
||||
"add_pages": [
|
||||
{"page": "SelectUpgradedParts", "title": "Select Upgraded Parts"},
|
||||
{"page": "UpgradeFirmware", "title": "Upgrade Ultimaker Firmware"},
|
||||
{"page": "UltimakerCheckup", "title": "Ultimaker Checkup"},
|
||||
{"page": "Bedleveling", "title": "Bedleveling Wizard"}
|
||||
],
|
||||
|
||||
"machine_settings": {
|
||||
"machine_width": { "default": 205 },
|
||||
"machine_height": { "default": 200 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue