Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Not that great that they assume octoprint is the only host here. But that is build in the prusa mini, so nothing we can change. But I think the octo icon is visible during print as well. The printer is in th eothe roffice so can't backcheck but I kn…
-
In server bolt menu you can see if your pi was throttled and what temperature cpu has. Just for analysing the problem. My pi 4 with 4gb is now up 82 days, no throttleling and temperature 51°C but it has no enclosure so heat can escape easily. My 8gb…
-
Are you using a pi? Then check bolt menu if you get undervoltage sometimes. Also check in printer configuration if you have automatic continue on usb reconnect activated. Works in many cases, also not all. Then it would continue after a disconnect w…
-
Durch den start als service übersieht man leicht ein Problem. Vielleicht mal als manuelle aktion starten: export LC_ALL=Csudo -u repetierserver /usr/local/Repetier-Server/bin/RepetierServer -c /usr/local/Repetier-Server/etc/RepetierServer.xmlist wie…
-
Erst mal nichts, hast ja 5 Lizenen. Sollten sie aber aufgrund solcher Probleme aufgebraucht sein schreib uns eine mail mit dem Lizenzcode und wir setzen sie für dich zurück.
-
Yes, cross talk does not care about position. Once we see line is high the y move is stopped when endstop check is active. And it can be any cable that is parallel to y endstop signal cable. That is why they should be all twisted to reduce this effe…
-
Also check if ALWAYS_CHECK_ENDSTOPS is enabled. If so a triggered y end stop (cross talk?) could prevent a Y move. Often it is best to have this set to 0 since many printers suffer cross talk from time to time.
-
If you mean on the status page - yes. In Printer Settings->General->Show on printer lCD Status line you can select to only show one or none.
-
In den Befehl der strom ein/ausschaltet. Du hast ja als erkennung ^G80$ Und ersetzt es dann durch @execute oder @webAction je nachdem wie du das implementiert hast.
-
Yes that also shows if the mjpg_streamer is working. If so you just need to configure server correctly:-)
-
Ok, so everything is fine. Just watch out for traffic from webcams to not be bigger than you can handle on network and that power is stable. Best use pi 4 with multiple printers as it is the fastest also with regard to usb bus/network.
-
> Of course, the simultaneous operation of all printers is intolerable. Why? Server was written to allow them to operate in parallel without interference. If you have a pi 3 or higher you can easily run 4 or 5 printers without webcam. With webca…
-
Yes we use the official raspbian lite with some extra configurations. But the image it self has no full featured desktop to save ram and cpu. If you need a extra program on display login via ssh and set export DISPLAY=:0 and then call the program y…
-
The problem comes from the async nature of sending commands and receiving positions and different firmwares handling this differently, e.g. not responding with position while others do. Sending position after ok or before ok. So far the reason. Cur…
-
And on pi 4 it is also same software then on pi 3. So yes, it sounds like a timing issue cause pi 4 is a bit faster. For testing I will update my prusa and test with my pi 4 as you say pi 3 does not work. I normally have it connected to pi 3+.
-
Du kannst den download link für linux ändern um die letzte beta zu bekommen. Finale version wird denke ich in ca. einer woche kommen wenn alle Tests und verbesserungen bei uns wie geplant getestet sind.
-
Did you add a camera? Just seeing it at the bottom is not assign. You need to add webcam at top and then assign it. Then you should already see it where the urls got entered. When you login using ssh to console you should also see pi@Felix:~ $ ps …
-
There is no support for that display from our side. Is that one of these connected with serial? We support a second serial but I doubt that the included software will understand our communication since responses differ a bit and also some g-codes d…
-
Vielleicht gibt es ja noch eine Antwort. Wenn die bei dir auch schon so langsam waren.
-
Ja kann sein. Das ist der fix einprogrammiert. Damit klappt es dann erst ab 0.94.4 wo du die Befehle ja durch andere austauschen kannst. Eine der Gründe das wir das jetzt hinzugefügt haben.
-
Ok in 0.94.4 it will be contained. Uses one of the upload folders as target. On our pi image these are the one used for external usb/sd cards so that would match. And it requires configure permission so only assigned persons can use the upload.
-
Thought it was copied from console. In log (connected.log) you always have everything. So if there was nothing the board was not sending anything then. But I still would have expected to see the commands server sends.
-
Just add it - in the example they are all commented out either. That is the list I will have predefined in next release as that were all settings I could find on pi foundation home page as possible options.
-
http://192.16x.xx.xx:8096/?action=snapshot lädt wie er will es passiert nichts. Zum Verständnis der mjpg_streamer redet mit der webcam und der Link oben fragt ihn nach einem Bild. Wenn er kein Bild mehr liefert kann auch der Server dabei keinen erf…
-
You should enable ack and commands so we see something happening:-) Which os are you using? Only windows blocks com port if used by a program. On all other os you just get garbage when 2 connect same time since every one gets some parts. What I see…
-
With latest buster os there are several solutions to set in /boot/config.txt # Flips the display using the LCD's inbuilt flip functionality. Rotation: 0 = normal, 1 = 90°, 2 = 180°, 3 = 270°# lcd_rotate=0# Rotate in gpu instead. 90 and 270° require…
-
In next server release the printer name is part of title which is what you see on iwatch. You can not change that. It is just not showing the text content. What printer and firmware are you using? Never saw a message Full RX Buffer. RX is the input…
-
Bisher zeigen die Ergebnisse an das der mjpg_streamer sich beendet. Beim pi hätte ich die Stromversorgung schon längs im verdacht weil die da zu was führt. Das Jetson board kenn ich nicht und du hast hier der webcam selber aufgesetzt daher kann ich …
-
Can you show the full log from "start" until it says failed? What I learned during my recent tests is that marlin is a bit faking working state. It send "start" and then you see the splash screen on printer display. While it shows this it is not rea…
-
At least with JAM_METHOD 0 I need to always send M513 so next signal triggers. So maybe you need the same. I have this at various places e.g. continue print script in server set. Also jam control must be enabled M602 S P- Debug jam control (S) Disab…