Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Are you aware that events are returned in an array and you need to parse all elements in the array? If you do not do that you might miss the second event which might then be the one you missed.
-
Sounds like you mean repetier-server not host. There is no user on initial installation, but when you had an older installation there might still be the data from first installation with old users. See https://www.repetier-server.com/knowledgebase/p…
-
Just a side note better useps aux | grep .when checking running programs. That way the command lines are complete and not cur at screen width.
-
Wollte erst mal den slicer hinzufügen:-) Ist aber grundsätzlich auf der todo, aber keine Ahnung wann ich dazu komme. Ist leider kompliziert weil alle firmwares das anders machen oder andere antworten geben. Und wenn dann will ich es möglichst für al…
-
Nein das ist derzeit nicht implementiert. Du kannst die werte zwar in der Konsole sehen wenn du sie da ausgeben lässt, aber eine grafische Ausgabe gibt es nicht.
-
I have no problems with long running pi so far. You can easily see memory usage with free command. For next image I will disable swap file since swapping would in deed slow down critical processes. Should not happen. To do so now edit /etc/dphys-sw…
-
Problem is we do not see commands send from sd card. So without a message telling us new value we don't know it changed. That is also why you should send everything through repetier-server directly so we know the state. But most important even if we…
-
Thanks. Will continue to test and hope to see another reason.
-
Not a bug - it is the prusa slicer config you use. For some layer heights they add M221 S95 to the gcode which is exactly what you see then in server. Since that was their intend you should leave that also I'm not so happy that they use a switch mea…
-
Please use the newest release I just updated. I found a dead lock especially under higher higher load that was added with last beta update. Now I have removed it and in my tests it did not lock any more so far. Just make sure to use the latest updat…
-
Thanks. Already discovered that adding configs is not working in latest update. Looks like latest changes are not causing problems.
-
Pfad ist aber richtig. Nutzt du nicht unser image? In den images von pi foundation gibts das nicht. Da musst du autostart anders umsetzen denn ich denke nicht das die openbox verwenden. Weiß aber dafür die Lösung nicht. Einfach mal nach autostart fü…
-
Frag mich nicht warum aber die Fritzbox schafft es gelegentlich den wlan Treiber zum nicht funktionieren zu bringen. Hab das schon mehrfach auch am eigenen pi gemerkt. Im letzten image haben wir dazu sogar einen monitor geschrieben der das versucht …
-
Die meisten PC sind schneller als ein pi. Bei linux brauchst du aber eine passende Software für die webcams. Zusätzlich gibt es das Problem das Windows gerne mal zum updaten rebootet ohne das man ihn hindern kann. Wenn es ein dedicated mini PC ist w…
-
No not needed if you connect gnd against switch the pull up will work fine. That is how all others do it. So gnd---- Switch ---- pin ( --- 5v from pullup internally) so when shorted it is low and when switch is open you have high from pullup.
-
There is no pull down with avr chips. They can be configured to have pull high in case you trigger against gnd. But for the other way around there is no config option. Is this a mechanical switch? Then all you need is a pullup configured. It does no…
-
Der Server handelt das nicht, linux steuert hubs. Da gibt es so weit ich weiß keine Probleme mit der Unterstützung. Aktive hubs sind besser wenn du viele Komponenten mit Stromverbrauch dran hängst sonst geht der pi in die Knie und strom stabilität i…
-
Sagen nicht aber du kannst den 5V pin vom Drucker usb Kabel abkleben, siehe https://www.repetier-server.com/knowledgebase/undervoltage-and-throtteling-of-pi/ unten.
-
Er scheint ja noch zu laufen. Was immer gehen sollte ist ein ethernet Kabel anschließen. Das läuft selbst wenn wlan abgestürzt ist. Ansonsten sehen ob wlan in access point mode gegangen ist und neu verbinden.
-
Lad dir mal Repetier-Server Monitor herunter. Das ist genau dazu da eine Oberfläche für mehrere Server zu haben. Führt sie nicht wirklich zusammen aber zeigt sie in einem Interface und der Unterschied ist minimal. Was den nicht erreichbaren Drucker…
-
Die logitech sollte problemlos laufen. Hab selber die 2 logitechs die ohne probleme arbeiten. Die haben auch hardware mjpg so dass der Prozessor kaum belastet wird. Diese webcam geht maximal wenn du als auflösung 640x480 pixel eingibst. Framerate w…
-
Die Lösung ist nur ports die mit /dev/serial/by-path/ anfangen zu nehmen. Wenn nur jeweils einer eingesteckt ist gibt es nur einen zur Auswahl. Aber aufpassen da der Port hier den Namen erzeugt merken welcher in welchen Port geht.
-
Currently I don't see a solution. Guess I need to write the injection possibility first.
-
Wird die Webcam von Linux erkannt und unterstützt? Die erscheine ja alle unter /dev/video... also mal ohne webcam ls /dev/video* unter ssh konsole eingeben und dann wenn webcam verbunden sind. Werden es mehr unterstützt linux sie erst einmal, dann i…
-
Danke ist im nächsten update Behoben.
-
/dev/ttyUSB0 ist blöd. Die Namen erzeigt Linux nach der Reihenfolge des erkennens. /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 ist evetuell nur ein link dahin oder zu ttyUSB1. Aber wenn 2 Drucker gleiche id haben ist das auch nicht sicher. Am b…
-
Normales usb micro Kabel. Alle 4 Kontakte werden benötigt, aber denke die meisten Ladekabel haben auch die Datenkontakte.
-
All linux betas are generated with same script so they are always at same development stage, so yes should work.
-
No that is not possible that way, sorry. It is the website it self that needs to send credentials in javascript due to the way this works. Need to think if there is a way to store the password data server gets some how so the javascript can find and…
-
For pi you can already download the beta which has fixed the bug. Just replace in download link 0.94.3 with 0.94.4 and install manually. Version is already feature complete and now we are in testing mode.