Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
That is already possible - just put the gcode on the direct print upload button. I also have suggested that to the prusaslicer authors as "special" folder, but haven't seen them implementing this so far. Maybe you point them on this in this thread: …
-
I had fixed the problem but somehow that code part was not included any more. So 1.0.1 is still not able to read the defect firmware output. Will be readded in 1.0.2. Until then just use it and don't trust shown temperature. Update will appear in a …
-
Please check in console by sending some of the commands especially where you think the problem is if they work and communication with printer is fine. 1.0.x has new handling of G28/G29 to read the position reported. Worked great on my printers and I…
-
There is no explicit pinda support. Is pinda 2 the version without temperature correction requirement? If it is just a pin that toggles at some level it can be used like any other inductive sensor with on/off switch. No special care required. But ca…
-
Auf dem display der Shutdown kommt aus extcommands.xml und wird aufgrund des Textes erkannt und angezeigt. Es gibt ihn auch als server Befehl @execute shutdown würde also auch den pi runter fahren. Kannst du auch im drucker ausschalten skript verwen…
-
I see you are using one of the defect ende firmwares. It was planned that this version has a fix for that bug, but as it seems I involuntarily deleted it in between. Have restored the fix for next update 1.0.2. Side question - did firmware report …
-
Erste Frage ist ob du ein komplettes Backup gemacht hattest. Es kann ja im Monitor angegeben werden welche Teile von welchen Druckern gesichert werden. Wichtig ist auch monitor 1.3 zu verwenden. Der testet mittels Prüfsumme ob die Übertragungen erf…
-
Ach ja wegen des Lüfters, gehe in die Konsole aktiviere Befehle und ack und sieh mal was der Server sendet was passiert und was die Firmware antwortet und poste das. Dann kann ich mehr dazu sagen. Es gibt immer wieder gerne modifikationen der offizi…
-
Erst mal die Abmessungen werden versucht aus der Firmware zu extrahieren (erkannbar am grünen Punkt). Es ist nicht ungewöhnlich das Drucker auch negative Koordinaten ansteuern können. Es gibt halt den bereich dan du physikalisch erreichen kannst und…
-
Yes in deed. In printer configuration you can define your own events. Printer Settings->G-Codes->Response to Event. You can even define a group in the regular expression to get the content as value along with the triggering line. Also inside…
-
Zuerst mal auf 1.0.1 updaten damit alle bekannten Probleme ausgeräumt sind. Im touch gui ändern sich die icons je nach aktiviertem Drucker. Wenn einer aus ist sieht man weniger. Aber reload gui sollte immer da sein und ist wie ein neustart. Wenn di…
-
Ok, sobald ein Bild größer als 2MB ist gibt es Probleme im Host. Hängt also in erster Linie von der Auflösung ab. Wird im nächsten Update behoben.
-
Bitte auch mal im host nachsehen. Hab grad mal full hd 30Hz eingestellt und da geht webcam schnell zu mit Meldung 10:32:46.672 : webcam:Das Zielarray ist nicht lang genug. Überprüfen Sie destIndex, die Länge und die Untergrenze des Arrays. Werd es …
-
Sieh mal im Firefox in der Konsole nach wenn du die Webcam länger siehst. Kommen da Fehlermeldungen über defekte jpg bilder? Hab so was insbesondere bei webcam am pi0. Die Browser scheinen da recht tolerant und zeigen weiter ein Bild an manchmal hal…
-
Starting with 1.0.0 M114 does now cause server to read position if it is received before a G0/G1/G28... command was send that will eventually invalidate the value.
-
In 0.94.3 gibt es einen bug in rts/dtr so dass dort nicht gestellt wird was eingetragen ist. Das ist in 1.0.1 korrigiert kann aber bei manchen Druckern dazu führen das sie nicht mehr reden. Dann dtr/rts das gegenteil nehmen dann sollte er wieder ver…
-
Hab doch angegeben wie du es machst. Nur das at fehlte weil das Forum es geschluckt hat. Damit macht M303 genau was du willst. Parameter in M303 kommen ja auf den Drucker an und deinen Vorlieben.
-
Ok, saw that I initialized sessions twice causing the double query. Will be fixed in 1.0.2.
-
Ok found the bug. Unfortunately it is in Repetier-Host and not in the server. Host thinks 1.0.1 is older than 0.75.0 so does not assume groups exist at all. Good thing is we are working to release host update next when Prusa Slicer 2.3 is finished.
-
Deltas should home to max. If motors turn wrong direction you must invert the direction pin by toggling IO_OUTPUT_INVERTED to IO_OUTPUT or vice versa.
-
Ja da gibt es möglichkeiten. Du kannst entweder ein Skript schreiben mit den Befehlen die dann im Skript-Dropdown erscheinen oder du nutzt die seine 1.0.1 verfügbaren gcode ersetzungen und nimmt die Regel ^M303 Und ersetzt sie durch at0 M500 at dur…
-
Ganz einfach. Aus der Anleitung: Commands are normally visible in the global menu. If you want one to appear only in in the printer menu, add the attribute "slug" with the slugname as value to command tag where it should show up. You …
-
Ok, erst mal da ist ein menupunkt mit Blitz - Zeigt es Probleme mit der Stromversorgung an? Dann auf welcher Webseite mit webcam - es gibt da ja mehrere. Und in keiner hab ich je ein wanderndes Videofeed gesehen. Ist also definitiv was neues für mi…
-
Ok see it now as well. Will check what is going wrong.
-
Disable easy mode and it reappears.
-
Ja Browser mögen keine non unicode Zeichen im Websocket und trennen einfach die Verbindung. Leider sehen wir nicht den Grund und müssen verhindern das so was gesendet wird. Problem ist alle Einfallstore zu identifizieren. Dateinamen waren ja am Anfa…
-
As far as I know it is fixed, but I have no ender 3 printer for testing. During beta users said it works. I need a log with output of ender 3 if it still is not working to get more information on what is wrong. Important parts - does ender 3 autorep…
-
Server is just sending gcodes. So that sounds more like a firmware issue than a server problem. Except if you see in console extra commands like deploy being send. Enable commands in console to see what gets actually really send. What you describe …
-
Just published 1.0.1 where a hang on direct print was fixed. Please update to prevent this. Not sure if this is also for storing. Should not have changed group handling, so will test as soon as possible.
-
1. Eigentlich versucht der server sich neu zu verbinden wenn die Firmware noch nicht will. Im Notfall reset auf dem Drucker drücken. Ein verzögertes Verbinden gibt es nicht. Eiegntlich sind die Drucker auch schon online bis das Betriebssystem geboot…