-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Layer indicator not found in file #213
Comments
Hi @flummy1978, I created a new file and added your mentioned lines to it, upload via drag & drop and after selecting the file it shows maxLayer of 2. Because in your mentioned expressions there is a missing
The default expression should work with Simplify3d. If you have still issues, please attach a full file and also the full content of the expression textarea. |
Hi Olli, thanks for your answer and trying to help me. I hope i dont understand something wrong, but i try to explain: (Deutsch wäre wirklich einfacher g ) The '*' was missed, cause git cut it in the posting ... however, In my definition there was in both lines one like But .... I've tried it once again and also reset and try again with the default expression. Ive tested cpl files, and here ist on of them: "EFP_01_M4P.gcode" After that loading, i got this screenshot: That was my expression before i changed (now its default) I thought i can fix it by myself, but it seems, i dont get it ;( Thanks in Advance for your help |
This issue has been automatically marked for closing, because it has not had activity in 30 days. It will be closed if no further activity occurs in 10 days. |
Hallo @flummy1978, ich denke ich habe den Fehler gefunden, allerdings solltest du den Fehler auch gesehen haben. Wenn ich deine Expressions aus dem Screenshot bei mir eintrage und auf Speichern drücke, erscheint diese Fehlermeldung:
Wird diese Meldung bei dir nicht angezeigt? Die wird (sollte) immer angezeigt werden wenn sich die Expressions ändert und Fehler enthalten. Ursache: die Speichern-Funktion kommt aktuell mit Leerzeilen nicht zurecht.
Nun sollten die 326 Layer angezeigt werden. Werde den Leerzeilen-Fehler in der nächsten Version beheben. |
Hallo @OllisGit vielen herzlichen Dank nochmal, dass Du Dich dem angenommen hast, ich habs später aufgegeben, weil ich das gemacht hab was überall steht, bei anderen funktioniert es scheinbar ohne weiteres bei mir gehts einfach nicht. Aber so langsam aber sicher zweifel ich an meinem technischen Verständniss (komme aus einem technischen Beruf, hab hier ne Haussteuerung gebaut die kein plug and play ist usw.... ) aber das ? Ich kann mich nicht dran erinnern, ob der Fehler vorher kam. Nun kommt er wenn ich die übrigen Zeilen drin lasse. Daher also raus und nur so drin gelassen wie nötig. Dann neues Modell auf dem Raspi gespeichert -> Druckdatei ausgewählt -> Laden (hier kam schon die Meldung wieder) -> Verzweiflung -> noch mal gefühlte 20 x getestet immerwieder mit Beachtung ob eine Fehlermeldung kommt oder ähnliches.....
so sehen die Zeilen in dem GCode aus und Ich bin wie gesagt mit meinem Latain am Ende, vielleicht hast Du ja noch ne Idee ;( VG |
hmm....schwieriger Fall ;-) Probier noch mal die Default-Expressions und ändere mal das Encoding der gcode Datei auf ISO-8859-1. Z.B. mit VS-Code oder einem anderen Texteditor. Nutzt du noch weitere Plugins die den GCode verändern, z.B. ArcWelder? |
Noch ein Punkt: Verwendest du eine GCode-Datei die du von OP heruntergeladen hast.
|
- E #230 fire event when m600 occurs - E #224, #182 adjustable current time format - E #222 Option to disable "Layer indicator not found" popup - E #221 Option to change "look ahead" line count - B #213 filter empty lines from layer-expressions - PR #234 typo, credit goes to @2231puppy - PR #238 Added built-in support for Prusa layer counting, credit goes to @scyto - reducing size of master.zip
just for the records: empty "expression-line" are now ignored (since 1.27.0) |
Hello,
at first sorry for my bad english... its not my native language. I've issues with the DisplayLayerProgress Plugin:
It doesen't matter how i upload the file, it doesn't matter what ever i change in the code. The error "Layer indicator not found in file" still occurs ;(
I m not sure if i miss something, but i tried different settings inside the regex but nothing works. I'm using Simplify3d. Part of my gcode inside an uploaded file is like:
So i have the layer information inside the gcode ?
In the layer tab of DisplayLayerProgress there is now:
1 [; layer ([0-9]+),.]
1 [;\s+layer\s+([0-9]+),.]
With setting default, its the same
The only information that i get inside the layer informations:
Progress: 11% Layer: - of - Height: 2.3 of -mm
Anyone have an idea what it could be ?
Thanks in Advance
Greetings
Andreas
The text was updated successfully, but these errors were encountered: