Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,083
- Last Active
- Roles
- Administrator
Comments
-
Wir laden den GCode nicht hoch sondern interpretieren ihn selber. Dazu nutzen wir die normale Textversion. Ich muss mir mal die Spezifikation ansehen ob das integriert werden kann, aber bis dahin bitte den normalen text gcode nutzen.
-
WHo is omitting everything after @ host or PrusaSlicer? Which PrusaSlicer version? If it is PrusaSlicer doing this we can not anything against it - we include the official binaries. But will have a look into it.
-
Was ist mit Prusa Original Prusa i3 MK3 - ist das ein anderer Prusa Drucker am gerät. Auch wenn der Name falsch ist wäre er es wenn kein anderer dran hängt. Wenn ein anderer ist, funktioniert usb nicht oder das Gerät ist nicht an. Versuch mal andere…
-
No not extcommands.xml see https://www.repetier-server.com/startup-configuration/ for possible locations. Filename in database directory is RepetierServer.xml and if you do not have it just use that one in socket doc. As long as you only want to se…
-
Sending is quite easy from your script to server. Activate servers unix socket feature and just execute the function you want to trigger. See https://prgdoc.repetier-server.com/v1/docs/index.html#/en/web-api/unixsockets on how to send api commands.…
-
Hast du das Passwort geänder? Ansonsten ist es ja immer noch user pi passwort raspberry
-
Also gibt es keine Geräte under /dev/serial/by-id/... was das verbinden schwierig macht, wenn Linux ihn nicht sieht. Wenn du am pi in der linux shell wechselst sieht er dann das Gerät mit lsusb ? Solanf Linux den Drucker nicht sieht kann man im Serv…
-
Dir ist klar das Klipper auf 2 systemen läuft - auf dem pi und dem Druckerboard und der server sich mit klipper verbindet und klipper sich mit der seriellen Schnittstelle? Wenn du direkt an das board gehst musst do auf dem system wo der Server läuft…
-
AN welcher stelle hakt es denn? Port nicht da oder verbindung erscheint nicht? Ggf. in Konsole wechseln und alles aktivieren und mal sehen was da genau passiert Kommunikationstechnisch.
-
Eigentlich sollte das genau gleich funktionieren. Serieller USB Port ist natürlich anders und ich denke ping-pong muss aktiviert werden. Und ich denke die einstellung das der Port immer sichtbar ist sollte weg fallen, hab aber keinen mk4 um es zu te…
-
It is the server having access to gpio pins of the pi. For pro zou can use Repetier-Server Monitor to manage all servers in one interface. But I'm not sure what your problem is - when you can access the printer you can send commands and change it…
-
Hab klipper nur unter pi getestet, da es das typische Zielsystem hat. Muss man einfach probieren, aber chancen sind gut denke ich, wobei ich nicht weis wie schnell der i5 ist im Vergleich. Aber warte noch auf das nächste release 1.4.14 da ist einige…
-
Ich habe einen pi 3 mit Klipper und einem Marlin Drucker. Das klappt zumindest problemlos.
-
First go to printer and select klipper configuration. There you can uninstall or reinstall, change config etc. Only when you have klipper uninstalled you are allowed to delete the printer. Reason is that otherwise the klipper install will keep runni…
-
Beispiel: Pi hat ip 192.168.1.129 und klipper socket ist /var/lib/klipper/sockets/Sidewinder_X1_Klipper nc -l 192.168.1.129 54321 < /var/lib/klipper/sockets/Sidewinder_X1_Klipper > /var/lib/klipper/sockets/Sidewinder_X1_Klipper Dann kann man…
-
Solange der pi weiter stabil läuft reicht das. Das ist im Grunde die unbekannte die vom Drucker und den Spannungsversorgungen abhängen. Wenn es nur Drucker sind und sie keine Störungen verursachen kann man da auch 8 Drucker dran setzen. Mit webcam k…
-
V1 is not compatible, because it uses a different cpu. Our V2 version can handle it I think, but there is no config tool just the dev2 branch on github and a documentation. It works like a meta language for programming a printer with modules buildin…
-
Yes, exactly what I thought. x_min should be L when not triggered and H when triggered. You can measure the output voltage of the endstop and see if it changes. If not the sensor is just defect. Also check if cable is ok or broken on the way to the …
-
Sounds like more mass so reduction of acceleration seems a correct solution. Not sure what 0.71 means for driver - is this voltage or resulting amp? Good nema 17 motors can handle 1.68A so if you have a smaller one it might help to replace it with a…
-
In unserem Pause Skript steht das normal nciht drin, also keine Ahnung wo es bei dir her kam. Pause am start macht in der Tat keinen sinn.
-
Gute Analyse! Hast du zufällig ein M601 in deinem G-Code? Habe erst gestern einen deadlock bei M601 gefunden der exact diesen Backtrace hat. In dem fall bitte nightly oder dev version installieren (installDev bei neueren images). Oder @pause stadt …
-
We will try to add a mainsail connector in near future also this needs to disable some function like server commands in print code. Need to see how we can make it work and how to disable functions not working due to having another system doing the p…
-
Homing is done inside your printer firmware and independent of the host. So the solution is firmware or if it is the same that was working it might be a hardware defect. What you describe would typically happen if the x endstop is always triggered. …
-
If you print over host and not using sd card at the point you start we make a copy of the editor gcode you see and print that content. Never had someone complaining this does not happen. Should not matter which printer you connect - function is alwa…
-
How is your connection setting? Ping pong enabled or not? Without ping pong speed is lower which can cause in curved areas with very small segments a differen motion not as smooth as with higher communication speed. If that is the reason you can try…
-
I do not htink it is a server issue at all. Looks like the perimeter did not stick well on the bed and was dragged a bit over bed. We are certainly not removing moves or replce them with other coordinates. You can enable logging to see if there were…
-
Welches image is bei dir V3 und V4? Das aktuelle Image ist V36 was wir anbieten. Oder meinst du, du hast das alte Buster (V28 mit server 1.3.0 installiert)? Muss ich beim update noch mal testen. Aber die pi cam am aktuellen Image mit neuem Displaytr…
-
What is your precedure or run on reconnect script settings? When rescue happens x and y and z positions are lost and must be restored before continue. For x and y you can for most printers run G28 X0 Y0 With z max homing you can also include Z here…
-
Ok found it. Special case for Prusa using M601 that causes a deadlock. Will be fixed with next release. Actually we replace it with @pause to have better control and solve issues with it anyway, so inserting @pause is the best solution anyway and wo…
-
With server better use @pause Change Nut to pause a print. M117 is send all the times, but M601 is prusa specific. Will test what it does exactly but my guess is that it blocks communication until button on display is pressed. Apart from this it sh…