Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Nein wir haben keinen Kontakt. Grund ist das eigentlich die Gruppe eine Dropdownliste existierender Gruppen ist. Die zeigen aber offenbar keine an und wenn der Name nicht stimmt ist er zwar der Gruppe Zugeordnet, aber die existiert nicht. Man kann…
-
Yes, would be great. My pi cam is older guess V2.
-
Eingebettete webseiten nutzen I-Frames die standardmäßig nicht erlaubt sind um clickjacking zu verhindern. Kann man aber ausschalten. Siehe https://www.repetier-server.com/startup-configuration/ Abschnitt Changing Network. Es geht um die Einstellun…
-
Wiese glaubst du das nur 5 Webaktionen möglich sind? Da ist kein limit. Auf meinem Testsystem hab ich grade 10 Aktionen.
-
Ok, hab auch noch mal getestet mit der 256gb Karte. Am pi 3 unser image, bootet nicht. Original Raspbian Bullseye von der pi homepage bootet auch nicht. Dann gleiche Karte in einen pi 4 und er fährt normal hoch. Als ob dem pi 3 die Karte nicht gefä…
-
That is what history and reports are for. In history you see all files and if they succeeded or not. If you enabled reports the report is also downloadable there, which is a pdf file. It includes the rendered image and if you have the webcam image w…
-
I think /MERGETASKS="!server" would exclude the server component from default selection.
-
That is not really in our hands as this is linux driver and mjpg_streamer which is 3rd party software we do not develop. But we include updates so maybe. Device appears because a cam in general is detected. So I also assume that streamer starts. Bu…
-
Max. extruder temperature is define in config with #define MAXTEMP 275 but there is no override. This would be dangerous if you can just state to get higher then extruder can handle. So sorry, needs to recompile firmware for this.
-
Not selectable means the device was seen but mjpg_streamer is currently not running. You can restart it and check /var/log/syslog why it stopped again. Which image are you using? Lately the bullseye version changed libcamera version so updating lin…
-
Can you provide a download to a gcode that is so slow and tell the time it takes for your printer and accrding cura, then I can have a look at it. As I said there was an issue in older versions that increased time with temperature changes, but that…
-
In printer tab below the "Check every x seconds" slider you set park position for pause.
-
Since you see the list of webcams you seem at least to have isntalled our webcam scripts as described here: https://www.repetier-server.com/setting-webcam-repetier-server-linux/
-
Gib mal in der ssh shell installDev ein. Nutzt dein Drucker RepRapFirmware? dev wird das Temperaturproblem dann vermutlich lösen. Wenn du beim start aber direkt illegalInstruction siehst ist das binary vermutlich defekt. Mit der Installation der Ent…
-
Are thea all greyed out and not selectable? New server version tests if the entry is running and only allows selecting running streamer webcams. So you should check if mjpg_streamer is running: ps aux | grep mjpg If none is running these entries a…
-
Update kommt in kürze, muss nur noch ein paar kleinigkeiten fertigstellen die in der Änderung sind und ich will ja nichts freigeben wo ich weiß das was nicht fertig ist. Wenn du ein aktuelles pi image nutzt kannst du Entwicklerversion mit installDev…
-
Icon appears next to the menu entry of the pwm if you have "Show in menu" selected. It appears either in the global menu (gear top bar) or if you selected a printer in the printer hambuger menu instead.
-
Will be included in 1.4.7
-
Is it connected to host or server? Just checked with server/iOS and on watch/mobile push I could see title and message and both include printer and why.
-
Yes, looks like something is in bad state. Probaby the same that went wrong with update. If you copy /var/lib/Repetier-Server folder back license is activated again. Just wtach out that server is not running when copying them back and you have no p…
-
Was soll screw_tilt sein? Auf der Klipper Homepage sehe ich keine Konfigurationsoption mit dem Namen. Grundsätzlich kannst du die Konfiguration mit allen klipper configurationsbefehlen erweitern im Editor. Falls das ein plugin für Mainsail/Moonrak…
-
ls -l /usr/local/Repetier-Server/etctotal 4-rw-r--r-- 1 root root 1199 Jan 6 07:36 RepetierServer.xml If that is empty as you say, you just need to reinstall server. On revent images you just use this command: installLatestServer Your settings wil…
-
Ok einem linux user kann ich ja vielleicht dd als Lösung anbieten wenn das schreiben problematisch ist. Aber aufpassen nicht die flaschele Platte überschreiben und image vorher entpacken. Oder wenn deine 128 mit 64gb karte funktioniert könntest du …
-
Der wechsel kommt weil wir M105 anfragen und M408 S2 anfragen für die Temperaturanalyse auswerten. Wir selbst nutzen jetzt M408 S2 weil damit auch änderungen in speed/flow/aktiver extruder/Nachrichten mit abgefragt werden. Wir bekommen also mehr inf…
-
/usr/local/Repetier-Server/etc/RepetierServer.xml ist part of the installation and always exists! But sometimes a file is corrupt and crashes server when it tries to read it. That is something I'm guessing here.
-
Ja komsich. Hab ja mit dem offiziellen Bullseye Image angefangen. Womit auf welchem OS hast du das image aufgespielt? Hab eine 256GB Karte gefunden aber unter windows ging Balena Etcher und Raspi-Installer nicht. Haben Fehler beim aufspielen gemelde…
-
Ok, ab der nächsten Version erkennt er das automatisch, wechselt in Filemantwechsel und zeigt ein popup mit der Meldung an weil er die duet Dialogboxen jetzt erkennt.
-
Ok das Problem ist leicht zu lösen. Die Meldung die du willst fängt mit dem Satz an und muss ich nicht enthalten. Fange also deine Regel mit ^ and um anzuzeigen das die Antwort damit anfangen muß. Damit wird deie Mledung in msg ignoriert. Also ^Fila…
-
Die FAQ bezieht sich darauf wenn du klipper ganz händisch nach klipper Anleitung installierst, und ist nicht mehr die Empfohlene Methode. Werde da noch einen Warnhinweis anbringen. Empfohlen ist mit neueren Repetier-Server versionen die Aleutung au…
-
Heist das bei 128gb ging nicht nur der Monitor nicht sondern gar nichts? Und bei 64gb geht beides plötzlich? Für den ersten reboot setzen wir ein flag um das Dateisystem zu erweitern, was etwas dauert je nach größe. Wenn das wirklich bei 128gb nich…