This commit is contained in:
Tamara Hogenhout 2015-07-30 19:36:05 +02:00
parent 8596c08a80
commit b4a8973975
2 changed files with 2 additions and 127 deletions

View file

@ -1,13 +1,9 @@
{
"visible": false,
<<<<<<< Updated upstream
"manufacturer": "other",
=======
"add_pages": [
{"page": "AddMachine", "title": "Add new printer"}
],
>>>>>>> Stashed changes
"add_pages": [{"page": "AddMachine", "title": "Add new printer"}],
"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"