Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Unfortunately that is not enough. It is quite clear that it must be some error during communication. But without ok responses you can not see it it continued afterwartds meaning it was ca ommunication or if it was just a slow command triggering it. …
  • Was steht denn im log wenn es passiert. outoffilament gcode sollte ja dann eine entsprechende Meldung an den Server senden. Die muss so aussehen wie der server sie erwartet, sonst reagiert der server nicht. Die Regel die implementiert ist sieht so a…
  • Can you provide a communication log part where it happens including a few 100 lines before the error. Also is ping pong mode enabled or not. When enabled any missing linebreak in communication will cause this, otherwise this error often corrects it …
  • Can not say much about that fork, but check eeprom settings. If e.g. acceleration, max speed or steps per mm is 0 or NaN it won't move in our firmware, so there it would also be the case. Depending on changes eeprom might be wrong after reflash so y…
  • Device "none" is not good. Should be the port name, so please check if the entered port name exists and belongs to the printer. 
  • It is actually only available as debian installer. The runtime is C++ with no link dependencies so it would run, installing is the problem. If you have somewhere a debian running you could install it there and then copy the /usr/local/Repetier-Serve…
  • Wichtig ist zu beachten, das wir keinen Druck einer Datei über Klipper machen sondern die ganze Zeit die Kontrolle haben. Daher sollte man alles weglassen das in klipper einen Druck stoppt oder pausiert. pause_on_runout: False im sensor verhindert,…
  • Sorry, you are right it is not working. It had a wrong snapshot reference - it actually makes a snapshot for timelapse due to wrong function reference. Will be fixed in 1.5.0
  • END_PRINT macro sounds like klipper gcode macro. We do not see what klipper runs in such macros so that would not work. You can add it in the slicer end gcode before you move away - I mean that is the only reason you do it manually anyway so it must…
  • It is still present and calls in the end the same function as the report when you did not call it before. The question is when do you call it exactly? It must be while running the print and before the report generation starts. I noticed that feedba…
  • Yes, I forgot about that, but that is correct. We use whatever the os gives us to store secrets so they are only available to the user logged in. This also means I see no easy way to get them as well. And since api keys vary between servers it might…
  • That is no problem also there is no import/export button, bit is is just a file. When you start in terminal you see it output "App user data path" - depends on os. On windows it like: C:\Users\\AppData\Roaming\Repetier-Server-Monitor The file you se…
  • That should work, but you need to be aware of 3 issues to make it work: 1. We call it from workingdirectory so output composition.gcode is ~/.local/share/RepetierHost/composition.gcode - you might tweak the path if slicer does not find it. 2. For sl…
  • Exactly what postinst installes when wou install server: if ! [ -f /etc/sudoers.d/repetierserver-perms ] || ! grep -q "/usr/local/Repetier-Server/bin/installKlipper" /etc/sudoers.d/repetierserver-perms; then echo "repetierserver ALL=NOPASSWD: /…
  • Direkt hab ich es nie versucht, da bambu das offiziell nicht unterstützt und der direkte upload wie er aus dem PrusaSlicer noch kommt für gcode ist. Aber gcode druckt er nicht, er will das in einer 3mf Datei haben. Ich vermute das er das im direktup…
  • That should work as well. I send you a pm regarding email.
  • It look slike a crash, but there is no chance to say why without proper information. If there is a way to force the crash that would be something I can try on my computer and debug then. But such rare cases can only be debugged when you have it in d…
  • No, I do not think number of users make a difference. My main problem is, that I never saw this happen and you are the only one reporting this, so I wonder how this can happen. Can you give more details on how or when that happens. At the end it all…
  • Fat32 should also work.
  • First check if it it is vfat formatted and not too big. Also try .g extension. Also only sd cards with SPI support are supported, firmware has no parallel reader support.
  • Just tested this on our image and it worked. You might want to check if 22 is the correct number. On newer images this is not always the case. Run on linux console cat /sys/kernel/debug/gpio to see the numbers you need to use. Especially for pi 5 I …
  • Entwicklung läuft noch und Fehler nehmen ab:-)
  • The official position you can move to is defined by x_min, z_min. So setting them to -30 and -1 allows the move. If the position should not be officially allowed mit is possible because you moved 30mm right from endstop you can use P1 in G1/G0 moves…
  • In deed a strange edge case! When you copy url to webcam 3 on printer not working that exact stream works? You must know in config what you see is direct stream from webcam. In printer view we cache the images we get from webcams to not overload net…
  • If it is overflow, we did not change anything related to that. We limit the amount to what you defined in connection settings. However, if the firmware has reduced the buffer size this will cause an overflow. So first thing to do is reduce the buffe…
  • Keine Sorge, wir sind nicht tot. Wir arbeiten an Version 1.5.0 die einige seht tiefe Änderungen beinhaltet und daher den schnellen Abdatezyklus durchbricht. Nach den Änderungen können wir deutlich mehr Modelle unterstützen und haben auch einige Verb…
  • Aktuell muss man die Warteschlange manuell jede Datei löschen. In der nächsten Version kann man auch alle auf einmal oder markierte löschen. Der 203 Fehler kommt wenn man User eingerichtet hat, aber ohne authentifizierung auf Funktionen zugreift. E…
  • Wenn du hochladen kannst sollte auch der Direktdruck klappen. Wenn er dennoch nicht klappt gehe ins Repetier-Interface und sehe nach ob die Datei in der Warteschlange steht. Nur wenn die leer ist wird ein Druck automatisch gestartet, ansonsten wird …
  • Wenn du in der Verbindungskonfiguration unter "Printer" die Liste der Drucker siehst hast du es korrekt eingegeben. Dann kann ggf. noch der API-Key falsch sein, der ist für die Druckerliste nicht notwendig. Ansonsten sollte das so klappen wenn du ih…
    in Orca Slicer Comment by Repetier July 30
  • Ein Raspberry pi ist ein Singleboard Computer keine Software die man auf einem Laptop installiert. Die haben einen sd Slot statt einer Festplatte und da kann man unser Image auf die Karte kopieren und hat Betriebssystem mit unserer Software installi…