Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Ok strange thing. I found a workaround so it worked for me on ubuntu 20.04. I needed to start it like this: littwin@ubuntu:~$ export TERM=xtermlittwin@ubuntu:~$ ./Repetier-Host-x86_64-2.1.6.AppImage The problem seems to be inside mono console imple…
  • Same time is not possible so order is important! There must be an other E move then the one you said and one of them is driving in wrong direction. What you showed is the normal way to have 100mm extrusion regardless of relative or absolute position…
  • When you say cutting does that mean it is not for FDM printing? What does the code look like then as I guess it is also not created with the slicers bundled? Not all use same gcode format.
  • Communication timeouts happen under 2 conditions. If the printer sends "ok" but server receives something else - so it is a communication error. If you enable ack you should see the "ok". Some firmwares unfortunately do not provide informations to d…
  • Did not see any object on both videos. The 1s video only had 400 lines so not sure if it contained more than the start and end gcode. Apart from being extremely tiny there was nothing obvious. So I guess the problem was that it wasn't sliced correct…
  • Man muss es als Program laufen lassen nicht als Skript dann kann man @pause Nachricht Dann gibt es in Nachrichten eine Meldung und druck ist in pause. Problem ist das das Pause Skript jedes ,al gestartet wird wo man ja gerne mal wo anders hinfährt d…
  • It is at least some incompatibility with a library that is not installed inside the app image and the version on your os is then causing the problems I'd say. Will make a new linux installation for testing and see what happens. 
  • Serial drivers which is what is needed do not depend on host software. Maybe they have a package bundle with host and their driver. But once the usb driver is installed it should work with any host supporting the used firmware and also repetier-serv…
  • Guess I will use ping pong for testing in future. Maybe add a test for non ping pong afterwards. Should be best in the end.
  • Ansonsten noch mal unter windows und die Kommunikation loggen damit ich sehen kann ob da was spezielles ist. Sofern Windows immer noch klappt.
  • Ping-Pong Modus aktivieren hilft bei manchen Druckern. Port unter Linux wurde korrekt angepasst nehme ich mal an? /dev/serial/by-id/... sollte klappen. Auch wenn schon einer mal behauptet hatte das es nicht ging und er direkt auf /dev/ttyAC... oder …
  • Just installed it on Mint 19 which is newest I currently have installed and worked out of the box. Did you also test PrusaSlicer? Can you start the manually downloaded Slic3r? Question is if these slicers have a compatibility problem like missing li…
  • Touchscreen kann auf einem anderen Rechner sein solange keine User vorhanden sind. Ansonsten wird die Steuerung verweigert. Touchscreen mit user muss über localhost erfolgen. Könnte man aber über einen Proxy oder Tunnel sonst lösen, aber man sollte …
  • Mit Siemens hab ich 0 Erfahrung, kann dazu also leider nichts weiter beitragen.
  • Ok, hört sich an als ob die Firmware dann Probleme bekommt oder das Display Befehle sendet. Um das zu verstehen müsste man wissen was beide hier senden und von der Firmware bekommen. Vermute im log stehen viele resends oder andere Fehlermeldungen so…
  • Nein, log dich mit ssh ein und dann nano /home/pi/.config/openbox/autostart Vor dem chromium-browser --disable-features=TranslateUI --app-auto-launched --disable-pinch --incognito --noerrdialogs --disable-suggestions-service --disable-translate --d…
  • Is this under Linux? Are you using appimage or tar solution? For tar you need to install and configure slic3r your self first or it does not get found and will not start.
  • See personal message.
  • In powershell in windows ssh pi@ipnummerDesPi Passwort ist raspberry Danach die 2 Befehle eingeben und datum sollte dann passen. Mit  date kannst du das datum und Uhrzeit abfragen. Wenn die Stunde nicht passt die Zeitzone im server einstellen.
  • Ich weiß von einer Firma in den Niederlanden die damit 2 Drucker ansteuern. Ist aber auch sehr speziell weil die über SPS Roboter zum abräumen ansteuern. Die haben sich einen C# client geschrieben der das steuern kann und keine Ahnung was die als se…
  • DTR ist hier hoch zu tief. Keine Ahnung ob das den Unterschied macht. Man sieht am log das der Server 9 Sekunden auf eine Antwort wartet und dann die nächste Kombination testet. Kannst mal in Konsole gehen, alles aktivieren und dann Drucker deaktiv…
  • Bedeutet das, wenn du die Stecker am Display ziehst gibt es keine Probleme? Was erscheint im log wenn es Probleme gibt? Ich habe das Gefühl das die Firmware manchmal strauchelt wenn zwei serielle Schnittstellen (lcd und server) parallel kommunizier…
  • Welche Server-Version nutzt du? Unbedingt auf 0.94.3 upgraden wenn du 0.94.x nutzt. Da gab es einen bug der DTR/RTS nicht korrekt gesetzt hat. Ansonsten sind die Einstellungen wie beim Host ja drin und sollten auch so funktionieren.
  • Nein, gibt es im host nicht. Es gibt nur die option den ersten layer langsamer zu drucken um die Haftung zum Bett zu gewährleisten. Danach druckt man ja üblicherweise gleich schnell. Du könntest nach dem slicen den layer ansteuern und mit M220 S120…
  • I'm not sure if this is an error. I think you have z min which is also z probe pin. In this case z min trigger sonly during homing and otherwise will only trigger z probe to high when triggered. What I do not understand is you mentioning 2 minutes.…
  • Versuch mal in der ssh Konsole: sudo apt update sudo apt install ntp Sollte den Netzwerkzeitdaemon installieren und die Zeit aus dem Internet ziehen und damit die Uhr automatisch stellen.
  • 1. Yes it is possible. But usb bandwidth is the main problem. So make sure webcams support hardware MJPG and resolution/framerate is not too high so bandwidth is no problem. 2. Yes. In network settings you can change the hostname of the pi so they d…
  • Bei windows stell sicher das cura nicht läuft wenn server verbinden will. Windows kann nur einen verbinden (linux mehr aber gibt dann Probleme). Stell sicher Firmware ist korrekt - vermutlich Marlin - sonst klappt es mit verbinden nicht. 0.94.3 hat …
  • Already tried inverting #define EXT0_INVERSE 1 RAPS128 need different signal than others, also I guess the inverse is exactly for this. You can also see that if motor is enabled at startup inverse is wrong and will disable for moves.
  • Ok sehe da ist ein Leerzeichen drin. Dann muss man den Parameter in Anführungszeichen packen: chmod a+x "Repetier-Server Monitor-1.2.0-armv7l.AppImage" Das auch wenn du ihn ins autostart packst mit absolutem Pfad zu wo auch immer er steht. Von ssh…