Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,072
- Last Active
- Roles
- Administrator
Comments
-
Monitor is just using node to communicate using the os. Depending on where you upload it might also communicate directly from browser. So what you can do to debug this is starting monitor from commandline. That way you see node error messages in the…
-
Did you select Marlin as firmware? I think that is what it is running. If it would use binary format for repetier-firmware it would not understand anything. If nothing works you need to print via sd card. Normally not needed but all typical reasons …
-
You can try different usb cable or different usb port. Sometimes it helps. When settings are theoretically correct it is normally interference with something adding noise to communication. Does it get some lines done just many checksum errors or is …
-
> I want the powder bed and the build chamber to be on the same Z- axis header and want the recoater to be on the extruder axis. Not sure what that means as this is nothing I ever did. But are you aware that there is the possibility to have at l…
-
Please activate ping-pong mode in serial settings first. This happens on communication errors. Either you are flooding with to much data (input buffer too big which ping pong prevents as it only sends one line and waits for ok) or your baudrate is w…
-
What is the difference to existing drag and drop? I mean existing version also has multi file drag and drop if you drag files on the button.
-
On server you can just download a backup of all printer settings/gcodes/logs. With Reptetier-Server Monitor you can also do a full backup. You only need to install server where you can reach the printer and all other pc can connect vie browser to t…
-
Das kommt halt drauf an. Für @include must du den inhalt in "Includes" ablegen und nicht in Quickcommands, sonst wird er nicht gefunden. Machst du es in quickcommands weil du es auch mal manuell machen willst kannst du es stadt dessen mit @quickcomm…
-
Dir Frage ist wann du es wo und wie aufrufen willst. Schnellbefehle werden ja manuell vom Benutzer aufgerufen. Du kannst sie aber aus einem g-code aufrufen, nur nicht mit @include sonder @quickcommand @quickCommand nameExecutes the quick command wit…
-
It is in Basic Settings the Upload block. Just select which folder should become upload folder. Should be an empty folder when selecting it. For each printer connected to monitor it will then create some subdirectories.
-
Slic3r as well as Host on Mac is discontinued. Better run Repetier-Server on mac for print management and Orcaslicer to slice your files. The roots go back to slic3r but it is very much improved.
-
On the pc running Repetier-Server Monitor you just define a watch directory in monitor settings. Then you get special folders and copying a file to it makes monitor upload it to the server.
-
Check if speed multiplier in host is 100% (default) if not it could explain the speed. Also disable easy mode so you see log and check if there are communication errors. When buffer size is set too high you get man errors cauing start/stop often.
-
Auf den aktuellen pi Images einfach über ssh einloggen und installDev eingeben. Beachte aber das du aufgrund der notwendigen Änderungen nicht auf eine alte Version zurück kannst ohne Einstellungen und Dateien zu verlieren!
-
Aktuell experimentell mit 1.5 Entwicklerversion, mit der normalen Version noch nicht.
-
Prusa Connect wird die 3. Remotelösung (zuest Bambu Lab Drucker, Klipper Moonraker), wird noch etwas dauern. Aktuell bauen wir die internen Strukturen um, um die voraussetzungen zu schaffen.
-
I do not think that stability is much of a problem here. What I fear more is that some functions behave a bit different or not correctly due to changes and not having seen that they depend on the change. Mostly stuff to be fixed easily, but also a r…
-
Ja wir sind noch dran:-) Die eigenart das man vor dem Drucken parameter einstellen kann/muss benötigt eine komplette überarbeitung des verschiebens/startens das pro drucker unterschiedliche Ziele und Parameter erlaubt. Daran arbeiten wir gerade, was…
-
You can disable fixed position to have no impact, but dependent on printer type this makes ugly videos. The travel speed is the manual xy speed from config as well as z speed for hops. For extruder it is taken from G10/G11 speed/length definition.
-
Which firmware are you using. It happens if a firmware response signals a serious issue, e.g a line starting with !! which is a signal that something is wrong also klipper uses it for some not vital messages as well.
-
I have put it on list for improvements, but can not say when I get to it. When it is in g-code it is doable and it could be shown then when known otherwise hidden.
-
No, we do not have that information available.
-
I'm pretty sure I fixed this for 1.5.0. There was in deed a wrong assignment so max and layer were assigned the same values.
-
Not in host, only in Repetier-Server but even there the coordinates are not live. What you see is the position of the last move command send through server so it is where printer will be in a while if we do send eny moves and wait. Position is part …
-
New printers get their own settings. You can copy files from one printer to other and restart host, then you should see the copied files. First folder level in CuraEngine is printer and then filament/print containing the config files.
-
Check in working directory if the CuraEngine folder (might be named a bit differently) is present and contains other configs. That is where all profiles for cura are stored and what you should see in host.
-
Beim pi haben wir die im Image hinzugefügt. Du kannst sie von deinem pi kopieren oder die Datei aus der Anleitung nehmen. Normal gibt es sie in der Tat nicht (extcommands.xml).
-
Hast du sudo installiert auf dem H3? Der Installer schreibt eigentlich in /etc/sudoers.d/repetierserver-perms alle notwendigen berechtigungen das er nicht nach dem Passwort fragt, aber klappt nur wenn sudo installiert ist. Sollte so aussehen: repet…
-
ssh credentials are only managed by linux and we do not set/change them. So only when you gave pi user a new password it would been changed. Is ssh still running? In server -> global settings->terminal you can login as well without requiring …
-
If your connection is Repetier-Host Repetier-Server Printer you should check Repetier-Server printer configuration->G-Codes->Event Dependent There are several g-codes e.g. for connected, start, stop, pause,continue that would be send indep…