Skip to content

Commit

Permalink
Update errors.yaml
Browse files Browse the repository at this point in the history
Update status "approved" from "false" to "true" for multiple error messages.
  • Loading branch information
JakoobCZ authored and filipkotoucek committed Jun 26, 2023
1 parent 0057469 commit 6193057
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions 10_SL1/errors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Errors:
title: "TILT MOVING FAILED"
text: "Moving the tilt failed. Make sure there is no obstacle in its path and repeat the action."
id: "TILT_MOVE_FAILED"
approved: false
approved: true

# Deprecated, use FAN_FAILED_ID
- code: "10106"
Expand Down Expand Up @@ -110,7 +110,7 @@ Errors:
title: "INVALID TILT ALIGN POSITION"
text: "Invalid tilt alignment position."
id: "INVALID_TILT_ALIGN_POSITION"
approved: false
approved: true

# Deprecated, use FAN_RPM_OUT_OF_TEST_RANGE_ID
- code: "10122"
Expand All @@ -136,15 +136,15 @@ Errors:
title: "RESIN MEASURING FAILED"
text: "Measuring the resin failed. Check the presence of the platform and the amount of resin in the tank."
id: "RESIN_MEASURE_FAILED"
approved: false
approved: true

- code: "10125"
title: "CLEANING ADAPTOR MISSING"
text: "Cleaning adaptor was not detected, it does not seem to be correctly attached to the print platform.
Attach it properly and try again."
id: "CLEANING_ADAPTOR_MISSING"
approved: false
approved: true

- code: "10126"
title: "FAN FAILURE"
Expand All @@ -161,7 +161,7 @@ Errors:
Average: %(avg_rpm)d (%(lower_bound_rpm)d - %(upper_bound_rpm)d), error: %(error)d"
id: "FAN_RPM_OUT_OF_TEST_RANGE_ID"
approved: false
approved: true

# TEMPERATURE 102xx # Temperature measurement, thermistors, heating

Expand All @@ -183,7 +183,7 @@ Errors:
text: "A64 temperature is too high. Measured: %(temperature).1f °C!
Shutting down in 10 seconds..."
id: "A64_OVERHEAT"
approved: false
approved: true

# Deprecated, use TEMPERATURE_OUT_OF_RANGE_ID
- code: "10208"
Expand Down Expand Up @@ -216,7 +216,7 @@ Errors:
Keep the printer out of direct sunlight at room temperature (18 - 32 °C)."
id: "TEMPERATURE_OUT_OF_RANGE_ID"
approved: false
approved: true

# ELECTRICAL 103xx # Electrical, MINDA, FINDA, Motion Controller, …
- code: "10301"
Expand All @@ -235,7 +235,7 @@ Errors:
title: "RESIN SENSOR ERROR"
text: "The resin sensor was not triggered. Check whether the tank and the platform are properly secured."
id: "RESIN_SENSOR_FAILED"
approved: false
approved: true

- code: "10308"
title: "PRINTER NOT UV CALIBRATED"
Expand Down Expand Up @@ -317,25 +317,25 @@ Errors:
title: "BOOSTER BOARD PROBLEM"
text: "Communication with the Booster board failed."
id: "BOOSTER_ERROR"
approved: false
approved: true

- code: "10321"
title: "Disconnected UV LED panel"
text: "The UV LED panel is not detected."
id: "UV_LEDS_DISCONNECTED"
approved: false
approved: true

- code: "10322"
title: "Broken UV LED panel"
text: "A part of the LED panel is disconnected."
id: "UV_LEDS_ROW_FAILED"
approved: false
approved: true

- code: "10323"
title: "Unknown printer model"
text: "The printer model was not detected."
id: "UNKNOWN_PRINTER_MODEL"
approved: false
approved: true

# CONNECTIVITY 104xx # Connectivity - Wi - Fi, LAN, Prusa Connect Cloud
- code: "10401"
Expand Down Expand Up @@ -366,19 +366,19 @@ Errors:
title: "INVALID API KEY"
text: "Please turn on the HTTP digest (which is the recommended security option) or update the API key. You can find it in Settings > Network > Login credentials."
id: "INVALID_API_KEY"
approved: false
approved: true

- code: "10406"
title: "UNAUTHORIZED"
text: "The printer uses HTTP digest security. Please enable it also in your slicer (recommended), or turn off this security option in the printer. You can find it in Settings > Network > Login credentials."
id: "UNAUTHORIZED"
approved: false
approved: true

- code: "10407"
title: "REMOTE API ERROR"
text: "This request is not compatible with the Prusa remote API. See our documentation for more details."
id: "REMOTE_API_ERROR"
approved: false
approved: true

# SYSTEM 105xx # System - BSOD, ...
- code: "10500"
Expand All @@ -403,7 +403,7 @@ Errors:
title: "PRELOAD FAILED"
text: "Image preloader did not finish successfully!"
id: "PRELOAD_FAILED"
approved: false
approved: true

# in 1.5.x, obsoleted by PROJECT_ERROR_* in 1.6.x
- code: "10504"
Expand Down Expand Up @@ -628,61 +628,61 @@ Errors:
title: "CANNOT READ PROJECT"
text: "Opening the project failed. The file is possibly corrupted. Please re-slice or re-export the project and try again."
id: "PROJECT_ERROR_CANT_READ"
approved: false
approved: true

# sl1fw/project/project.py
- code: "10540"
title: "NOT ENOUGHT LAYERS"
text: "The project must have at least one layer"
id: "PROJECT_ERROR_NOT_ENOUGH_LAYERS"
approved: false
approved: true

# sl1fw/project/project.py
- code: "10541"
title: "PROJECT IS CORRUPTED"
text: "Opening the project failed. The file is corrupted. Please re-slice or re-export the project and try again."
id: "PROJECT_ERROR_CORRUPTED"
approved: false
approved: true

# sl1fw/project/project.py
- code: "10542"
title: "PROJECT ANALYSIS FAILED"
text: "Analysis of the project failed"
id: "PROJECT_ERROR_ANALYSIS_FAILED"
approved: false
approved: true

# sl1fw/project/project.py
- code: "10543"
title: "CALIBRATION PROJECT IS INVALID"
text: "Calibration project is invalid"
id: "PROJECT_ERROR_CALIBRATION_INVALID"
approved: false
approved: true

# sl1fw/project/project.py
- code: "10544"
title: "WRONG PRINTER MODEL"
text: "This project was prepared for a different printer"
id: "PROJECT_ERROR_WRONG_PRINTER_MODEL"
approved: false
approved: true

# sl1fw_fs/sources.py
- code: "10545"
title: "CANNOT REMOVE PROJECT"
text: "Removing this project is not possible. The project is locked by a print job."
id: "PROJECT_ERROR_CANT_REMOVE"
approved: false
approved: true

- code: "10546"
title: "DIRECTORY NOT EMPTY"
text: "The directory is not empty."
id: "DIRECTORY_NOT_EMPTY"
approved: false
approved: true

- code: "10547"
title: "LANGUAGE NOT SET"
text: "The language is not set. Go to Settings -> Language & Time -> Set Language and pick preferred language."
id: "LANGUAGE_ERROR"
approved: false
approved: true

- code: "10548"
title: "OLD EXPO PANEL"
Expand All @@ -691,7 +691,7 @@ Errors:
If you do not want to use this screen: turn the printer off, replace the screen and turn the printer back on."
id: "OLD_EXPO_PANEL"
approved: false
approved: true

- code: "10549"
# A generic error for crashed DBus services, parameters should specify which.
Expand All @@ -701,7 +701,7 @@ Errors:
Crashed services are immediately started again. If, despite that, the printer does not behave correctly, try restarting it.
"
id: "SYSTEM_SERVICE_CRASHED"
approved: false
approved: true

# BOOTLOADER xx6xx #
- code: "10601"
Expand Down Expand Up @@ -769,41 +769,41 @@ Errors:
title: "PERPARTES NOAVAIL WARNING"
text: "Per-partes print not available."
id: "PERPARTES_NOAVAIL_WARNING"
approved: false
approved: true

- code: "10709"
title: "MASK NOAVAIL WARNING"
text: "Print mask is missing."
id: "MASK_NOAVAIL_WARNING"
approved: false
approved: true

- code: "10710"
title: "OBJECT CROPPED WARNING"
text: "Object was cropped because it does not fit the print area."
id: "OBJECT_CROPPED_WARNING"
approved: false
approved: true

# sl1fw/project/project.py
- code: "10711"
title: "PRINTER VARIANT MISMATCH WARNING"
text: "The model was sliced for a different printer variant %(project_variant)s. Your printer variant is %(printer_variant)s."
id: "PRINTER_VARIANT_MISMATCH_WARNING"
approved: false
approved: true

- code: "10712"
title: "RESIN LOW"
text: "Measured resin volume is too low. The print can continue, however, a refill might be required."
id: "RESIN_LOW"
approved: false
approved: true

- code: "10713"
title: "FAN WARNING"
text: "Incorrect RPM reading of the %(failed_fans_text)s fan."
id: "FAN_WARNING"
approved: false
approved: true

- code: "10714"
title: "EXPECT OVERHEATING"
text: "Incorrect RPM reading of the %(failed_fans_text)s fan. The print may continue, however, there's a risk of overheating."
id: "EXPECT_OVERHEATING"
approved: false
approved: true

0 comments on commit 6193057

Please sign in to comment.