Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Good question. There is no official solution due to klipper flexibility. If you enable respond module in klipper [respond]default_type: echo You can send a message that server can capture like:RESPOND MSG="outOfFilament" So if you watch for the re…
-
You have BRLTTY installed, uninstall it unless you need a braile reader. It connects to every serial device when it shows up and is known to cause issues. Not sure if this is all, check sudo lsmod if the ch341 driver module loaded as well, but loo…
-
Yes, you can do that. I've done that in past with marlin calibrator as well. Just check the range of values generated to match what you need for Repetier firmware. I rember values of 40 for direct printers.
-
Das Problem ist denke ich, dass der Befehl zwar zum anderen Drucker geschickt wurde, aber noch nicht ausgeführt wurde. Er wird mit @sendToPrinter ja nur in die Befehlsschlange eingefügt. Eine einfachere Lösung wäre für jeden Drucker eine sglobal va…
-
11:37:17.861 : The port 'COM1' does not exist. Looks like you have configured it to use COM1 which does not exist. See the dropdown which exists. Most have only one port in the list. The port will only appear if printer is powered and usb driver is…
-
Prinzipiell geht 5GHz, aber man sollte immer bedenken das 5GHz eine schlechtere Reichweite hat und wenn man so an der Grenze liegt kann er kurz die Verbindung verlieren. Wenn er dann noch auf AP wechelt ist das leider gut sichtbar. Aber das sollte i…
-
Das Problem ist nicht Leistung, sondern das dein Betriebssystem die Verbindung zum Drucker gekappt hat. USB Hubs machen so was wenn zu viele elektrische Störungen ankommen oder zu viel Strom gezogen wird (insbesonder beim pi).
-
No that is not possible and will not come. What you could do is change temps in gcode with computed expression and set them to a permanent variable that you change in a small script when you switch filaments. So it would always use the currently se…
-
Beim DCS geht nicht alles über die Konsole. Duet hat ja ein Objekt Model das den Drucker und Status beschreibt. Dieses Model bilden wir intern nach und aktualisieren es parallel so das es imme rmit dem in DWC übereinstimme (wenn das plugin aktiviert…
-
Ja sieht man dieser mMeldung Recv:16:46:15.714: Connection verified by:!! Unknown pin chip name 'probe' Immer wenn oben das Verbindungsicon ein Warnsymbol hat kannst du auf das icon klicken und siehst was Klipper grad bemängelt. Viel Spaß noch.
-
Repetier-Server is the best choice since it runs independently in the background, so you can close host and print will continue. Also server is better with communication. Otherwise serial is the choice. In server these would start with /dev/serial/.…
-
Dann sind es vermutlich verbindungsabbrüche. Ethernet ist im Grunde immer das beste und wenn du es notfalls aktivieren kannst oder sogar ein Display am pi hast kannst du AP Behandlung an gleicher Stelle auf nie aktivieren setzen. Dadurch wird nich b…
-
Das display scheint mir direkt mit dem Druckerboard verbunden zu sein, da können wir nichts machen. Wenn klipper es unterstützt kann Klipper auf Displays etwas anzeigen, aber ob das hier so ist kann ich nicht sagen. Vom Server aus kann man so zieml…
-
Demnach sind da 5 Befehle im Puffer, Wenn das nicht passt gibt es so was. Versuche mal ping-pong zu aktivieren, da ist dann kein extra Befehl im Puffer. Wenn es wieder passiert und sich wiederholt poste aber einen längeren Teil aus dem log, also ein…
-
In global Einstellungen->Netzwerk/Zeit->Verbindungseinstellungen im normalen UI.
-
Hast du schein Land deutschland gewählt? Sonst sind die Kanäle 12 und 13 nicht nutzbar und wenn der Router die vorgibt verlierst du die Verbindung.
-
Will see if I find a convenient place. Function it self is after all already available.
-
Wenn es weiterhin über wlan klappt ist der Server nicht der Grund. Problem ist daher eher in der VPN Verbindung zu suchen. Kannst du an der Fritzbox sehen ob vpn noch steht oder unterbrochen ist? Wenn das iPhone die Route plötzlich ändert kann das z…
-
Babystepping is only visible in the touchscreen gui for the simple reason that you should be near the printer to see if it has desired effect. Regular ui and monitor have no controls for babystepping.
-
Host/Server are irrelevant for this issue. We are only talking about the printer configuration. They are only used to communicate or the change eeprom settings, but configuration of firmware does not depend on it. Not sure if we are thinking the sa…
-
The file has no style information connected, just plain xml. Did you get the message in browser or in server log? Server should not complain and it looks ok so far I can see. Do you get a interface for remote connection? If not you did not use the …
-
Also note with due you have more ram and can increase PRINTLINE_CACHE_SIZE and also segments per second to buffer more with better movement quality.
-
I see you hve quite fat extrusions, so how much do you extrude on a move longer then 95mm. Because you have #define EXTRUDE_MAXLENGTH 160 meaning if any move extrudes more then this it will ignore extrusion, so guess you triggered that. This is to p…
-
Windows updates are in deed a problem why I prefer linux for server host. You can configure windows to postpone updates for x days, so if you update from time to time it reduces the number of updates when not wanted. Not sure if this also works with…
-
One problem is that you are using 8 bit board so you have limited memory for long path planning and that is one of the main aspects that can limit speed. Speed is computed such that it can come to halt within planned moves if we get no further moves…
-
Yes, it is replaced by a different info screen during sd print. How it looks depends a bit on the display type - text display or 128x64 pixel have different views.
-
Please see personal message here in forum.
-
I don't know Traefik, but is order important here? I note socket is last and not an exception to printer rule. Actually if you see first page forwarding is working. If you can not login or info stays empty it is the socket having issues. Also sock…
-
Hab ich nicht getestet, aber laut https://www.berrybase.de/raspberry-pi-camera-module-3-wide-12mp wird sie von libcamera unterstützt und zumindest unsere aktuellen Images nutzen mjpg_streamer mit libcamera Unterstützung. Einzig scheinen sie zumindes…
-
Are you using 2 subdomains for it? UI expects to be located at / and a proxy to port 3344 is all you need. But there is the issue of websockets. All sockets are under /socket and need a special proxy for ws or wss if using https. See https://www.rep…