Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Sounds like there is some bad setting in your users registry while root is using own registry with different settings. They are atore in home/.mono/ Not sure if Software/repetier or directly but somewhere there. Rename the repetier folder so it thin…
-
Grundsätzlich kann man unter linux mit Links problems Verzeichnisteile verscheiben, wobei /var/lib/Repetier-Server komplett auf eine Festplatte gehört. Problem ist das beim start des Servers das Verzeichnis existieren muss, also muss es immer vor de…
-
In old image you need to change autostart file somewhere /home/pi/.config/ some path with LXDE . It contains the chromium start and with chromium-browser --force-device-scale-factor=1 --disable-features=TranslateUI,Translate --app-auto-launched --di…
-
Ok that is a hard one. took me over a week to figure out a solution. At least on linux the next release has a keep alive an dif that is exceeded it will drop the connection then. Winodws/mac also have this but they can not be forced as easy into dis…
-
Yes, you can do that. Simulate our installation but use different github url. Our installer runs this #!/bin/bash wget http://download1.repetier.com/files/server/extras/klipperInstaller.sh -O /tmp/klipperInstaller.sh bash /tmp/klipperInstaller.sh $1…
-
For touchscreen you needed to adjust settings I think for that display to calibrate it. Check waveshare installation instructions (xinput i think plus adding result in some config files). Guess that this or module for touch handling i snot loaded by…
-
Ja Kommunikationsfehler sind ärgerlich, da sie den Fluß unterbechen bis klar ist das wa schiefgegangen ist. In Marlin in advanced gibt es noch eine option "wait" zu aktivieren. Das reduziert pausen bei nicht erkanntem "ok" auf 1s. Wenn man noch adva…
-
See german answer. > BUT during the prints I still have bigger gaps between the layers which means its not extruding enough material... Did you check z steps per mm as well? If E steps is wrong Z might also be wrong so when E is correct and Z is…
-
Wir verstellen die steps/mm von uns aus nicht, aber man kann natürlich entsprechende G-Code Befehle selber hinzufügen oder G-Code erzeugen der das macht. Stelle sicher das flow 100% damit die steps wie gedachtfunktionieren. Faktor 2.5 ist allerdings…
-
> Das Extruder Problem hab ich trotzdem ich im Endcode M92 E0 habe. Korrekt is G92 E0 nicht M92! Auf der Downloadseite gibt es unter den aktuellen Downloads auch links zu alten versionen. Wobei die aktuelle version einige Dateien geändert hat wa…
-
Ok ich vermute erst mal du redest über Repetier-Server unter Windows udn marlin firmware, auch wenn die Gruppe das anders suggeriert:-) Bei Verbindungsproblemen erst mal nur Ping-Pong auswählen und auch Firmware auf Marlin setzzen. Marlin wird anh…
-
Is your timeout maybe 30s? With marlin 2 it supports normally busy messages, so you can reduce timeout to 3s which reduces the pauses. Especially if only one printer stopped for 30s it is just a communication error that needed to timeout for detecti…
-
Log does not really show much. Connection is still active as it seems, just no data is received or being send. Is that server using MQTT? If so you should update as soon as 1.4.3 appears where we fix a possible issue causing locking. What that happ…
-
You are right, one line is using wrong scope for z. Please go to printer configuration->G-Codes->Wizards and change line 4 of Bed Level Wizard into G1 Z{{fixed(perm.manBedLevZoffset,3)}} F{{fixed(config.speed_z_per_minute,0)}} Before it shou…
-
Solange der Serve rnoch läuft muss man sich nur einloggen und kann ihn dann sehen und sicher in seine Passwort Datenbank speichern. Um das Passwort zurück zu setzen gibt es diese Lösung: https://www.repetier-server.com/knowledgebase/password-forgott…
-
Das oben geschreibene war für die "Antwort auf Ereignis" funktion. Bei @monitorCall geht das so nicht. Hier aus der Anleitung: @monitorCall Name "Expression" timeoutMS hitFunction missFunctionDefines a regular expression with Expression that when ma…
-
If you check docs about leveling you see them mention the screw and how changing it can make the led turn on/off. Not totally sure how this works 100% but you have no z probe, so far is clear. When led is on M119 should show triggered. If the z swit…
-
License is bound to a single user. So if you are not using the license your self any more (deactivate all own instances) you can sell printer with pro license. Buyer is then owner of the license. Splitting license to several owners is not permitted …
-
Repetier-Firmware is no TCP/IP device so no. If you talk about Repetier-Server or firmware connected to Repetier-Server then this is possible. See https://prgdoc.repetier-server.com/v1/docs/index.html#/en/web-api/bridge for documentation of dire…
-
Klar, ist nicht weiter schwierig. In der Druckerkonfiguration->G-Codes->Antwort auf ereignis kann man z.b. regeln erstellen die eine Ausgabe erkennen. Das sind reguläre Ausdrücke und Gruppen werden hier @1, @2 etc zugeordnet. Das könnte dann g…
-
Schwierig da ich keine weiteren Infos habe und es bei mir klappt. Erscheint die sicherheitsabfrage noch? Was genau passiert? Gibt es in der Javascript Konsole im Browser Fehlermeldungen? Das einzige was mir einfällt ist, das man Drucke rmit klippe …
-
Es kommt drauf an. Wenn du server.log ansiehst, ist da ein Neustart des Servers zu dem Zeitpunkt zu sehen? Wenn ja, hast du Push-Nachrichten für mindestens 2 Dienste aktiviert? Das scheint bei ungünstigem Timing einen Fehler in OpenSSL zu triggern. …
-
That is not possible. Weight depends on the filament brand and type you inserted and that is unknown and you can not set it. If you upload g-code to models you can change this in summary and also see the weight to it, but in queue it might also be a…
-
Im Klipper fenter im Server kann man im Menü jederzeit Klipper deinstallieren und neu installieren, z.b. um ein Update zu machen. Die Konfigurationsdateien bleiben bestehen. Loggt man sich per ssh ein sollte man mit ps aux | grep ipper sehen das ein…
-
Bei welchem Betriebssystem? Gab es eine Fehlermelung? Vielleicht in server.log? Hab testweise ein Profil hochgeladen und wieder erfolgreich gelöscht unter linux und mac. Bei windows ggf. Windows neu starten und noch mal versuchen. Wenn Windows glau…
-
You need a script that sends the command you want to execute to the printer and configure stream deck to execute that command. Under https://prgdoc.repetier-server.com/v1/docs/index.html#/en/index you see how the API works. Most likely you just need…
-
This is a printer issue and not a host issue. For me it sounds like the z sensor is always triggering high. Try M119 to see the endstop status in console. If bed is not close to nozzle it should be low/off. At correct z=0 it must be high. If the p…
-
Das ist kein echter Fehler. Tests sind auf BED_LEVELING_REPETITIONS Runden begrenzt und wenn die Fehlertoleranz nicht unter 0.00025 for plane a und b fällt, gibt es dann diese Meldung. Du sagst hinten hast do links die Spindel. Heist das rechts gib…
-
What is the error? I don't see one only improving bed leveling. So looks fine. It might be that MABL stops after 5 iterations. But you should be able to restart it if you want more. Are the 3 test points close to your z spindles? Isn't the back on…
-
Man kann mitten im Druck timelapse starten. Aber ein druck von duet sd karte ist kein Druck für den Server:-( Er sieht einfach nicht was dann passiert. Manche sahen könnten mit remote druck gehen abe rpositionierte Snapshot/layer basierte aufnahme g…