Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,073
- Last Active
- Roles
- Administrator
Comments
-
Nein das geht aktuell noch nicht. Es ist wichtig das lokal ein Server die Daten verarbeitet, damit nicht wifi Probleme zu verbindungsabbrüchen und Ende des Drucks führen. Theoretisch kann man sich mit sokat eine serial-ethernet Konvertierung einrich…
-
Man kann den Server auf den RP Zero installieren und so nutzen. Mit RS Monitor kann man auch mehrere zusammenfassen.
-
If Ender always shoed up at port 6 and now not it is not detected by windows any more. You can try a different usb port in case the port is defect or different usb cable. Also you could check hardware manager to see if a com port appears/disappears …
-
If belt tension is too low you get more motion then you think from theory. Same if tension is too high, so check this. For the screw it is harder to say. You should also print a smaller test object to see if you have a fixed error distance in which …
-
5104* seems to be electron communication browser with node backend. The upload is handled in background node using this function using axios and 10 minute timeout: ipcMain.on('executeUpload', (event, ana) => { try { let form = new RSF…
-
Für den Server gibt es immer nur einen aktiven Kopf. Was macht M2000 beim Snapmaker? Und wann genau entstehen die Kollisionen? Etwa wenn beide parallel aktiviert werden und man in x die Mitte überschreitet?
-
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 …