Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,076
- Last Active
- Roles
- Administrator
Comments
-
Have es gerade mit PrusaSlicer 2.7.4 und neuestem Server probiert und klappt immer noch super. Hast du in der Konfiguration auch den Zieldrucker gewählt? Beim hochladen lädt der SLicer entweder in eine Gruppe hoch oder direkt in die Druckwarteschlan…
-
Please copy the error messages or i have no idea what the problem is.
-
You surely need less running instances here. We have an extra desktop solution Repetier-Server Monitor that combines multiple running server instances as if it is one. Regatding klipper printers we hope to be able to connect via moonraker in near f…
-
The log is complitely missing expected answers especially if i assume all ok come from fake ok. M105 is often as it gets inserted every second and due to delay it is most frequent. My guess is that you have hatdware flow control on the new board and…
-
No reinstall will not help since file exists and is just defect. Only replacing it with correct file will help so the copy command is all you need. Next week we release 1.4.17 where yiu can also run reset default correctly to repair it.
-
Actually the import is folder based and not directly related to drive, think of importing from a dropbox folder. Also I would need a cross platform c++ solution to give me the closes mount/drive from the path. What we use is https://www.boost.org/do…
-
No, I meant in log is a filter to hide them (or in printer settings). If that is with ping pong the first M111 succeeded while second one not. M111 is just changing debug options so nothing complicated or time consuming. Makes not much sense that i…
-
Can you activate ping pong mode for communication. That way you know exactly which command is causing the trouble. Also disable temperature filter. Line 33 was M105 I guess. When you compile your self enable line numbers in marlin (configure_adv.h)…
-
There should be 2 usb one input for usb stick and an output. What os are you using that it does not get found? Does your os see the serial device?
-
No wifi connection is not possible at the moment. We need direct communication with the firmware and wifi does not offer this solution. It allows only to start a print stored on printer and see some basic infos. So currently you need to use direct u…
-
You mean restarting server without restarting windows I think. In services find Repetier-Server service and select restart. There is also a script in Repetier-Server start menu for Start Server and Stop Server doing the same.
-
Restarting windows would be ok, but restartin Repetier-Server service is enough to make it reread everything. Reboots of windows is a real problem as it can not be stopped once windows decides it is time. That is why prefer a raspberry pi with Rep…
-
In global settings->preview Images is a button to force rerendering all images.
-
Ich denke das du dann die Datei /boot/firmware/ManualWifi.conf erzeugt hast, um an unserer Lösung vorbei das wifi direkt festzulegen. Zumindest im aktuellen Image, im alten hieß die Datei anders. Du kannst es entweder darüber festlegen, dann greifen…
-
Ja denke das ist weil früher noch die Session drin war und jetzt steht die in einem Cookie. Wird demnächst wieder weg sein aber solange reload und es sollte gehen.
-
Theoretisch kann das passieren wenn alter Modelle gelöscht werden, der server neu startet und dann neue Modell die alten IDs bekommen. Dann können Bilder mit dem gleichen Link entstehen und aus dem cache verwendet werden. Andererseits unterscheidet …
-
Ok, I see that error also it would not cause not rendering. This one happens if you click on reset rendering to defaults and causes it to return no data. My goes is that you saved anyway causing an invalid setting preventing rendering then. So until…
-
Danke. Das macht Sinn, da auch keine Temperatur oder Ziel vorhanden ist und mit @ ja Ausgänge markiert werden.
-
Ok, das ist nicht wirklich zu unterscheiden. Ich habe aber eine Idee den Faktor dynamisch zu korrigieren wenn er 255 sieht soll er ihn auf 1.0 setzen. Da am Anfang ja immer mit voller Leistung gearbeitet wird, sollte es sich dann automatisch korrigi…
-
Das ist unerwartet, da Prusa bisher immer bis 127 ging und selbst der PrusaMini der ja die gleiche Firmware hat (Buddy Firmware 6.0) geht nur bis 127. Welche Firmware und version nutzt du? Kannst du einen Auszug aus dem Log schicken wo er die Tempe…
-
Yes, it works a bit different. The entered rotations are done in order x, y and z starting from rotated result. This makes it hard when you do not use 90 degrees or need multiple axes.
-
Then it is not reading the xml config or a xml config with higher priority overwrites shadow location. See https://www.repetier-server.com/startup-configuration/
-
Are you using pro version? Branding/shadow folder is a pro feature and is ignored otherwise. As a test put a simple image as well into shadow folder and see if it loads. If that works the copy is not exactly at same place so it falls back to origina…
-
Did you select correct hardware as described in documentation? It is important to select the board in Arduino IDE and if it appears, is selected and compiles it should be ok. Otherwise communication might not work due to wrong driver on firmware sid…
-
No, I would also if possible but then it has wrong code from all the translation parts and part of them conatin important data needed to make it work as well.
-
Ok some ideas for you. First in bindings is a file globalOptions.ts which looks like this: export let globalOptions = { permInState: false, gpermInState: false, globalInState: false, sglobalInState: false };Setting globalInState true will ma…
-
Nur so eine Frage - hast du zufällig im Menu vom Prusa eingestellt das er eine RPi hat? Wenn ja unbedingt ausschalten, denn dann kommuniziert der Prusa nicht über den USB Port. Das ist für den Fall das man einen Pi Zero per IO Leiste direkt mit dem…
-
See also https://www.repetier-server.com/customizing-printer-frontend/ which shows the gulp commands and how to extend an existing component.
-
don't use ng. Run the gulp task - if in doubt run gulp prod to create the production code. Make sure to copy the created code into your shadow folder matching original position www/modules/front2/.. Server then reads the code replaces all with traa…
-
Die Reports werden nur erzeugt, wenn der Druck erfolgreich war. Im nächsten Release kann man auch einstellen das es bei Abbruch erzeugt wird. Wichtig ist den Server nicht nach Druckende direkt herunterzufahren, auch wenn das eher schnell erledigt i…