Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Komisch, sieht ja nicht so was als ob da noch Leerzeichen vor dem M600 stehen. Mach das eigentlich immer so und es klappt. Als test kannst du auch einfach manuell M600 in der Konsole eingeben. Aber was gibt der Drucker in der Konsole zurück wenn du…
-
They share the g-code models which you can use to start a print. Each printer still has a own queue. So you say e.g. printer 1 is source of models and printer 2-5 have set shared directory to printer 1. Then you upload g-code to a group on printer 1…
-
Ich selbst hab nur Logitech Kameras und die haben alle interne MJPG Unterstützung. Denke Microsoft Kameras haben das auch. Viele chinakameras liefern aber nur die Rohdaten und dann muss es Softwareseitig umgewandelt werden. Wenn du aber nicht mjpg_s…
-
Mit dem ^ im Ausdruck sagst du das die Zeile damit anfangen soll. Die parameter stehen doch alle in Kommentaren mit ; solten also damit ignoriert werden. Sieh mal nach ob du das Dach Zeichen vergessen hast. Einfügen geht so nicht einfach. Es gibt s…
-
Normal ist eine Meldung das der Druck fertig ist. Ist es dein Wechselskript oder die offizielle Filamentwechselmeldung? Gibt es denn am Ende auch ein M600?
-
Wenns nicht der Browser ist meinst du Repetier-Server Monitor vermutlich. Oder nutzt du Repetier-Host ? MJPG stream ist der einzige der unterstützt wird. Und das einzige was die last reduziert ist wie gesagt kleinere Framerate oder Auflösung. Alter…
-
Ich sehe das das Forum meinen Text geändert hat. Die 0 soll "at"0 sein wie unten in der Bechreibung um den ursprungsbefehl einzufügen. Wegen der 0 macht er es nicht und nichts passiert. Alternativ schreib auch einfach M600 rein, M600 hot nomral eh k…
-
Wir reagieren auf meldungen der firmware bei M601, aber es ist leicht sich bei Befehl xy eine Nachricht zu schicken. Druckereinstellungen->G-Codes->Ersetzungen Regel: ^M600 Ersetzung @pushmessage Deine "Nachricht" 0 Das macht was du willst.…
-
Also der Reset beim start einer Verbindung nehme ich mal an. Ok sobald es was neues gibt können wir sehen was ihn stört. So was kann mittlerweile meist durch zusätzlich ersetzungen repariert werden.
-
Ja so geht downgrade auch wenn es eins auf eine eher alte version ist. Eigentlich gibt es keinen Grund warum 1.2.1 nicht klappen sollte. Die Frage ist daher was da genau anders ist das und was bedeuete "Drucker aus" da wirk die Stromzufuhr ja nicht…
-
Yes, D8 sounds correct. Check if the signal still works of if the mosfet also overloaded the pin, so it does not work any more. Actually you can define any pin you want in the configuration file for bed so you can also use one on the extension board…
-
When I do it I get: (base) littwin@Rolands-2-iMac-2 ~/Documents/Projekte/RS/RSTouchscreenNG gulp [09:01:35] Using gulpfile ~/Documents/Projekte/RS/RSTouchscreenNG/gulpfile.js[09:01:35] Starting 'default'...[09:01:35] Starting 'compilecss…
-
If you are moving with host you are already sending commands, so which commands do not work? Best is to open log (disable easy mode) and disable filter so you see communication between printer and host. Then you see normally what is happening and ev…
-
The sentence stopped but from title I guess you mean touch function did not invert. This can happen especially if touch is a separate driver. Then you need to invert the touch configuration as well as described for your display. This is normally don…
-
Welcher Prozess hat 100% auslastung und wo kommen die streams her? Grundsätzlich ist mjpg sehr cpu intensiv da jedes Frame ein jpg Bild ist das dekomprimiert werden muss. Möglichkeiten zur Lastreduzierung sind die Frames zu reduzieren z.b. auf 10/s …
-
Did you add the g-code to cura engine start g-code so it is always included in any g-code?
-
3 sekunden ist höher als firmware timeout. Busy hat normal 2 sekunden. Problem ist aber das die Firmware antwort nicht ankam und daher timeout. Normalerweise ist das Kommunikationsfehler so das das "ok" nicht erkannt wurde oder firmware hat den Befe…
-
That is normal - it still uses values form first upload. Run M502 M500 to reset eeprom to config values.
-
It is a switch button in console, just click on it. It is active by default so wonder why you see all that stuff. Or are you talking about touch screen? On touch screen it is only visible for wide displays - think 800px minimum.
-
2. it is in etc I know. I wrote ../etc/webcam.conf for that reason! File is ok. 1. This is the code responsible if [ "$DEV" == "pi" ]; then if [ "$IS_PI" == "yes" ]; then PICAM=$(/usr/bin/vcgencmd get_camera | /bin/grep "detected=1") if [ "$…
-
Thats fetching temperatures. In console there is a M105 filter that is exactly for the commands and response.
-
Einige Drucker laufen nur im Ping-Pong Modus stabil, weil sie intern durcheinander kommen mit den Kommunikationspuffern (bug in firmware/serial driver denke ich). Versuch daher erst mal mit ping pong modus aktiviert. Von langsam sieht man in der Kon…
-
Repetier-Server Monitor is a desktop viewer bundling multiple pro instances and can be downloaded here: https://www.repetier-server.com/download-repetier-server/
-
Easiest would be to define a function in event "Printer activation" like @func replaceableDialog message title @dialogHide {{ global.replaceableDialogId }} @dialogStart "{{ local.message }}" "{{ local.title }}" @dialogShow global.replaceableDial…
-
So you are using our image and still did install again mjpg_streamer overwriting our files? What does sudo -i cd /usr/local/Repetier-Setup/bin ./mjpgStart pi return. That is explicitly starting pi streamer. Also check what webcam.conf contains. I…
-
Guter Hinweis. Fürs nächste update wird das der updater automatisch machen.
-
Why not using our image where streamer is already preinstalled? startAllCams sees only the display videos. It should also start ./mjpgStart pi What image are you using? Bullseye has introduced new solution for pi cams that is not compatible with…
-
Ok, never use all for uploading since I can not set group. But guess it will assign default in that case. But will test as that should at least happen. But you can change assigned group any time as I said when you select summary. In the top the grou…
-
The print values must be covered by your bed definition in printer settings. This bed must be inside move area defined in general tab where also z range comes from. From the response I see that your defined bed shape has only 200x200 mm while print …
-
What we need is a port that acts exactly like a serial connection. Normally this is telnet port 23. It will not work with a http based port with some different protocol. Don't have that printer so can not say which kind 9999 would be. You might try …