Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Still images use a different url but they have same resolution in mjpg_streamer. Reason is how the streamer works and it just sends last received buffer from webcam as image.
-
It is no firewall problem. Then you would just not be able to connect. But it looks like the server crashed. So my first guess was that there is an error in windows tcp implementation and I tested with my RepRapDiscount board connected to ethernet (…
-
Sicher das der Server noch läuft? Kannst du ein reload der Seite machen und er startet sie mit login aufforderung? In dem Fall ist vermutlich die Userdatenbank defekt oder du hast das Passwort falsch geschreiben. Du kannst aber alle Logins zurückse…
-
The rumba einsy would be a mega 2560 compatible board. So if it works then with that setting.
-
Hört sich schon mal gut an. Versatz ist aber Firmware/Drucker Problem. Schrittverluste oder end stop mit falschem signal sind da die üblichen verdächtigen.
-
That is something the firmware must support. In case you just choosed wrong category, Repetier-Firmware V1 supports this only for 2 axis. V2 firmware supports this. But on both you can use motorised bed leveling to make all 3 axis at same level with…
-
Ja genau. Leider notwendig sonst kann jeder mit webzugang alles mit dem Rechner machen und das wollen wir ja nicht:-) Muss schon vorher einer explizit so vorgesehen haben.
-
Working on dialog support, so hope with that it works then.
-
Ja ist das gleiche syslog was du runterladen kannst aber da bekommst du nur den aktuellen Tag weil die ja täglich neu angelegt wird. /var/log/syslog ist der Dateipfad auf dem Pi wo die Datei steht also im Verzeichnis /var/log wo auch die älteren V…
-
Eigentlich kannst du das nur mit Bildrate und Bitrate beeinflussen. Bildrate ist ja wie viel Bilder in einer Sekunde Kodiert werden. Bei 20 also 20 bilder Pro Sekunde. Die müssen dann in Bitrate passen. Je mehr Bilder pro sekunde desto mehr Bitrate …
-
The name of the category defines what kind of questions should be placed in. All should be repetier product related or will be removed.
-
It is not possible to move inactive extruders, so you have to make it active first, then you can move it. If you want to extruder at park position you should enable lazy positioning. Then only the first moving extrusion move (contains E plus a coord…
-
Ping Pong ist nicht relevant hier aber ja so sollte es normal klappen wenn die Treiber mitspielen.
-
Bei diesen Druckern gibt es zumindest bei einigen das Problem das keine antworten mehr ankommen. In 0.94.3 gibt es eine Aktion die dabei möglicherweise hilft. Sieh mal bei den Verbindungseinstellungen nach und aktiviere USB neu verbinden bei Timeout…
-
Bei diesen Druckern gibt es zumindest bei einigen das Problem das keine antworten mehr ankommen. In 0.94.3 gibt es eine Aktion die dabei möglicherweise hilft. Sieh mal bei den Verbindungseinstellungen nach und aktiviere USB neu verbinden bei Timeout…
-
Yes G02 X89.944938 Y25.238500 Z-0.125000 I11.597644 J-10.953337 is correct format also I normally just write G2. Problem might be negative Z value. Normally you can not move below z=0 so that would cause a illegal position and be ignored. Except if…
-
The z probe is not really clever so it needs that at least in V1. In V2 it is a bit smarter and can move to closest allowed positions. I won't change V1 any more only for real bugs causing errors. Having that said, you can of course hack the G32 co…
-
Yes with 1.25mm pitch I think that is 1/16 on 200 step motors. That is what you normally use. Makes moves also more silent.
-
Make sure in config tool->Features to have Enable arc support (G2/G3) enabled or you won't have these commands.
-
Das ist komisch. 2020-09-28 16:54:16: Client closed connection unexpectedly 2020-09-28 16:54:17: Stopping for signal 15 Signal 15 ist SIGTERM also hat jemand/linux dem Server gesagt er soll sich beenden. Das stoppt logischerweise den Druck. Ich wü…
-
I think the ADVANCED_PAUSE_FEATURE is the main problem. Host and server do not understand firmware side menus on host side at the moment. Maybe the reason it is marked experimental in marlin sources. I have that on my todo.
-
Die 3 Befehle am raspi 1:1 eingeben, ja.
-
Jam detector does not use the JAM_ defines any more. There is currently also no jam method. All it does on detection is send a GCodeSource::printAllFLN(PSTR("// action:out_of_filament T"), (int32_t)tool->getToolId()); GCode…
-
Distance after homing is just to get away from the endstop so it is not triggered any more. It is independent of the position so think of it as a relative distance. min/max positions are defined by this #define X_MAX_LENGTH 420#define Y_MAX_LENGTH …
-
Extruder needs recalibration if it is a new drive. Diameter of driver is also important so it might differ. For Z mirror both get same steps count. If they differ you normally have different microstepping configured on your board.
-
We have an option for reading most from eeprom, but that works mainly with V1 firmware I guess. Have to check for V2 string which may differ here. There is also a reread button in configuration so for those wanting that it should then be easy. After…
-
New threads for new problems are better also for others to find. In server you have configured homing position which is assumed after G28. Problem is you have set it to 0 so server assumes 0 after homing so going home to 0 is correct. Enter 160 the…
-
Aktuell habe ich den abgleich der router im verdacht. Der führt immer iwlist scan aus was eine komplexe Aufgabe ist und während die wlan verbindung gehalten wird noch über alle frequenzen andere router sucht. Kann mir vorstellen das dies gelegentli…
-
Uh, I really missed the 5° part. And I think you are right, should be if (maxWaitUntil == 0) { if (dirRising ? actExtruder->tempControl.currentTemperatureC >= actExtruder->tempControl.targetTemperatureC - 5 : actE…
-
You select FEATURE_TWO_ZSTEPPER and you see a new option appear below: Mirror stepper socket Select the socket where the second driver is mounted to e.g. E1 or E2. That's all needed. All step signals will now also be send at same time to that driver.