Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Ok, ich sehe du hast eine "alte" 2.2.0 erwischt. Die gab es ganz kurz bis ich merkte das PrusaSlicer 2.3.1 raus ist. Kannst du die noch mal neu runterladen und testen ob das Problem da weg ist, da meine Tests mit der version erfolgt sind. Möglicherw…
  • Bei den Druckern als port wie oben erwähnt /dev/serial/by-path verwenden, dann ist wichtig in welchem usb port sie sind und nicht die reihenfolge des Einschaltens. Bei neueren images kann man wpa supplicant auch explizit vorgeben und muss nicht meh…
  • Es gibt bis zu 8 terminal windows zwischen denen du mit einer Tastenkombination wechseln kannst, aber beim start ist 1 aktiv denke ich (oder 0 wenn es das gibt). 3 ist bei uns dann hinterher die Grafikoberfläche wegen des tty3 vermutlich. Du kannst …
  • > So I learned that  "Disable Quality Reduction" only goes into effect on a new print Correct. You should also know that quality reduction gets activated to protect print if framerate and hence communication speed drops down to much. If it drops …
  • Hab versucht es bei mir zu sehen aber kein Unterschied erkennbar. Dirket im Prusa und über host war layer 24 der gleiche bei mir. Aber du bist der zweite der das selber hat. Auch wenn ich es nur schwer sehen kann auf den Bildern bin ich daher geneig…
  • There are already scripts for manual insert/remove handling that differs from the standard. Se Printer-Configuration->G-Codes->Event Dependent. Problem is that on different occasions you need it different. E.g. a runout of filament does not w…
  • Great. Touchpanel requires driver support. Many need to be configurated with xinput_calibrator and then you need to add the config. Hope with these as search term you will advance.
  • In der aktuellen config.txt stehen alle Methoden die pi linux unterstüzt: # Flips the display using the LCD's inbuilt flip functionality. Rotation: 0 = normal, 1 = 90°, 2 = 180°, 3 = 270°# lcd_rotate=0# Rotate in gpu instead. 90 and 270° require ext…
  • Problem is with linux and all these window managers there are hundreds of combinations. The most important part is to start chromium after server on the visible display screen (some have multiple displays). From console you can check: export DISPLA…
  • Chip is the same I guess but _USB seems the option to have this upload folder offered from firmware.
  • Strange. Could reproduce it and changed the test also with no real difference. New version seems to download only when it is selected. Or I have a cache now. So please redownload the installer and try again. Have replaced it with the new one that al…
  • I think I add it in the sample config. It is the default for most anyway and it is easy to change if you think your router can not handle it.
  • Yes, sound wrong. Will have a look at your sample files and check if I can reproduce.
  • Check the folders in /media - one of them should contain FIRMWARE.CUR - that is the one you want. The use the folder from gloabl settings->folders that points to this directory in firmware updater.
  • Das Bild kommt nicht über den X-Server, was vermutlich der Grund ist das es nicht erscheint. Das Paket fb glaube ich heist es, ist für das Boot Bild zuständig. Verbose boot ist auf console 3 umgeleitet in /boot/cmdline.txt console=tty3 root=PARTUUI…
  • How do you know 3 layer are missing? Because host said it has 3 layer less? Host does not use layers from slicer but has own logic, so it can differ. But gcode should be identical and have same content. Using STL is no option - it can not contain t…
  • @startNextPrintInQueue bei laufendem Druck macht nichts, auch kein continue. Aber continue ist eine Erweiterung die sinn macht. Hab ich mit rein genommen. Denk aber dran das man bei abgekühltem Drucker 2 mal continue braucht! Geht aber dann auch mit…
  • What copy firmware as firmware.bin does is copying the firmware to the start of the folder you have selected. On my skr 1.3 it is offered as usb drive so it is usb 1 in my pi image. On a PC you need to add the folder that points to it. All it does i…
  • From this log I only see that the serial connection was closed. The strange thing is that both serials closed same time. This is normally when linux disconnects usb. You should look in /var/lib/syslog at that timestamp if there is anything regarding…
  • Was du suchst ist der server Befehl "@autostart_next_job" - der klappt auch wenn kein job läuft, dann startet er den nächsten. Wenn einer läuft musst du aber aufpassen, denn dann staretet er den nächsten sobald der aktuelle Fertig ist - ist eigentli…
  • Linux erlaubt das sich mehrer Instanzen mit dem gleichen Port verbinden. Das geht aber nicht lange gut und erzeugt ständig Fehler weil nur einer die Antwort bekommt - der zuerst liest. Jetzt mixt du fleißig by-id und by-path wobei der pfad ja auf d…
  • Which firmware are you using (also version)? Does printer have a 128x64 pixel display with some error message? Your log is incomplete - no ack/command visible here so can not say what exactly happened from this log. Activate logging so you have a fu…
  • In printer configuration->g-code there are rules to analyse responses and also to modify g-code that is about being send. Both can trigger extra commands or events you can watch for. BTW: The function that always read the 1000 lines was not inte…
  • Nein vermutlich nicht. Ich denke du hast explizit werte für E angegeben. Am Ende kommt ja dann ein G92 E0 und dann übernimmt der slicer.
  • If you follow our docs you also need our image which you can find here: https://www.repetier-server.com/download-images/ It is based on Raspbian but has all these settings extra scripts we eventually mention. When you install the deb package on an…
  • First check if your disk is full. Full and damaged sd cards can cause unpredicted probelms. Hope you always shut down server before unpowering. Not doing so will cause data defects on sd card. In logs of printer you see server.log where disconnecti…
  • Ja genau. In der Anzeige heist 100% genau so wie im slicer berechnet. Ist gedacht falls man NACH dem slicen merkt das man sich vertan hat. Ist also richtig das da 100% steht.
  • > Nur wegen dem einzug? Ja genau. In der summe ziehst du im bereich der "Stäbe" mehr zurück als raus also läuft der Extruder in summe 30 Minuten rückwärts, da kommt dann halt nichts mehr raus. Normal ist dieser wert eher positiv weil er durch oo…
  •  Repetier-Server Monitor zeigt es auf dem Startscreen an. Ansonsten kann man es derzeit nicht sehen. Werd mal sehen ob ich es bei breiterem Bildschirm hinter ETA packen kann.
  • Kann das Bild nicht lesen. Was flow angeht regelt der slicer das normal auch nicht mit M220. Der Wert bleibt eigentlich auf 100%. Die Slicer nutzen den Multiplikator nur intern um die E werte antsprechend zu erhöhen.