Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Klipper teilt die aufgaben. Auf dem Drucker läuft eine sehr minimale Firmware die nur vorberechnete Teile abarbeitet während der Teil auf dem pi die komplexen Berechnungen macht. Solange linux nicht kurz mal pausiert klappt das alles gut und erlaubt…
-
Multi Monitor was always a bit of a problem. First that I do only have one monitor and second when the active screen was not available later on startup it was a problem. Also on linux it was a problem. So for next update I removed the save position…
-
Sieh mal bei den FAQ nach da gibts einen Eintrag zu web actions mit schaltbaren Steckdosen. TP Link hat ja auch IFTTT Unterstützung glaube ich. Aber jeder andere Webaufruf kann natürlich auch eingebaut werden. Problem ist nur wenn du den pi ausschal…
-
Bin jetzt nicht der Klipper Experte, kenne aber nur den Socket den Klipper zur Kommunikation zur Verfügung stellt. Einfachste Lösung daher Repetier-Server auf dem pi auf dem Klipper läuft installieren oder Klipper auf pi mit server je nachdem was di…
-
Nicht gefunden = es erscheint kein neues serielles Gerät wenn du ihn einsteckst unter Linux? Wenn du mit ssh einloggst kannst du mit lsusb die verbundenen USB Geräte sehen. Selbst wenn linux den Treiber dazu nicht hat müsste er erscheinen. Also mal …
-
Many events just advertise the change and if that is of interest you can query the parameter. Here the "listPrinter" action would give you a list of printers with job state and name.
-
Du solltest logging aktivieren und mal das log an der Stelle zeigen (bitte nicht alles). Normal blockiert prusa firmware mit "busy" meldungen bis die Firmware mit dem Wechsel fertig ist. Frage ist was dann kommunikationstechnisch passiert. Bleiben d…
-
Kann man so nicht sagen. Das sind 2 unterschiedliche Produkte mit unterschiedlichen Stärken. Nur weil ein Plugin nicht vorhanden ist ist es ja nicht direkt schlechter.
-
Ok found it. The repetier.xml has new entries to get speeds also for deltas. These also match Extr.2 Fax feedrate taking the 2 as speed. Have fixed it for 1.0.4 to only match the delta feedrate.
-
Von welcher Webseite? Meinst du server mit 1.0.4?
-
Das ist vom start script: pi@RepetierServer:/lib/systemd/system $ cat RepetierServer.service[Unit]Description=Repetier-Server 3D Printer ServerAfter=network.target [Service]Type=forkingPermissionsStartOnly=trueLimitNICE=-20Nice=-20KillMode=processU…
-
Nein gibt es nicht. Für den Host wird es auch nie kommen. Beim server ist es später mal geplant.
-
3D_Drehzahl73 Du hast recht. Konnte es jetzt nachvollziehen. Bei diesem Sonderfall konnte es passiert das der Befehl als Kommentar markiert war weil das Feld nicht explizit gesetzt wurde. In dem Fall wurde der Befehl einfach nicht gesendet und fehlt…
-
Good information in case others suffer same problem.
-
800x480 is a typical resolution but gui adjusts to resolution and switches widths, sizes etc at several resolutions. These are optimized to normal pi screen 3-7". On bigger screens you get more free space but should work. In our docs section we also…
-
Yes, more or less all routers can do so. Every device has a mac address. You see them in home screen of server for example. In router go to dhcp section and tell router to always assign same ip to that mac, then it stays the same across reboots of c…
-
I see what you mean. Prusa correctly sends busy state just like during autoleveling and homing so we get no timeouts here. So what we could add is a send busy for more then x minutes where x should be larger then longest operation you normally have.…
-
TEMP=$(vcgencmd measure_temp | cut -d= -f2 | cut -d\' -f1) speichert cpu temperatur in TEMP. Mach dir ein Skript das das alle x sekunden Prüft und dann zwischen5 und 12v wechselt.
-
Numbers are ok. I have around the same. They vary a bit depending on what is going on, but these are fine. When the system starts using too many resources it might also block ssh. Already had that I needed to be quick to get debugger started before …
-
Pi should be fine. I can and have them running much longer. Can you still login over ssh to the pi? Do you have any own additions? There are a few reasons why connections are refused. One is all file handles are used. Check yout pid: ps aux|grep tie…
-
Did you already try to upgrade. A known problem is when server starts sending non UTF-8 chars to websocket. That causes the same description. Already for a while I haven't seen this happen assuming I have now covered all sources where this might com…
-
Zuerst würde ich testen ob linux sie erkennt und unterstützt. Webcam entfernen und ls /dev/v4l/by-path/ aufrufen, dann webcam rein und noch mal. Der neue Eintrag ist dann die webcam. Dann sudo /usr/local/Repetier-Setup/bin/startAllCams ausprobiere…
-
Maybe that will be a side product when we add the slicer. Already planning something in that direction.
-
I also have now added the option to the config tool.
-
Thanks. Fixed it now as well.
-
Yes, max speed 1mm/sec is quite slow and causes high times. Can you post the console output when you run autodetect (just open in another window). Would like to know if the reported values are garbage or if the format has changed or whatever makes i…
-
Ok wenn supported 0 ist must du sudo raspi-config aufrufen und pi Kamera Unterstützung aktivieren. Dann sollte er sie auch wieder erkennen.
-
No uuid is uuid-4 format so length is the same. But I have also added $RANDOM_INTEGER that you can use instead.
-
So it reads regular gcode at least. Now question is communication. Marlin would also be my first try. Open one windows with console active so you see if anything is happening. In a second window run configuration. Try changing dtr/rts to end with di…
-
Steht im manual. Advanced setup denke ich wars. Kannst sie sogar zu einem Drucker zuordnen dann erscheinen sie stadt dessen im Druckermenu.