Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Ok, I think the new install script should work. Did work in my test system at least.
-
Ok, I think the new install script should work. Did work in my test system at least.
-
No way to save it. It is also not associated with a printer - changing printer does keep color. Have added it to possible improvements for future versions.
-
We are working on this. Klipper has changed required install procedure so with newer klipper versions the service file has changed from init.d to systemd. Hope to get it working today or tomorrow. Just retry to see if it was fixed.
-
In printer menu->Logs you can enable logging and at same place you can download the logs. By default logging is disabled.
-
We can not modify the software for personal likes/dislikes. There is always someone dissatisfied, sorry. However, you can replace the lottie file in www/img/lottie with a empty animation if you want to disable it without adblocker. In pro version y…
-
In home screen make a backup. There you can also select to include all gcodes. On restore you can select which parts you want to restore from it. the .g files are the gcodes 1:1, the other files are computed from it for preview, time and filament u…
-
In home screen make a backup. There you can also select to include all gcodes. On restore you can select which parts you want to restore from it.
-
Nice, multiple solutions depending on version. Will update it the next days. When I have fixed it you can install it directly without update. The scripts download the installer so we can update it quickly for such cases. I will drop a note here w…
-
Ok, ich dachte das hochladen vom Host trennt den Drucker. Hab es beim Drucker als virtuellem Drucker getestet und da geht der Problemcode. Vom Zeitpunkt her kann er ja nicht weiter als M190 S60 gekommen sein. Das sieht erst mal nicht nach einem Feh…
-
Grad getestet und es passierte nichts. Was meinst du mit bereits vorhandene gcodes? Das du die vom host aus hochladen kannst? Wenn ja ist vermutlich etwas in den neuen G-Codes. Kannst du so ein Beispiel via pastebin/dropbox/... bereitstellen um die…
-
Sorry for the delay. Now I had time to check it in detail. Problem is a bug on our side that was introduced when we tried to prevent pause during pause. That made it impossible to continue when you are in cooled down state. So in that version you m…
-
Congratulations! You might try linear advance with lower values. The higher the value the more stress for motor and driver and when this causes loosing steps nothing moves at all. Especially if acceleration for xy is also high and it would need to …
-
I could see the show folder issue. Will fix that for future version. Backup of config worked on my test, but windows is sometimes problematic when a function is reading database (also blocked) it can prevent reading the file for backup so it fails …
-
Bei iOS und Android hat es geklappt ohne neustart. Das sollte es nicht sein. Aber wegen vorheriger Probleme ist die Anzahl der Meldungen gedrosselt. Sieh mal im Server.log nach was da als Problem steht oder ob es dort als gesendet angezeigt wird.
-
Just to be sure enable echo for firmware so you see commands as the firmware sees them: M111 S7 If firmware echoes (which I think) the E in moves it is in firmware settings. I know most have a block for long extrusions, but these examples are not lo…
-
Wenn lsusb -a das Gerät nicht anzeigt, ist es nicht angeschlossen für Linux. Das ist erst mal unabhängig davon ob ein Treiber da ist. Normal ist der bei den Ubuntu Varianten integriert. Im Zweifelsfall einfach sudo insmod ch341 aber nur wenn usb da…
-
That part looks correct and as you also said does it correctly. Please open log while printing and see if commands get send that way. Only reasons I can think of is - dry run - extrusion mode absolut/relative wrong, but looks good here - clogged …
-
Ich würde logging aktivieren und sehen ob hier timeouts oder resends auftreten. Wir ändern normal (also wenn der User es nicht selbst eingestellt hat) den gcode nicht. Aber wenn wegen Kommunikationsproblemen der Drucker die Geschwindigkeit ändert si…
-
Port is also often namen ttyUSBxxx. You can check serial ports easily ls -l /dev/serial/by-id shown all serial ports with device name. lsusb -a also shows connected usb devices where your printer must appear if cable works. If you see it in lsusb bu…
-
Do not use autodetect. Power comes from usb that is quite often the case, but does not mean anything regarding connection. In a terminal see all connections ls /dev/tty* without usb plugged in and with plugged in. The one that is added is what you…
-
Sieh mal bei den Extrudereinstellungen im Host was da als maximaltemperatur drin steht. Wenn du mehr sendest wird es auf das maximum reduziert. Das ganze kann auch in Marlin passieren, wo auch eine Maximaltemperatur definiert ist.
-
Eigentlich wird die Zeit automatisch über das Internet aktualisiert. Wenn das nicht passiert hat er eventuell keinen Internetzugang oder der per dhcp zugewiesene Nameserver funktioniert nicht. Dann wird die Zeit nicht aktualisiert. Die Cookies basi…
-
Check the generated gcode. You likely have a line Tx or T? in the generated gcode which is causing this. It does not come from server, it comes from PrusaSlicer which adds this depending on selected profile. See also https://forum.repetier.com/dis…
-
What firmware is it using? tcp will most likely not work, you should try usb connection. If it has a reprap compatible firmware that would work then.
-
It appear after it receives data and that happens every minute. So it might take up to 60 seconds to appear when you open a page.
-
Updating os can break the system especially if you use libcamera. In last time they constantly change version so the included mjpg_stremer will not work any more with it. We have updated linux and mjpg_streamer with newer images, so at least the now…
-
Yes, install the armhf version. Only thing is, there is no premade image with wifi/screensaver/webacm integration, so install it like for normal linux described.
-
You can see this already in the flash menu icon for our linux image.
-
Die originale Firmware ist hier irrelevant, da sie ja nicht von Klipper unterstützt wird und ohnehin ersetzt wird. Also einfach Drucker mit Klipper im Server hinzufügen, falls noch nicht geschehen, sonst existierenden nehmen. Dann ins Klipper menü u…