This commit is contained in:
Tim Kuipers 2015-08-05 09:48:59 +02:00
commit b36301347e
34 changed files with 918 additions and 331 deletions

View file

@ -1,5 +1,12 @@
{
"visible": false,
"version": 1,
"author": "other",
"manufacturer": "other",
"author": "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"