refactor: add ENABLE=1 to SET_PAUSE_AT_LAYER/NEXT_LAYER (#1293)
This commit is contained in:
@@ -189,12 +189,12 @@ export default class StatusPanelPauseAtLayerDialog extends Mixins(BaseMixin) {
|
||||
|
||||
sendCommand() {
|
||||
if (this.type === 'atLayer') {
|
||||
this.doSend(`SET_PAUSE_AT_LAYER LAYER=${this.layer} MACRO=${this.call}`)
|
||||
this.doSend(`SET_PAUSE_AT_LAYER ENABLE=1 LAYER=${this.layer} MACRO=${this.call}`)
|
||||
this.hideDialog()
|
||||
return
|
||||
}
|
||||
|
||||
this.doSend(`SET_PAUSE_NEXT_LAYER MACRO=${this.call}`)
|
||||
this.doSend(`SET_PAUSE_NEXT_LAYER ENABLE=1 MACRO=${this.call}`)
|
||||
this.hideDialog()
|
||||
}
|
||||
|
||||
|
@@ -244,7 +244,7 @@ export default class StatusPanel extends Mixins(BaseMixin) {
|
||||
|
||||
return ['paused', 'printing'].includes(this.printer_state)
|
||||
},
|
||||
click: this.btnExcludeObject,
|
||||
click: this.btnPauseAtLayer,
|
||||
},
|
||||
{
|
||||
text: this.$t('Panels.StatusPanel.ClearPrintStats'),
|
||||
|
Reference in New Issue
Block a user