Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Du kannst in wlan Einstellungen AP auf nie setzen. Sonst wechselt er bei Verbindungsabbruch in AP modus, dann dauert es länger bis er die Verbindung wieder hergestellt hat. So bleibt die Einstellung dann erhalten und linux verbindet wlan sobald es w…
-
Die Fehler und Zeitüberschreitungen sind normalerweise eine Folge von Kommunikationsfehlern mit dem Drucker. Fehler ist wenn die Prüfsumme nicht passt und der Drucker die Zeile erneut anfordert. Also fehler richtung Drucker. Zeitüberschreitungen pas…
-
wget https://download1.repetier.com/files/server/debian-armhf/Repetier-Server-1.2.1-Linux.debsudo dpkg -i Repetier-Server-1.2.1-Linux.debrm Repetier-Server-1.2.1-Linux.deb
-
Thanks. I have added a variation of your solution that should work. Just a bit earlier, also I do not think it is that important how early it gets enabled. Have committed the fix.
-
Haben es gestern wegen eines festgestellten Problems nicht ganz geschafft. Versuchen Montag zu schaffen. Kannst aber linux version bereits downloaden wenn du den link anpasst.
-
> Mittlerweile habe ich herausgefunden das es reicht wenn ich den pingpong-modus entweder aktiviere oder deaktiviere. zumindest so lange bis er wieder zum Stehen kommt. Deaktivieren und aktivieren würde dann auch helfen. Denn genau das passiert…
-
Du kannst den downloadlink 1.2.0 auf 1.2.1 ändern. Ist möglicherweise auch finale version. Wurde gestern nur zu spät also wird wohl montag veröffentlicht. Neues image mit bzllseye machen wir erst mal nicht, weil der Kernel mit treibern nicht gut gen…
-
Wie kannst du auf den remote desktop aus dem Internet zugreifen? Dazu musst du es ja auch als weiterleitung einbinden. Zugriff auf server wäre eigentlich genau so nur mit anderer intranet ip and port. tplink musst du eventuell so konfigurieren das e…
-
Sorry, but it is not possible to increase dashboard size for printers so webcam is limited to current size.
-
Dazu gibt es einen FAQ Eintrag der die unterschiedlichen Lösungen erklärt: https://www.repetier-server.com/knowledgebase/access-server-from-internet/ Oberfläche ist immer http://ip:port wobei externer Zugriff ja nach Methode andere IPs und ports h…
-
Don't know it. Depends on the motherboard used for the printer if our firmware is compatible.
-
Wird von MyCommerce normal nach Zahlung per E-Mail zugesendet. Also au ch mal im spam ordner zur sicherheit nachsehen. Ansonsten morgen an unseren support schreiben mit verwendeter e-mail adresse. Wir bekommen die Liste immer mit Verzögerung. Oder h…
-
Yes, would be great but is difficult. But at least when condition is the same I guess detecting that both trigger at same position should be possible. If photo positions are also identical I might have an idea to detect that edge case and combine th…
-
Im Laufe der woche. Kannst aber beta runterladen - link auf 1.2.1 anpassen. Arbeite grad am image mit bullseye und teste die neuen Features. Sieht aber bis jetzt sehr gut aus.
-
Danke für die gute Nachricht.
-
When using marlin as firmware there is an option that adds command to change acceleration and some other things that you can disable to use factory defaults, just in case it comes from that. Apart from that there are just moves so nothing changing f…
-
At least it would be better to have more colors in the list. Same colors is not always a good idea, also I know why. But colors might not work as goo din 2d preview. Will discuss this in the team.
-
There is no event for just sending a g-code. "sende bei Druckeraktivierung" is when it goes from "Deaktiviert" to "Aktiv" oder "Verbunden". "Sende vor einem Druckauftrag" is when you start a print. Next release will have printJobAdded event that g…
-
It might be that you need ENDSTOP_NONE(endstopZMin) so you only have z probe for z m in measuring. That is what you physically have anyway. Removing the 3 lines is correct. As soon as you define something with macros it gets initialized. You just d…
-
There is normally no feedback about fans, so we determine fan state from send commands. Now the typical command is M107 S200 which assumes fan 0. If a P is added it is the fan number, so M107 P0 S200 sets first fan and M107 P1 S200 the second. But…
-
> Ich kann einen nur mit by-Path und den anderen mit by- id anbinden. NEIN, bitte nicht. Wenn es nur eine ID gibt sind die identisch und man weiß nicht welcher von beidem das ist. Das kann der by-path sein oder der andere. Führt also zufällig zu …
-
Ja auch wenn ich stadt ;@pause ; Filament Change ;@pause Filament Change schreiben würde weil ; Kommtar ist und dann die Meldung fehlen könnte.
-
Z_HOME_DIR 1 is the correct solution. Does M119 show 3 max end stops? Sure manual moves move z correctly? Often this is a user error assuming host arrow means something different. When above homes to z min set #define INVERT_X_DIR 0#define INVERT…
-
Thanks for the bug. Fixed in next release. Adding total costs and extra message makes sense so added it as well for next release, also this is an option to enable or not, in cause some do not want costs as they never select right material for examp…
-
Das erklärt es. Shutdown/reboot ist ja keine server Funktion, sondern wird in unserem Image über die Datei extcommands.xml als externer Befehl hinzugefügt. Die aber nur in unserem Image vorhanden, muss ansonsten wie im Manual beschrieben selbst inst…
-
Normal ist das Druckbild identisch. Abweichungen gibt es nur wenn du timeouts oder zu viele resends wegen Kommunikationsfehler hast. Das siehst du im log oder wenn du dir die Verbindungsdaten ansiehst. Dat stehen die Anzahl der Probleme aufgelistet.…
-
Wie du möchtest. Wichtig ist aber insbesondere das es den Druckbereich verläst, damit sich nichts in den Druck einbrennt. Also minimal G1 X0 Y0 F12000 oder jede andere Position am rand. Je nach Drucker sind bestimmte positionen besser geeignet. All…
-
Homing direction is independent form end stops #define X_HOME_DIR 1#define Y_HOME_DIR 1#define Z_HOME_DIR 1 This would e.g. make all axis max homing. Z Probe is independent from normal endstops. For cartesian you define end stops like this: ENDST…
-
Ich denke das ist ein Problem das ich bereits fürs update behoben war. Bin mir recht sicher das Recv:8:19:20.381: Connection verified by:startRecv:8:19:20.382: Printer reset detected:start Beide reset und verified haben am ende run on connect ausge…
-
We are not author of that plugin, so can not say what is going wrong there. You might use Repetier-Server Monitor instead for uploading files. That way you just save from cure to the watched folder.