prusa3d / Prusa-Firmware

Firmware for Original Prusa i3 3D printer by PrusaResearch
GNU General Public License v3.0
2.02k stars 1.05k forks source link

[BUG] Password asked when loading filament. #3882

Closed 4sStylZ closed 1 year ago

4sStylZ commented 1 year ago

Printer type - Mini + Printer firmware version - mini_release_boot_update_pre_4.4_4.4.0+4180.bbf

MMU upgrade - no MMU upgrade firmware version - no

SD card or USB/Octoprint SD card only

Describe the bug Note that this was working well just before my firmware update. But since I use a new gcode, I can't only follow this path :  On every filament change, I get a message that completly block the printer : « Mot de passe » which is the french word for « Password ».

To Reproduce I get it on every filament change.

Expected behavior When loading the new filament, I don't want this message to appear.

G-code Top key cover Bicolore PLA ASA_0.15mm_ASA_MINI_31m gcode.txt

Image image

What I searched for now :

  1. I didn't found any « Mot de passe » or « Password » thing in the gcode with my text editor.
  2. I searched for the word « Mot de passe. » in the french translation file named Firmware_fr.po. And I didn't found it.
  3. I restarted multiple time the printer and prusa printer.
  4. I disabled disable all the new wifi and network stuff on the Mini +

Since it's not in the gcode, and not in the translation file, is it a good idea to assume that at least the message is stored somewhere on the prusa memory ?

Thank's.

sarusani commented 1 year ago

This is a bad translation in: /src/lang/po/fr/Prusa-Firmware-Buddy_fr.po (Line 991)

The original english message is: "Please remove filament from filament sensor."

(Also, this bug belongs in the Prusa-Firmware-Buddy repository.)

4sStylZ commented 1 year ago

You're completly right and saved me !

This new procedure was new to me, and I created the buddy issue : https://github.com/prusa3d/Prusa-Firmware-Buddy/issues/2883