Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Eigentlich entwickle ich den Server auf dem Mac und hab keine Probleme, ports werden automatisch erkannt. Wichtig ist ein recht aktuelles OS X zu haben (10.11 ist das ältestste was der Compiler übersetzt bekommt). Wenn du FTDI chips auf dem Drucker…
  • You can also contact support for license reset if you do not get a connection. But if you use same sd card it might come back for activation on next hardware with same problem. In general if you ca run from the pc running the server ping licence.int…
  • This is a problem in resolving the ip belonging to the name, so you do not have configured a dns server or it is blocked. Normally dnsmasq gets it from dhcp settings in out pi image. If you login to command line with ssh you can send: /run/dnsmasq/r…
  • 7" is for resolution width 1024px or 800px from our css/design. Full HDMI is like having retina without telling the browser about it so it does not interpret 1px as 2 physical pixel making it so tiny. In the chromium command line https://peter.sh/e…
  • Wie sieht denn im log die Ausgabe aus? Im host kannst du bei den Druckereinstellung M105 Filter ausschalten damit sie erscheinen. Bei 100K sollte normal immer etwa sum 25°C erscheinen außer falscher pin oder adc wandler hat ein defekt oder ein boar…
  • Which ip do you see? Are they on the same server? What you see is the primary IP of the pi running the server. When it is not connected and works as access point ip is for all 10.10.10.1 so that would be ok.
  • M111 S70 would show every end stop change in log. In V1 firmware this can cause firmware crash on fast changes, so it is really just for testing. So enable it and home. If you see it toggle you know it is cross talk and you need to improve signal ca…
  • Das einzig interessant, die Temperaturmeldungen hast du im log gefiltert:-( Interessant wäre was das Bett als temperatur anzeigt da beide ja deine selbst erzeugte Temperaturtabelle nutzen, die evtl. falsch ist. Interessant aber das Bett jetzt den s…
  • Real position actually is in general unknown. We have motor positions in steps (speaking about V1 firmware) but even these are not in all cases updated per step as they are not needed and would slow down especially on 8 bit hardware. Also for deltas…
  • Scheint als hätte unser sendescript ein Problem gehabt. Nach einem Neustart hat er die Meldungen wieder gesendet. Sollte also jetzt wieder funktionieren.
  • Does the server have connection to internet? That is required also you normally get just a warning when it fails to contact the server after some timeout. 1.1.0 is latest but that is not important for activation.
  • Das ist die antwort als wir ffmpeg aufgerufen haben. Da hat also ffmpeg nach dem Druck fehler gemeldet. Womöglich waren die Bilder kaputt und er konnte sie nicht umwandeln. Hat aber ncihts mit dem Druck direkt zu tun.
  • Server log sieht ok aus für mich. Keine ahnung was du hier "komisch" findest. Eigentlich so wie zu erwarten wenn ich nichts übersehen hab.
  • So it worked and you did not reconnect and it stopped working? I mean we do this once on connection start and assume after M155 S1 that firmware will continue to send temperatures for ever (or until we send M155 S0 which we never do). So if prusa wo…
  • How exactly does G28 Z0 behave? Doe sit go down a bit, go up and down again just not enough? 2 reasons are possible - z length is too low or z endstop triggers from cross talk quickly on z moves. I can also happen if movin z 10mm does not move 10mm …
  • Ich sehe du nutzt user defined tables - nimm erst mal eine von uns vordefinierte Temperaturtabelle.  Auch sehe ich beide extruder nutzen den gleichen sensor #define EXT0_TEMPSENSOR_PIN TEMP_1_PIN Normal würde er TEMP_0_PIN nutzen, TEMP_1_PIN ist der…
  • Nein kann man nicht.
  • Is this on 1.1.0 or older version?  Anyway you can add to printer config->G-Codes->Event Dependent->Run on Connect the line M155 S1 to force sending it. Since server does not send M105 it has seen the autoreport and planned to send M155 S1…
  • Waren die Befehle alle in einem Quickcommand und wurden daher direkt hintereinander gesendet? In dem Fall macht die Firmware nicht ganz was sie soll. Keine Ahnung warum der gleiche Druck bei 1.0.4 dann nicht stoppt - muss ein Fehler sein. Timeout e…
  • Ok, sieht ehrlich gesagt aus als ob der server alles richtig macht und die Firmware vergisst busy Meldungen zu senden. Was steht im log wenn du commands/ack aktiviert und M105 filter deaktiviert hast bei folgenden 2 Befehlen: G1 X0 G1 X200 F600 G1…
  • See https://rhplugins.repetier.com/ for documentation. At the bottom you see a link to an existing plugin where you see how they create a tab.
    in Plug in Comment by Repetier July 2021
  • Ok, that is strange since i can read all firmware definitions. Do you have any own firmware definition files or modified versions? After that output and next one it also loads database/webcalls.json To see which file it is handling where the hang h…
  • At least the board configuration would be no problem. Features should all work ok. LCD type is supported but you might need to provide the driver/pins manually if there is no official connector for that format, but I will see then.
  • None of them will work. Checking the new board I see it uses a STM32F407VGT6 with 168MHz. Both boards use the F406 with 180MHz. Don't think difference are big enough to make changes necessary, but you need to set the correct cpu frequency and have a…
  • Ok, macht technisch keinen unterschied und hat auch wieder geklappt bei mir. Soweit ich das sagen kann sollte es keinen Einfluss haben, aber wenn du mal ohne timelapse testen könntest um es 100% auszuschließen, weil es doch auffällig ist wäre ich di…
  • Ok, ich hab mit pro layer getestet. Werd mal checken ob das einen unterschied bei mir macht.
  • Sieh auch auf dem general tab nach. Es gab mal einen Bug der an einer Stelle eine langsame max. geschwindigkeit von Z eingetragen hat meine ich. Das hört sich 100% danach an. Kann auch für xy Geschwindigkeit gewesen sein. Ist schon eine weile her.
  • You need local C and run as repetierserver user: sudo -u repetierserver LC_ALL=C /usr/local/Repetier-Server/bin/RepetierServer -c /usr/local/Repetier-Server/etc/RepetierServer.xmlis the manual way to start it in console.
  • Just set AP to never activate. Then it will only connect to known networks and if there are none it will not switch to AP mode. Also technically it is still active it will not be used for any connection.
  • Zufall oder Muster? Scheint immer nach einem Snapshot mit der Webcam zu passieren. Kannst du sagen ob es ohne auch passiert? Wenn nein, was sind deine Einstellungen und hast du spezielle G-Codes for Snapshots aktiviert? Irgendwelche Ersetzungen akti…