Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Did you define two tools in Repetier-Server? Only then you see two extruders.
-
Yes you would need a way to enter and figure out a layer. But you need it and might normally not know it. Have to think about it.
-
Does OpenSuse use glibc and which version? This file is expected from os and was not found so it prevents the app from running. Best first check if /lib64/libc.so.6 exists at all and then check for version.
-
Versuch erat mal ping-pong Modus zu aktivieren damit man logs besser analysieren kann. Dann logging aktivieren bei aktueller Version und dann um den Timeout sehen was der Grund ist der dayu führt. Dann weiß man wenigstens in welcher Richtung zu such…
-
Currently this info is unused. It is later planned to verify you have installed correct nozzle for the print. But will also likely get easier to change then.
-
Not at the moment. There is no real standard and many stl printer even have no usb port. So at the moment not but maybe if the situation changes.
-
No this is not possible. You normally do not know the height and it is also hard to select correct reagion also with the new 3d view it is much easier.
-
Boot looks sind etwas komplieziert. Am besten im Serve Drucker deaktivieren dann resetten und aktivieren. Was die abstürze angeht kannst du am pi installDev eingeben um letzte Entwicklerversion zu installieren. Evtl. ist es da behoben kommt aber ba…
-
These are no FDM printers and won't work with Repetier-Server. If you connect using chitu firmware you can home and move z but thats all to expect.
-
Check the directory where it is stored if it contains all images mentioned in input.txt - I think it comes from missing images when webcam is not reachable. folder is storgeDir/printer/PrinterSlug/timelapse
-
When os closed connection often the usb hub disconnected the printer due to emf/power usage. On linux check syslog at same time for details. There is an optien to continue after this which you seem to have active if print continues after printer is …
-
Anzahl Drucker ist kein Problem für die Geschwindigkeit, jeder Drucker hat einen eigenen Tread. Normal ist ping pong auch schnell genug. Nur bei sehr vielem sehr kleinen Bewegungen hintereinander kann es relevant werden.
-
Liegt am veralteten chromium. Hier 2 Lösungen aus unseren faq: https://www.repetier-server.de/faq/touchscreen-zeigt-nur-blauen-spinner/
-
In storage directory/printer/PrinterSlugName/jobs is the queue stored. Path to starage is described in manual and depends on os you use. You need to restart server when you delete files manually.
-
Bei ping/Pong wird puffe rnicht genutzt sondern ein Befehl nacheinander gesendet. Mehrere Befehle parallel senden um die Geschwindigkeit zu erhöhen machen wohl nur wir und daher sind die Firmwares darauf nicht optimiert in den Grundeinstellungen was…
-
No not a free issue. Maybe you did not define an extruder for the second printer then you would not see any temperatures.
-
Ja das geht nicht. Nutze dafür einein Dienst wie https://filebin.net/ / aber nicht vergessen den Zeitpunkt mit zugeben.
-
Ok denke ich weiß jetzt was schief läuft. Der Dateisystemcheck erzeugt ein timeout nach 35% bei mir was also weniger als 128 gb entspricht. Danach muss man enter in der Konsole eingeben (was man nicht sieht) um zu booten. Werde den test rausnehmen a…
-
No 0 does not require homing so should be ok. Just try a G1 move. At startup you are usally at 0,0,0 and a g1 move should move motors.
-
Das sind leider nur Symptome. Die Ursache kann man nur im Drucklog genau erkennen wenn man ihn zum Zeitpunkt des Problems ansieht. Also bitte keine ganzen logs posten. Bestenfalls wie gesagt den Zeitraum wo das Problem passiert - ohne die Infos mach…
-
If you have not enforced homing for moves you can set current position to be something you want. Assuming you are at origin just send G92 X0 Y0 Z0 and that is tratet as origin for following moves.
-
Viele Drucker ziehen Strom über USB für CPU/Display/5V. Das belastet natürlich den Pi und der Pi 400 hat da selbst schon einige anforderungen. Grundsätzlich kann er aber 500mA pro ausgang liefern wenn seine eigene Versorgung gut ist. Wichtig ist hie…
-
Kurzer nachtrag. Der Grund warum der pi 3 nicht gebootet hat hängt wohl mit einem Duet board zusammen das plötzlich dazu führt das Booten nicht klappt. Keine ahnung warum, muss ich noch untersuchen. Aber ohne ihm kann ich das bullseye Image booten.…
-
Bad news is that it is in deed impossible at the moment. Shared gcodes just use the other folder on same machine and server knows about this, so it is handled accordingly. To have it working over all servers there would be a controlling instance nee…
-
Wenn auch nach dem timeout nichts passiert (checke auch ack/M105 filter ob noch was vom Drucker kommt) der Drucker aber noch verbunden angezeigt wird ist meist der Treiber abgestürzt. Wenn das nur mit dem dritten Drucker passiert steck mal einen an…
-
I donÄt think it is host issue. We only send Y commands to marlin. For homing Y it is G28 Y0 Do you have one driver for y or 2 drivers and 2 motors? In latter case you have somehow configured the second driver to act on Y and I guess this connectio…
-
Just set it up and in server use folders to point to it so it can import from there. How depends on the cloud solution and should be documented there. Important is that user repetierserver can read the files. Only read access is needed. So if user p…
-
There is no way around stl->gcode conversion. If you use direct print or store it in models and print from there is up to you. Storing allows to reprint, check time before, but adds one more step. Host with Repetier-Server Connector can also sen…
-
When we create a filemant sensor like this: M591 D0 P2 C"io4.in" S1 We see a message like this: Recv:8:54:28.166: - Event notification -Recv:8:54:28.166: Filament error on extruder 0: noFilament Don't have a sensor but that is what happens when I ad…
-
For next update I have already added it I think. At least for RRF 3.4 I added a trigger when we see filament sensor trigger message. Works already for usb connection. For DCS the message is not send so need some other solution I have already an idea…