Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • What board du you use? The RAMBO Einsy would be a tricky one as it shows usb with usb power but cpu runs only from main power. For this combination there is a checkbox "Port is visible even if firmware is not running". Once you have spoken with it h…
  • @Frank_Bremen Ich denke du redest hier nicht über vergrößern oder? Die Images sind vom Laufwerk und wie viele Partitionen darauf sind spielt beim schreiben auf die sd keine Rolle, da ja nicht Laufwerke kopiert werden. Windows sieht meist nur das /b…
  • If the server shows connected it is not a MQTT issue. Most likely you power the printer cpu via usb so it is still reachable and server thinks printer is on since we get responses. There is no way to know other in that case. Some boards have a jump…
  • With server still running and server shows it offline as well?
  • Currently this is not possible. I think we should better add a selector so we can add operations on selection like delete/move/download. Would make such things a bit more handy. I have it now on my ideas for todo when I'm through also at the moment …
  • In config->G-Codes->Replacements you can replace G-Codes meant to be send. For homing we send G28 G28 X0 G28 Y0 G28 Z0 As a rule write ^G28$ When you mean the exact string should match it. As replacement send whatever it needs as homing. BTW …
  • No nothing wrong. Buttons just have no sync option since you will never see output. So it uses the async execute whith the issue. But I'm close to releasing the update. Just 2 bugs I'm hunting at the moment away plus a bit testing.
  • There had been a change in upload handling. The file being uploaded should always have parameter "filename" the one containing the file, but in past only one file per upload was supported, so first was always taken. Now some functions need multiple …
  • In such cases better go to troubleshooting to see what it does. Upgrading may trigger updating derived data and depending on how many files you have this may take some time. Especially projects with gcodes would now trigger computing preview images …
  • Not easily accessible. You can query status using our api and get a json with status of all printers and could get it from that, but in a script this is complicated. https://prgdoc.repetier-server.com/v1/docs/index.html#/en/web-api/websocket/basicCo…
  • So hohe Auflösung bei 30fps ist eine schlechte Idee. mjpg ist im Vergleich zu videos schlecht komprimiert. Und wenn er wirklich software komprimierung nutzt schafft die cpu das nicht. Wobei die Logitech webcams eigentlich hardware komprimierung könn…
  • Actually config files ore not held open plus we make last one a backup in case the new gets unreadable. When you reinstalled it did you delete the config file only or also the printer/slug folder? Because the current job being printed is of course h…
  • Everything is stores in /var/lib/Repetier-Server so that is the folder to backup. Thats actually what our Repetier-Server Monitor does with the possibility to select only parts. It makes a few zip files with the content. Also it handles unhooking da…
  • Sie leuchten nur wenn sie aktiv genutzt werden. Gehe ins linux terminal und sende lsusb und sieh ob du beide siehst. Wenn ja sieh dir die Konfiguration an: cat /usr/local/Repetier-Setup/etc/webcam.conf Am ende siehst du # WEBCAM_DIR is used for n…
  • Ich denke du nutzt ein aktuelles image im webcam legacy modus. Wie ich grade gesehen habe hat er beim letztem kompilieren input_raspicam.so nicht neu erzeugt, ist also noch vom alten. Bitte versuche folgendes: sudo -i cd /usr/local/lib/mjpg-streame…
  • You mean lcd from printer? We have no special control over it. For most boards this happens when powered vie usb. Many boards have a jumper to prevent powering via usb, so it would only run with main power. In that case also the lcd would than darke…
  • You mean pi display? There is in settings a screensaver setting to change it. Software should always darken display a bit. But it seems the screen blanking is not acting as expected on recent images for some. What display are you using?
  • 1. You mean touch interface I guess. It appears if you have selected a printer with webcam assigned. So in printer configuration->webcam you must have selected a webcam with jpg + mjpg stream as mode. You need to have added it and assigned it at …
  • There is no feature for automatic cooldown, but server has some event dependent scripts in it's configuration, see gcodes->event dependend->Run after print in this case. After slicers gcode is run that is executed in addition and there might b…
  • Marlin is just firmware. But when you connect to windows you should see in hardware manager a com port appear or an unknown device, in which case you need to install the driver. For malin see here https://marlinfw.org/ Hope you have already marlin…
  • > I just got confirmation from Prusa, that the MK4, indeed supports Printing over USB, on a USB C connection, they told me that software like Octoprint etc. would need an update to work. Ok that is already good news. Probably some commands workin…
    in Prusa MK4 Comment by Repetier March 2023
  • We are trying to get hands on a test device at the moment. Announcement says it uses Buddy Firmware which is same base as Pruse Mini which works with usb, so I assume for now that this is at least a way that works. With our current solution wireles…
    in Prusa MK4 Comment by Repetier March 2023
  • Welche Version? Hab gerade was vergleichbares untersucht. Wenn der Drucker keint autoreport tempertures hat und ping-pong aus ist und irgenwo ein ok verpasst kann das tatsächlich passieren. Wenn du also 1.4.x nutzt, aktiviere ping pong bis 1.4.10 ra…
  • Ok, on 1.4.2 I had improved user management and I think around that time I changed session reusage with creating new session id, so you should check if upgrading solves the issue. Did you check the url send to others for login if it had session in …
  • Maybe. I use a library function to query free space for that directory, so not sure if it sees it points to different drive. If you instead use it as mount point it should work, in the other case maybe.
  • What is the error it reports? What z sensor are you using. Especially widely used bltouch is tricky. Esiecially you must retract fast enough so it can deploy probe again without hitting bed. Measuring z height means measure bottom with z probe and …
  • Run sudo raspi-config and enable bluetooth. I|m pretty sure I yust disabled it since it is not used normally with a touch screen and interface not needing a keyboard.
  • Ok I could reproduce and fix the issue. Happens when sync="false" which is also default if you omit it. It then fails to read exit code keeping it as zombie. In next release it will remove it's zombies correctly.
  • There are many ways the filament detection can work in marlin depednign on compilatin settings. Some only work with sd print, others will send messages we can catch so we start the change filament function. So first check if M412 says anything or i…
  • Ich arbeite aktuell am Update. Hoffe das es bald funktioniert und ich es einstellen kann.