Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • In printer webcam configuration you can restart the webcam server which should also suffice. The questions is why a switch kills the 2 mjpg-streamer processes, which are separate programs running. You should definitively look into /var/log/syslog a…
  • Du installierst klipper im Server damit das Grundsystem auf dem Pi mit Server läuft. Dabei wird auch der Port schon korrekt gesetzt, aber es klappt natürlich nciht, weil die Klipper Konfigurationsdatei fehlt. Danach die Datei erstellen im Klipper M…
  • Wenn der Server auf einem Pi läuft kann es leicht Probleme mit der Zeit geben. Der Pi hat keinen Batteriepuffer um die Zeit beim Ausschalten zu synchronisieren. Dann muss er sich die per ntp aus dem Internet holen. Bis dahin kann sie halt abweichen.…
  • you need something like this one: https://www.amazon.com/-/de/dp/B087325BPG/ref=sr_1_4?__mk_de_DE=ÅMÅŽÕÑ&crid=EXJJGYQ6M8HW&keywords=filament+sensor&qid=1695833609&sprefix=filament+sensor,aps,153&sr=8-4&amp…
  • See chapter Run "G-Code on change" on what to enter. I do not think this kind of sensor works. This one changes between high and low while printing and is not a simple switch that detects if filament is in sensor, which is what you need. You need a…
  • It might even work better - some firmwares do not report status when printing over usb. Can not say how Qidi behaves here. Please also have a look here https://www.repetier-server.com/gpio-tutorial/ it shows how to make a gpio pin a filament sesno…
  • Versuche mal im Incognito Modus in firefox. Bei uns klappt es auch damit prima. Wir nutzen jetzt cookies für die Sessions und falls ein Plugin oder eine Einstellung cookies verhindert könnte das so passieren. Da Chrome es kann denke ich ist die Ursa…
  • The gui is just a browser running in kiosk mode. I don't know that os so can not say details on how to make it start that interface. In our image we start it in autostart of lxde desktop like this: chromium-browser --app-auto-launched --disable-pinc…
  • > Ich hab den Ping-Pong-Modus aktiviert Das ist nur schneller wenn er ohne Fehle rproduziert, wegen zu grosem input Puffer. Versuch auch mal ohne aber 127 byte puffer das geht meist auch Fehlerfrei. Das mit dem Skirt hört sich komisch an. Wir de…
  • The main problem is that there are always users dissatisfied. Tx blocks communication and you must select on Prusa. The other solution via server needs a Display running server. To install it for server side selection go to printer configuration-&g…
  • Da grundsätzlich der gleiche gcode gedruckt sollte das gleiche rauskommen. Ausnahme ist, wenn mehr Befehle gesendet werden müssen als der Drucker über usb entgegen nehmen kann. Ursachen können sein: - Kommunikationsprobleme und viele resends. Dazu …
  • Yes, I think it is because of the comment. We remove comments before sending so there is nothing left to replace. Try ;@ instead, that is the official server command start that acts also as comment. Havent tested it yet, but think it would work. A…
  • Ok, could reproduce it. Was caused from a bug that added quotes around the url. If you check it now you will see the quotes. You must update to 1.4.13 and remove the quotes. During testing it did not work, but now the error came from callmebot tell…
  • Du kannst in der shell /usr/bin/vcgencmd get_cameraeingeben und sehen ob linux detected=1 zurück gibt. Du kannst auch webcam legacy ausschalten, dann nutzt er den neuen Kameratreiber aber leider keine Hardwarekompriomierung was dazu führt das eine c…
  • Versuch erst mal ganz klein 640x480 pixel, bei mir klappt das eigentlich immer. Passt das Seitenverhältnis? Evtl noch mal das Kabel lösen und ganz reinschieben. Vielleicht gibt es nur ein Kontaktproblem auf einer Leitung. Da der Streamer sich offen…
  • 127.0.0.1 ist localhost also immer der Rechner auf dem du es eingibst, das geht bei dir am PC also nicht. Da must du es mit der ip des pi ersetzen. Neben dem Dropdown ist ein öffnen Button um die mjpg streamer Oberfläche zu starten wenn der läuft. W…
  • As the message says, the uri is invalid. For example spaces are not allowed and need to be replaced be %20 which we do for you if you add the text placeholder. I think crome would do the replacement for you so it works then.
  • Thanks. Have added a switch on dashboard theme selection dropdown. Gets stored per browser.
  • Hast du schon pi neu gebootet? Wenn du auf legacy wechselst muss das, sonst wird die neue(alte) Methode nicht funktionieren.
  • There are different reasons for this issue possible. You should check C:\ProgramData\Repetier-Server\logs\server.log to see where server stops. If this happened on 1.4.11 after uploading gcode to a project, please install 1.4.12 - that was a bug alr…
  • Problem is that to avoid name conflicts with preview images it can happen that names get converted to be unique. In this case only gcode gets preview images, so other files are not needed to be rewritten. Will have a look at it and remove rename for…
  • Check console. Sounds like your connection settings are wrong, e.g. input buffer to big so you get lots of resend requests from printer loosing received data. When you send more then printer can buffer this happens and resend to get in sync slow dow…
  • Open a support ticket on our homepage including the license key to reset.
  • New host is coming very soon. Already testing new release which works with  Repetier-Server 1.4.11 and 12.
  • What do you mean with skipping steps? My definition is that motors loose steps so print is not aligned any more. Printer firmware is responsible to prevent this by plannign the path and accelerations so this will not happen. When you say it happens…
  • Sorry, but you can not change it. If you open g-code summery you can see the weight for each extruder in addition, but table view is fixed.
  • Ja das ist offenbar ein bug. Werde es noch genauer untersuchen mit dem nächsten update fixen.
  • You see it in server connection settings if you open the serial port dropdown. Also you should not use it in server you see available names. If you only have one klipper select the /dev/serial/by-id/... name for klipper mcu serial.
  • I already found the reason for this. Host is not sending one parameter on login and that makes it now fail due to no relaxed testing. Will be fixed in next server/host version as I will fix it in both ends. If you need it for now, downgrade server t…
  • Wrong position for question I think. Question is first who does the error. If sending G28 M119 has nozzle at good position and in console you see z = 0 then firmware should be ok. If not firmware/printer is probably not configured correctly. So nex…