Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Image update should not matter here if you are on same image as before and only server is updated. I think I might have changed error handling. In marlin.xml firmware description you have ^Error:Printer halted ^!!which puts it in halted state. In …
  • Why is adding killall off.sh in on.sh complicated? Just one line that kills an evetually running off process so it will not trigger during print.
  • Eeprom.cpp:105: error: expected primary-expression before ';' token heatedBedController.pidPGain = HEATED_BED_PID_PGAIN_OR_DEAD_TIME; HEATED_BED_PID_PGAIN_OR_DEAD_TIME is a macro defined in configuration.h. If it is not in the config file compiler…
  • What pi version and image version are you using? V18 is using the latest buster release from raspbian so might be a problem with that not detecting the wlan adaper. I have tested Pi 3 and Pi 4 and Pi Zero W to work before releasing.
  • @pause (kleines p!) ist schon richtig. Dabei wird aber das pause script aus der Druckerkonfiguration ausgeführt. Wenn du da eine z move drin hast kann das mit dem tiefer gehen schon passieren. Besser schnell zur Seite fahren. Wenn du z hochfahren wi…
  • But that way you must wait 30 minutes before you start a new print! Or it will kill printer during print. That is what the killall idea was for.
  • Ok found the reason. If I compare the socket requests: 91.38.27.223 - - [21/Sep/2019:19:30:11 +0200] "GET /socket HTTP/1.1" 301 185 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Repetier-Server-Monitor/…
  • Ok, in anderen Gruppen scheint es zu klappen (da hab ich auch immer getestet) aber Default hat einen sonder status der wohl zu dem Problem führt. Ist bei mir nämlich auch nicht erschienen obwohl er da war. Merkwürdig und vermutlich ein bug auf Serve…
  • Ok, will be a bit tricky. Especially since you want to undo that if you do a new print I guess. So here my untested solution. Write a test if printerOff.sh is running and kill it at the start of printerOn and Off. In printerOff add sleep 1800 to w…
  • Do the webcams lag in motion when you use web view? From the names I see all are more or less HD capable and if you use them in high resolution they can use quite a lot of bandwidth which can have negative side effects if the pi 3 limit is reached. …
  • What are you connecting here? Host has no function to connect to cura 4.2.1 so you are doing something not supported.
  • Ok, never remove the  /mod/front/ and /modules/front2 part for safety. Detecting server is a simple get request, but connection uses the socket, so problem is more likely that the socket gets interrupted/modified/blocked on it's way. Might also that…
  • Ja er sollte es automatisch löschen und einen neuen aufspielen. Das wird aber auf server Seite gelöst. Auf welchem Betriebssystem läuft der server? Dann kann ich es noch mal mit der Kombination testen.
  • @dpalo Testing it I see 1.0.2 on the 2 websites where we offer it. Where did you find the wrong link? @geneliasmith That is a os x software, it does not work on iphone or ipad so itunes is not used to install.
  • Well showing only images every x seconds is at least something reducing cpu load and having no problems at all. I guess even every 5 seconds would not be that much of a problem. 2) emergency stop activate ok. Reboot server is in printer and not a d…
  • What you also can do is trying emergency stop. That will close and reopen the connection. Will only help if linux is still communicating correctly or if that causes the hang to get removed as for a short time no one is then connected to the serial. …
  • Connection stays green as long as linux offers the serial connection. I guess when this happened and you go to console you start seeing timeout messages also they stop after some amount from being reported. The problem is if the serial driver is ha…
  • Im talking about the server! You have told the server that the size is not ok in it's settings. Tell server in printer configuration in Manual Control AND bed shape definition how much space you have. Until you tell him wrong sizes there it will cla…
  • Makes no sense to me. No idea what is then going wrong here. I mean it is a simple read of a pin state that was set as input. All defined where it gets used. Only thing might be testing with a very explicit test bool endstopHit() {   pinMode(Z_MAX_…
  • 1) Sounds like a good idea but can also easily cause lots of troubles. Number of parallel webcams per server is limited due to chrome limits. And showing webcam images is hard work for your cpu. It means constantly decompressing jpg images. Maybe a …
  • Just as I said. Export is already available in home screen. Only import would be missing and there you check what to take. By default communication settings and webcam would be disabled. All the rest is printer configuration and extra data.
  • Mechanical endstop is fine. Didi you do the test with modified endstopHit function as suggested? That is the most basic test to ensure it is correct regarding pin number and invert. It will even overwrite any othe rfunction accidentially using same…
  • The 88xx was too deep and for TCP/IP connection. You want to follow  https://www.repetier.com/connection-problems/#a1  especially step 2. It opens when you click on the bar. Select Repetier-Server Connector, enter ip and 3344 as port and of course …
  • // 60 is AD8494, AD8495, AD8496 or AD8497 (5mV/degC and 1/4 the price of AD595 Typ 60 wäre der richtige. Aber wichtig - nicht am Thermistor Eingang! Du must es an einen Analogpin anschließen der frei ist und nicht über einen Spannungsteiler die Wert…
  • Select 2d view and see what xy dimensions the print has. Make sure in printer configuration BOTH bed and xy max motion area are bigger then that. WIth deltas often xmin/ymin is 0 but should be -radius.
  • Exactly. We use the build in repair function of windows 10. So windows 10 is the required OS for that function. There is a web service you can use with windows 7, but it is not as comfortable. You need to upload stl and download repaired file.
  • But logs are written until the process is finished and these include also print logs if enabled. So it should work for all and also if log is still be written to. But it is on my long todo list for nice features.
  • That is not so easy. Each printer can be potentially different so each has it's own settings and we do not know which one are different and which not. So design was not made for this function. Also the other identical might be on a different server …
  • Yes, you will see the register screen then. But all 3.5" screen I know use framebuffer drivers and you need to configure linux to use the right driver and also tell x server to use that screen. The default pi image shows only on hdmi output as this…
  • Sounds like the websocket connection is not coming through, also it uses the same port as the normal web files. With unfiltered ip based forwarding this should not be a problem. Only if you have a proxy then it makes a difference as the websockets u…