Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,078
- Last Active
- Roles
- Administrator
Comments
-
Not on the left side. There is already an option to move printers there especially if you have multiple printers on one server. Plus that it only makes sense in that one case which is only working on wide screens not mobile for example, but I unders…
-
This happens when printers do not reset on connection start. Some do. So the question is if it works afterwards or not. If not most likely port or baudrate are wrong.
-
z.b. im Verzeichnis /etc/sudoers.d in der Datei folgenden Eintrag hinzufügen repetierserver ALL=NOPASSWD: /var/lib/Repetier-Server/scripts/test.sh Ich nehme an test.sh hat rechte a und x gesetzt (chmod 755 Dateiname) und erste Zeile ist #!/bin/bash…
-
You can run multiple klipper instances in parallel if you use our installer. They are separated independent installations. Klipper runs on the pi and printer. CPU intensive stuff on pi, io stuff and stepper control on printer board Also marlin in ad…
-
You are using a board where ORIG_E2_DIR_PIN is not defined hence the compile errors. Use digital pin number instead if it is not in board definition or select correct board if that is the reason it did not exist. With SHARED_EXTRUDER enabled same h…
-
^M900 K(\d\.?\d*) would match it and @1 holds the number of K part as it is in first group ()
-
I see 2 things. Problem onw seem 2024-03-24 02:35:15: (B1) Ender-3 Max - H2: syslog: [ 251.488734] ch341-uart ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32 which might be the reason you get communication issues. Then you have u…
-
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 …