Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Hat der server den Druck denn für beendet erklärt? Könnte sein das Linux die Verbindung getrennt hat - daher in server.log nachsehen ob das passiert ist! In dem Fall stoppt der Druck natürlich. Wenn der Drucker beim verbinden nicht resetet (manche t…
-
Ok, hie rmal zum Vergleich wie es bei meinem Pi 3+ aussieht: [ 0.000000] Booting Linux on physical CPU 0x0[ 0.000000] Linux version 4.19.66-v7+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1253 SMP Thu Au…
-
Log communication and check for firmware messages like decoupled. Don't know these printers and their firmware but that could be a reason and often firmwares write to log why they stop doeing things. I assume they still are moving around here.
-
How frequent are these problems? And are they at regular intervals? What normally is the problem is that communication errors happen and not all returned "ok" messages are received like that, so server does not know that the command is finished. U…
-
Der Kopf bewegte sich noch weiter? Dann müsste die Kommuniaktion noch funktionieren. In dem Fall gab es vermutlich nur ein Problem mit dem Extruder und er hat den eingestellt. Wichtig zur Analyse - logging einschalten und dann am Zeitpunkt nachsehen…
-
Starte den Monitor mal neu. Wenn du gerade erst den server auf pro gewechselt hast könnte er die antwort im cache haben und denkt daher es ist die free version.
-
Since you ask marlin 2 questions, you should ask them in Marlin 2 forum. This is for Repetier-Firmware which is an alternative but completely different firmware.
-
Du must nur die web app für jedes release selber ändern, also Webseiten und CSS anpassen. Lies mal auf der Webseite unter docs und Branding wie das geht. So ein Aufwand ist allerdings nur bei Druckerherstellern sinnvoll.
-
Cura als slicer verwendet? Dann im end gcode nach G28 ein G90 einfügen. Server wird da mit den relativen Koordinaten in die irre geführt die Cura da einfügt. Meldung kann daher auch ignoriert werden. Sollte im nächsten update behoben sein.
-
Since the config was generated with config tool, the tool will also upgrade and add new options automatically. So yes, upload to dev version (best available at the moment) and add z probe options. This will most likely change eeprom settings so bett…
-
There is an option to only move after homing. If that is set you can not move. Also when you enable firmware it assumes position 0 and moves outside defined area are not allowed. So only in positive direction if not prevented from move only when hom…
-
Da die Trennung im Linux Kernel erzeugt ist kann ich nicht wirklich viel dazu sagen außer meinen Erfahrungen damit bisher. Wenn man nach "raspebrry dwc_otg" sucht findet man viel dazu und viele Optionen die Versuchen USB Probleme zu lösen. Also leid…
-
Im Server unter Globale Einstellungen->Push Nachrichten eine im Informer erstellte Gruppe eintragen, aktivieren und anklicken für welche Ereignisse eine Nachricht gesendet werden soll. Mit Testnachricht testen ob alles klappt.
-
Ok, das mit dem konfig war ein schreibfehler, hätte sudo raspi-config heißen müssen. Bin gerade dabei für die nächste Version die wlan Behandlung direkt selber zu machen anstadt über network-manager, der irgendwie in Debian Buster ein wenig rumzick…
-
These are the homing settings and they are correct for min homing like you want. Now the question is what drive system you use. Yesterday I fixed a problem in 1.0.4dev for corexy with fastcorexy that made it ignore x min endstops. So if you use tha…
-
Die Datei steht unter /usr/local/Repetier-Server/firmwares DEB Dateien kann man nicht editieren, daher die installierte modifizieren.
-
What is your timelapse setting make it every layer or every x mm? A layer should not cause that since a layer requires extrusion at new height. Every x mm would be able to trigger since you in deed changed z with the z hop.
-
Weist du noch welches image du hast? Bei älteren images führte beispielsweise ein update dazu das linux die Einstellung sich beim hochfahren automatisch einzuloggen vergas. Wenn du dich mit ssh einlogst müsste in dem Fall der Bildschirm wieder korre…
-
Does the waiting icon keep rotating or is the print button red? Print button red is only that server computed dimension outside print area but you can still print. It might even that the end gcode is causing this when you go into relative move mode …
-
Did you forget to copy the response or do you have no end stops at all?
-
Ok I see a bit what is happening. I played a bit with it and saw that slic3r does not generate support at same height as regular print. In my case I had 0.2mm layer height, but support was every 0.3mm - guess to speed up printing. I saw no option to…
-
For bigger holes you need to modify the stl files to have bigger holes. Slicers can shrink xy, but that shrinks not only holes. Also dimension in xz or yz direction depend on layer height. You might just generate a layer or not making it inaccurate.…
-
Does Massportal say you can connect host to usb? I see they have a touch display and I' quite sure they communicate them self with the firmware. And especially with older firmware versions only one host can communicate correctly with firmware. I thi…
-
What printer type (drive system) do you have. Where are your end stops and what does the config end stop definition look like (please not full config just the endstop/homing configuration related settings).
-
Wenn man usb 1-1.4: reset high-speed USB device number 7 using dwc_otg googelt findet man viele die Probleme mit unterschiedlicher Hardware haben. Oft wird vermutet das dass Gerät am usb port zu viel Strom zieht. Hast du mal versucht ein USB Kabel …
-
Please enable ACK/commands as well if you show connection log. Without it, it is not possible to see what is happening. You might want to switch RTS/DTR - some boards need a special combination to communicate. But from the log it looks that both dir…
-
Der Schlüssel ist nur für die Pro Features notwendig. Um die Free Funktionen zu nutzen ist kein Schlüssel notwendig. Die Touch Oberfläche für ein am pi angeschlossenes display ist allerdings ein Pro Feature. Aktuell gibt es übrigens 20% Rabatt auf d…
-
Watch out if you use override settings in host. One of the parameter you use in override is layer height set in host along with infill density and pattern! So if checkbox is selected all values written there are used.
-
Don't know such an option. All I know is that you can set "First Layer Height" to a different value. So maybe your config with support has this set to 0.15.
-
You repair the loaded version. The stored file does not get modified. Save the stl after repair if you want to keep it.