Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Ja scripte werden als user repetierserver ausgeführt. Als test ab es klappen kann in der Oberfläche sudo -i sudo -u repetierserver Befehl ausführen, dann sieht man wo das Problem ist. Am besten das Skript im vorgesehen Ordner /var/lib/Repetier-Serv…
  • Steht alles unter /var/lib/Repetier-Server und dann für die Dateien weiter printer//models
  • FlashForge does use proprietary firmware which is not compatible. And telnet in the way we perform is without user/password (so not exactly telnet). Password is in case the firmware has set a password and requires no user for that reason. So main pr…
  • Not as you think but 2 solutions: 1. Dummy printer - user serial and select serial cartesian as port which is a virtual printer for testing. So this can be active. 2. Printers can have multiple cameras (pro version) so assign all printers a second c…
  • You need to manually define it as described in README.md in /boot/firmware - Bypass the Wi-Fi configuration through Repetier-Server.  If a file "/boot/firmware/ManualWifi.conf"  exists, we will copy this file for Wi-Fi configuration and prevent mod…
  • On our pi you can run installDev to update to latest dev version. For nightly builds run installRepetierNightly For other linux versions see https://www.repetier-server.com/knowledgebase/nightly_builds/ They only have nightly build which is dev ju…
  • Our software is not open source. We just publish api and interface sources so you can modify the interfaces or add solutions to it. Soo doc page on homepage for api and sources. > And is there a recommended way for version control and handling c…
  • Notes on M0 from Marlin: Without an LCD controller or EMERGENCY_PARSER this command is ignored. With EMERGENCY_PARSER enabled the M108 command can be used to continue.So you can try sending M108 but not sure how emergency support is in host. I know …
  • V2 firmware supports several 32 bit boards, but due to lack of time development is down to mainly bug fixing existing code.
  • What has g-code viewing to do with this? G-cod eviewing uses comments in the g-code to detect features just as Repetier-Server does as well when reading g-codes.
  • What do you add for pause? In repeiter-host you would insert @pause  to add a pause that is controlled by host. Other solutions might need interaction on printer lcd instead.
  • It is because we support multiple slicers and slic3r needs amf, prusa slicer 3mf and curaengine gets it as stl. So we import geometry and build it combined as shown on plate. In host you can only modify complete print. If you need different settings…
  • Host always generates a new amf and this will always loose modifiers in old amf. So this is not supported in host due to different possible slicing solutions.
  • Danke, ich sehe das er klipper.uf2 erzeugt was nicht in der Liste erwarteter Endungen steht. Hab ich für die nächste Version reingenommen, wird also ab 1.4.16 auch für die neue Prozessorarchitektur korrekt angeboten.
  • Sorting is already for all modes. Select table view and then your sorting order and go back and see it is still sorted. It stays in that order until browser deletes local storage.
  • Ok, I understand. Unfortunately there is no g-code command in marlin as far as I know what changes this. So you can only try to goole for sources for that exact printer so you can simply change the 2 config lines. Everything else is quite hard work …
  • Wenn der Server die erzeugte Datei erkennt wird sie als download angeboten. Daher sollte sie so heisen wie erwartet, also klipper.bin oder klipper.hex in /var/lib/Repetier-Server/printer//data Siehst du im terminal einen Fehler beim übersetzen? Son…
  • Die option ist im Klipper menü (3 Punkte)  wenn das erzeugen eine Datei mit bekanntem Namen erzeugt hat (Microkontroller-Datei herunterladen). Bei den meisten 32 bit boards reicht es die Datei auf die sd Karte zu kopieren und zu starten. Bei 8 Bit …
  • Auf dem MKS Py kannst du womöglich  Repetier-Server installieren, aber nicht unsere Drucker-Firmware oder den Repetier-Host (wo du gerade postest). Was für ein Linux nutzen die auf dem Board? Ich denke armhf oder die 64 bit variante wenn die 64 bit…
  • Maximal mit V2 unserer Firmware die zumindest den Processor unterstützt, aber es existiert keine Boarddefinition und es kann zu weiteren Problemen kommen, je nachdem wie die Firmware aufgespielt werden muss. Also eher nicht. Versuche es besser mit M…
  • Since the end stop is also at the right side I owuld say this is correct and a design decision from geeetech. I wonder why you want to change this? You can define homing position to be 320 for x so host knows where it is after homing. Invert setting…
  • You can send multiple g-codes in one command as long as every line is separated with newline (\n) and is a new complete command. It is not possible to have a G1 move at one line and further lines only having coordinates like some g-code variants sup…
  • You did not apply the changes so it reverted to original. Reason is you must also rotate the touchscreen function. So after setting rotating screen select menu again and select to also make changes on touchscreen as described on download page. Only …
  • Da beide womöglich die gleiche ID haben, solltest du sie über /dev/serial/bi-path/... verbinden, dann ist der Port masgebend. Davon sollte es auch für jeden einen geben. 
  • What the setting does is changing browser scaling factor, so you just zoom the page and this handles all identically. The sizes are defined per resolution and set during css generation and can not be changed dznimacially afterwards. However you can…
  • Im Prusa Firmware menü kann man den Filamentsensor an und ausschalten. Wenn er aus ist druckt er weiter ohne Filament weil er ja aus ist. Bei manchen Filamenten klappt der Sensor nicht zuverlässig, dahe rkann man ihn ein und aus schalten.
  • That is browser generated. For all
  • Hast du denn /dev/serial/by-id ? Wenn beide nicht da sind sieht der Pi vermutlich den Drucker nicht, da die Verzeichnisse nur erzeugt werden, wenn serielle Geräte vorhanden sind. Als test logge dich ein und gib lsusb ein, dann siehst du alle Geräte…
  • No this is not possible. Browsers do not allow setting a start directory. Which one is used depends on browser and last used directory. What you can du is drag and drop the file on the file item instead of selecting it.
  • Was fuur ein Problem meinst du? Wenn er das genau so macht wie beim Prusa Mini der ja die gleiche Firmware hat stoppt er firmware seitig und sagt nichts zum Server. Dort sendet die Firmware nur busy Medlungen und am Display selber wird man durch den…