Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Problem ist hier das die USB Verbindung getrennt wird. Check mal in den Server Verbundungseinstellungen ob "USB neu verbinden bei Timeout" aktiviert ist. Das ist der einzig mögliche Grund warum der server usb trennen würde. Stelle auch sicher das Pi…
    in Prusa MK4 Comment by Repetier July 2023
  • Slicers are 3rd party software and install their data independently. PrusaSLicer and slic3r store all slicer settings in HOME/AppData/Roaming/Slic3r and Slic3rPE I think.
  • Webcams are completely handled in script in /usr/local/Repetier-Setup/bin especially  startAllCams which is called to restart all mjpg streamer and mjpgStart which starts the cam in command line. So you can of course theak them to send extra paramet…
  • I fear it will not help when I see this in your log: 2023-07-13 10:04:13: error: Reading conection failed: End of file. Closing connection. 2023-07-13 10:04:13: Leia: Your OS syslog contains these messages close to this disconnect that might help to…
    in Prusa MK4 Comment by Repetier July 2023
  • I did not - it selected v2 automatically. I need to figure out how to tell it to use v3 if available.
  • Multiple pi cams are not supported. Only one will start. For multiple cams you can however use usb webcams with mjpg support.
  • Sorry my command is bad it runs as user repetieruser so that would be equivalent of having it without sudo in extcommands. To simulate it with sudo you must run sudo -i sudo -u repetierserver sudo /db/printeron.sh And if you then get something like…
  • When you say they work with sudo did you test them as user repetierserver? Default user pi can execute anything with sudo, but repetierserver only what was defined in /etc/sudoers.d files. As test become root sudo -i and then test your command to se…
  • Why should new fusion generate different stl not working on Slic3r? 
  • If it happens frequently that a printer stop, you should start enabling logging so you can see and eventually post here what happens at that time. Since it uses same firmware as the mini zou might need to enable ping pong mode. The mini gets in trou…
    in Prusa MK4 Comment by Repetier July 2023
  • So our boot image is now vanished, but yours does not appear? In that case make sure it is really a png file and nor a jpg. Original is 1280x960px size. Can not say if that is importnant as well. The official files in rasbian were 1024x768 pixel.
  • Please read  https://www.repetier-server.com/startup-configuration/ chapter branding there the custom logo is the example. At least if you mean the logo in ui. Also make sure you have read this document: https://www.repetier-server.com/manufacturer…
  • You need to execute the commands as root because only root has write permission, so gut always sudo befor manipulating commands: sudo mv splash.png splash_bkp.png or become root so you can omit that: sudo -i
  • There is no such thing like a limit. Especially if you have selected to remember the session it will stay alive for 7 days. The main problem is that we keep a websocket connection for push messages and there is a limit of I think 100 connections ope…
  • As I said in previous post it is in /usr/share/plymouth/themes/pix/ folder. You need to exit our config tool since it has no function to do that. You need to copy it with a ssh file browser somewhere where you can write to and copy it with sudo priv…
  • You replace the existing splash.png with your image should be all required.
  • I think you mean the accordions on the sidebar for example, not the menus. Are the only one where I found toggleOpen. I could also click on space between text and icon but only at height of font. Have increased area now to trigger on complete header…
  • If this is a klipper printer you must first uninstall the klipper installation for it. When the klippe rfolder exists in /opt/klipper/
  • Repetier-Host has no settings/slicer for engraving. If it is based on a supported firmware you can send the file with it, but no special help, sorry. 
  • Maybe you should start telling what printer firmware you are using. It is hard to help without knowing what your solution is based on. Eeprom editor allows you changing some firmware configuration parameter without recompiling, if it was compuled w…
  • Please check log (easy mode off) to see what you send and if you get answers (ack and command filter must be off).  Also check in printer configuration what yout bed size and reachable are is - move will limit moves to the maximum values there.
  • You need to adjust this in your cnc firmware! If you use repetier-firmware or marlin you can do that in eeprom editor.
  • Not really a host question. I think in your firmware the steps per mm is not high enough so 1mm is much less. Especially cnc without belts need higher steps per mm then a classical fdm printer.
  • Mit welchem Betriebssystem und Browser? Das habe ich so noch nicht gesehen, kann daher im Momemnt nichts dazu sagen. Aktuelle version 1.4.10 nehme ich an? Ist das überall oder nur auf einer speziellen Seite? Vielleicht noch Screenshot damit ich mir…
  • I will have a look into this, but it is hard to find any information on this. We just pull the official github and it decides for python2 virt env as it seems, also python 3 was on my device and is listen as can be used in requirements. 
  • This will not work. Add Slicer can only support slicers with known command line parameter and where we can read the configs. CuraEngine 2+ is so much more complicated that this is not possible any more.
  • You see it in connection. You have either Serial Connection selected for direct control or "Repetier-Server" then you are printing over the server and must change home position there.
  • Does this link work on a browser running the monitor: http://192.168.2.179:3344 if not the ip is wrong/not reachable from that device or server not running.
  • Do not select https. 3344 is the http port. Next release will also have https support on port 3345 if enabled or if you use a pi image nginx provides a https proxy over port 443.
  • Checking the sources I see that hitting home button just sends G28, no extra commands planned. Are you directly connected or via  Repetier-Server? In the latter case you might have replacements in server to ensure home position and then you must de…