Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
This button does by default nothing, that is correct. There is no general solution to shut down - some need a remote plug, some have a g-code or a gpio pin on pi. So what it does is execute the Skript in Printer-Config->G-Codes->Event Dependen…
-
Bitte nutze unser support ticket system und schicke dort den betroffenen Lizenzschlüssel und wir setzen den zurück. https://usersupport.repetier.com/
-
Die Befehle erscheinen im Hauptmenü oder im Druckermenü wenn ein slug eingegeben wurde. Die Befehle sind nur für @execute Befehl und werden planmäßig nicht angezeigt. Falls das schon richtig ist poste die Datei damit ich sehen was du gemacht hast…
-
Du musst etwas mit dem umbenennen warten. Wenn es fehlschlägt dann weil er grad die Bilder unter dem alten Namen am berechnen ist und die das sonst nicht mitbekommen.
-
Dazu gibt es ja die verbinden und fortsetzen Skripte. Damit er frühzeitig aus dem Weg fährt. Problem ist normal das es schon beim Stromausfall passieren könnte mit dem einbrennen. In der reptier-firmware haben wir für den einfachen Verbindungsausfal…
-
An der recover Position baut er ein @waitForAllTemperatures ein, was Ausführung bis zum erreichen der Zieltemperatur verhindern soll. Wie ich das sehe wird es immer gesendet. Werde es auch mal testen ob die Funktion eventuell beschädigt wurde. Gepla…
-
4 and 11 are both reprap displays. But one is 20x4 chars (4) and the other is 128x64 pixel(11). Just search in configuration.h for the #define FEATURE_CONTROLLER line and replace 4 with 11 when you want to change in ide.
-
Ok soweit man das mit abgeschnittenen Befehlen sagen kann ist alles normal im funktionierenden Fall. Mal sehen ob sich was im Fehlerfall ändert. In dem fall bitte ps aux | grep " " für Dateiliste nutzen. Dann sind die Befehle komplett geschrieben …
-
Das ist unheimlich. Du sendest M75 er sagt ok. Dann sendest du N891947 M140 S60 und es kommt kein ok. Dann drückst du home und dann kommt das "ok" von M140 plötzlich an, aber es gefällt ihm nicht und dann senden wir es erneut und es gefällt ihm. S…
-
I see the error, but is inside curaengine and that version won't get any updates from ultimaker as they are already on mayor upgrade, that are not compatible with host integration. Looks like it is offsetting in wrong direction due to orientation er…
-
Falsche anleitung! Die ist für eine uralt Version des touch front ends das nicht mehr verwendet wird. https://www.repetier-server.com/customizing-printer-frontend/ ist die korrekte Anleitung für touch screen anpassen.
-
Von deiner Beschreibung her her sollte alles korrekt sein. Wenn das Problem auch mit einem Drucker auftaucht wäre das ein vereinfachtes Testbeispiel. In dem Fall was passiert in dem 1/10 wo es nicht klappt. Welche Schnittstellen zeigt /dev/serial/by…
-
Unless you have a replacement configured for G29 we do not remove it, so it should get send. Please enable logging and the start a print and check log if G29 line was send and what happens there. I assume it is part of your sliced gcode here. Is th…
-
That variable is FEATURE_CONTROLLER in configuration.h but that is also selecteable in config tool as rep rap discount graphical display or similar. The stray error messages come from wrong font encoding. I also found why I did not solve it - you a…
-
There is no direct solution. If they are on the same computer you can tell the other printers to use a different g-code directory and select the master printer. That way the identical printers share same g-code data. If they are on different mach…
-
That board does it use? It might work except display I guess, but it depends on the board. Also I can not say what the pins/hardware parts used on ende pro 3 are as we don't have this one and never tried.
-
The problem is that we now send a state also for disconnected printers as we had added 2 variables that are needed in that case. But not connected the other variables make no sense and are not send. So there needs one line be changed in clsprinter.p…
-
Also wenn ich das richtig verstehe, klappen die Drucke solange er beim start den Drucker findet? Und das ganze klappt nicht immer wenn 2 identische Drucker angeschlossen sind, obwohl sie beide serial/by-path angebunden sind. Mittlerweile gehen mir …
-
Die meldung im server log überrascht mich. Nach der ausgabe müsste noch ein "While executing: ...." kommen woraus hervorgeht, welcher Befehl das verursacht. Die webcams werden ja beim pi start gestartet und daher sollte deren error log nicht im ser…
-
My bltouch is connected to 5v but uses 3.3v. It is bltouch with open drain mode - at least I understood it that way. On the othe rside it appears to be dead now. Not even the automatic self test on power up happens. So guess my sensor is defect. Th…
-
Comment is from /* until */ in this case. I have updated the files to config tool hoping that the char is now gone as I deleted that part and inserted it new again. So if you redownload zip it should also be fixed now. Stepper noise is when you lo…
-
Aktuell nur im Repetier-Server Monitor möglich. Im normalen gui ist es erst fürs rewrite geplant.
-
Where did you get the files from? Github or config tool?
-
Please delete the comment at the file start in Eeprom.cpp - it contains a character that your compiler does not like.
-
I have no idea what you tested and what the results were, so hard to help. You said you tested on 2 printer but did not say which does what e.g. Also maybe just wiring of the bltouch is wrong? On pin 4 you set the serve signal pin but that only work…
-
Wenn du es noch nicht geändert wie in vorletzter antwort: Max. XY Druck-Beschleunigung: 1 (*)Max. Z Druck-Beschleunigung: 1 (*) die waren ja voll daneben und könnten die ursache sein. In den eeprom settings siehst du die in der firmware eingestellt…
-
Kann ich so leider nicht interpretieren. Beispiele waren mit ping pong ausgeschaltet, weshalb ich ok nicht befehlen zuordnen kann. Und ich bräuchte den Teil wo er einen Befehl sendet und kein "ok" zurück bekommt. Das problem ist das die Firmware ein…
-
Das ist aber im Browser log richtig? Da kenne ich das von einigen webcams. Will nur sagen das das jpg was gerade gemeldet wurde nicht korrekt ist. Diese werden direkt in der Webcam erzeugt und nur durchgereicht. Offenbar fehlt dabei gelegentlich das…
-
It will always show 0 volt. It is a pwm signal with 50Hz and for maximum time it will be high 2.5ms 50 times per second. So at best you can expect 12,5% of 3.3v = 0.41v if multimeter does good averaging and servo is set on 2500us. Did you check man…
-
Even when it is outsource you get the "Open slow background computations" message. This comes just because it is open. Only it should disappear much faster than without outsourcing. As proof you can login with ssh and run top. When you see Repetier…