Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Ja das ist aber korrekt. Wenn eine Timelapse läuft für den Drucker werden die webcam Änderungen nicht übernommen da es sonst zu Fehlern kommen kann. Immerhin ist verzeichnet das mit webcam x timelapse läuft und wenn sich das ändert kann es zu ernste…
  • I see they use the ch341 driver which is so far the only one I know causing that problem. Mesg:15:38:29.309: Reconnecting usb port to fix serial driver problems ...Mesg:15:38:29.362: Connection closed by os during print ... trying reconnect for 10 …
  • A slicer inside server is planned and will come with an update when available. Until then you should install a slicer on your pc and slice there and just upload the sliced gcode. My favourite free slicer is Prusa Slicer, but any slicer you like will…
  • Je nach Einstellung kann es passieren das der Server die Extruder ausschaltet (kann konfiguriert werden). Dann macht das erste continue nur ein aufheizen und erst das zweite beendet die Pause. Sieh aber auch mal in der Konsole an welche Befehle ges…
  • Ok das Dollar Zeichen ist das eigentliche Problem. Das sind Bash Skripte und variablen werden durch $ eingeleitet und in dem Fall mit # beendet. Er hält es für eine Variable. Muss mal sehen ob es eine möglichkeit gibt so was beim Schreiben zu escape…
  • Hattest du vorher schon mal server neustarten versucht? Vermutlich war der Fehler nur im RAM wenn importieren funktioniert hat. Dann wird es bei mir nicht anders sein. Aber grundsätzlich hast du recht das mich Fehler interessieren. Sollte ja nicht …
  • Ja kann mir vorstellen das die SSID ein Problem ist. Der Name wechselt hier über skripte und externe Programmaufrufe und enthält alles um Probleme zu verursachen also Komma Leerzeichen und Punkt.  Ich hab grad mal versucht manuell die Befehle zu sc…
  • Mit welchem Browser? Es kann passieren wenn zusätzlich ein Feld einen illegalen Inhalt hat also eine Zahl einen Buchstaben enthält. Dann würde auch jede andere Änderung nicht übernommen werden. Meist gibt es im server.log dann auch eine Meldung. Wä…
  • Firmware ist die des Druckers selber. Da wir ja mit dem Drucker kommunizieren wollen gehe ich davon aus das wenn das Display dies unterstützt (was ja eine offene Frage ist) dann sollte sie die Kommunikation ja 1:1 durchleiten. Wie sie allerdings Mel…
  • So guess that means Klipper does not write a message on it's own:-( Great you found a solution to still transfer it, but being quite special so I can not add it be default. But if klipper adds a message by default let me know and I add the response …
  • Stimmt denn die Firmware? Mit falscher Firmware klappt die Verbindung nicht. Die Portnummer sollte er schlucken, frag eist ob sie korrekt reagiert. Als test kann man sich per telnet software einloggen. Dann einfach mal M115 schreiben und man sollte …
  • That really depends on klipper here. For repetier-firmware we have in our repetier.xml the following line: FlowMultiply:(\d+)which detects when firmware changes flow. Question is does klipper send any message to console when it changes the flow rate…
  • Wenn ich annehme das eine Firmware schon drauf ist, usb kabel dran und Drucker Wizard starten. Firmware korrekt auswählen (vermutlich Marlin) und den richtigen Port wählen. Wenns der einzige Drucker ist steht unter /dev/serial/by-id/... nur ein Port…
  • Standard Repetier-Host does not contain any drivers at all. You need to install them from printer manufacturer. Win 10 has many of them in it's autodetect system so it installs them when needed.
  • I know it is one the bug fixes in new version. Please just download the new version manually and install it. That updates installed version as well and works when you had a 0.94.0-2 version.
  • When there is no M218 command in firmware implemented there is nothing server can do of course:-(
  • I once had a user use a expensice trinamic servo (or stepper not sure) motor with step/dir/enable control. That motor has it's own internal control circuit and could be programmed how to behave. Host was 300 euro for motor/electronic combo. Behaves …
  • Einfach Lösung wäre im licht aus skript vor dem ausschalten sleep 20 zu schreiben. Dann verzögert das ausschalten 20 Sekunden was hoffentlich ausreicht noch im hellen das Bild aufzunehmen. Klappt aber nur wenn das Skript nicht als synchron markier…
  • With the console in touch screen you can send regular gcodes like M218.
  • >Fast disconnect and reconnect cable solve the problem until the next time it happens.printing resumes immediately. Since that helps in last server version for linux we have added the option to reset usb connection on timeouts in serial communic…
  • With such errors you should always consult the console and disable all filters so you see what is going on. E.g. when idle firmware sends every second a wait. Or assuming you used the old 0.92.x firmware you should see every second a M105 being send…
  • Ursache ist vermutlich das der Autoupdater nicht mehr funktionierte in 0.94.2 - das ist ja eine der bugfixes in 0.94.3. Mach das update bitte über ssh manuell: wget http://download1.repetier.com/files/server/debian-armhf/RepetierServerLatest.deb su…
  • > Even not with sudo -u. I don´t think it´s a user right problem. The script itself runs on the Raspberry, when i run it via ssh. If it doe snot run with sudo -u which is the same as server does it is a user problem. Not necessarily a permission…
  • Hast du ein log von so einem Druck? Alles andere ist raten. Vermutlich gibts da einen Fehler und ich hoffe die Firmware (welche?) macht dazu eine Ausgabe. Aber schon das er die prime line schräg zieht ist komisch oder steht das so im script?
  • Does it work with sudo -u repetierserver command ? That was not clear from your comments. I'm no python programmer so can't say much about what you can do in python. Can it be that your new script needs some environment it does not get? E.g. is the…
  • No,  float px = ox + static_cast(ix) * ax + static_cast(iy) * bx; float py = oy + static_cast(ix) * ay + static_cast(iy) * by; is correct. A = P2-P1 B = P3-P1 POS = P1 + ix * A + iy * B is the equation spanning the measured…
  • You mean plane has a and b = 0 and is not level? Can you provide a sample session where that happens. I can't think about a way that would happen as you describe. I see a pattern where it would be possible. Actually I'd not use a plane as reference …
  • No there is no limit on time as far as I know. The commands in menu are started non blocking so we do not even wait for them to finish. If it does not work that is normally because they are run as user repetierserver. So for testing try running the …
  • I'm already adding the close button for right side:-)
  • First the value in repetier is just to adjust the knob control to the maximum value. So just increase it. The real test if a temperature is allowed happens in firmware. See in console for the error message. If it writes recv: .... it means the mess…