Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
You need your own configration and in platform.ini you select the board for compilation. Stacker is just a company we work with and have them preconfigured. Does not mean others don't work. At least if they are listen in supported boards and rumba32…
-
curl -i -X POST -H "Content-Type: multipart/form-data" -H "x-api-key: kjsdkhfksdfksdf " -F "a=upload" -F "filename=@ [192.168.178.85]" -F "name=[V4.gcode]" "http:// 192.168.178.85 :3344/printer/job/ ANYCUBIC " Das ist falsch. Die eckigen klammern …
-
Habe das gerade mit einem aktuellen Marlin 2 probiert da stört der Dateiname nicht. Welche Marlin Version nutzt du hier? Und kannst du z.b. M118 Bößer Text ohne Fehler schicken? Da dein Drucker im checksum Fehler meldet scheint er die Prüfsumme ja…
-
Hab das grad manuell in der Shell aufgerufen und es klappt super. Dabei siehst du auch die Antwort. Ich empfehele daher es auch mal ind er Shell zu probieren. Gehe zum G-Code den du hochladen willst und ersetze [output_filename] und [output_filepat…
-
> Yes, but when I select single headed prusa in my slicer the printer always ask for choose filament slot number (from MMU). That is because you use single head print from Prusa MK3 MMU so they know you have 5 extruders and add it. See start g-c…
-
Das Problem ist diese Zeile: N15 M75 AI3MSPRO_Griff_Wäsch Hier wird der Dateiname übermittelt. ä ist aber kein ascii zeichen was wohl zu dem Problem führt. Da ich das intuitiv vermeide ist es mir och nicht aufgefallen. Werds morgen mal testen, abe…
-
I think you get an error in browser that ssl certificate can not be verified, because it is self signed, right? I think that is breaking the monitor - it will reject connection due to not being trusted. You need to add the certificate to your trust…
-
I don't think that this would have helpered here. pi is not root as well and has nothing to do with user used by server.
-
The question does not come from us. Just select the single headed prusa in your slicer. Or edit the generated gcode after slicing. There is I think T? in the regular start g-code when using MMU profile for slicing. This is just the command to ask fo…
-
On a pi it looks like this: ls -l /sys/class/gpio/gpiochip0/total 0-r--r--r-- 1 root gpio 4096 Sep 10 07:57 baselrwxrwxrwx 1 root gpio 0 Sep 10 07:57 device -> ../../../fe200000.gpio-r--r--r-- 1 root gpio 4096 Sep 10 07:57 label-r--r--r-- 1 ro…
-
Important is the date on the device running server, so in this case raspberry I guess. The interface is just a javascript webpage, so reloading in browser restarts it, but the daemon running Repetier-Server is responsible for setting history date, …
-
Which slicer are you using? Without raft it keeps fan off with your settings?
-
Wenn Cura und Server auf dem gleichen Rechner sind auch sicherstellen, dass Cura nicht versucht sich mit dem Drucker zu verbinden. Es kann immer nur eine Software erfolgreich mit einem Drucker kommunizieren. Bei windows ist es anders auch nicht mögl…
-
Access is file based from user repetierserver, so run ls -l /sys/class/gpio/gpiochip0/ to see which group is allowed to access the pins. For pi it is group gpio which is no problem because repetierserver is member of that group. If your linux uses a…
-
New values get automatically added, so I think it should work if link still works. The main trick is to have 5 extruders and all use extruder 1 for temperature setting/getting. And enable firmware is visible if firmware is not running in connection …
-
Gibt es nicht mehr im neuen image. Hier kannst du alles mit dem Befehl repetier-setup einstellen. Da gibt es auch einen Menüpunkt für den mauszeiger ob er unsichtbar, immer sichtbar oder nur beim bewegen sichtbar sein soll. Kann man auch direkt übe…
-
Es gibt dazu keinen Wizard oder Funktion, aber in der Konsole kannst du ja mit dem G-Code Befehl die Ausgabe sehen. Wobei die ja korrigiert werden durch z Bewegung beim Druck. Der Fehler ist daher ja nicht so groß wie die Unterschiede die gemessen w…
-
I'd go for quality. Speed always degrades quality simple becaus eit increases vibrations and also holding constant pressure gets harder with higher speeds. The big difference is how fast quality degenerates with increasing speed. Also having 32 bit …
-
The only cache is the g-code model list. There we already compute the images. But we still need to reanalyse them on start since the gcode might have changed or settings for timing calculation. Only with the current setting recalculated they will ge…
-
Das liegt am neuen Grafiktreiber der Standardmäßig aktiv ist. Damit geht am besten die arandr methode, der das egal ist und die auch touch dreht. Ansonsten aus der Downloadseite die Anleitung: Drehe DisplayJe nachdem, wie du den Bildschirm montiert…
-
On pc with windows make sure updates do not reboot. We can not prevent forced reboot for updates. Also with many printers the potential for electronic problems can increase and if one causes usb hub to disconnect you loose a few prints. But that de…
-
In which computer? We use time from the os you are running server on, so make sure the date is set correctly here. Nowadays the time is normally synced with a time server - at least if there is a internet connection from server to outside. This is e…
-
I think this is one of the times it happened: 2022-11-07 09:06:33: error: Reading serial conection failed: no data on read.End of file2022-11-07 09:06:33: error: Reading conection failed: End of file. Closing connection.2022-11-07 09:06:33: Port clo…
-
Since 0.10 is already old (over a year) and there is no newer version we did not add older version. In theory older version or other github forks should work. At least if they use the same commands/files for configuration. As you see in the solution…
-
By default all motors are off. Only once you have moved it motor will turn on. There is also a timeout for motors that will disable them again if they are not used for x seconds. Also note that extrude rmotor will only move when it has at least mini…
-
Yes, the xml file is only read on startup so restart server to make it take effect.
-
No you were the find to find the issue. Guess most are using Z=0 for testing which is the only value that was working. With 1.4.3 this is also now fixed.
-
This is a security feature to prevent clickjacking. But it is possible to disable it. Put a copy of /usr/local/Repetier-Server/etc/RepetierServer.xml into /var/lib/Repetier-Server/database and change false If you already have a file version the…
-
Please update to 1.4.3 and check console while printing. For linux we now include messages from linux about usb issues so it is much clearer. Also you see there if it is a timeout from an communication error or if it is linux disconnecting the conne…
-
Ich vermute du redest über das Repetier-Server Cura plugin. Die Software ist aber nicht von uns, da kann ich nicht viel zu sagen. Im readme des plugins: https://github.com/VMaxx/RepetierIntegration steht man muss die zur Cura passende Version neh…