Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Ok, that was a hard one. Problem is using G10 Sxx which gets interpreted as long retraction. But I assume you use RepRapFirmware which interprets this different and uses it for temperature control which we do not detect since we assume it is a retra…
-
No it is not the server that crashed. Your printer firmware detected a problem with a heater and asked the server to stop sending commands. That is why server then stopped the print. So it was on the request of your printer! Heater id 0 is most lik…
-
90 minutes distance is not really critical. The missing checksum probably comes from full buffer so it was not received causing the resend. So error correction is working here at least. You can also try reducing buffer to 100 byte. Is this with serv…
-
Nur um sicher zu gehen hab ich es noch mal versucht und es gat auch mit 1.0.4 prima geklappt. Was hast du upgedated? Hat sich der api-key, url oder s3d script geändert? curl noch da? Du kannst auch testweise den curl Befehl in der Kommandzeile nutz…
-
I also wondered my self. I could not really find a satisfying answer. The service it self is meant to be called and finish directly. It gets activated automatically by a special message on the dbus. So the fact that it is there so frequently is no b…
-
Der Drucke rmuss nicht online sein damit Firmware upload klappt. Insbesondere wenn er beim upload den Fehler bekommen hat, wird sie nicht mehr starten. Aber der Bootloader ist ja geschützt (bzw sollte geschützt sein) und wird nicht überschrieben. Wi…
-
Go to table view then you can select uploaded header and it sorts according that rule. You can switch back to icon view if you want. Order stays.
-
These values are only used for snapshot. Apart from that we assume them for timing computation if you use G10/G11 for retractions. So changing them is normally change. There are also event dependent gcodes before/after snapshot where you can add ret…
-
Can you show a bigger part of a log including ack/commands send and timestamps. I have seen this at the start when firmware tests for mmu2 and sees it is missing. During print I do not get it. Also how frequent is it? As a solution for such problem…
-
Der Firmwareupload deaktiviert den Drucker und wenn er erfolgreich hochgeladen wurde wird er wieder aktiviert. Bei aktivem Drucker kann man keine Firmware hochladen. Aber offenbar war der Drucker nicht aktiv beim upload so dass der Port nicht gefund…
-
That message comes from firmware. Question is what rx buffer is meant. What printer is this? What is your receive buffer size set in server? Normally you should not exceed 127 byte.
-
A circle with i-108705.468 = 108 meter offset is in deed a big one. Host tries to draw the arc. Probably just precision related. With that offset you should maybe just use a line. As long as you neglect the arc you will not see the problem until you…
-
See https://www.repetier-server.com/knowledgebase/print-does-not-finish/ for a list of possible problems. Here the os closed the serial connection. Looks like the reconnect caused the printer to reset, also we try to reconnect with same DTR/RTS fla…
-
Z min pin must be also set to same pin a z probe. Homing settings should include temperature (which you set 0) so you can define a probing position. Select on like 100, 100 so you have no problems activating probe. You should raise z before z homin…
-
> the repeater-server shutdown was abrupt during work. What do you mean with shutdown? If you shutdown the server the printer will stop. All I see here is a server start that needed some tries to establish connection and a job that was killed af…
-
Bei den Verbindungseinstellungen - Kommunikationstimeout. Bei Druckern die busy unterstützen normal immer 3 Sekunden wählen.
-
Den Aktionen ist ja auch ein Server Befehl zugeordnet. Den muss man einfach senden wenn es einem genehm ist. Ein guter Ort ist in der Konfiguration das Ereignis Drucker Herunterfahren. Das kann entweder immer automatisch ausgeführt werden, wenn eine…
-
Maybe. It uses these values to eliminate stringing: https://cln.sh/gWHWAg Especially retraction distance and retraction speed. These are used in slicer to reduce stringing and can be used for snapshots as well.
-
I'm not familiar with klipper meta language. But I think the key is what exactly does "PAUSE" do? Does it send a request for pause to server? If klipper does not signal a pause to server and just ignores PAUSE the print would just continue afterward…
-
Ich hab noch die originale sd karte drin. Hab nur das nackte board und noch nichts damit gemacht. Aber wenn windows es auch nicht zeigt ist klar das es auch am pi nicht klappt. Ich denke die sd karte wird von Marlin zur verfügung gestellt. Wenn du n…
-
Doe snot mean it really needs 8 hours. But host seems to assume very extreme coordinates here so printing time gets high. Question is if they are really that high and what gcode causes it. Go to Edit G-Code and try by marking which lines cause it. M…
-
Same here I guess. Check hardware manager if the device is known and has a driver or not. As long as the driver is unknown (even W10 does not know all drivers) com ports do not appear and device is unusable.
-
Wir fragen immer mjpg_streamer nach Einzelbildern. Die Auflösung ist daher immer die gleiche wie im mjpg stream als Auflösung eingestellt ist. Wobei wir aber die URL für statische Bilder verwenden. Wenn die also auf eine Quelle zeigt die volle Auflö…
-
Sinc ja nur bekannte STörungsquellen. Aber bei china Kamera kann es auch an was anderem liegen. Kann auch ein Stromproblem sein und linux trennt die usb Verbindung kurz was den Streamer beendet. Steht aber alles in /var/log/syslog dann also einfach …
-
Die Displays haben oft keinen chip mit timing Daten. Sieh mal da lag bestimmt ein Zettel bei wie du /boot/config.txt ändern musst damit der pi die richtige Auflösung und timings verwenden. Sind leider bei jedem display anders, kann sie daher so nich…
-
No you can't simply save it. Maybe bootloader can do that but I'm not aware of this. eeprom is just last setting in eeprom that you save. Not the real executeable which is stored in flash. You would get that when you compile with last config file. M…
-
Mesg:12:40:21.145: Connection closed by os during print ... trying reconnect for 10 seconds to continue ... shows linux did disconnect serial. This happens if this error appears: Mar 21 12:40:21 Repetier-Server kernel: [ 3110.334834] ch341-uart tty…
-
If you are in relative extrusion mode and send absolute E position you get insane extrusions. So maybe slicer generates absolute and has no gcode to set printer to that mode?
-
So if local also does not work, what does this solution mean: > So I'm just using a hostname with repetier, and so far I've had no problems connecting. I can live with that! and what ip does it then get. Actually I'm a bit confused about your si…
-
Zufällig hab ich einen Sidewinder X1 mit original Firmware als Testdrucker und der hat schon 40 Stunden Problemlos gedruckt. Du scheint aber sehr aggressiv usb neu zu verbinden - also bei jedem timeout. Hier mal meine Einstellungen, die bisher super…