Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Sounds like the steps per mm are not correct. Maybe the microstep switch has changed? Also in host the flow control can change it but that gets set to 100% normally meaning no change.
  • Hab den Drucker zwar nicht aber marlin kann zumindest theoretisch 2 serielle schnittstellen parallel steuern. Ein reguläres ohne usb wird dann oft für das Display genutzt und über usb dann host/server verbunden. Und dann hoffen das marlin nichts dur…
  • Already found the reason and fixed it for me. So will be part of the next bugfix release. Will just wait a few days to see if there is more gone wrong with the update.
  • Klipper is very special. Do you use our pi image? Because you need to use /tmp/printer as serial and this can cause permission problems with klipper which normally runs as user pi and not repetierserver. On our image that should be no problem as we …
  • sudo apt remove modemmanage just needs to be run once. It uninstalls the unneeded modemmanager. The new 0.94 image does not not contain it any more, now that we know it interferes. So this is only if you are on the older image.
  • Most important is to select the correct firmware. Here smoothieware I guess. Talking with repetier-firmware selected will fail in any case. Next of course baud rate and port must match. 115200 and 250000 are the most common baud rates. DTR/RTS is no…
  • Hence the option I mentioned to add. That way you can decide. But I think you are right that making it enabled by default might be a good idea.
  • No idea what the reason is. The error is inside a compile part and not a syntax error of our sources. You would need to google the error for terser-webpack-plugin to get an idea. It might be a problem with the node version. I used the current node 1…
  • Try adding it to /usr/local/Repetier-Setup/bin/startAllCams at the end. That script is run to start all mjpg_streamer when new webcams are available. So there it should work.
  • Ok, I think I see the problem. Your system has no touch events but mouse events. And for some reason the mousedown event in the drag component is not triggered any more. Maybe some breaking changes in angular as I upgraded the used version. Will fix…
  • Sounds like you are using host not server. The problem is that you have activated postprocessing in printer settings->advanced without having a valid postprocessor selected. Deselect that option and it should work.
  • The videos were never meant to stay. The idea is to download the video if you need it and then delete the timelapse. You can also move the video to a project and then delete the timelapse. But regardless of what you do even if it uses less disk spac…
  • Ob die neue Funktion kannst du auch leicht testen wenn du bei einem kleinen Testdruck einfach kurz (max wenige sekunden) das usb Kabel entfernst und wieder ansteckst. Wenn er weiter druckt ist es ok. Wenn er dabei den Drucker resetet funktioniert es…
  • Just tested with 7" display and could still scroll. What kind of display are you using? Did you try reloading the gui? Sometimes javascript does not get reloaded on update maybe.
  • PS: You can use Repetier-Server Monitor I think there it will still scroll. New version now also has better log and more control tabs like regular gui.
  • F... All menus have the problem. I modified them to solve another issue and did not register this since my monitor is higher then my menus. They are not anchored the the background and allow no scrolling. Will fix this for next update.
  • Du must das Paket manuell über unsere webseite herunterladen und installieren wie beschrieben: wget http://download.repetier.com/files/server/debian-amd64/Repetier-Server-0.94.0-Linux.deb sudp dpkg -i Repetier-Server-0.94.0-Linux.deb für 64 bit li…
  • Ja das ist ein bekanntest pi problem. Hast du schon auf 0.94.0 geupdated? Der hat nämlich eine Funktion um sich nach so einer Trennung neu zu verbinden ohne reset und druckt dann weiter. Er zeigt auch an ob es spannungsprobleme gab. Bei meine Anycu…
  • Get or post is not important. But these are all websocket commands so you normally use a websocket as shown in the javascript demo at the bottom. Or you use for every command the get/post->websocket translation. Command "listModels" returns you …
  • The command for this is M106 S255 Put it where you need it. In firmware you can put it in #define STARTUP_GCODE "" so it runs when your printer gets power. Or you put it in the start print gcode. You can also configure slicer to always have fan 10…
  • Please login with ssh on your raspberry and run sudo apt remove modemmanager We detected that the presence of the modemmanager is a problem when you enable the printer. It tries to connect too to printer and disturbs communication.
  • And why don't you tell us what error you get and during which operation and what exactly you did :-)
  • HTTP/1.1 200 OK  is a success message at least regarding query and you also got a {} response. If it is a success is easily visible in server - is the file there or not?
  • Equation for z is z = a * x + y * b + c So with a and b positive this means bed goes down with increasing x and y. Looking into measured values you see that this is in deed what you measured, so computation of this correction matrix seems correct. F…
  • Ist die server zeit die berechnete oder wirkliche Druckzeit? Der server ändert nichts am gcode, fügt sogar ja nach Druckerbefehle hinzu, die aber nichts mit dem Druck zu tun haben wie Temperaturabfragen und Statuszeilen updates. Wenn du also nicht z…
  • Ok, access point problem is a known issue we fix with next server image where we switch from network manager to hostapd where we seem to not have the problem. I'm currently working on the release of that. Until then you can follow the solution from …
  • It is possible to program, but that increases the width needed to see all making usage less comfortable when you don't have a wide screen. Since that info is not really that important we decided against showing it by default.
  • Du meinst du hast bei statisch ein mjpg eingetragen? Klar das der nie aufhört zu speichern, die haben ja kein ende:-)
  • I see. That is then the dpms default timing taking over. Looks like this has changed in buster. The default there is 600 seconds so 10 minutes and does not get set in current screen saver script. Will be fixed in next image. But you can also just re…
  • The next release coming in a few days has a simple solution for this. Solution is called web actions and allows to call other websites with a simple server command. You can then add that command in the servers end gcode so it gets send always as las…