Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Der Menüpunkt "Anleitung" im Hauptmenu des Server dann unter Server Commands stehen alle Server Befehle.
-
I understand that part. But the question was if G30 would do it correctly.
-
So you got internet connection to get the files now? Otherwise copy the deb file to usb stick and mount it so you can install it.
-
1) It is defined in printer settings->General->Manual Control. Enter the speed you like there. 2) You can use the mjpg_streamer url manually. It has a web interface allowing to change some values. You can also add the settings in some script s…
-
When you go to middle and run a single probe using G30 does it apply the offset? Deploy logic is not the smartest in V1 firmware. It must succeed at the point you do it or it will fail. V2 does move here to apply it correctly. But it won't run on 8…
-
Die stehen unter Serverbefehle. Icons kann man auch setzen. Dazu mit icon als url zu einem Icon Bild. Geht ab 0.94.x denke ich.
-
Bei uns scheint es so das das powermenegement ein Problem ist. Seit ich wlan power management ausgeschaltet habe klappt es. Vorher lieferte cat /var/log/syslog | grep "carrier lost"einige treffer Pro tag. Jetzt schon 20 Stunden kein mal passiert.Bef…
-
Ok so switching to DFU mode is working. The uploader expects only one device in that mode and searches for a usb device with just that vid/pid. So main question is why it does not find it when windows shows the device. Does windows show it as known …
-
Strange. Why should it matter if screen is connected for opengl? I mean it computes internally. But good to know.
-
Look at my last answer! Lines differ but there is only one line with FEATURE_CONTROLLER in configuration.h
-
Hast du /mama/lightoff.sh in die liste der sudoer für user repetierserver eingetragen? Z.b. in /etc/sudoers.d/repetierserver-perms repetierserver ALL=NOPASSWD: /mama/lightoff.sh sonst scheiterst du am sudo.
-
Switching the 2 cables was what I meant. Both use identical sd card settings so I assumed one had a fault. Both displays are the most used one so I also assume that it normally works or I would have much more complains. But currently I have no idea …
-
In deed a problem. You can not connect because it is only connected to your mobile and has no routes to find the v6 server version. Easiest solution would be if usb web connection works. Then you can access is from your pc which also works as gatewa…
-
Good point. You need a homing order with preheat so you can enter also a homing position for z that can work. You can leave temperature at 0 so no preheat is necessary, but the position is required. Hope it then also uses the offset which is then po…
-
Do you have something like Repetier-Server installed that might try to reconnect constantly and fails, but still causes the reset?
-
Stimmt. Hab mich grad eingelogt und bekomme die Meldung x/3 Applets. Das ist schon heftig auch 10$/Monat nur damit man eine Steckdose einschalten kann. Zusätzlich müssen die Hardwareanbieter ja auch noch was zahlen.
-
Actually they work the same using same settings as the 20x4 RRD display. But sometimes the cables have a connection problem. Try replacing the SD card cable with the one where it worked.
-
The one containing FEATURE_CONTROLLER in configuration.h controls that. But I was assuming you used the configuration tool to make it easy. There you also see below description the define names in configuration.h
-
Flow should be the same for all printers or some are not correctly calibrated. Anyway making server ignore M220/M221 does not set the value you want. It still gets lost on every connect where we init it with 100% anyway. So I see no gain in this cha…
-
We can only detect by serial. If you are using a linux system use the path of connection (port connected) as serial by selecting it over /dev/serial/by-path/... - these are always the same for same port and link to the real names which depend on d…
-
I have only the original RUMBA32 but sounds similar. To upload a firmware it must be in DFU mode. So first enter boot mode then the NEOPIXEL starts slowly blinking indicating boot mode. Only then hit the arrow button to compile and upload. Once you …
-
Not all boards have that man temperature pins predefined in pins.h definition. Mainly because the board does not have them (officially). So if you use an unofficial pin set the explicit pin instead.
-
Please check in eeprom what value you have. Guess it is not the same as in configuration.h a it never updated eeprom on upload.
-
Nein IFTTT ist immer noch umsonst für das was du brauchst. Die können jetzt kompliziertere Verknüpfungen und die kosten wohl Geld. Zumindest steht das so in den Mails die ich bekommen habe.
-
Kann man auch manuell in der Konsole senden, wenn es nicht immer automatisch geschehen soll.
-
Aus dem Manual: @autostart_next_jobStarts the next job in the print queue automatically as soon as the currently running job is completed. Note: This is intended for printers that clear the bed automatically, because otherwise it will be printed on…
-
At the moment only connection information gives a report on amount of lines send and number of errors. But these errors are resends due to checksum errors, not necessarily timeout which also trigger resends normally but have different reasons. Might…
-
Man kann auch Dateien aus dem Projekt drucken. Es muss sich aber um eine .gcode Datei handeln. Da gibt es dann das Hochladen und Drucke-Icon. Klick drauf und er fragt auf welchem Drucker gedruckt werden soll.
-
Not necessarily. Did you select the Zonestar display with 5 buttons in the user interface section? They had a special handling for the 5 buttons as they are controlled by one ADC value. You also need to set the analog pin in that case but that shoul…
-
Why? Slicers do not change it during print. Only bad thing I saw so far is that Prusa started setting flow to 95% on some layer heights. But that is in the start script so could easily be changed.