Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • 2019-09-10 11:50:05: error:WifiManager::scanNetworks:System exception2019-09-10 11:50:33: error:WifiManager::scanConnections:System exception2019-09-10 11:50:48: Start logging...2019-09-10 11:50:49: Imported external command Shutdown Server could b…
  • XY end stops are not always tested. Especially during print you might want them disabled to prevent wrong triggering that will ruin the print. // You can disable endstop checking for print moves. This is needed, if you get sometimes// false signals…
  • It should do with my mods. Meanwhile I have them implemented in the current dev version, so please redownload the dev version and try again. Guess your modifications were not correct so maybe also the one testing for endstop. Redownloading fixed ver…
  • Sure. I have it running on one next to me. Just upload our image and it should boot. Image just must be new enough to contain support for it in linux kernel, but last 4 images did definitevly support it.
  • Print time depend on frames per second and number of images. If print have nearly same layer count and you make one image per layer it will result in nearly same time. If you check in the images do you see there more images than used in the video?
  • Planned but we did not have time to implement mixing extrude rin V2. When we do it should directly have a map Tx...Ty to extruder so you can use any combination. That is at least the plan.
  • Gibt es eine Firewall die den Zugriff von außen blockiert? Wobei du ja sagtest mit der externen ip im lokalen Netz hat es geklappt. Das sollte daher ja schon über den Router gehen. Aber vielleicht bleibt ja die lokale ip erhalten oder erkennt sich s…
  • Ok, for z it is not that much of a problem also it might change z somewhere on it's own through gravity.
  • Ja das ist der Test. Wichtig - unbedingt user beim server einrichten sonst kann ja jeder ihn jetzt benutzen wenn du ihn ins internet stellst. Da es ja jetzt funktioniert was ist das Problem? Hört sich zumindest so an als ob irgend etwas noch nicht …
  • Yes, homing and printing are independent. If you have good position set print will work. Homing order is just calling the 3 homings which work in the order #if HOMING_ORDER == HOME_ORDER_XYZ if (xaxis) homeXAxis(); if (yaxis) ho…
  • Server 0.92.2 should come today or tomorrow depending on the last bugs I want to remove. With these settings it should work fine. But make sure that in prusa using Raspberry Port is off or the printer can not connect over usb I think. Settings sho…
  • Normally you need then to escape the backlash by prepending an addditional backlash so \\ becomes \ afterwards. Alternatively just use / which works in windows as well.
  • If you send a log you also need to tell us what you did when and when the freeze happened and what freezes. From log I see that printers loos connection. But did you disable them or did linux shut down usb port due to undervoltage and that was a res…
  • In server it is more secured as you have to define it first. In host you can simply run the command so use full path.
  • My bad. Did not see that the extra motor endstop is not returned by M119 - so what do you see there when you say it is off. There should be no z max endstop visible. Defining it as endstop for z would be wrong. You already define it in motor configu…
  • That version should already include the fix. Will make a test here and hope I see the problem.
  • Modell steht eigentlich auf der Platine. Ansonsten softwareseitig https://elinux.org/RPi_HardwareHistory
  • Das hilft nicht bei raspicam.  Teste erst mal ob sie da ist und aktiviert: pi@Repetier-Server:~ $ /usr/bin/vcgencmd get_camera supported=1 detected=1Wenn nicht da "sudo raspi-config" aufrufen und support für pi cam aktivieren, auch …
  • G2 S2 is to store leveling data including height. G29 is something different just meassuring an average height out of 3 points. M500 is not needed here. What firmware version are you using? There were many mods in leveling over time to solve differ…
  • Yes, each OS has it's own way to store such user independent data. Windows stores it under C:\ProgramData\Repetier-Server
  • Run M119 to see state off, then trigger it and run M119 again and it should be shown enabled with your mods. Then you know reading the end stop works at least. Only after that start searching deeper for problems. // bool invertEndstop,bool minEndst…
  • Before fiddeling with any script just run a test if cam is enabled in linux: pi@Repetier-Server:~ $ vcgencmd get_camera supported=1 detected=1Only if detected is 1 the scripts will activate it. If not detected the script managed to…
  • Also bei meinem Telekom Router gehe ich auf Port Weiterleitung und trage dann TCP: 3344 - 3344 auf 3344 - 3344 für IP/Gerät auf dem Server läuft. Damit kann ich drauf zu greifen. Bei deinem Router sollte das sinngemäß auch so gehen. Wenn der Server …
  • "RaspBerry PI B+"  welchen? Den einer? Der ist sehr langsam. Der aktuelle Pi 4 oder auch die 3er sind da recht pflegeleicht. Vieles scheint aber auch mit deiner webcam zusammen zu hängen. Erst mal solltest du nur eine nutzen die MJPG hardwareäßig u…
  • Yes, if print continues after some wait it is just a typical communication error that can happen. If ping-pong is disabled you actually need to miss 2-3 ok until it shows up, then with a timeout it is catched and print continues. If you have firmwa…
  • Ok, found the problem. Fixed in 0.92.2 until then just work with the switch disabled.
  • Macht die Sache ja deutlich einfacher. Sowohl für VPN als auch port forwarding.
  • Man muss nur irgendeinen port auf die ip und 3344 bzw. port 80 wenn man das pi image nutzt weiterleiten. Damit man die IP auch wieder findet dann noch per dyndns am router dafür sorgen das man einen Namen zur aktuellen IP hat, weil der sich ja regel…
  • Strange thing. Just tested on my Prusa and got the same. After some hours of investigating I at least found out that the checkbox "Port is visible even if printer is not running" seems to trigger the problem. Also I can connect with that setting to …
  • Das Problem mit Spannungsspitzen beim Licht einschalten hab ich auch schon bei anderen gehört. Insbesondere Leuchtstoffröhren sind da wohl kritisch. Lösung war wohl meist eine USV insbesondere bei schwachem Netz. Solange der Drucker dadurch resetet …