Updated how machine selection works; Id now identifies a type of machine so multiple variations of the same machine are possible without cluttering your selection

This commit is contained in:
Jaime van Kessel 2015-07-30 15:09:50 +02:00
parent 5188fcc44d
commit 7c2617133e
12 changed files with 63 additions and 15 deletions

View file

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