Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Merkwürdig. Die IDs kommen ja von linux selbst, hat nichts mit uns zu tun. Aber gut das du eine Lösung hast warum auch immer sie funktioniert.
-
Virtual printer is just emulation so it always works, but is not your printer. Are you using Repetier-Server or Repetier-Host or both? Only one app can access the port directly, so make sure only one is connected. If you use Repetier-Server make …
-
Nein kann man leider nicht. Man merkt es erst beim installieren oder wenn man gut mitzählt. Abe rin dem Fall kannst du uns zwecks zurücksetzen gerne kontaktieren.
-
Ich denke eher du hast als port direkt /dev/tty.... gewählt. Hier bestimmt die Reihenfolge des erkennen den Namen, was hier unpraktisch ist. Linux hat jeden port 3 mal aus diesem Grund. Für dich interessant die variant /dev/serial/by-path/... wo der…
-
When 2 printers have same port id you need to use /dev/serial/by-path/... names. Here the usb port where it is connected defines the name so that is always unique but stops working when you switch port.
-
You can also put it into /usr/local/Repetier-Setup/bin/mjpgStart which is what starts mjpg-streamer. Last line start usb webcam, line 25 starts raspicam. That it is directly effective.
-
Probably just wrong baud rate. With wrong baud rate it won't connect. And remember to activate Repetier-Firmware in server or automatic protocol detection in host. Also enable viewing ack so you see all firmware messages - if there are none baud ra…
-
With our images it is started automatically. To access it outside server enter http://ipusedforserver:9000 That is where mjpg_streamer publishes the web access.
-
Also willst du eigentlich webcam starten aber nicht grabber device. id wird ja immer wieder neu erstellt. Da würde ich anders vorgehen. Ändere /usr/local/Repetier-Setup/bin/mjpgStart füge nach Zeile 5 ein if [ "$DEV" == "/dev/v4l/by-id/grabbername" …
-
Module heißen die plugins bei uns und sind schon lange möglich. Das rendering und firmware uploader sind module. Aber meist gibt es so was nur von einigen Herstellern für ihre Drucker. V2 wird noch ein Jahr oder mehr dauern. Was aber im nächsten up…
-
Versteh das Problem nicht. Wenn du die Datei entfernst und neu startest startet mjpg_streamer nicht durch uns. Danach benutzen wir die webcam nicht und der grabber kann mit der webcam machen was er will.
-
Safari is not complaining about memory. It says "significant memory" which just means it is CPU intensive. Especially the control tab is in deed cpu intensive as it refreshes the bed painting frequently during print. A test showed 75% cpu usage on t…
-
Position is not relevant. When 65mm right to nozzle it means you need to be at x 65 to be able to measure or you crash in x end stop, which is what the error says. So change points for measurement so position can be reached with active z probe. So x…
-
G1 S1 disables target position check so negative Z positions are possible. Did you already check z probe height in eeprom as I told?
-
Check z probe height - if it is very high that would be the result. Also ask firmware with M114 if it really thinks to be at z=0 just in case.
-
What is using heavy memory in which case? How much is heavy for you? It is a big javascript app running on browser so 50MB memory usage is not much. When you are viewing big layer or other things with much content it can even be more. Only thing is …
-
Das ist eine udev rule. Wir haben die Datei /etc/udev/rules.d/11-mjpg_streamer.rules hinzugefügt um jede webcam automatisch mit mjpg_streamer zu verbinden. Datei löschen und neu booten und es werden keine webcams mehr von mjpg_streamer automatisch g…
-
For a 12V bed 150 watt with 20x20cm would be good and heat within minutes, but with 800W I guess it is a bit bigger. For 800W resistance seem a bit high I guess, but I'm no electronic expert. But might in deed be the reason also I can not understand…
-
As long as you are on 100% output it is not relevant if you have bang bang or pid. It is constantly open. So SSR would be a good reason. You are just not getting full power into the bed while power is set to on. Can also be a broken or partially bro…
-
looks like a recent pull request added that error. Please change #endif Z_PROBE_IIS2DH into #endif // Z_PROBE_IIS2DH to prevent the error. The stray messages come from wrong encoding I think. Try converting it to utf-8. Will also have a look at the…
-
> if there was some way to see the color of the material loaded on the printer in the dashboard it would be really helpful. Yes that is the part I really liked. Did not think of it, just wanted to have the color as part of filement system. But…
-
What are you trying to solve? Offsets get only applied to the print and not when you send them manually, so maybe you are expecting this. But it is meant to equalize behaviour on gcodes while in front end setting temperatures is just what it is. So…
-
Having external webcams does not really help - you just increase network traffic but same data gets stored to sd card. Normally sd speed is enough to timelapse storage especially if you make only one snapshot per layer. It increases of course writes…
-
You should log the print and then see what is going on. E.g. did firmware tell host to stop/wait or is there a communication error, ... You can see only in the log what exactly is the issue here.
-
You mean g-codes? Not really. With hitting enter key it should rename if possible. Make sure it is an allowed filename so not containing chars like < > | which are not allowed by os.
-
There is no link. Take 1.1.2 link and change version to 1.1.3 for latest beta.
-
This solution does not play well our planned material management. But I like the idea to add a second icon with material status for all extruders and showing color of active extruder at top. So I think something like that will come with material man…
-
Du bist vermutlich im absoluten extrudermodus. Sende vorher G92 E0 dann ist es egal in welchem Modus du bist für den move oder setze e relativ vorher.
-
Die muss ich noch fertig stellen. Feature ist schon programmiert. Einfach in 1-2 wochen mal sehen ob 1.1.3 verfügbar ist, da wird es drin sein.
-
Ich verstehe was du meinst. Hoffe dein display hat mindestens 800px. Werde es hinzufügen bei breiteren Displays wo der Platz für den Schalter reicht.