Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Great to see such a plugin. Regarding MQTT don't put too much work into it - next server release will get a official MQTT integration for typical problems publishing websocket api and some extra informations for e.g. homeassistant or quickly readin…
  • Aus dem Stehgreif kann ich keine Erklärung bieten, dazu müsste man das system genauer untersuchen. Muss der Rechner neu gestartet werden oder reicht es beim starten wenn er hängt usb zu ziehen und es geht weiter bis touchscreen? Kannst du danach de…
  • Normally you do not need to reboot, but it can happen that on update the old server did not get stopped. I have seen this happening and only solution is a harder setting in systemd file, but then autoupdate also does not work as autoupdate then kill…
  • Start skript ist der Start G-Code den sie in der Druckerkonfiguration eingetragen haben. Im Log sieht man oft diesen Fehler: ecv:16:49:21.302: Error:Line Number is not Last Line Number+1, Last Line: 89Bei der Häufigkeit nehme ich an, das sie den Ei…
  • Abgesehen vom start skript: M84 S600 ; Haltezeit des Stroms für die Steppermotoren (10 Minuten) M205 X8 ; Setzt die Jerks für X auf 8 M205 Y8 ; Setzt die Jerks für …
  • What do you mean? Prevent going back to position on continue? No that can not be changed as that is required for correct continue. Until continue the head will only execute the gcode in pause script and what you send manually.
  • Kannst du so einen g-code mal posten? Also dropbox, pastebin oder wie auch immer. Es gibt einige tests ob es sich um gcode handelt. Entweder das ist kein G-Code oder aus irgend einem Grund passiert er den Test nicht und wir müssten dann nachschärfe…
  • Alle optionen stehen hier: https://www.raspberrypi.com/documentation/computers/config_txt.html#video-options Zumindest display_hdmi_rotate geht nur mit 0 und 180 grad immer, aber das sollte gehen. Aber vielleicht findest du ja was in den Optionen d…
  • Erst mal führen wir damit nur M290 Sxxxaus, was die Z position ändert ohne die Koordinaten zu verstellen. Bei den meisten Firmwares wird auch nur das passieren, aber wenn du die Differenz merkst weist du ja um wie viel du was verstellen must damit e…
  • Die größe ist fest vorgegeben. Um das zu ändern musst du ein eigenes CSS erstellen mit anderen Größenvorgaben, wie hier: https://www.repetier-server.com/customizing-printer-frontend/ beschrieben, ist aber mehr was für Programmierer. Was für eine A…
    in 7zoll Comment by Repetier February 2022
  • When firmware reports to support reporting temperatures, we send M155 S1 and they should update automatically. If they do not support it we query with M105 every second. What happens when you send M155 S1 manually? does it start? Are you already on…
  • Schon mal dies durchgecheckt: https://www.repetier-server.com/knowledgebase/printer-stops-mid-print/ Da haben wir die üblichen verdächtigen mal aufgelistet.
  • This is a problem in your CAD software. When exporting STL all faces get discretized to triangles. Normally tehre is a setting to define how precise to follow curves. The more precise, the more triangles will be generated making them follow circles …
  • Auch nach jeder Änderung rebootet und korrekte Werte eingetragen - manche Parameter wollen ja 0-3, andere 0,90,180,270.
  • The extra bytes at start are just for a clean start in case printer does not reset on connect. These values get ignored and 0x0a is newline for all only using ascii communication. V2 communicates just the same. Just make sure to not send binary comm…
  • Yes, G33 also works on non delta printers. And yes, always use G32 S2 first for coarse correction. G33 is added to it and since it gets reduced over height it should be as small as possible hence the G32 to reduce the average error. Now G33 values s…
  • Am besten den Schalter direkt wie den Reset Taster am board verbinden. Dadurch ist der Taster nicht vom Funktionieren der Firmware oder anderer Software abhängig. Alternativ auch den Strom abschalten und Drucker so konfigurieren, dass er sich nicht …
  • I need a log with all entries (activate logging) some 100 lines around the error to see what is happening exactly.
  • Nothing to worry about. It just means there was a communication error and host detected and fixed it. Host was expecting a "ok" message from server but instead got a "wait" which normally does not happen, so we know the ok was not received.
  • Z axis is not using Belt, so steps vary very much. Often 1000 an more, that is normal. But as I said measure moved distance vs. what you said or do the math. 4mm spindle, 200 steps Motor 16 Microsteps => 200 * 16 / 4 = 800 steps/mm. And there ar…
  • Ok, keine Ahnung warum PrusaSlicer das macht, aber die Kommentare aus denen wir Layerhöhe/Breite extrahieren sind gelegentlich falsch: ;HEIGHT:0,2 ;WIDTH:0,42 Also mit komma stadt . - interessanterweise ist das in der gleichen Datei mal richtig, m…
  • There are to ways: 1. Firmware does not say anything about sensor being triggered. Here we won't know anything about the problem in time and you have to print same file again. 2. Firmware sends a message. You can use any message in our filter rules …
  • Z axis move is 150% of the max. z distance, so normally enough. So you have one of these errors: - z max is wrong. - z axis steps per mm is wrong. Move e.g. 10mm and measure how much it really moved. Z differs much in steps per mm from x and y and i…
  • Du kannst testen ob du manuell getrennte werte setzen kannst: M301 E0 P25.52 I2.11 D65.84  M301 E1 P25.52 I2.11 D65.84  Und dann sehen ob firmware sie als getrennte behandelt oder ob sie absichtlich alle gleich behandelt. Frage ist halt ist es nur …
  • Does not sound like host is ignoring, sounds like slicer g-code just overrides your settings as you send them after setting values and these are normal part of the start part in gcode. You need to reconfigure slicer to correct g-code and reslice the…
  • Das könnte an der Firmware liegen. Was liefert  M503 zurück? Beim Prusa ist dies  M301 P16.13 I1.16 D56.23 Was vermutlich das gleiche ist wie bei dir. Da steht aber der Extruder nicht drin, daher wird eine Einstellung für alle angenommen. Wenn es 2…
  • Schick sie mir als mail, siehe pm. Sieht  aus wie falsche Layerhöhen, aber Frage ist was die Ursache ist, da meine korrekt sind. Werd ich dann aber sehen wenn ich die Datei habe:-)
  • Probably because V2 is just a branch and main name is not containing V2.
  • Is your platform.ini set to use due? I also wonder where NVIC_USER_IRQ_OFFSET gets used. When I search or check HAL.h from error message it is not included. It looks like a define from a hardware include from compiler and board, that's why I ask abo…
  • Ja uploads gehen nicht. Nutze z.b. https://pastebin.com/ oder dropbox freigabe für Dateien oder imgur.com für Bilder. Alles ohne Anmeldung nutzbar.