Show print progress on printer's LCD screen
This commit is contained in:
parent
5b8a690bef
commit
4304ccbfbd
7 changed files with 93 additions and 7 deletions
|
|
@ -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
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue