Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Erst mal Frage - sind die Webcams als /dev/v4l/by-id oder by-path registriert? Grad bei identischen sollte by-path gewählt werden. Dann wird aber bei jedem neuen Port ein neues Gerät erzeugt und angezeigt. Dies bleibt auch wenn es nicht angeschlosse…
-
Is this meant to happen with that firmware? I mean M119 should show status of pin but not stow/deploy a pin. At least that is how we do it in repetier firmware. Have no marlin with that. We only deploy when we want to measure. Apart from this M119 s…
-
You need to increase max. temperature in host as well or host will reduce it to set limits. It is in printer settings.
-
Nur in V2 werden die unterstützt. Wenn du also ein unterstütztes 32 bit board nutzt könnte es gehen. V2 wird aber ganz anders konfiguriert und muss derzeit noch manuell Konfiguriert werden.
-
Please make it easier and provide a log of commands send and what you expect and what really happened. Makes it easier to see where the problem is.
-
&data=%7B%7D anhängen. %7B%7D entspricht {}
-
In welchem Kontext? Welcher Rechner? Pi - wenn ja welches image. Beim pi zeigt er an das er Spannungsprobleme hatte? Das könnte zum kurzfristigen abschalten der Webcam und damit zu bildwechseln/störungen führen.
-
Yes, there is a dead lock in direct print function. Over gcode upload and print this does not happen. Will be fixed in 1.0.1 coming very soon as emergency update.
-
Under which os did you test? It needs to be mounted by the os and your usb directory selected must point to the skr root folder.
-
Ok konnte ich nachvollziehen. Ist ein Dead lock beim analysieren. Wird in 1.0.1 behoben sein. Kommt sehr bald.
-
How do you trigger these web actions. Tried while checking server.log and in config, main menu, command line, start and end job script it just added one execution in server.log. So now I wonder where you have put it and which method does it use (GET…
-
Ab 1.0.1 wird put auch in WebActions funktionieren. Habs grad mit meiner Hue getestet und es funktioniert:-)
-
Das hatte offenbar nichts mit cdata zu tun. Problem wie du erkannt hast war der -d parameter Du fängst mit " and und " beendet ihn aber da sind noch welche im Parameter die für die Shell escaped werden mussten. Für cdata siehe hier: https://www.tut…
-
Ich würde es sicherheitshalber machen, einfach um die Fehlerquelle auszuschließen.
-
EEPROM not working is due to a return and spaces in firmwares/repetier.xml file. Autoformat changed EPR:\s*(\d+)\s+(\d+)\s+(\-?\d+\.*\d*)\s+(.*)$ to EPR:\s*(\d+)\s+(\d+)\s+(\-?\d+\.*\d*)\s+(.*)$ Which caused the regular expression to not mat…
-
First you can e.g. use https://imgur.com/ to upload images and post the urls here. We had printed several 100 hours without problems and apart from you 2 had no similar messages, so questions is what it takes to create a crash and how it is possibl…
-
In printer context menu in server is a entry logs. There you can enable logging. Next job will then be logged, or if you enable connected log it starts also logging when not printing into connected.log. You need to restart server or deactivate and a…
-
80004005 happens normally when a file is damanged. It must not necessarily be one of host - it could also be a library file of windows that is being used. Any more informations? Normally you get mor einformations like which component triggered the e…
-
Ok, no idea at the moment why but I can confirm it. 2 Functions I did not touch knowingly:-( Will be fixed in 1.0.1
-
The command was made to exclude parts from rendering. The fact that it reduced the move area was not correct and is now fixed, so motion area is now correctly computed (I hope). On the other side bed size handling is now also correct so actually all…
-
Ja put hab ich bei den webactions nicht dran gedacht. Versuch gerade rauszubekommen wie ich den link für mich basteln muss. Hab auch eine hue und so könnte ich testen ob put klappt. Ist ja nicht weiter schwierig da eine methode mehr rein zu nehmen. …
-
Not really. If you take a stock ubuntu it sets up more or less like windows with a normal desktop and programs to control everything graphical except maybe server installation where you need to run the commands to install the package. So it would be…
-
Bitte auf V1 im server updaten ,da hab ich was mit den Grenzen optimiert und auch das der nur der Druckbereich über dem Bett liegen muss, das war vorher nicht ganz richtig. Daher musste das Bett auch bei -18 anfangen denke ich was jetzt hoffentlich …
-
Can you provide a log where we can see the temperature response of the ender. Since I had none I used information about the problem I found. Please put it in a file on dropbox/pastebin/... since forum changes content a bit and it is important to see…
-
3B+ would also work I think. Pi 4 has better bandwidth though. With power issue I mean that the 5V line is very sensitive. 5V usb chargers tend to not work reliable often since they do not adjust fast enough on load changes. For so many a linux pc …
-
> I set up the servo pin and probe to pin 11 That will not work. servo pin is 11, z probe pin is z min pin I think from your description. When you set it to 11 you make 11 an input so it is not controllable!
-
Lan kabel holt ip etc per dhcp. Da hier kein Passwort benötigt ist reicht einfach einstecken. V1 ist fertig am Image arbeite ich grade. Will noch was am Zeitserver ändern dann bin ich auch da durch und kann es veröffentlichen.
-
If you get no electrical issues you can handle 7 printers on one pi especially if it is a pi 4. It gets a problem when you also want 7 webcams and es said pi is sensitive to electric problems so that can also be a deal breaker, but performance wise …
-
Does this still happen in V1.0.0 released today with the ender fix? If you use the old version it might be that after 2 minutes the ender temperature bug kicks in that we now fix. It would cause temperatures to be not recogniced any more.
-
Das url escapte data element fehlt, vermutlich ist es das. Wenn keine Daten benötigt werden ist es ein leeres Objekt {}