Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,074
- Last Active
- Roles
- Administrator
Comments
-
Ok, ja früher war das wo anders. Aber ich sehe keinen Grund warum das plötzlich keine IP mehr haben sollte. Das kann man dann nur durch analyse von logfiles und testen herausbekommen. Zuerst einmal neu rebooten und sehen ob er eine ip bekommt. Das h…
-
If it is a single color object you might also save as stl which has no such option, so object should get saved scaled I think.
-
Thanks for the information. Guess the string conversion is using your localization where , is used. Will fix it in the next release.
-
Die IPs stehen nicht in den Netzwerkeinstellungen, die stehen unter Einstellungen->Information! Kabel hat immer eine IP selbst wenn keine zugewiesen ist, Zumindest wenn wir von unserer Oberfäche auf unserem Image reden.
-
Wo kommt diese Fehlermeldung? Auf dem Browser wo du den Zugriff versuchst oder dem Touchscreen vom Repetier-Server? Auf dem touchscreen unter Einstellungen->Information kannst du die zugewiesene IP sehen. Ob die IP gleich bleibt oder nicht lieg…
-
Are you loosing connectop from browser to server or server to printer? For latter case check https://www.repetier-server.com/knowledgebase/connection-problems-with-printer/ Regarding filament sensor - do you mean it does not work in formware or de…
-
Funktioniert die manuelle Steuerung über den Server? Dann funktioniert die Kommunikation was aber vermutlich schon der Fall ist wenn du in der Konsole ausgaben siehst. Eiegentlich sollte es dann auch mit dem Drucken direkt klappen. G-Code im server…
-
Do you mean if you use a cura plugin to upload a gcode the server makes it twice in a row? What is if you save it locally and then upload to the server. Is the local file only one time code and uploaded single or double? This should be the same as …
-
Hab die Zeile gefunden ist bei mir aber ein kommentar mit ; am Anfang und kommentare werden nicht gesendet. Vermute aber das irgenwo zu recht am Anfang auch eine der Dateinamen mit gesendet wird und das dann den Fehler verursacht.
-
Kannst du den Teil zeigen den du meinst? Habe mal versucht zu reproduzieren und M486 A1mm_calibration.stl gesehen. Da es hier als Befehl erscheint muss es in den Empfangspuffer der Firmware passen, sonst geht es nicht. Wenn der Name zu Lang wird wir…
-
Das ist aber sehr ungewöhnlich oben die Scrollbar zu haben. Oben und unten wäre ok, ist aber sehr schwierig die gleich lang und synchron zu halten. Vielleicht verschiebe ich die Buttons nach links dann sieht die zumindest jeder. Am Handy wo der Plat…
-
Then it is not supported by your webcam and you need to rotate the image on the website like we do. Not all usb webcams support it. See help output of input_uvc plugin in mjpg_streamer: mjpg_streamer -i "/usr/local/lib/mjpg-streamer/input_uvc.so --…
-
Kann es sein das es eine ältere Server-Version ist. An das Problem kann ich mich erinnern, ist aber bereits seit einigen Versionen gelöst gewesen.
-
Geht der Drucker wirklich offline also resettet er oder wartet er auf eine Auswahl des Filaments weil es ein 1-Farb Druck ist? Wenn er ich denke T? sendet fragt er nach der Filamentrolle beim Prusa am display und blockiert so lange. Einen Neustart k…
-
With that command you become root and all files will belong to root. That can cause issues afterwards, but you can change owner afterwards with sudo chown -R repetierserver /opt/klipper and prevent that potatial problem as well.
-
We deviate in 2 points from default installation. One as you already noticed is that we have different installation paths. This is to support multiple parallel klipper installations. The second is that we need permission to access klipper sockets so…
-
We indeed rotate inside browser for simple reason that we only get the raw stream from the webcam. What you want is I guess mjpg_streamer to rotate it already. You can change the parameter for all webcams in file /usr/local/Repetier-Setup/etc/webc…
-
Which flashcode does it show in your case? My solution is espcially for 3 long 1 short flash. Tested with 1.4.18 V38 Image.
-
Yes you can go to global settings->netowrk and connect to your wifi when you are connected to ethernet. Pi also acts as access point as long as wifi is not setup so setting up wifi is a very good thing. Also change password for AP so only you kno…
-
Strange thing I got same problem and even original image did not boot. First is to check flash codes for reason using this:https://www.raspberrypi.com/documentation/computers/configuration.html#led-warning-flash-codes I had 3 long 1 short flashs in…
-
Are you using latest image V38? Only the bookworm images can boot on a pi 5. Bullseye image has no kernel compatible with pi 4.
-
Ok in that place it was always only the active extruder. It can show multiple fans due to chance they have different purposes but extruders were only the active one.
-
Yes, it is a bug. Fixed in 1.4.18 coming next week. You can still use the move buttons in the side bar until then.
-
As long as user is repetierserver only first 3 permissions letters are relevant. others are group and rest of the world. Looking into installer KDIR="${HOME}/klipper"KENV="${HOME}/klippy-env" BKDIR="$( cd -- "$(dirname "$0")" >/dev/null 2>&am…
-
It is easier if you run it as user owning and running klipper. Enter sudo -i sudo -u repetierserver bash and you are user repetierserver and have no permission issues any more. Same installation process just adapt folders to the one used. We can hav…
-
I never did this by I think your problem is this: "beacon: klipper or klippy env doesn't exist" You must activate correct klipper environment. For server the klipper installations are all in /opt/klipper/ I guess after activating the env it would …
-
Can you make a screenshot from the position you mean so I also see which user interface you are using. The normal interfaces do not show it in condensed info bars and show it only on detailed views e.g. main ui in right sidebar under temperatures or…
-
Gruppen must du vorher erstellen - das sind keine Ordner nur eine Zuordnung. Du kannst keine Ordner beim Upload angeben. Nur den Namen unter dem sie in der Gruppe erscheinen soll. Wird demnächst etwas gelockert aber du must weiterhin dann das Verzei…
-
I can not say much since we are not producing the printer and firmware, so can not say anything about connectors and touch sensors working. The missing M80 is no problem as said and you did not show communication log around the halt message which mi…
-
M80 - Turn on power supply You can ignore that it is not supported. Your printer has no switchable power supply so does not need that command.