Repetier

About

Username
Repetier
Joined
Visits
2,084
Last Active
Roles
Administrator

Comments

  • 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…
  • Das Funktioniert genauso wie am PC, nur bitte nicht über Akku arbeiten da sonst der Laptop bei leerem Akku herunterfährt.
  • Great it works now. I also have added it in connection issues list in FAQ as new point: https://www.repetier-server.com/knowledgebase/connection-problems-with-printer/
  • Conditions in [] ar enot correct syntax. Timneout 15 or 30 minures can also come from server assuming it missed the ok when it takes so long. I would suggest a simple delay with G4 which server recognices and does not timeout until it is finished. S…
  • Ok, good news is that on server side your settings are 100% correct. DTR/RTS have no meaning for pure serial connection. This response: Recv:3:57:05.764: echo:Unknown command: "[ 17.598172] rc.local[1354]: My IP address is 192.168.1.52" shows clea…
  • I have added a hint and a command to show the real pin numbers now in the tutorial.
  • Nein das geht aktuell nicht. Der wird nicht als MJPG angeboten worauf unser system basiert. Evtl kann man das als sonderfall im gleichen lokalen Netz machen weil dann der direkte weblink klappen sollte.
  • Not sure what chatcgt means here. If you use automatic bed cleaning it is important that it automatically runs after a job is finished so the run after printjob event would be the correct place to clean the bed. If you want also in stop event when y…
  • Please check if in Printer Settings->General->Printer has automatic bed clearing system is enabled. Only such printers see the autostart button, on others this would be a potential risk to enable it by chance.
  • Where are you trying to download that you think version is 2.2.4? Current version is 2.3.2. I just downloaded it for testing without issues from our homepage https://www.repetier.com/
    in Instillation Comment by Repetier July 7
  • Nein, nicht TCPIP das kann er auch nicht. Das ist gerade in entwicklung, wenn du also einen Raspberry nutzt kannst du die aktuelle dev Version installieren (installDev in der linux ssh konsole), da gibt es dann einen Konnektor für Bambu aber er muss…
  • "bad allocation" is in first case an issue happening when no memory is available and when that happens software can get instable when it gets no more resources required to work as designed. The error it self is not giving a clue why it happens unfor…
  • Super zu hören. Dann ist der Aufwand wengistens nicht vergeudet.
  • We can not talk to http Webserver, you need to select the port for direct communication often called telnet port. Some printers need to enable this explicitly while others do not have it. Check your printer documentation for this.
  • It could be possible - the processor is at least supported. I can not help much here - I do not have one and if you need the existing functionality it might break if you modify important files. In theory you just log in and install the arm 32 bit pa…
  • There is no code to rearrange order of execution. Some commands might get executed out of order (emergency commands) but none of them is one. You can see this also when you enable logging. Skipped steps can become a problem especially if the happen…
  • Danke für die infos. Ich hab es mit dem was wir machen verglichen und wir stoppen den mcu klipper service nicht. Daher führt start dann nicht zum neustart des gerade kompilierten. Hab das jetzt gefixt. Im Test hat er auch wirklich jetzt den neuen ge…
  • Still works for me. Did you check e.g. in browser if right click of mouse is still working? No idea what else might cause it. Only other thing make sure you are in Object Placement mode, sliced objects can not be moved.
  • You are positing in repetier-firmware forum but it sounds like you are using marlin. We do not have M211 so if that works you are wrong here. Esteps mean extruder stuff and has nothing to do with bed size so do not understand that one. There is no…
  • Backup der Drucker, deaktivieren und unser neuestes image installieren, backup draufspielen.  Wichtig klipper config ist im druckerbackup nicht enthalten also besser manuell auch noch kopieren. Mit monitor backup wäre es drin. Aber sicherheitshalber…
  • Ok hier ist ein neues image wohl die gute Wahl. Python 3.7 ist komplett veraltet und wird von numpy nicht mehr unterstützt in aktuellen versionen die vermutlich in klipper verwendet werden. Unter bookworkm ist immerhin 3.11 installiert was noch bis …
  • You need to change it in printer eeprom using eeprom editor. Not sure where you saved it - firmware, host, server, slicer, ... all have this setting but for real limits only firmware counts others just need to know so they allow using it.