Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,084
- Last Active
- Roles
- Administrator
Comments
-
Numpy war bei mir auch das Paket mit dem Fehler. Ich werde mir das morgen mal ansehen. Bei bullseye war es ein Problem mit gcc hier könnte es auch an der alten Python version 3.7 liegen muss ich noch recherchieren.
-
Es wird immer der Input Shaper aus dem Installierten Klipper verwendet bei der Installation, daher denke ich nicht das es daran liegt. Ich habe in 0.13 letztens den Input Shaper unter bookworm installiert, was zu Problemen beim compiler führte und d…
-
Actually yes. There is a server commands @makereportsnapshotthat when it is called makes a snapshot for the report. If such a snapshot exists it is used instead of making one at the end, so just put it where everything is fine and it should work.On…
-
You can enable logging so you can see the full communication especially here how the error happens. Lines are numbered and one line was missing. Normally we resend missing lines as they are normally caused by communication errors. So what you need t…
-
I think it should be http://localhost:3344/printer/api/drukarka?a=send&data=%7B%22cmd%22%3A%22G1%20X10%20Y10%22%7D&apikey=b4b6dbb4-2f1c-4afb-82ba-e7a02f41afb9 Note I removed from slug and "" from apikey and replaced {} and : with url en…
-
Looks like it has some errors. As header it is x-api-key or as GET/POST parameter it would be apikey=.... URL is http://localhost:3344/printer/api/slug_name_of_printer Websocket command is a=send Command parameter are in data See https://prgdoc.rep…
-
Das sind die standard Logins bei pi. User pi Passwort raspberry
-
Voraussichtlich in 1.5.1 und noch dieses Jahr. Wenn die grundumstellung durch ist sollte es recht schnell kommen.
-
Ja pushover als manuelle Lösung ist sicher die einfachste. Der Umweg über den Timer ist nur notwendig, wenn man automatisch den nächsten Druck starten will, weil man im end gcode keinen neuen Druck starten kann, da er noch am drucken ist. Daher müss…
-
Ich denke das wird so direkt nicht gehen, da bambulab Drucker keine Warteschlange in dem Sinne besitzen. Sie haben nur eine sd Karte. Was natürlich geht ist manuell einen weiteren Druck zu starten. Ich werde mal sehen das man start udn end scripte a…
-
No it is still in active development. Guess you get answer on monday when support works again.
-
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 …