Repetier_Support
About
- Username
- Repetier_Support
- Joined
- Visits
- 24
- Last Active
- Roles
- Member, Moderator
Comments
-
Hello. Could you provide us the file so that we can test it on our systems?
-
You could add an external command where you execute the shutdown command. A full description can be found here: https://www.repetier-server.com/manuals/1.2/index.html In "Advanced setup" You could add the specific @execute command to your end gcode…
-
I just created a pull request on HA github page with a fix, so its pretty likely that in the next homeassistant update the issue will be gone
-
Hello. It can be multiple reasons, why the update wasn't offered. Please verify that your machine is connected to the internet and can reach our license https://licence.internetloesungen.com However, if you verified this connection and it still won…
-
Kannst du unter "Problemlösungen" schauen, ob in "Interne Aufgaben" ein Eintrag steht?
-
Hallo! Wir planen in der Zukunft einige neue Sicherheitsfunktionen, 2FA macht allerdings noch kaum sinn, da über der Server komplett über die API gesteuert werden kann und diese (erstmal) nicht über 2FA abgesichert werden kann. Wir werden aber übe…
-
printJobAdded is not an event in the printer settings itself, it's a repetier event, which you can register a function to. To do that add in "Run on printer activation" the following code: @func runGcodeAdded @execute Mini_Ein @setTimer 0 …
-
Hello. You cant chain Repetier-Server instances like that. This option is for connecting wifi-capable printers. If you want control over all printers with multiple Repetier-Server installations, have a look at the Repetier-Server Monitor.
-
Hallo, mit dem Fritzbox neustart sollte das nichts zu tun haben. Könntest du das Drucklogging einschalten und uns zukommen lassen, damit wir sehen können was passiert?
-
Hallo, wir haben den Fehler bereits gefunden und für das nächste Update behoben. Danke für die Meldung!
-
Hello. Currently you could create your own notes by using our server language. For Example: @func setNote note @set {{ 'perm.' + config.slug + '_notes'}} {{local.note}} @endfunc @func showNote @dialogStart {{get("perm",config.slug+"_notes", " …
-
Yes, this should be correct
-
Hello. If a print has complex layers ping pong mode can be not optimal. Did you tried with the highest possible buffer configuration whidch is green?
-
hello. Maybe the favicon is saved in your browser cache? Lease try to clear or disable your cache.
-
Hello, "Hence I assume there's a master list of those someplace?" Yes, you can find all available instructions, variable typs and functions in the manual. "So something that references config.bed_radius, "config." points to the current printer…
-
Hallo. Wenn die Geräte die gleiche ID haben, kann das System durcheinander kommen. Versuche bitte beide Geräte über by-path anzusprechen
-
Hello Mel. We got a new way to define functions by our new Language starting with version 1.2.0 you don't have to define replacements anymoe if you want to trigger a function. What you want is a script like like this: @func MBLDriveTo x y G1 Z{…
-
Hallo, könntest du bitte genauer ausführen was für Probleme es gibt? Sprichst du die Geräte mit der ID oder über den Pfad an? (Das kannst du sehen, wenn der definierte Port in deinen Druckereinstellungen mit /dev/serial/by-id oder mit /dev/serial/by…
-
Hello. Unfortunately PrusaSlicer does not yet support direct printing. However, if you want to directly start the print after slicing, you can use Repetier-Server-Monitor to automaticly upload gcodes, which you put inside a defined folder.
-
ja, genau darüber sind die Optionen bei "Speichere Bilder" Dort kannst du definieren, ob ein Bild jeden xten Layer, alle x sekunden oder alle x mm aufgenommen werden soll.
-
Hallo, unter Webcam->Zeitrafferaufnahmen gibt es ein Häkchen "Position für Snapshot erzwingen". Wenn das aktiviert ist kannst du definieren, wohin der Druckkopf hinfahren soll bei einem snapshot.
-
It depends on your resolution. I would recommend 4500kb/s for 1080p/30fps. For 720p/30fps about 3000kb/s
-
Hello. you can a Gcode replacement in printer settings-> G-Codes -> Replacements. There you have to create a new one with the Regular Expression ^G28 As G-Code to execute you can enter the gcow, which you want to execute instead. In your case…
-
Hello jpdouavil, please make sure that your firewall is not blocking the server and the time on your machine is set correctly. Which server version are you using?
-
KSaschaK said: Repetier said: You can store images using https://imgur.com/ and post url here. I also find it very odd considering that we develop using chrome. Did you try deleting browser cache? Also did you check network tab (open …
-
Hello, did you install the needed drivers for this screen and did you followed the installation instructions of the manufacturer?
-
Hallo. Wenn du Probleme mit deinem Lizenzschlüssel hast, melde dich bitte auf unserer Supportseite: https://usersupport.repetier.com/
-
Yes, complex layers are very cpu heavy due to many canvas operations. There is currently no way to reduce this usage.
-
No. this is currently not pussible. But if you want to group projects, you can create folders and store those projects there. As a workaround if you want to add multiple files you can export the project by clicking "Download all files", remove the …
-
Hello. If you using the pro Version, can you register and deregister the licence key? Which OS are you using? And which version of Repetier-Server?