Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Irgend was stimmt da nicht so ganz für mein verständnis. Ich sehe du hast den server um 10:17 hochgefahren. Wenn man einen Druck startet, erschein so was im server.log: 18:24:27.333: Websocket opened18:24:38.150: Job created: /Users/littwin/Documen…
-
Sieht alles gut aus - keine verlorene Verbindung zum Drucker aber du hast auch keinen Druck am laufen gehabt. Was ist also um 11:07 passiert außer das du den Browser aktiviert hast? Was ist denn mit dem Kommunikationslog? Da müssten ja dann die gan…
-
Im nightly build ist er schon behoben. Finale version braucht noch ein paar Wochen da es eines der größten updates wird seit langer Zeit und nicht alles neue 100% fertig ist.
-
Ursache ist wie die Bootloader des Prozessors arbeiten. Beim mega macht man einen Reset und er startet mit seriellem bootloader und man kann die Datei anbieten. ST Prozessoren können DFU (wenn boot und reset button vorhanden sind) oder von sd karte …
-
Gib mal ls /dev/sd* an, um zu sehen ob linux überhaupt ein Laufwerk sieht. Wenn nicht wird die sd karte nicht als laufwerk angeboten (oder keine eingelegt). Da /media/ leer ist denke ich mal nicht das da eins existiert. Siehst du die sd karte, wenn…
-
No update yet. Somewhere end of year I guess a first version should be available depending on how much extra work we have to do in between.
-
Log dich per ssh auf den pi ein und gib mal mount ein. Dann siehst du was wohin gemounted ist. Dann mache ein ls -l /media/flash... je nachdem welche davon gemounted sind uns sieh nach ob da ein FRIEMWARE.CUR drin ist. Dann weist du, das es das rich…
-
Please check this FAQ entry: https://www.repetier-server.com/knowledgebase/password-forgotten/
-
My problem currently is that I do not understand what your problem is that you want to describe. You already know the id trick and all disks are there. What do you want to achieve? df only shows mounted devices - /dev/disk/by-id shows connected dis…
-
> Perhaps you could add to that /usr/local/Repetier-Setup/bin/usb-mount script the SUBSYSTEMS to TAG option and have it only mount devices tagged as USB? Since the pi has no HDD ports natively, what system does your hard disk use? Isn't that USB …
-
Ok, das ist ganz einfach Verbindungsverlust RRM: Ignoring radio measurement request: Not RRM networkApr 18 12:43:28 RepetierServer wpa_supplicant[531]: RRM: Ignoring radio measurement request: Not RRM networkApr 18 12:43:28 RepetierServer systemd[1…
-
You can remove /dev/udev/10-flash.rules I think it is named. That is the rule that triggers the server aoutomount of sda1 - sdc. Then it does not matter that the scripts it self exist as they never get called. If you need them for usb upload you mou…
-
Your problem is that device numbering /dev/sdX is dependent on order of detection. Means if printer is connected or not can already change your order. The flash rules like KERNEL=="sda1", SUBSYSTEMS=="usb", TAG+="systemd", ENV{SYSTEMD_WANTS}+="usb-m…
-
I was thinking about adding some regular expressions. Will see what slicers exactly output. It is not only to know the material, but also to know which extruder is using which e.g. 1 = ABS, 2 = Soluble filament. Best would be if the slicer adds that…
-
Zum kopieren der Datei in der ssh verbindung sudo cp /etc/wpa_supplicant/wpa_supplicant-wlan0.conf /boot eingeben und dann neu booten. Im Forum können keine Dateien hochgeladen werden. Du kannst den speziellen abschnitt (nicht ganze datei) hier re…
-
Currently you need to select it in summary of the gcode by selecting the material. In future versions we are adding a material manager and when you slice using our slicer then, we know the selected material and will use these costs.
-
Inside server you can not send commands to other printers directly, but there are several methods. Simplest method is to write a script that sends a command to a printer. Since this is not a frequent request the time is neglible here. So add in /va…
-
Ethernet Kabel macht normal nie Probleme und sollte die bevorzugte Methode sein, wenn möglich. Bei WLAN ist die syslog die erste anlaufstelle. Was auch helfen könnte ist die funktionsfähge wpa_supplicant-wlan0.conf aus /etc/wpa_supplicant nach /boo…
-
2 Fehler. Die Konfiguration ist wenig weil sie fehlt. Wir wissen ja nichts über den Drucker. Das ist nur das Minimalsetup damit Klipper startet. Der Inhalt der Konfigurationsdatei ist wie inder Klipper Beschreibung zu erstellen. Wenn du eine hattest…
-
Did you export the complete registry of only the repetier subfolder. Later is the correct way as the first will surely damage your windows including so many settings. We in deed learned from the registry problem and our lastet product Repetier-Ser…
-
That is true. Reason is that in case of a zip upload it could also be many files being created. Solution depends on use case. In gui you can use summary to see the gcode id if you just need it for a script. For an automated solution you can list t…
-
Ok, then bed is configured wrong. -15 is the minimum tempertature for the selected thermistor I think, so you are not reading the analog value from the sensor, but from an unconnected pin. Note that TEMP_1_PIN is normally the pin for bed. Try to put…
-
If you have no output for bed with M105 you have not enabled bed support.
-
Hast du eingestellt das du einen Extruder hast im Host? Und ist der haken für M105 temperatur abfragen in der Druckerkonfiguration gesetzt?
-
The problem are very small arcs
-
Ok, after talking about it in team we will make some presets for speed/flow/fan for users with some fixed preferences.
-
After next server release is finished I will update host again. Server is hopefully start of may finished, but has many improvements so might delay. Interim solution is not using G2/G3 - it is in the analyse of that that it fails. So far no big pro…
-
Yes, looks like the same error in arc. Should work in next release.
-
Please explain in more detail. You said you get a python error in cura not being part of host and tell me the problem is repetier host does not start. This is unrelated. What is the error when you start host? After which action does it happen?
-
What is the aim? This would not change printing speed since all slicers set speed for print object with their settings selected. Only speed we have in server is the move speed when you use our move buttons and I would not know in which case differen…