Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Makes sense. Normally we get everything from DHCP and with the static address you disable DHCP, so need to provide netmask/gateway manually.
  • Hard reset happens on DTR toggle. If you can prevent it it won't reset. But reset gives you defined start conditions, so is what is preferred.
  • Are you trying to connect SUperSLicer or with browser? Does any of these work? I just tried in SuperSlicer and it worked, but web also works. You shoudl also check in task manager if Repetier-Server service is running or not. If not you can not con…
  • First try with ping pong enabled. Normally no problem for marlin, but that is how other hosts communicate. Make sure protocol is ascii. Then you can play with DTR/RTS also the mega boards normally just react on any toggle with reset so it does not r…
  • Das geht leider nicht. Habe schon bei Prusa angeregt Direktdruck als Sondergruppe hinzuzufügen, was aber bisher nicht geschehen ist so weit ich weiß.
  • That is an interesting thought and something that really makes sense for users with big usage only using server. I have put it into our todo list for future versions, also other issues currently have priority. But I think it will come one time. May…
  • Don't use rafts my self, but you need a bigger distance between raft and print if it sticks too well. In PrusaSlicer this is called "Contact Z distance" and visible from medium level onwards.
  • Slic3r takes temperatures from filament you have choosen. There is a separate temperature for first layer. Check them, check what host sends. Interesting are M104/M109 for nozzel and M140/M190 for bed temperatures. These should match temperatures in…
  • First question is what resolution and frames per second do you have. High values cause lots of traffic and component can start back buffering image updates so that you get 8 seconds. I mean going over 2 extra states adds delays, but 8-10 seconds are…
  • If you open debug tools, reload and go to network and select the websocket. If you set filter to historyList and go to function in gui you see how it gets called. But when I decode your data part I get {start:0,limit:10,slug:P430,allPrinter:true} …
  • This is no quick task. The conversion is planned as a major upgrade but we are still extending V1, so no idea when that exactly will happen and how exactly it will look like then. Vue JS is our favourite, but then V3 based.
  • I have updated the docs to contain the history commands: https://prgdoc.repetier-server.com/v1/docs/index.html#/en/web-api/websocket/jobs?id=show-history-of-last-prints
  • Yes, you have limit = 0 so you want the first 0 entries. Increase limit to the number of hits you want.
  • Is the web action acutally working when send manually? Doe snot look that wrong. In printer config you can also set to automatically disable printer if idle for a while which then executes an other script. You can also set a maximum temperature abo…
  • iframes lösen das Problem nicht sondern verlagern es ins iframe wo ja dann das mjpg ist. Und direkt vom streamer ohne proxy geht nicht weil das nicht weitergeleitet wird, nicht bei allen Webcam klappt, ... Hab den proxy ja nicht so ganz ohne Grund:-…
  • Not really sure what you want. You want some parts of the regular GUI inside monitor or the other way around? Printer management in server is not possible to transfer. It requires a node server as well - monitor is not just a webpage with included …
  • Problem ist wenn firefox mit dekomprimieren nicht hinterherkommt. Dann blockiert er total, lädt aber weiterhin mit voller Datenrate. Dadurch erhöht sich sogar konstant der Speicherverbrauch. Versuche gerade das mit Websockets zu lösen, aber Firefox…
  • Nicht wirklich. Aktuell ist USB sogar schneller.
  • Did you increase bitrate for produced video in timelapse section? If you compress higher resolution with default 1000kbit it will not look that good. If you have enabled to not remove images after conversion (general settings->timelapse) you can …
  • Temperaturen köommen wegen autoreport nehme ich an, hast du ja aktiv. Siehst du in dem Fall eine Antwort wenn ein Befehl gesendet wird? Vermutlich nicht, was heist das nur die senden Richtung nicht mehr funktioniert. Die firmware also entweder alles…
  • Aufpassen - es gibt hier 2 Möglichkeiten. Es gibt das DCS also ein Framework das auf dem pi läuft und selbst per spi mit dem duet board verbunden ist. Hier im Wizard ode rauch Später DCS stadt Serielle Verbindung wählen und Daten eingeben. Bei unser…
  • Siehe auch https://www.repetier-server.com/knowledgebase/license-activation-fails/ wo die üblichen Gründe für Aktivierungsprobleme gelistet sind.
  • Also wenn er versucht zu verbinden scheint es ja problemlos zu klappen. Wenn du sagst die usb verbindung ist vorhanden meinst du die serielle schnittstelle ist sichtbar? Es gibt noch den Fall das der Treiber abgestürzt ist. Grad die HL- Treiber sin…
  • Ich hab das gerade mal versucht nachzustellen. Der server Proxy ist eigentlich recht performant und nutzt nicht ganz 2 mal die cpu last des mjpg streams. Allerdings kommen bei 1920x1080px 30FPS eine Datenrate von ca 300MBit/s zusammen. Wenn das dann…
  • Ok have uploaded new v2 firmware with creality boards defined. I think it should compile. Could at least with one config. Of course no testing as I do not have the board.
  • What I'd really like is a solution that detects cpu usage so it can disable it self. After all ui is hard to use when it is busy all the time.. Or limit frames so we can follow again. Like adding data but only updating view every 0.1 second. We need…
  • When you use sudo you need to know that it will be executed as repetierserver user and that user is NOT allowed to sudo every script! You need to add it to /etc/sudoers.d file with permissions. Also script should better be placed in /var/lib/Repeti…
  • Sorry mjpg streams are the only format we can intercept and proxy at the moment, so only valid format. I have no list also al with mjpg should work if they have no user authentification or basic authentication in get url is working. I have one wor…
  • These glitter filaments can really be a problem if you have small nozzle diameter. If there are some parts bigger or close to nozzle diameter you can get problems easily. If you continue to have problems with wifi consider using a new image on next…
  • The 100mm extrude is in deed broken and will be fixed in 1.2.1. Limit is 50mm for a single move command.  Did the wifi work after the reboot? Since you upgraded from very old image it might have changed the wifi management system. So question is if…