Show print progress on printer's LCD screen

This commit is contained in:
Tyler Anderson 2018-03-14 13:49:57 -07:00
parent 5b8a690bef
commit 4304ccbfbd
7 changed files with 93 additions and 7 deletions

View file

@ -1920,5 +1920,14 @@
"DataEditType": "STRING",
"DefaultValue": "x,3000,y,3000,z,315,e0,150",
"RebuildGCodeOnChange": false
},
{
"SlicerConfigName": "progress_reporting",
"PresentationName": "Progress Reporting",
"HelpText": "Choose the command for showing the print progress on the printer's LCD screen, if it has one.",
"DataEditType": "LIST",
"ListValues": "None,M73,M117",
"DefaultValue": "M117",
"RebuildGCodeOnChange": false
}
]