Repetier

About

Username
Repetier
Joined
Visits
2,085
Last Active
Roles
Administrator

Comments

  • Er nutzt Klipper wozu der Server aktuell lokal installiert sein muss. Voraussichtluch mit Version 1.5.0 die als nächstes kommt unterstützen wir auch Klipper Drucker über das Netzwerk, wenn sie die Onlinefunktionen über Moonraker zur verfügung stelle…
  • Last 3 devices are all the same, 2 are just links to the real device. With mk3 you must have main power enabled, but when you see lcd I assume you have. Also in prusa settings rpi must be turned off so it uses usb connection for communication. Enabl…
  • @make_snapshot is for making timelapse videos. Only direct solution to get messages with webcam image is using push messages with push over as receiver. In push message config you can select to also send a webcam image with the message for it.
  • Im Server das invertieren betrifft nur die Pfeile, aber was die Firmware macht ändert sich nicht. Und es macht nur sinn wenn die Firmware bei positiven E werten extrudiert, sonst kann man nicht mehr drucken auch wenn er im Server dann korrekt herum …
  • Das ist Sache der Druckerfirmware. Wenn der Stecker es erlaubt reicht es aber auch den Motorstecker um 180 grad zu drehen.
  • Ja das ist fast der maximal mögliche negative z Wert für int32 Zahlen. Es wird nichts ungewöhnliches gesendet vom Server, davon kommt es also nicht. Ich denke es kommt hierher: Send:21:38:52.348: N60689 M400 ; wait for finnised movesSend:21:38:5…
  • Did you have logging active to see afterwards which commands get send. What wonders me is M501 especially after homing. Normally you should not fiddle with firmware settings during print, can have negative results if it changes sizes. After all you …
  • If it happens after the print I would guess it is in the after print gcode hat it want to go down, so you should check that code if there is a command that would cause it under some conditions. It is a bit strange that it went away after restart. Wo…
  • Config can not fry them only if your current is too high I'd say.  Maybe make sure ALWAYS_CHECK_ENDSTOPS is disabled. In this case cross talk can only make problems during homing. Also check with M119 if an endstop is high. Moves in endstop directio…
  • In install_dir/firmware/marlin.xml the command for babystep is defined like this: M290 S{f:babyz}Reading current doc https://marlinfw.org/docs/gcode/M290.html It can modify probe offset depending on BABYSTEP_ZPROBE_OFFSET when you compiled marlin. …
  • Logging in RepetierServer.xml is only for server.log. For logging of printer connection go to printer and in printer menu select logs and there you can activate it for next prints. Logs appear in same window for download then.
  • Could be that you have cross talk to z end stop causing early trigger. Use a host software with console and send M111 S71 to enable endstop debugging. Note that this can crash firmware so use that flag only for testing if it is z endstop. Then home …
  • The main reason for babysteps is to change z without changing official z. It is not directly connected to z probe offset. If that offset is changed or how depends on the firmware you are using and maybe even the version or configuration.
  • Not even can also happen when you push uneven and it takes some time to heat new filament. The throughput is limited by heating power. Granular stuff is especially an issue with small nozzles and special filament with glitter or other additions. Wa…
  • That is how it is supposed to work. We have in out images an automounter mounting usb sticks to special folders where USB-1 - 3 point to. To inverstigate login to linux (ss or server terminal) and enter  mount to see all mounted devices. Insert usb …
  • If filament goes up over heat break it is not working as supposed. Reasons are cooling of heatbreak not sufficient or filament temperature too high. Sometimes it is also granular stuff in filament blocking the nozzle so all goes the other way up ins…
  • Das mit dem erweitern/scrollen ist Absicht. Spätestens beim Handy hochkant ist sonst nichts lesbar. Darum ja die möglichkeit zu scrollen. Bei langen Dateinamen ist das am Desktop leider auch nicht komplett lesbar  ohne scrollen.
  • Wir sind dabei uns mit weiteres Systemen verbinden verbinden zu können. Zuerst Bambu und Klipper basierte Systeme mit Moonraker API. Sollte mit der nächsten version 1.5.0 herauskommen. Ich bin nicht sicher ob der Kobra Max 2 mit Klipper/Moonraker lä…
  • Was Betriebssysteme angeht sind wir all enur Anwender. Der Teil den ich kontrollieren kann ist wenn Linux das Gerät als Schnittstelle anzeigt. Hab keinen XL aber MK3 und PrusaMini werden Problemlos angezeigt. Was ich noch gefunden habe ist das bei …
  • The command for endstop report is M119 not M111! EEPROM looks ok so far. And if you only changed heater it is likely a hardware error you caused while changing the heater. BTW: Does homing still work? There X must also go to negative coordinates.
  • Check endstops with M119 Assuming x min endstops if you can not go back it is probably triggering and high all the time. Did you loose endstop during replacement?
  • Hast du schon versucht den Xl direkt am Pi anzuschließen. USB 2 und 3 beide mal probieren. Wenn lsusb es nicht listet ist es für Linux nicht existeht und ich denke selbst unbekannt Geräte werden normal gelistet. Eventuell bringt ja der Hub den Pi du…
  • Also it is complete for supported hardware, we have not enough time to develop it further with new features. We mainly do bug fixes if some were detected. So if you have supported hardware and features are what you need it is ok to use it. Also it i…
  • Das ist kein Kommunikationsfehler, sondern ein ernsthafter Fehler im Drucker. Zumindest wenn die meldung korrekt ist. Weil ein Heizelement sich nicht wie erwartet verhällt wurde aus Sicherheitsgründen die Heizung komplett deaktiviert und ein weitere…
  • Je nach benötigter Positionsgenauigkeit ist das nicht möglich. Prinzipiell kann man aus dem Klipper Objekt Modell die Live-Position ablesen: https://www.klipper3d.org/Status_Reference.html#motion_report Das Objekt steht auch im gcode über Computed …
  • wget https://download1.repetier.com/files/server/debian-armhf/Repetier-Server-1.4.16-Linux.deb sudo dpkg -i Repetier-Server-1.4.16-Linux.deb rm Repetier-Server-1.4.16-Linux.deb should do the trick. You just change version in download link:-)
  • Ok, I think I found the reason. You need to edit the file screensaver in /usr/local/Repetier-Setup/bin Line 15 must be   sudo -u pi ./screensaver $* and not   sudo -u pi ./screensaver "$*" You can change it in ssh consolue using sudo nano /usr/loc…
  • On a pi you need to download the deb package (use link from homepage with version number changed) and install it sudo dpkg -i debFileName I'm testing the screensaver issue and it in deed does not work with 0 as supposed. Need to investigate further…
  • 1.4.17 is mostly a bugfix release. It is no problem to download and install 1.4.16 over 1.4.17. It will continue to work as before. We are at the beginning of 1.5.0 so can not say when it is finished. 
  • Thanks for the info. Checking the issue I found out that in sources the command @moveAbs got renamed to @moveAbss (involuntary key press when file was open) causing the sliders to fail. Will be fixed in 1.5.0.