Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
How depends on the firmware - it is the motion buffer size I speak off. And no, it is not predetermined in slicer. Slicer tells what speed it wants but firmware decides what you get. The maximum speed you get is the one that allows deceleration to …
-
Try this setup: https://www.dropbox.com/s/nfnmlwy6bmm7nya/PrusaMK3_MMU2.xml?dl=0 it has all workarounds I use included. Maybe you need to change webcam or personal taste settings.
-
Schwer zu sagen. Zum einen ist das log unvollständig - es fehlen die ok und viele gesendete Befehle. Vermutlich Temperaturabfragen. Auch scheint etwas tiefer die gleiche Zeile mit M117 keine Probleme zu bereiten und außerdem wird M117 ohne Checksumm…
-
Schwer zu sagen. Zum einen ist das log unvollständig - es fehlen die ok und viele gesendete Befehle. Vermutlich Temperaturabfragen. Auch scheint etwas tiefer die gleiche Zeile mit M117 keine Probleme zu bereiten und außerdem wird M117 ohne Checksumm…
-
There is no CuraEngine.dll and it is already on the latest supported version. Later versions use incompatible configuration methods.
-
I have a prusa mini where I need to deactivate ping pong to be able to connect. I'm currently testing and searching the reason so I can make a update soon.
-
Maybe. I noticed that the kernel is now 5.4 and not 4.19 so maybe the display drivers were for the old kernel. I'm not enough into this kernel stuff to say if that is a problem or not.
-
Won't start this year due to lower priority over other functions.
-
You can change it in host or server. I don't think the menu has an entry for steps.
-
Sounds like you need a lower extrusion multiplier. With that you can at least correct 0.3mm in each direction.
-
Du kannst mal cat /tmp/wifi.... weiß den Namen nicht mehr genau. Wenn die Datei existiert steht dort wenn er den Bug im Treiber erkennt und ihn neu startet. Dann wissen wir das es der Grund für die wifi trennung ist. Aber ich hab keine Ahnung warum…
-
Du setzt noch die Checkbox bei Drucker ist sichtbar auch wenn er ausgeschaltet ist und Marlin als Firmware. Sonst ganz normal.
-
Maybe some time. It is on my wish list but firmwares have quite some difference so that is a feature that might not work on all printers even if implemented.
-
Really wired. You could send M111 S71 first. This enables endstop debugging so every time a end stop change is detected it writes a line. Might crash firmware if it changes too often. But with that you should see when a signal gets detected and that…
-
No you can not shorten pause. What you see are the moves buffered inside printer firmware to optimize path planning and to protect for short delays. You can reduce that in firmware but that might also reduce print quality if you go below some value.…
-
Ja outsource bringt nichts. Aber hier ist das mit dem Abkleben beschrieben: https://www.repetier-server.com/knowledgebase/undervoltage-and-throtteling-of-pi/
-
The touch screens all connect via serial and must support the firmware they are connected to. Not sure how they work with repetier or if they are 5V tolerant. We only test the one that we control directly like RRD display. Therefore the menu is much…
-
Du aktivierst die Funktion in Globale Einstellungen->Druckreports. Dann werden die PDF Reports automatisch nach dem Druck erstellt. Unter History kannst du die dann ansehen.
-
I see. Version 8 of stm seems to have changed some methods causing all these troubles. Please leave me a week or so to fix them so they work on new version. Also that will make it not work with older versions, but a update can fix that problem. But …
-
You should try ZPROBE_PULLUP 1 - that is how I did it on my delta with BLtouch. Since problem is getting a signal that might be the key as it has big influence on the signal. Would also be the only thing I can think of making a difference.
-
Loks like the STM library has changed and now required VID and PID. Please check platformio.ini line 87 should look like build_flags = ${common.build_flags} -DSTM32F4xx -DARDUINO_RUMBA32_F446VE -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"RUMBA32_F446VE\…
-
Ja das geht. In der globalen Konfiguration unter Webactions kannst du neue Menüeinträge mit webafrufen verbinden und sie entweder dem globalen Menü oder einem Drucker zuordnen. Einige hier im Forum haben das sogar mit dem Sovol gemacht. Such einfach…
-
Kann am Stromverbrauch liegen wenn da so viele Geräte dran hängen. Du kannst bei den Druckern die 5V Leitung des Steckers abkleben dann können die keinen Strom ziehen und nehmen den aus eigener Stromversorgung. Bei den Webcams geht das natürlich nic…
-
nginx läuft auf port 80 und den rufst du offenbar auf. Der Gateway ist der Server auf port 3344 der offenbar nicht mehr läuft. Vermutlich defekte am Dateisystem der sd Karte durch die Ausfälle. Kopier am besten alles von /var/lib/Repetier-Server und…
-
If I realease all known issues should be fixed on all 7 supported os.
-
Login with user and password only work if you have a real websocket connection. When that closes the session will invalidate. So if you use the get/post api solution you must always use the api key. Some functions do not require a validated login so…
-
continueJob works same as stopJob so if one works both should work. But there is a case where you need to send it twice. When you have configured server to cool down extruder after some period and that happened the first continue will just heat up a…
-
No, that key is just the last selected configuration. Open the work directory (is in files menu) -there is a curaengine subdirectory containing the config files per printer. So copy these files to the folder of your printer name.
-
Hast du schon probiert 6 Drucker am pi 4 anzuschließen? Der ist ja performanter als der pi 3 wo andere ja auch schon 5 dran hatten. EVtl. must du die Webcam Auflösung oder Framerate reduzieren damit der USB Bus nicht überlastet wird, aber CPU mäßig …
-
1. Gibt es in neueren versionen zumindest. Im Lüfter dropdown die checkbox permanent anklicken dann werden M106/M107 im gcode blockiert. 2. Entweder oder - wechseln verwirrt. Wir haben ja die Zielzeit, fortschritt ist aber denke ich Zeile von x zeil…