Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Du nutzt die falschen seriellen port namen. Die direkt unter /dev werden in der Reihenfolge benennt wie sie erscheinen, was zufällig ist. Wenn sie unterschiedliche ID-s haben nimm die Namen unter /dev/serial/by-id und wenn mehrere Drucker die gleich…
  • I already discovered that at least my Anycubic I3 Mega and Artillery Sidewinder X1 do not give any message on filament run out, so server has no chance to detect this. One solution in case you are running a raspberry pi with the printer is to connec…
  • When you change microsteps you need to change steps per mm multiplier by the corresponding factor or moves will get different distances!
  • Kann ich mir vorstellen. Er will demnach 16 meter nach unten. Die 16 meter fängt er sich hier ein: int32_t zCorrection = 0;#if Z_HOME_DIR < 0 && MIN_HARDWARE_ENDSTOP_Z && FEATURE_Z_PROBE && Z_PROBE_PIN == Z_MIN_PIN// Fix …
  • As the description already says you need to change /boot/config.txt to have these parameter: 2). Öffnen die config.txt datei in die wurzel verzeichnis von sd-karte, fügen sie die folgenden code am ende der datei, sparen sie es und sicher stoßen die …
  • Klappt eigentlich prima. Es blockiert aber wenn er noch das Vorschaubild am rendern ist oder sonst was dazu berechnet. Ist eine neue Schutzmaßnahme. Versuch es also einfach ein paar Minuten später noch mal (ja nach größe und Prozessor) dann sollte e…
  • I don't have the board so can not say much to the problem. And V2 firmware will even drop these small processors and only support avr2560 as 8 bit processor. So maybe just stick with marlin in this case is best.
  • Aktivier mal ping pong mode. Das ist wie Octoprint auch kommuniziert. Was du die auf dem Dashboard ansiehst oder überhaupt eins auf hast sollte keinen unterschied machen. Was machst du im Druckerbereich oder ist der tab egal? Die Aussage irritiert m…
  • Assuming you run linux then under /var/lib/Repetier-Server/scripts is a script named hardware_info - it reports several os values to server. You can extend it to read the pressure and output it there. This would then appear in the bolt icon menu. Bu…
  • Schick uns eine Mail mit Lizenzcode und wir deaktivieren die Lizenz. Bzg. internetzugrif, geh mit ssh auf den pi und gebe ping license.repetier.com ein. Wenn du eine Antwort erhälst hast du internetzugang. Ansonsten nur intranet oder es wird kein g…
  • Jerk needs a minimum value which will be enforced. What does acceleration to small mean? Must be bigger then 0 - for z 100 is enough, for xy 500 would be a low value for belts. Normally 1000-2000.
  • Signal and data rate look good with 292Mb/s. That you can not connect to ssh might explain why server also gets problems. Strange fact is that you say the existing ssh connection is not broken. Sure about that? When you send no commands it can seem…
  • Link doe snot work. In general follow installation instructions of the display manufacturer. Typical problems and solutions are described here: https://www.repetier-server.com/knowledgebase/display-problems-with-raspberry-pi/
  • I'm currently thinking about a script that can list/read/write ascii/utf-8 files for server config. Then it could be outsourced to that script that would execute what ever needed on write. That way also other config files could be made available if …
  • {{titlePrep.. means javascript is not running or had some errors. While it is not the most demanding javascript version (es5) we require it is a quite big app. So either the browser does have problems with the used standards we use or it is too reso…
  • That is why every extruder can have 2 fans. One for extruder cooling (heat break, cooling zone). Set with COOLER_PIN I think it was named. And the regular fan controlled with M106 for filament cooling.
  • With more microstepping all values go down. So from full to 1/16 acceleration/jerk/speed are all just 1/16 until you increase steps per mm again. Belt/rod have different steps/mm so what works on rod might be too much for belt beacuse resolution is …
  • Die idee ist die anweisungen zu verfeinern bis man weiß wo es passiert. Problem ist ich weiß nicht in welche Codeteile er bei dir geht weil ich deine config nicht kenne. Denke aber das P3 eigentlich ausgeführt werden sollte, muss also in diesem stüc…
  • What did you do so others know as well? Just delete the ~/.config/Repetier-Server-Monitor and restart?
  • Don't forget the automatic mode! It will switch between light and dark mode depending on os dark mode. So when you set os to automatic it will also change the server ui.
  • Did it ever work? All output looks good, the only thing is "bg closed" gets reported when the main window closes and the program should finish. Question is also did you ever see it appearing or trying to appear? If it ever worked the settings might…
  • If motors make sound without moving you are hearing the steps lost. Reasons: - microsteps not selected as you thought - Steps per mm too high - Jerk too high - Acceleration to high - Only one coil gets electricity in motor. But then they never reall…
  • Nutzt du meinen code mit printFLN Anweisungen oder deine Version alte? Bei meiner macht das grad wenig sinn weil in deinem Video macht er ein probing und danach kommt das Problem. Aber erstes probing ist bei meiner Version erst nach P4. Dann wäre da…
  • Or correct steps in eeprom instead:-)
  • 3 printers on one unpowered usb always sounds like this: https://www.repetier-server.com/knowledgebase/undervoltage-and-throtteling-of-pi/ Remove 5V pin connection and that should not be a problem. Some users also have a problem with 220V power th…
  • Aktiviere in der Konsole echo M111 S7 Dann wiederholt prusa die Befehle die gesendet werden. Versuch die Problematischen Befehle und siehe ob sie korrekt vom Drucker wiederholt werden oder verfälscht wurden. Hast du letzte prusa firmware 3.9.1 den…
  • Marlin 2 ist eigentlich kein Problem. Hab da einige Drucker die es nutzen und teste auch damit. Wenn es mit printerface klappt kennst du ja sicher die exakte baud rate. Firmware auf marlin 2, ping pong modus an.  Jetzt kommt ein Trick um es zu debug…
  • In manual control you can set what you want. It is just the speed you use when using the move buttons. The other speeds and max accelerations should be same as set in firmware configuration and can normally seen in eeprom settings. They are just use…
  • Warum mustest du abbrechen? Da hat er ja noch nicht mal angefangen zu proben. Erst nach P4 fängt das messen des Rasters an und so viel ich weiß passiert es erst nachdem er fertig ist. Ich brauch hier echt mehr infos - ich weiß doch nicht was du ände…