Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Can you please speak english, I do not understand french. As the image shows the restore was aborted. Did you do that or did it happen automatically? If you check troubleshooting in server does it show any problems? Does disk have enough free space…
-
Und du hast [mcu]#make sure this reflects your serial port you found when flashing klipperserial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 in der Klipperkonfiguration? Klipper firmware wurde mit der gleichen version erzeugt und aufs board i…
-
repetierserver hat kein Passwort, daher als pi einloggen und sudo -i sudo -u repetierserver bash eingeben. Der erste Befehl macht dich root, der zeite startet eine shell als repetierserver weil root das ohne passwort kann.
-
Ja, einfach die originale version die dazu passt installieren und dann manuell im gleichen pfad den fork dahin installieren. /opt/klipper/slugname_des_druckers Denke daran das alle Dateien repetierserver gehören also am besten als der user auch arbe…
-
Welche Ports hast du denn? ls -l /dev/serial/by-id sollte dir den richtigen zeigen. Dann mit vollem pfad im klipper config für mcu serial eintragen.
-
Bei unseren images stehen die eher unter /opt/klipper/slug/scripts vermute ich. Jedenfalls kannst du per ssh einloggen und mit sudo -i sudo -u repetierserver bash als repetierserver eingeloggt arbeiten, so das du keine Probleme mit rechten verurs…
-
I thought the input calibration was fixed in the image already. Seems I have it only for next image release coming soon. In repetier-setup there is also a show cursor option to use mouse so you see it. Can't say why checksum mismatches. Must be a …
-
Im klipper tab im menü kann man die kompilierte Datei einfach herunterladen (Microkontroller-Datei herunterladen). Das neue Board hat sicherlich eine andere serielle adresse, aber bei 32 bit boards erscheint sie oft erst nach dem installieren der Fi…
-
Same. Topic RepetierServer-1/cmd/gcode/ can be used to send gcode directly to printer from home assistant. Just ensure that executing send gcodes is enabled in server mqtt settings.
-
You can also put old sd card on usb sd card reader to copy /var/lib/Repetier-Server and /opt/klipper to start with old settings, also you still need to reinstall klipper so automatic start scripts get installed as well.
-
All api commands not requiring files are available via MQTT which you use to connect to home assistant, so yes should be possible. See https://prgdoc.repetier-server.com/v1/docs/index.html#/en/web-api/mqtt for mqtt integration details. Use command t…
-
What we run I guess is ${PYTHON_DIR}/bin/pip install -v numpywhich installs numpy. And it looks like you have an old linux with python 3.7 while at least 3.8 is required. Lastest image uses Python 3.11.2 so there it should work. Alternatively instal…
-
You can use Repetier-Server Monitor to make a backup of printer and all settings and install it on new image. Or if you are good with linux all settings are in /var/lib/Repetier-Server and you need to copy that folder to new image. Deactivate server…
-
You also need a section [input_shaper] to make server see you support input shaper and then you should see the entry to run and analyse input shaping in klipper menu.
-
AKtuell steuert der Server den Drucker und kommuniziert beim Druck sehr direkt. Das geht mit Moonraker nicht so ohne weiteres, da müssen wir einiges umschreiben damit wir selektiv einige Features die so nicht möglich sind herusnehmen und andere hinz…
-
Nein HTTP Proxies werden nicht unterstützt. Bei Proxies sehe ich auch das Problem, das die Sicherheit der Verbindung nicht geprüft werden kann. Sicher gehört er der Firma und ist ok hier, aber wir können es nicht prüfen. Was geht ist ein proxy auf N…
-
How old is your linux image? The tool we reference is only included for a year or so. It starts automatically when you use the terminal when supported.
-
Wrong config file! If you try the other soltion I did not recommend you need to put it in /usr/share/X11/xorg.conf.d/40-libinput.conf as described. My solution I meant was this one: In version 37+ we use a Raspbian OS based on the new Bookworm imag…
-
Wenn klipper darauf läuft ist er vermutlich nur über moonraker erreichbar von außen und noch haben wir keinen moonraker connector. Klipper wird aktuell nur auf dem Gerät unterstützt auf dem auch klipper gerade läuft. In dem Fall müsste man den serve…
-
Select terminal here, enter password for your pi (raspberry) and select touchscreen and then rotation. Then follow instructions as in documentation written for the touchscreen tool. It will open a tool on touchscreen to rotate screen or screen and t…
-
Bei dem marlin basierten Ender 3 Modellen musst du usb nutzen und Marlin als Firmware auswählen.
-
Currently no groups are planned, sorry.
-
Checking on my pi I see pi@RepetierServer:~ $ ps aux | grep mjpgroot 28916 3.7 0.9 161288 73580 ? Sl 07:45 0:02 /usr/local/bin/mjpg_streamer -i /usr/local/lib/mjpg-streamer/input_uvc.so -d /dev/video2 --fps 15 -q 85 -r 4096x2160 -o…
-
Service name is not visible you only see started file. Service is defined in /etc/init.d in filename klipper_Slugname. Klipper gets installed in /opt/klipper in subdirectories. there you can modify klipper after installation as needed.
-
Please check if the clock is set correctly or server can not access secure websites. Clock normally adjust after a few minutes with internet connection, except when internet is blocked on port 53, 80 or 443. Easiest solution to rotate is the rotate…
-
You only rotated screen not touchscreen. See https://www.repetier-server.com/download-images/ part Rotate Display for solutions.
-
But is supports mjpg. In your output you see [1]: 'MJPG' (Motion-JPEG, compressed) Size: Discrete 4096x2160Interval: Discrete 0.033s (30.000 fps)Interval: Discrete 0.042s (24.000 fps)Interval: Discrete 0.050s (20.000 fps)Interval: Discrete 0.067s (1…
-
I'm quite sure the brio does support mjpg but I have to wait for monday when I'm at the office where we have a brio.
-
Password should make no difference. It is only important that sudo is configured to run the commands without password question, which is what the configuration above would do.
-
Du you have sudo istalled? repetierserver has no password so you can not use it to login directly. On installation it adds a file /etc/sudoers.d/repetierserver-perms that allows running klipper install as root due to these lines: repetierserver ALL=…