Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,080
- Last Active
- Roles
- Administrator
Comments
-
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…
-
Baud rate must match exactly or you only get errors. Most where it is relevant (8 bit boards with adapter) use 115200 or 250000 baud/ Some printers need a special DTR and RTS level while other don't mind, so checking combination here might also help…
-
What image are you using? And which connection is affected - eth or wifi? Is data still there in gui and if not did reentering it help?
-
Maybe you should start showing your g-code request and how answer looks. You need to add it to response parser with correct regular expression as I already said. But giving an example that is way off for what you need is just wasing time, so please…
-
Only updating Repetier-Server does not change network handling. Was the setting deleted or what happened? Wifi or ethernet ip? Did some other device get same ip or was it blocked for that device in router?
-
If it compiles it is ok. Newer version can have newer compilers that do not like some constructs, so it can happen that a line does not compile with newer compiler.
-
In every printer page you can go in priner menu to logs and download server.log. You should also check in troubleshooting page from main menu. If a process is blocking for some reason following processes will not start. There you can skip that job.