Skip to content

Commit 33b0802

Browse files
feat: add Resin filled and Cancel print buttons
1 parent 46c662f commit 33b0802

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

yaml/sla-error-codes.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,15 @@ Errors:
6161
text: "Measured resin volume %(volume_ml)d ml is lower than required for this print. Refill the tank and restart the print."
6262
id: "RESIN_TOO_LOW"
6363
approved: true
64+
action: ['Cancel print']
6465

6566
- code: "XX109"
6667
printers: [SL1, M1]
6768
title: "RESIN TOO HIGH"
6869
text: "Measured resin volume %(volume_ml)d ml is higher than required for this print. Make sure that the resin level does not exceed the 100% mark and restart the print."
6970
id: "RESIN_TOO_HIGH"
7071
approved: true
72+
action: ['Cancel print']
7173

7274
- code: "XX113"
7375
printers: [SL1, M1]
@@ -887,6 +889,7 @@ Errors:
887889
text: "The amount of resin in the tank is not enough for the current project. Adding more resin will be required during the print."
888890
id: "RESIN_NOT_ENOUGH_WARNING"
889891
approved: true
892+
action: ['Resin filled', 'Cancel print']
890893

891894
- code: "XX707"
892895
printers: [SL1, M1]

0 commit comments

Comments
 (0)