Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,022
- Last Active
- Roles
- Administrator
Comments
-
Doch das klappt gut, aber zum Testen nicht M117 nutzen sondern @echo On Command M117 kann nicht ausgeführt werden, weil es gcode ist und der Drucker ja noch nicht an ist. Da sollten nur Serverbefehle stehen da die auch ohne Verbindung ausgeführt we…
-
Die Bewegungsfunktion ist fest auf G1 verdrahtet. Du kannst leicht einen Wizard schreiben, bei dem die Buttons dann die Bewegung senden. Also ein Feld für Distanz und je ein Button pro Richtung.
-
Genau so mit der ip von windows. Siehe Homescrren -> Netzwerk da siehst du alle IP nummern und den eingestellten Port. Es kann aber sein das eine Firewall eingehenden Verkehr auf Port 3344 blockiert, damm must du den freigeben.
-
If printer motor skips steps it should be firmware/printer issue since firmware takes care to keep speeds/acceleration within limits. If you mean it makes pauses between lines send it might be a communication issue and you need to enable the print …
-
I think your communication timeout with 2 seconds is much too low. 3 is minimum if firmware supports busy protocol meaning it tells server when it is busy during slow commands. But Marlin 1.0.0 does not know this, so timeout must be higher then long…
-
> stuck on the print and keeps moving what do you mean with that? If it is stuck it can not move in my understanding. If just extrusion is stuck it is no server issue but more likely a clogged extruder or you have somehow from relative to absolu…
-
I think this one happens if some other software is using the same port already and host can not open the port for this reason. Has nothing to do with firmware at this stage.
-
See https://forum.repetier.com/discussion/comment/37580/#Comment_37580
-
I have it only running on a Raspberry 4 with 32 bit arm version. Did you check if there is a 32 bit version of armbian for your board? 64 bit makes only sense if you have at least 4gb ram, so normally 32 bit is better for low ram boards even if the…
-
I think the main problem is, that you are using 64 bit environment and 32 bit libraries are far from complete since it is not needed for armbian where all is 64 bit. But appimage is unfortunately 32 bit so needs them. And just linking 64 bit version…
-
No. There are always so many suprises like firmwares adding changes, other user ideas, ... that is is not possible to make serious time plans.
-
The sample you posted is for uploading and optionally start if no print is running. If you check the websocket api in api documentation you will see that you can also query stored gcodes and start them, but these require different api calls. In gen…
-
Try sudo apt-get install -y zlib1g-dev and hope it also adds 32 bit version. But that is the package that would install it. Also there should be a non dev version as well.
-
Arm version was only tested on debian and requires 32 bit arm (or at least is compiled for 32 bit arm). When you start it from terminal do you get any messages? Most likely you are just missing a dll file that is normally there. Or it will not work…
-
Sending it needs you to use multipart encoding to include a file with form field "filename" as well. Also you need a valid active session or use apikey= instead if you don't have a open session. Doing this from javascript is no problem with axios or…
-
Xy wise it goes over your rectangle. Z wise you have bed sitace, retest distance.
-
Every printer is indepent just because in general they are different and maybe even not all enabled. End custom gcode is very printer and user style dependent.
-
Enable show filament fixes this normally.
-
Check the 3 points for rectangle. P1 is left front, p2 right front, p3 left back. Otherwise you get a parallelogram.
-
Schwer zu sagen, da es auch stark davon abhängt welche Brennweite benötigt und ob sich der Aufnahmebereich ständig ändert, also ein Druckkopf oder bewegliches Druckbett den Autofokus schnell durcheinander bringen. Oft ist ein gut eingestellter manue…
-
Put it in "run on printer activation" event dependent g-code, then it is available when printer is active even if it is not connected.
-
This is currently not possible, only Monitor solution as intermediate. BTW: In Monitor you can open server gui without logging in from any printer, so anything missing there is available with opening the regular gui from monitor.
-
You need to have a gcode with constant temperature over height. Store it in the gcodes list and click on summary in dropdown to get the model ID of that gcode. What the wizard does is take the model with that ID entered in Temp Tower G-Code ID and …
-
No we don't speak GPX and you can not add a plugin to do that, sorry. But we only support normal ascii communication and Repetier binary protocol for which we know how it works and have documentation and test machines.
-
Du kannst vermutlich auch in der Druckerkonfiguration unter Webcams die Webcams neu starten. Hatten kürzlich auch den Fall das nach dem start der mjpg_streamer lief aber selbst auf seiner Webseite kam kein Bild. Womöglich die selbe Ursache, aber kan…
-
Not planned, but there are plans to have later a master server showing all printers. But first other things need to be written.
-
We have no mobile version of the monitor. It was mainly written as upload helper and backup solution so required a desktop os to work.You might have a look at RC Repetier which is a mobile interface from someone else.
-
> ich weiss auch nicht, warum ich für das Vordefinierte einen Namen angeben muss Was meinst du damit? Grundsätzlich wird der Lüfter über M106 gesteuert und wennd er Slicer diese Befehle enthält wird er damit den Lüfter wechseln. Im Server bei de…
-
M303 E0 S200 C8 C8 gibt es nicht nur 0-2 method 0 = classic, 1 = some overshoot, 2 = no overshoot Viel erfolg mit dem tweaken.