Repetier

About

Username
Repetier
Joined
Visits
2,042
Last Active
Roles
Administrator

Comments

  • 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.
  • If you are using a recent Rasperry pi image from us login to linux using ssh pi@ip-number with password (raspberry). Then enter installDev then reload touch interface with reload icon on home screen.
  • Ja passwort vergessen ist echt über. Du kannst zwar immer deine Daten retten indem du die sd Karte in eine sd reader packst und mit einem Betriebssystem öffnest das ext4 kann (windows nur mit exttra Treiber). Aber wie man in linux ein bekanntest Pas…
  • Ja das sind die 2 Lösungen die aktuell funktionieren. Am Druck ändert sich nicht und aktuell ist das alte image ok. Kann nur sein das irgendwann der Browser etwas nicht kann was benötigt wird, javascript wandelt sich ja und die implementierungen ode…
  • Assuming you output them to server somehow write first a rule to detect them in server config. You can extract the values and store them in a global g-code variable (@set global.sensor1 value). This allows already using it inside wizard which show a…
  • Super. Ja in bookworm wurde der legacy Modus zumindest offiziell entfernt. Ab da gibt es den Zugriff nur noch vie libcam mit den bekannten Problemen. Dein Image ist vermutlich buster also 2 Generationen älter.
  • /var/lib/Repetier-Server/www/ is wrong place for RepetierServer-extra.xml. It must be in usr/local/Repetier-Server/etc The www folder is just for shadow directory. Also you need to restart  Repetier-Server to make server to use the changes.
  • Hoffe diese oder nächste Woche.
  • Danke für die Info. Scheint mir ein neuer Bug zu sein das die Gruppe im Server nicht gespeichert wird und daher nicht sendet. Wird in 1.4.17 behoben.
  • Für Bambulab Unterstützung werden wir noch eine Ebene früher einsetzen in der Konfiguration, da die aktuellen Verbindungen reine Datenverbindungen evtl. mit Seitenkanal sind. Das geht hier nicht mehr. Da werde ich dann wohl wirklich erst mal Herstel…
  • You should use a form on github from a user called luc, he has made modifications to our firmware that optimise it for davinci. I have no such printer and can not saz anything about the printer or settings only about firmware in general.
  • Best place is /var/lib/Repetier-Server/www which gets assigned the correct user on server start. /home/pi is normally not a good idea - that is home directory of user pi which has nothing to do with server. And please dedicate a own subdirectory for…
  • Welches Image hast du für Pi 3 genutzt und wenn es schon bullseye war, hattest du legacy webcam aktiviert? Im legacy system wird der stream hardware comprimiert was ohne Zeitverzögerung geht. Mit dem neuen Treiber kann mjpg_streamer das nicht weil d…
  • Ok this looks good: B:20.57 /55 B@:255 Means bed is set to 55 and heating 100%. If this is longer in that state and still 20deg measured it is a problem in firmware using wrong pin number for heater output assuming hardware is ok and powered. Most b…
  • Die Framerate ist nicht im Server eingestellt. Wir liefern jedes Bild das ankommt direkt weiter. Sind beide Laggy? Die Pi cam kann ich mir vorstellen, da hier wegen neuer Webcam-Treiber das Bild per Software Kodiert wird und wenn es größer ist fäll…
  • @mchotti Danke für die Info mit dem P1 und polling. Aber gut das die Antworten konsistent sind. Hab darauf gebaut das die in ihrem Universum das System beibehalten und nur erweitern bei bedarf.
  • Problem is we operate on a stream of g-code commands not knowing what will come next and then it is too late. That is why you need to analyse complete g-code before and add marker (snapshot commands). But the idea is good to reduce it and it is not …
  • M105 gets send every second, just activate ACK in log at bottom (easy mode off required) and you see temperature reports.
  • Es kommt noch ein bugfix release 1.4.17 und monitor der die neuen Features versteht und dann wird es sehr ernst:-) Hoffe nächste Woche sind die neuen Versionen fertig. Danke für den ioBroker link. Die Tabelle gefällt mir. Zeigt das ich mit X1C das …
  • In Printer Configuration->Tools->General Extruder Parameter you can define a small z lift which is then also used for timelapse to prevent this. I understand what you mean, but that is too complex for this. You can manually mark positions for…
  • When you select PrusaSlicer and hit configure it will already start, nothing to install. No one model. It has a feature to assign parameter to intersection with other volumes. For this it has e.g. boxes predefined which you can position. Not standa…