Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,079
- Last Active
- Roles
- Administrator
Comments
-
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.
-
Assuming from other posts that you compile your own variant and understand typescript, the send function in binding module all return a promise that contains the api response on resolve. Store it in a component variable and add the html code. Exampl…
-
I just tested my windows 1.4.16 and it worked, so it is not a general issue. What is your connectivity setting? Do you have other servers installed and do you render externally? That might be a problem if other version is too old and does not unders…
-
Are you talking about Repetier-Server , because this is the host thread? The question is where do you want to log it to and which firmware are you using. For Repetier-Firmware and Marlin and RepRapFirmware it is logged if you enable logging. Anyth…
-
See params.component.ts you have toggle light and power for example: And when you see what printerAction does here: power(slug: string) { return this.connectionHandler.send("send", {cmd: "@runButtonCommand toggle…
-
These are just temperatures with selectable icon and you can see them in front2 already. Also in status and print status page you should see them (extruder/bed/chamber/sensor). Exception is heated chamber where we found a bug in print status.
-
Hope you have seen https://www.repetier-server.com/customizing-printer-frontend/ with instructions to customize it. As described you would extend the existing status page in your app version, so you get all javascript and updates for free in your ve…
-
What do you mean with "The added printer tools"? front2 is an independent gui not meant to replace everything, but should contain anything to control it locally on an lcd display.
-
Currently Repetier-Server must run on the same device as klipper to get direct access to the klipper pipe. On that printer you have most likely monnraker runnung and we can not connect via moonraker at the moment, also this is planned for the futur…
-
No, Repetier-Host is a desktop app and all included slicers as well. So this works only on a desktop.
-
https://github.com/luc-github/Repetier-Firmware-4-Davinci is the version adjusted for some davinci printers.