Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • In Main menu->Global Settings->Connectivity there you see the api key and in same page you can enter alternative servers for rendering. Just make sure that the slow one points to the fast one and not the other way around.
  • When you run from ssh you need to define which display you mean, so normally you send export DISPLAY=:0 then displays are found for commands depending on x server.
  • Schlüssel gut aufheben wenn es 5 mal 5 Zeichen sind. Das ist der einzig wichtige Teil. Aber wir speichern nichts bei uns nur ob die Lizenz aktiviert wurde, wie oft. Ich nehme an du hast versucht per autoupdate zu aktualisieren? Zuerst log dich per …
  • That is full hd resolution as it looks. Does not mean you have that resolution but x server uses that resolution. Login over ssh and run export DISPLAY=:0pi@Felix:~ $ xrandrxrandr: Failed to get size of gamma for output defaultScreen 0: minimum 800…
  • for some reason use pi is not member of tty. Run sudo adduser pi tty log out and log in again. Now groups should list that pi is also in tty and script should work. 
  • 8080 ist der port des localhost. 3344 ist die wo der server als proxy arbeitet und kontrolliert ob jemand sie sehen darf. Dadurch kann man über port forwarding mit einem port die ganze gui weiter leiten. Da du in der html ja kein forwarding hast mus…
  • Grundsätzlich klappt das auf jedem Linux. Aber sda ist die erste Festplatte. Wenn der Industrie PC also eine Festplatte hat ist die sda und der stick vermutlich sdb. Muss man halt anpassen an die Namen unter dem aktuellen Linux. Kann auch sein das d…
  • Am handy einfach unser gui aufrufen und dann nach webcam rein, dann ist es korrekt rotiert:-) Alternativ kannst du in repetier-server.xml im /var/lib/Repetier-Server/database Verzeichnis ein shadow directory für www angeben und da eigene webseiten h…
  • Ok if you have no backup there is nothing to recover from. We have no data from users, so you need to set up pi again with our image. The link is http://repetierserver.local/ or http://ipaddress but that only works if you are connected with ethernet…
  • Ach ja der stick. Beim ersten start wird die sd Karte vergrößert. Der Stick ist aber ein anderes device, daher passiert bei dir nichts. Hier mal der Code wie das Geht: # Get the starting offset of the root partition PART_START=$(/sbin/parted /…
  • Ziemlich viele Fragen :-) > Zum einen passiert es sehr oft, eigentlich immer, dass nach einem Wechsel der Drucker für 2-5 Sekunden stehen bleibt. Was wird denn gewechselt? Grundsätzlich bei hängern immer in der Konsole nachsehen was da ab geht. G…
  • Don't have a newer revision, but yes I think with that board it should be fixed. Just make sure you get one with that revision. I know at least first mks clone also copied the bug, so hope they also have revised the boards.
  • Ok, just learned that it does not matter. Even if I say 1cm it only gets 1cm on displays with 72dpi. So changing px with pt or mm does not change sizes. See https://www.peerigon.com/en/blog/complete-guide-to-css-units-series-part-1-absolute-units/ f…
  • Typical 7" resolution is 800x400 or 480 or 600 pixel. 1024 is more for 10" displays so sizes are for 10". So your icons are 22% smaller then planned for that resolution. it is possible to recompile your css as described here: https://www.repetier-se…
  • If you talk about  Repetier-Server all data is stored in /var/lib/Repetier-Server and can be backuped e.g. with  Repetier-Server Monitor. You can also just copy the complete sd card as iso image if you like to safe it with all other modifications.
  • I see. Motor driver timings were to slow for the firmware speed.
  • Waiting for the answer to the other parts I wrote as well.
  • This is where you get permission denied: confirm() {    if [ "$FORCE" == '-y' ]; then        true    else        read -r -p "$1 [y/N] " response < /dev/tty        if [[ $response =~ ^(yes|y|Y)$ ]]; then            true        else            fals…
  • Guess you mean server. Progress changes with every line, so that is not that useful. Or we would reduce it to every x seconds but that is the same as polling every seconds. It would mainly bloat communication. In our gui we actually poll state every…
  • The problem is an end stop marks the end and you want to use it as past the end stop. So it will trigger before the end which is also why you must make them ignore them when not homing. Extra problem - if you home form below z min position might be …
  • Hohe auflösung? RC Server ist ja auf dem Handy mit wifi. Meine pi cam läuft eigentlich komplett Fehlerfrei, aber ich nutze nur 640x480 Pixel normal um mein Netz nicht zu überlasten.
  • Check what M114 says. Is y end stop triggered? If so repair and also make sure ALWAYS_CHECK_ENDSTOPS is 0. Does Y motor get enabled (blocking)? 
  • To rule out the os version I installed it in HighSierra 10.13 and it worked there as well, so os version should not be a problem. For the server to appear it must be running which is not the case as it seems. Open the terminal and run sudo launchctl…
  • I guess the problem is not going below z=0 but that your 2 z min end stops will trigger first. That case is not covered. We expect to home with z probe or z max homing. So hope you can do a bit programming. In Endstops.cpp you need to modify void E…
  • Die cpu würde das Python Skript erklären. Auch wenn die doppelte CPU last im vergleich zum server um einen Lüfter anzusteuern schon recht hoch ist, aber bin kein Python Entwickler also keine Ahnung ob das Normal ist. Sollte aber selbst bei der Last …
  • Server uses always fullscreen as far as I can say. Only difference between sizes is if you see more on top bar or font/icon sizes which depend a bit on resolution. But with wrong timings the screen might not show on full screen or look wrong. I have…
  • Repetier adjust automatically to size available using media queries inside css. I guess the problem is the display does not send right informations at cold start so it uses wrong settings. 1184x624 is not the correct resolution I think. Never seen t…
  • Die last vom server ist normal. Bei top sieht man das system und python hohe last erzeugen. Wir haben kein python muss also was von linux oder dir sein. Systemd ist PID 1 also der der alle Programme startet. Denke mal da geht irgendwas io lastiges v…
  • Beim Prusa-Mini bitte immer Ping-Pong aktivieren in den Kommunikationseinstellungen. Erfahrung zeigt das er sich sonst früher oder später verhaspelt was zum hängen führen kann. Upgrades bei neueren images sind normal kein Problem. Mach ich auch imm…
  • https://www.repetier-server.com/gpio-tutorial/ Die buttons sollten im Touchscreen erscheinen wo auch die Webaktionen erscheinen.