Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
That does only show that it was killed after 8s. Better would be output of manual start in ssh terminal: export LC_ALL=Csudo -u repetierserver /usr/local/Repetier-Server/bin/RepetierServer -c /usr/local/Repetier-Server/etc/RepetierServer.xml Also …
-
> Es macht den Anschein, dass der pi zu keinem Zeitpunkt eine Netzwerk Adresse bezieht. Am einfachsten ethernet Kabel anschließen dann bekommt er eine IP. Ansonsten wird er einen Access Point erstellen mit dem Namen repetierserver über den man s…
-
Offenbar hast du chromium aktualisiert auf einem älteren image. Da hat sich chromium Verhalten geändert das jetzt immer den Schirm zuerst zeigt. Siehe mal hier https://www.repetier-server.de/faq/touchscreen-zeigt-nur-blauen-spinner/ Lösung 2 nach d…
-
I know that is the problem. Linux does not add the device for some reason. Hence the tail -f /var/log/syslog test I supposed above to see why linux does not add it.
-
Ja ein sehr großer. V28 ist das letzte Image mit dem alten Raspbian basierend auf debian buster und erhält so gut wie keine Updates mehr. Das andere nutzt das aktuelle Raspbian basieren auf Debian bullseye und hat aktuellere Kerner/Treiber und erhäl…
-
What version are you using? If it is 1.4.x - 1.4.5 please update. There was a issue when response is non utf-8 due to communication error that could crash the server. This is no connection issue directly as the server goes down due to internal erro…
-
Rumba boards use teh standard 8 bit bootloader compatible with avrdude so check the options there. I'm quite sure avrdude is one of the bootloaders that can actually backup. And if oyu are using Repetier-Server you can use the eeprom editor to back…
-
ttyAMA0 is not a correct serial. So far I only see these two: ls -l /dev/serial/by-id/total 0lrwxrwxrwx 1 root root 13 Jan 16 15:25 usb-1a86_USB_Serial-if00-port0 -> ../../ttyUSB0lrwxrwxrwx 1 root root 13 Nov 2 12:53 usb-Prusa_Research__prusa3d.…
-
PC = Windows oder was anderes? In der Konsole in unserem GUI siehst du normal Fehlermeldungen. Meistens geht was mit der Kommunikation schief, aber ese kann auch was sein wie Temperaturfehler und der Drucker will das wir stoppen oder er stoppt einfa…
-
Ok zuerst sehe ich das du offenbar das alte image mit dem alten Repetier-Server nutzt, also nicht erst server aktualisiert hast. Bei dir ist: Install klipper with parameter: Ender7Klipper Bei der aktuellen version steht da: Install klipper with pa…
-
As long as you have not set the correct serial port it is not relevant what server shows. And since port did not appear so far it can not be the correct one. Thats the issue we try to fix.
-
Hast recht. Ein test fehlt schlägt im Interface und er ruft das speichern erst gar nicht mit auf. Hab es fürs update repariert, dann sollte löschen wieder klappen.
-
Ja sehe du hast Bed als Hetaer 0 und darum siehst du es beim Extruder jetzt. Einfachste ist auf update warten, da es funktional keine Auswirkung hat. Ode rhalt reihenfolge ändern aber wer weiß wo du die nummern alles verwendest. Bei DCS sollte der …
-
mainsail.cfg is nothing you can reuse in Repetier-Server - that is configuration for mainsail gui. adxl works but you need to install input shaping or the pi klipper service for it does not run. What is this pause/cancel code? We have gcodes in p…
-
Strange. From googling it should show a line like this: Bus 001 Device 070: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapterAnd when other devices work there should be no reason and you need to dig deeper why linux does not show usb. Try …
-
As you see no device was added when you connected printer (which was enabled I hope, some do only appear with main power). I see no device appearing so linux did not see the printer. Try connecting something else to that usb port just to test that …
-
That really depends on the board and evenrually the bootloader if it is possible or not. And even with backup you might still miss eeprom settings so they might revert to default values. Some bootloaders can backup data others not. Then you need sp…
-
That is a breaking change so nothing for near future but for a bundle of breaking changes. But projects allow this and with next update there will be gcode rendering/analysis like in printer groups. Plus oyu could bundle it with the according stl fi…
-
Ok konnte es durch vertauschen bei mir auch reproduzieren über usb Verbindung. Hab fürs Update eine akzeptable Lösung gefunden. Da die Nummern für Bed/Heizkamme rangegeben werden, sibtrahiere ich die vom current array und es bleiben nur Extruder üb…
-
That is bad. If you connect via usb (do you or not? You did not answer that one) it must appear or linux did not start the serial driver for it. If you run lsusb you should see a list of connecte dusb devices including your printer if it is enabled…
-
Bist du über Duet Control Server verbunden oder über USB? In 1.4.6 holen wir die Temperature beim DCS über das Objekt Model, was aber bei mir auch gut klappt. Über USB senden wir M408, was aber auch klappt bei mir. Beim aufzeizen mag der Drucker n…
-
Why are you talking about the hardware serials and not the usb serial devices? Didn't you connect the ender 3 with usb cable? As I said regular connected printers normally appear under /dev/serial/by-id/... with the name. Not true for hardware seria…
-
Your M380 does exactly the same as M400/M118 in combination. Only thing to consider is that if you then start sending new commands camera will move again so either make it wait for done before moving again or add a delay to make the snapshot.
-
Put that code in an if condition like this: @if {{job.running}} ...your code @endif
-
For license you can try our support page and tell them which email you used for buying, maybe we find it and can send it to that email. Regarding port use one of the /dev/serial/by-id or by-path ports you see. Must be one of these. ttyS0 is devitiv…
-
Preview is always ahead of real print. We show moves for commands we send. There is no way to know when that move gets executed. Depends on buffer sizes, move queue size in printer. So that is normal. Server has no park position, but in G-Code->…
-
Meine Vermutung ist das dir nicht klar ist wie Klipper funktioniert im Vergleich zu anderen Firmwares und dich direkt mit dem Drucker verbindest, was nicht klappen kann. Die Verbindung sieht so aus: Drucker mit Klipper Firmware Stub PI(Klipper Serv…
-
That is easy. M400 will wait for end of moves. So send M400 followed by M118 Snapshot M118 will print message on communication channel. As you see no firmware modification needed to achieve this.
-
You can drag multiple objects to file upload button in projects. At least in current release. Was added somewhere last year.
-
Nicht wirklich. Wenn es ein aktuelles pi image ist gibt es repetier-setup was alles wichtige in einem Menügeführten Skript anbietet. Ansonsten gibt es noch sudo service RepetierServer restart um den Server neu zu starten. Alles andere ist eigentlic…