Made machine wizard more dynamic

This commit is contained in:
Jaime van Kessel 2015-08-18 10:46:56 +02:00
parent a7f33ea5e7
commit 2454f78e2d
3 changed files with 87 additions and 70 deletions

View file

@ -4,8 +4,6 @@
"author": "other",
"manufacturer": "other",
"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"