You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: yaml/sla-error-codes.yaml
+3
Original file line number
Diff line number
Diff line change
@@ -61,13 +61,15 @@ Errors:
61
61
text: "Measured resin volume %(volume_ml)d ml is lower than required for this print. Refill the tank and restart the print."
62
62
id: "RESIN_TOO_LOW"
63
63
approved: true
64
+
action: ['Cancel print']
64
65
65
66
- code: "XX109"
66
67
printers: [SL1, M1]
67
68
title: "RESIN TOO HIGH"
68
69
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."
69
70
id: "RESIN_TOO_HIGH"
70
71
approved: true
72
+
action: ['Cancel print']
71
73
72
74
- code: "XX113"
73
75
printers: [SL1, M1]
@@ -887,6 +889,7 @@ Errors:
887
889
text: "The amount of resin in the tank is not enough for the current project. Adding more resin will be required during the print."
0 commit comments