Repetier

About

Username
Repetier
Joined
Visits
2,076
Last Active
Roles
Administrator

Comments

  • Per USB sollte es weiterhin funktionieren, die haben die gleiche Firmware wie der PrusaMini und der läuft problemlos.
  • I don't think so. They have a own firmware and I do nnot have a printer for testing to be sure, but I think it does not offer a serial connection as network ready printer.
  • Ok, looks good since homing is working. The fast speed probably means it is ignoring the moves. You should enable logging and see in communication log if you moved outside allowed area it might have disabled moves until homing. Just search for "erro…
  • Ich werde die neue Firmware erst mal nicht installieren, da hier der lokale zugang standardmäßig gesperrt ist und ich hinterher nicht downgraden kann. Aus den blogs entnehme ich das man jetzt den dev modus dazu aktivieren muss, von dem versprochen w…
  • Nein aber die umprogrammierung des ganzen servers geht gut voran. Bis dahin nur über die pi dev version.
  • I meant the bundeled prusa slicer in host. Same workflow with that.
  • Better switch to PrusaSlicer which is still actively developed and can be seen as successor of Slic3r. More features, faster, ...
  • We have no own slicers, we are just calling them with your selected configuration so especially with PrusaSlicer I expect the same result or the config contains the reason. For a cube each straight line must result in one single extrusion line. Chec…
  • Try using a higher first layer then normal layers. 0.2-0.3mm often can help the layer to stick better. Also first layer temperature can be a bit higher to improve as well. If it doe snot stick it is either bed has bad bonding, bed temperature, dista…
  • Print handling hasn't changed for a long time, so this is quite odd and likely has on other issue. You should activate logging and check for communication errors. More odd is when you say sd print has the same issue since it does not use host at all…
  • 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!