Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Actually for next release there is a rule. If you have a preview.png or preview.jpg image that will become preview automatically. So if you start already with this it gets easier allso it will not adjust afterwards. CNC rendering is not likely to …
  • It's a bug you could say that some thumbnail selection can get replaced. Already fixed for next release. The ? is normally an intermediate file until rendering is finished. If it is not fdm code it might not show anything on the image, but in 3d pr…
  • Mit den pulsen können wir nichts anfangen. Was du aber machen kannst ist RRF dazu bringen eine Meldung auszugeben und auf diese Ausgabe einen Trigger zu legen der dann @outoffilament ausführt. In den Einstellugen kann man dazu in in G-Codes->Antw…
  • #2 server does what you write. You can also add a move to side or raise z (@moverel Z5 F600) or retract filament a bit aside. That is up to you. I assume M600 triggers end of filament handling blocking server until finished. How depends on current a…
  • First you should not send M600 for filament change - this is firmware side filament change. Send @outOfFilament for server side filament change. Second, M412 handles notification to server, not necessarily disabling it. Especially since we send g-c…
  • Wenn es im eeprom gepsiechert wurde nicht, ansonsten ist es beim nächsten reset wieder auf dem alten Wert.
  • Im Leerlauf läuft filament aus, wenn es heiß ist. Auch beim Druck bei bewegungen kann dies passieren. Daher stellt man beim slicen einen retract ein, so das er vor den Bewegungen das Filament etwas zurück zieht. Das reicht dann bis zum weiter Drucke…
  • Ok, a bit confusing in deed but I think I see it. For firmware it makes a big difference if you are printing a file from sd card or if same commands come from serial. In fact some firmwares without M412 can have out of filament detection for sd prin…
  • Das Display am Drucker wird von der Firmware verwaltet, da haben wir keinen Zugriff drauf. Wir senden zwar einige infos wie druckzeit, name, layer je nach Einstellungen aber gerade die neuen grafischen Displays zeigen so was nicht normal nicht mehr …
  • I think it is normal depending on your firmware config to handle M600 that way. It can be handled inside firmware or in server but server has to know. M412 just tells marlin to do that. For a while we had this even in our connect code, but that caus…
  • Im Manual Advanced Themes -> Klipper steht mehr zur Installation, aber scheint ja jetzt zu klappen. Ansonsten bei Problemen ist oben beim Verbindungsicon ein Warnsymbol und ein Klick darauf zeigt wo es hakt, z.b. Fehler Konfiguration, usb, ...
  • You change it in global settings->Timelapse. As it looks that is in deed the problem.
  • Ah, irgendwie gehe ich immer vom pi aus wenn ich webcams unter linux höre:-) Dann bleibt mehr oder weniger nur das syslog - sieh dir auch die zeilen vor dem disconnected an, da steht ja meist warum disconnected wird insbesondere wenn es von linux a…
  • See with eye symbol what the error message for failed is. Maybe it is the ffmpeg that is having issues especially if I see it starts converting.
  • Du kannst bei der normalen Pro Lizenz 5 installationen aktivieren. Gehe beim aktiven unter registrieren, da siehst du wie er heist. Bitte merken wenn der weg ist ist es schwierig.
  • Am iPad ist etwas schwer auf syslog zuzugreifen. >Kann es auch auch am USB HUB liegen? >es steht oft dran, das ein paar Geräte disconnected werden. Ja, das ist was ich vermute was passiert. Jede webcam braucht ca, 100-150mA strom und mit pass…
  • Ausgegraut = mjpg_streamer ist abgestürzt und läuft nicht. Ist leider nicht unsere Software daher kennen wir uns nur bedingt aus. Aber meistens ist das Problem mehr das die Webcam nicht mehr mit Linux verbunden ist. Wenn es wieder passiert, sieh die…
  • We test when the timer gets triggered for the function. Actually the timer just adds a @call function when the time is ended. @func functions are kept in memory until they get overwritten by a new one with same name, so you can also add it in run on…
  • Button commands are in printer settings->G-Codes->Button Commands and can be edited inside the gui.
  • Es ist standardmäßig möglich mehrere Klipper Installation die vom Server gemanaged werden zu installieren. Einfach beim einrichten eines Druckers Klipper als Firmware wählen und dann klipper installieren auswählen. Hinterher dann die Klipper Konfigu…
  • Timelapse storing/rendering happens at the end of job signal, so shutting down directly will maybe make it marked as killed. Anyhow rendering should still start if you do not unpower pi as well. With timeout it should start in any case. If you have …
  • It is not per folder, it is per gcode file. You must include it in the gcode the slicer creates. For that reason I suggested using filament selection to add it automatically. In a future release we will add a material manager where this will also b…
  • You need to enable logging and check what happens to trigger it. Possible reasons: - filament end detected - serious error from firmware - firmware requested pause - user hit pause - Printer connection got lost (undervoltage of pi, EMF( and you have…
  • /var/lib/Repetier-Server/database contains the file on a pi.
  • Per folder is bad idea ince you can move them around and that changes no color. However you can change colors already if you add at start a matching server command to define color: @extruderColor #RRGGBBForces the G-Code renderer to use the given …
  • You need to delete the slicer list or at least remove one from it in registry. On linux this is a list of file in .mono or .config/.mono I think. Should be obvious from the names once you are in the right folder. or delete the repetierHost folder co…
  • AMA0 should be correct. Make sure serial is enabled on pi and not used for console 0, but should not in our image. Also make sure wiring is correct RX to TX and vice versa! red/yellow means port is seen and it tries to connect. Means nothing about…
  • I have no idea how you can make firmware not read input at the moment. I assume you only have configured one serial and not 2 serials being the same or anything else strange in communication. You might try with a default config from our config tool…
  • For power off I think it would be a good idea to move that in a @func like in start here and call it with a delay, so server can finish and after being finished storing everything etc. it gets shut down with a delay. Also helps head cooling faster w…
  • This requires a top level server that gathers all data from lower servers. This is a major change and will be addressed in next major update.