Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
I will check this for next release. Since it was written for windows (same executeable) it uses the first port in list which might just not be a printer at all making it freak out or block communication and prevent gui updates until it aborts connec…
-
z_progress bekomme ich auch, layer_progress nicht vermutlich weil ichs nicht nutze. Aber schon komisch das eta/ete nicht auftauchen die sind ja auch nur mit job vorhanden. Und alle sind in einem Conditional so dass sie ja auch nicht angezeigt werde…
-
There are 2 reasons for resends - communication errors and if ping pong is disabed the configured buffe rmight be too big causing overflow of data. Enable ping pong for testing and if it gets better enable it again and reduce input buffer. 127 is no…
-
Nur diese regel: ^MMU not responding Alles andere scheint mir nicht sicher. Da es aber nur nachrichten sind und keinen Effekt haben kannst du natürlich experimentieren. Pro Zeile brauchst du aber eine eigene Regel oder musst wissen wie man mehrere …
-
Ok, verstehe. Also ist es in der tat "MMU not responding" was der Prusa bei Problemen von sich gibt Also wie gesagt ich würde ein neues Ereignis in Konfiguration->G-Codes->Antwort auf Ereignis definieren. Regel: ^MMU not responding Auszufügr…
-
Ping Pong an/aus macht keinen Unterschied. Problem ist ja das Linux Treiber Probleme bekommt, was damit nichts zu tun hat. Einzig abkleben der 5V Leitung am USB Stecker könnt etwas ändern. Oder halt Kabel oder andere USB Port. Unbedingt USB 2 Port n…
-
Please see PM I just send you.
-
You need poedit (poedit.net) to edit a language. When you save they also generate the compiled and condensed .mo file which is what we internally use. Best is to make a copy and rename it to jp.po and then compile and restart server. In install dir…
-
Und das ist mit einem Ladefehler der in Display angezeigt wird? Abgesehen von "MMU not responding" sieht nichts wie ein Fehler aus und im weiteren Verlauf scheint die MMU ja zu antworten. Sieht daher mehr wie ein temporäres Problem aus. Alle return …
-
Sieh mal in der Server-Konsole ob da eine Meldung steht, wenn das passiert. Grad der Prusa regelt vieles gerne über das eigene Display und blockiert so lange die Kommunikation. Für alles was die Firmware sendet kann man eigene Regeln in der Konfigur…
-
M600 ist nicht der beste Befehl zum Farbwechsel. Hier liegt die Kontrolle beim Drucker und was passiert können wir nicht beeinflussen, ggf. wird noch nicht mal gestoppt je nach Konfiguration der Druckerfirmware. ;@pause Filamentwechsel Macht die pau…
-
Jeder slicer verteilt die Layer Nummern etwas anders, daher sind die im Server unbrauchbar. Server hat seine eigene Regel - sobald auf einer neuen Z Höhe extrudiert wird ist es ein neuer layer. Hier zählt Cura deine purge line nicht mit, aber sie ha…
-
No it is really hard coded meaning I have to change 10000 lines with alternatives and also make a hundred extra images with inverted colors. But in repetier-server we use html where it is controled by css so we could add a dark mode a while agop (…
-
> Would you expect the rescue-point behaviour i mentioned in my opening post with my possibly self-constructed shutdown-error? No, I only thought of rescue point the result of a shutdown as that is what it was made for. If you have the gcode in …
-
> my hardware off push button What did you add? Something triggering reboot/shutdown? I saw some electronics that would do that to prevent unplugging - really bad thing with pis to need to power off for restart. But since we search a reboot trigg…
-
When do you get the message? During installation or when starting the host or when starting the installer it self? I have seen that installer has an option that might indicate it gets generated as 64bit software, also that is not new and got no com…
-
> 2022-03-31 20:23:46: error: Reading serial connection failed: Operazione di I/O terminata a causa dell'uscita dal thread oppure della richiesta di un'applicazione. Closing connection. This is linux having serial driver stopped and hence we can…
-
> and one more directly after an in-print-shutdown You mean you rebooted and then got in debugger? That is useless here. What we need in debugger is attach, continue and wait for server to stop due to an error that would make it crash. From pas…
-
What you see is distance nozzle-bed when sensor triggers. At which that happens depends on when your sensor triggers and is different for any printer. Therefor you can modify the trigger distance so it matches your printer. The eeprom value "Z-probe…
-
2022-03-31 17:23:10: Stopping for signal 2 Signal 2 is SIGINT like when pressing Ctrl+C, but I also see that linux reboots Mar 31 17:23:25 RepetierServer systemd[1]: hostapd.service: Control process exited, code=exited, status=1/FAILUREMar 31 17:2…
-
This means in first place that the server is not reachable from your browser. If it is still printing it runs but network is not reachable. Can happen with pi with wifi connection if ti switches e.g. to AP mode (check if the AP point appears in wifi…
-
cd changes directory and python is executeable so "cd usr/bin/python" makes no sense apart from bing reletive. Try ls -l /usr/bin/python* to see your installed python executeables in /usr/bin. Check also ls -l /usr/local/bin/python* I have so many …
-
No hardcoded limit, but especially gcode viewing needs a lot of ram and video memory, so complex models might exceed your memory. It also depends on the quality for preview you defined. The ugly simple line needs the least memory and the better the …
-
If you can start it in your terminal then it should probably work (assuming the command replacement works there as well). Does /usr/bin/python exist and lead to correct python version? With latest release Apple removed python 2 in Monterey and pytho…
-
Can you start postprocessor manually like you want? That requires first line to look like #!python3 or python2 eventually with path or so and x flag being set. But it needs to open it self in python to work. Otherwise you need to start python and …
-
Yes, also you do not need to set temperatures on connect/procedure. We do that already, What I mean with Z is some printers can not move Z without homing Z first. We send G92 Zxxx to set Z to last Z, but if z does not move doe to not homing rescue …
-
Under some conditions, yes. At least you need to enable the recover option. That way you have at least in server the option to continue near the last command. With power problems last position might not be written to disk and real z position might d…
-
> Bis zu wie vielen Geräten inkl. Kamera verträgt denn der Pi 3b+, kann man das sagen. Nein, leider nicht. Das hängt sehr von den Geräten ab, die man dran hängt und in wie fern sie den Pi stören. Manche haben 5 Drucker dran, andere bekommen beim …
-
Pushover und allgemeiner Web Aufruf der z.b. Whatsapp erlaubt. In globelen einstellungen->PUsh Nachrichten. Aber erst seit 1.3.0 enthalten.
-
The last curl command comes close but you need a valid json object - ' and \} are surely not correct. What you wanted is {"id":7}. You also need to urlencode that part so command would look like curl -k "http://127.0.0.1:3344/printer/api/00000003008…