Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • That is more a marlin question. Only reason should be a target position outside allowed region. You should check firmware response in log to see if it shows the reason.
  • Ok, Datei ist schon mal richtig. In der Datei gibt es aber 2 Arten von Befehle - die die im Menü erscheinen und die hie rauch schon zu sehen sind (sind innerhalb von .... Die, die mit @execute ausgeführt werden müssen nach dem letzten eingefügt wer…
  • That is not what you should do. You should enter this line: "C:\Program Files (x86)\Repetier-Server\bin\RepetierServer.exe" /c "C:\Program Files (x86)\Repetier-Server\bin\RepetierServer.xml" 1:1 - works from any location. Important is just that cm…
  • Problem is that browser might not close connection browser->server, it is not a problem server-mjpg_streamer. What do you do to produce the firefox hang? Does it stop working without switching a page or when you switch from page xy to anything e…
  • Heated be dis still working, but is stored differently in config now. Try reading heated bed in configuration if it got lost on upgrade. Due to this change downgrade is problematic and you loose some settings. Better to wait for the update. Won't b…
  • Für den Motor ist es egal. Es gibt aber pins mit spezieller bedeutung wenn z.b. hardware PWM benötigt wird gehen nicht alle und auch nicht alle PWM können immer gleichzeitig genutzt werden. Einige PWM können nicht genutzt werden weil die Timer inter…
    in SIGNALE Comment by Repetier March 2020
  • Thanks for the M92 hint. That is not correct gcode syntax any more where only is allowed. Guess I will add a new variant for this that makes commands containing : to be send also 1:1 automatically as our "real" gcode parses will not like it. That w…
  • The docs for @execute are in our user manual in section "Advanced Setup". Basically you define a shell command in a file named extcommands.xml in database directory. These can accept parameter (if allowed) so you can add the event result as paramete…
  • Looks like you are better with bash than me. Quite some overhead. My solution would probably have been the event solution and running a script with @execute that writes last reported ip into a file that you can read with other scripts any time. Then…
  • No need for a log. Temperatures in curve are not possible, especially 40°C change in seconds. So sensor reports wrong temperatures and sooner or later firmware detects this and stops firmware.  My guess would be a defect thermistor. Strain causes it…
  • Actually repetier firmware works best with binary protocol and since server speaks this and knows it, it uses that protocol automatically when you select repetier-firmware. Are you sure you have not marlin as firmware which does not work in binary f…
  • Nein kann man alles über ssh verbindung ändern.  sudo nano datei zum editieren der Dateien verwenden.
  • One problem with webcams is that they block a connection and the number of parallel connections is limited. The other problem is that switching between pages can keep such a connection open when browser does not detect that it is not used any more. …
  • Can you run configuration of slicer adn slic3r appears? The error normally happens if the executeable is not found. Did you change the settings is slicer manager by adding a new path?
  • > First: I cannot use a slicer from Repetier-host ... I always get an error what error do you get? There are so many:-) For second your bed definition in slic3r is wrong. Make sure it matches coordinates used in printer. Your 0,0 point is either…
  • A colon was a gcode separator in the past, so they get converted to spaces. If you check serverInstall/firmwares/RepRapFirmware line 15 change it into: Please let me know if that works then I make it default assuming RepRapFirmware has not that spec…
  • How do you get wattage with a script. Checked IFTTT plugin for KASA and all I can to is control output there. The emergency stop will not show it. There is no way at the moment to add anything there. Maybe we allow in future to have a montor script…
  • Please follow these instructions: execute cmd.exe as administrator then run:"C:\Program Files (x86)\Repetier-Server\bin\RepetierServer.exe" /c "C:\Program Files (x86)\Repetier-Server\bin\RepetierServer.xml"and copy the output to see where it stops.
  • Yes, update should fix it. If you use linux you can already try. Change version to 0.93.2 and you get a version with webcam solved. But be aware that this is not the final version for release. But no known printing problems with it so ok to use for …
  • With monochrome svg it is best to get color also in dark mode. I'm adding them as img so png would also work and I force height so icons have same size. Submenu is a problem. We use bootstrap 3 in gui and 4 in monitor and 4 has no submenus any more…
  • Ok, found the scroll problem. If dropdown-append-to-body attribute is used, it is not scrolling. A known problem of library authors they won't fix. Fortunately removing the attribute seems to work well, so fixed for next release.
  • Lies mal die Anleitung durch, da steht wie man Befehle für @execute einrichtet. Du musst die Befehle in extcommands.xml explizit einrichten und kannst nicht einfach alles senden und als root ausführen. Wäre viel zu unsicher.
  • The SVG solution is great. Always wanted own icons just did not think about the obvious solution to be independent from internal fonts. Could also recreate the menu problem. Just need an idea how to fix it as it is a library function from bootstrap…
  • What is the error? Last sentence makes no sense.
    in black Comment by Repetier March 2020
  • Ist ein Feature fürs nächste update. Es gibt dann die Möglichkeit einen Drucker herunterzufahren. Das startet dann ein spezielles Skript wenn der Punkt im Menü gewählt wurde. Wenn nur ein Drucker am server hängt könnte man dann per @execute darin au…
  • Monitor binds server by their UUID. So if you change in global settings->Connectivity the server UUID you can add it again to monitor as new Server, so it should copy the printer names. The printer names are the slug names - the folder names used…
  • Ein Kunde hat mir gesagt er nutzt https://blueirissoftware.com/ um mehrere Webcams unter windows zu nutzen. In der kostenpflichtigen version unterstützen die wohl 64 Kameras. Hab es aber selbst nie getestet. Wichtig ist aber sicherlich hier die Aufl…
  • With G30 Hxx you can do 1 point leveling and it will use rotation from last G32 which you stored to eeprom. G32 stops where it is finished. You can write a host script if you need it always at special position afterwards.
  • The autodetect does only work on very new browsers Chrome, Safari, Firefox. Guess edge does currently not support the detection method. Maybe when they switch internally to chrome engine which is what they are now publishing it will start working as…