Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Wenn du dich unter linux einloggst gib mal: vcgencmd get_cameraein - es sollte supported=1 detected=1 zurückgeben. Wenn supported=0 ist, schalte den support wieder über sudo raspi-config Wenn supported=1 und detect=0 ist erkennt linux die Kamera nic…
-
In Deutschland ist das normal eher ungewöhnlich und eher selten. Aber in anderen Ländern ist das Netz nicht ganz so stabil und schwankt schneller, da passiert das öfter. Wie gesagt check syslog ob es das war. Würde aber auch erst mal warten ob das h…
-
In printer config->Tools there are settings for G10/G11 including retraction. These are used for timelapse so add a retraction there and it should improve.
-
How did you update? Autoupdate or new image - I ask because we have changed linux to bullseye image (from buster). But should not affect shutdown at all. Can you check server.log when you tried shutdown if you see an error in execution of the comman…
-
No. SLA printers still need different data and most even have no usb interface at all to connect to just for that reason.
-
Have you defined in printer configuration->Tools to have 2 extruders? If not the parts for extruders will not show up. It should otherwise show between fan and bed temperature.
-
Die Pis haben vermutlich Unterspannung festgestellt und USB getrennt. Wenn du schnell /var/log/syslog zum Zeitpunkt checkst wirst du das vermutlich auch sehen. Datei rotiert täglich, morgen ist es dann /var/log/syslog.0 denke ich. Möglicherweise ei…
-
Guter Punkt - ist hauptsächlich aus Platzgründen da auch welche mit 16 Extrudern existieren (virtuelle) und dann wird es unübersichtlich, weil die Zeile umbricht. Mal sehen ob ich das für maximal 2 erweitern kann - das passt ja normal noch.
-
Weg bekommst du es nicht. Eventuell temporär, aber wenn das Netzteil gelegentlich zu langsam die Spannung anpasst kommt es früher oder später wieder. Solange der Drucker weiter stabil läuft kann man es ignorieren, aber bei merkwürdigem verhalten ist…
-
That's not actually the issue. Issue is if moves are very tiny you need to decide if user wanted a 360° circle or a tiny circle segment that is more like a line. As always with rounding error ranges any "bad" decision later shows up. But "bad" somet…
-
Oben erscheint immer nur der aktive Extruder. Bei breitem Bildschirm kann man rechts in Kontrolle alle Temperaturen sehen.
-
Yes it is on my list. There are some edge cases where some parameter get wrong. Since 0.1° is gets 350.9° in other direction and you see all these circles.
-
Wenn es eine pi kamera ist, einfach in der Druckerkonfiguration eine webcam hinzufügen und unten Aus der Liste die Pi Kamera wählen und zuweisen. Das wird dann die URL korrekt ausführen. Wenn die Liste leer ist wurde keine Kamera erkannt. Häufiger F…
-
The emergency change was not for the error. It was to prevent printer shutting down on reconnect if it gets the delayed M112 and because M112 does not reset with your firmwares setting. You also seem to have the checkbox "Port is visible when firmw…
-
Looks actually quite good, but the $ in your password might be the problem. You can try replacing it with %24 but not sure if that works in server. If you can change it to something without special chars and then maybe it works directly. Responsety…
-
Didn't you say the url in chrome directly works? Or were you checking the server? You can use imgur.com to upload images and post here. No registration needed if I remember correctly. If you have a working external link from outside for the webcam…
-
You should enable logging so you see full communication. But from what I can see I'd guess that the firmware does not return anything on commands being send causing the timeouts. When we get no response after several timeouts we assume a more severe…
-
Have no account for box.com to see image:-( Enable log at the bottom and check what you see when host sends M20 to get the list. We use the filename in that list when starting the print. What might be is that you see long filename or with folders a…
-
What this url does is automatically inserting user/password to basic auth. So if in browser you see the stream directly it should also work in server. But if that just returns a html page containing a tag with the stream it will not work. You can t…
-
Sure. @pushmessage Message just sends a message to your active push selection.
-
Nicht falsch verstehen - eine Verbesserung ist geplant, aber wegen des hohen aufwands kommen andere sachen wie der Slicer zuerst. Ich will auch interne webcams irgendwann direkt selber unterstützen damit keine 3rd Party software notwendig ist.
-
I'm no pro in video formats, but how it works is any webcam delivers video to server and we convert it into multiple streams depending on how much watch in parallel. So videos are recoded inside server for each client. That must work without big cpu…
-
Eine Verkettung x dann y ist leider intern nicht so einfach, da sich die Drucker gegenseitig nicht sehen. Jeder kümmert sich um sich selbst. Ist ja normal auch nicht nötig. Seit 1.4.0 kannst du aber leicht über Skripte etwas an andere Drucker über u…
-
yes
-
Not really. Don't own any wide angle webcams. So far I had no problems with any cams I have, just same do not support MJPG so cpu load gets high as pi then has to do the conversion. So I'd suggest just trying a wide angle cam with MJPG support that …
-
Sorry still too low, I meant above this line (.*M999\b.*)looks like it is 5 lines higher. When I talk about the printer console I do not mean the terminal you showed. I mean when you are in the printer windows there is a tab console at least in eng…
-
What is the command you send? Enable commands in console to see them. Also how did it evolve. It just means marlin expected line 137 but it did get another line number. In a full log without filter you would see why it is missing the line.
-
No, one line higher that is important. And please show me the console log of the printer for better assistance.
-
Monitor is the only solution, but it only works as app on desktop os, sorry. Monitor is also not a pure web app - it uses also a node backend connected via electron, so remotely it would not work.
-
If you do it in terminal you need to first open the marlin.xml file in a text editor: sudo nano /usr/local/Repetier-Server/firmware/marlin.xml then search for the line mentioned and add that line before it. Save and exit editor, then reboot pi. Af…