Repetier

About

Username
Repetier
Joined
Visits
2,042
Last Active
Roles
Administrator

Comments

  • Latest image is based on bookworm which is fairly new. Maybe old image was based on older raspbian. Especially important since video driver is new since bullseye. Setting in image make sense. Bed is always inside the moveable area as it must be rea…
  • In General->Manual Control you enter what you can reach position wise - [XZY]_(MIN|MAX)_POS. In printer shape you set on which area you have a bed below. Having extrusions outside this area will lead to warning before a print if it was stored bef…
  • It's a bug in repetier-server.xml where the permission for eeprom should be configure,touch>You can change it manually or in ssh terminal run installDev to install the fixed version.
  • It's a bug in dialog handling with firmware controlled prompts. Will be fixed in 1.4.17 coming soon.
  • I have no experience with usb3 hubs and pi/linux, but as a test you can login over ssh and run lsusb or lsusb -t to see all usb devices detected by linux. Then check if you can see the webcam as device and also if you can see the usb3 hub. Best sta…
  • Problem is that the logo is burned into the boot image, so you must recreate it. sudo plymouth-set-default-theme --rebuild-initrd pix Also copy it to /usr/local/Repetier-Setup/templates/splashscreen.png - our runAtBoot checks if it differs from /us…
  • That is strange. Both do use same function and I see no test for error state. Anyhow since I fixed it in dev tree you can run on pi ssh console installDev to get the fixed version. Hope it works as it did not appear on my pi so far.
  • Mit Filter meine ich in Konsole oben die 3 Schalter Befehle, ACK und M105 Filter die das meiste der Kommunikation verbergen. Standard ist nur wichtige Ausgaben. Aber bei Fehlersuche ist halt alles interessant. Senden die ein neues USB Kabel? Denn d…
  • Ok, I found what is happening. If you only have output pins you can ignore this error for now, setting will still work I think. What happens is that the reading can fail and goes to error state. Now you can only see an error when we do not delete i…
  • There is no 5.7.0 version, latest version is 1.4.16 where we changed gpio to read back value so we also detect the state change when it is done outside of server. Are you using that version? Also when does this state to unknown happen? When you cha…
  • Ok, Bild zeigt das der Pi per wlan verbunden ist. Weiß jetzt nicht ganz warum du das zeigst, da es mit dem Problem erst mal nichts zu tun hat. Der pi verbindet sich per usb mit dem Drucker was ja auch zu passieren scheint. Wichtiger ist eher beim D…
  • Have a look at out faq entry which shows the typical reasons https://www.repetier-server.com/knowledgebase/connection-problems-with-printer/
    in Login Comment by Repetier April 11
  • Ja das icon meine ich. Rede aber auch über die normale ui nicht über das touch interface.  Bitte erwähnen wenn du darüber redest, weil das anders ist. Verstehe aber nicht warum da das Menü icon erscheint wenn keine Lizenz - vorhanden ist solltest du…
  • The image is not readable. It is password protected with your account. You can use imgur.com instead. What is 5.7.0 gpio pin? Pins have only one number not 3 separated.
  • Links vom Druckernamen gibt es doch immer ein Icon das den Verbindungszustand anzeigt. Rot = Aktiv aber nicht verbunden, grünes Kettenglied = verbunden. Hast du in der Konsole die Filter ausgeschaltet? Sieht aus als ob du 99% der Kommnikation filte…
  • Wenn du die IP nummer im Prusa Display meinst, die erscheint nach dem Verbundungsaufbau. Wenn nicht klappt diese nicht, was komisch ist da sie ja offenbar vorher funktioniert hat. Erst mal in der Konsole vom Server nachsehen ob kommunikation stadtfi…
  • mjpg-streamer loggt gegen syslog /var/log/syslog kann man auch im Server-UI unter logs herunterladen. Zumindest bei unserem Image da das originalimage syslog abegschafft hat und alles in journald loggt.
  • There was a short time an image with file system corruption breaking apt with defect/missing files. I'd say you have unfortunately installed this version so updating will not work. You should backup files in  Repetier-Server Monitor, deactivate lice…
  • Ist die Uhrzeit des Pi korrekt eingestellt? Wenn Zertifikate nicht validiert werden können ist meistens die Uhrzeit falsch oder aber das root Zertifikat ist nicht in der Positivliste, aber die aktualisieren wir gelegentlich. Bei den Webcams finde i…
  • Stimmt. Wie gesagt mit der extra xml Datei wird es nicht mehr überschrieben.
  • It should be easy, but I wrote it with my hardware which worked good. The question here is if there is a bad contact, some interfetrence or if it for some reasons needs longer delay. Before you I had no complaints that it did not work with RADDS_DIS…
  • It is just a worning and can be ignored. you might dry to increase the other delays as well or double the delay lines. 
  • Was änderst du in der server.xml? Sobald man User hat akzeptiert der Server doch nur localhost als IP für den Touchscreen. Du solltest nie unsere version ändern, da die überschrieben wird. Wir lesen aber 3 versionen wenn sie existieren, siehe https…
  • Looks like the display is quite slow and probably it does not get all signals before they are changed. See ui.cpp where you have this function: void lcdWriteByte(uint8_t c, uint8_t rs) {#if false && UI_DISPLAY_RW_PIN >= 0 // not really n…
  • ARM basierend auf Rochchip Prozessor, ca. 512MB ram, ext4 Dateisystem, Linux  4.19.111 Speicher könnte gerade so reichen für den Server, wenn er keine großen Sachen berechnen muss. Drucken ist vom Speicherverbrauch kein Problem, rendern der Bilder …
  • Is this a 20x4 character display or 128x64 pixel? Sounds like it gets data wrong and result is garbish. Only english letters are supported anyway. Make sure cable is ok and does not go close to heater/motor cables which can disturb display. Also try…
  • Make sure you have not MIXING_EXTRUDER selected - this means have all same time according to mixing ratio set. You want 3 pure extruders just sharing a heater.
  • Checking for updates should also show new version. But it requires internet connection of pi, which you should have if you can activate/deactivate server.
  • Ist das Linux debian basiert? Wie viel speicher ist da noch frei? free -h Da der Server selbst keine anhängigkeiten hat kann das durchaus möglich sein auf einem root system, dann braucht man keinen extra Rechner später. An der Kommunikation wird si…
  • Sincer we had this issue and you needed to reload page as only a message to show correct view was not send, my first question is if you are running latest version. I used it for some tests before release and it worked so maybe you are using the bugg…