Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Ja genau. Du kannst sie auch selber auf dem alten image unter registrieren deaktivieren. Dann ist der Zähler frei und im neuen image einfach aktivieren.
  • In globale Einstellungen-> gui kannst du das Zeitformat für touchscreen auswählen.
  • Schon fürs nächste update programmiert:-) Baut es auch auf wunsch im touchscreen interface mit eigenem icon ein.
  • Makes sense, will check it.
  • Im Server kann man keine Modelle angeben. Frage 1 ist erscheint ein neuer com port beim anschließen des Druckers? Sonst kann man ja nicht verbinden und der Treiber ist nicht installiert. Ansonsten firmware korrekt einstllen - meistens passt bei dene…
  • Ok werde es testen sobald ich kann wird aber noch eine weile dauern.
  • Bin kein marlin experte aber denke das es da noch irgendwo einen Schalter eventuell in advanced config gibt. Gibt ja so viele.
  • Ok so you want to power on/off the pi. That is currently not directly possible as monitor needs the server to be running and does not have own commands independent of any server. You could misuse a local server instance to have a dummy printer with …
  • Bad configuration of heater management in firmware or not enough power e.g. having 24v heat cartridge on 12v system.
  • Yes, would be nice. Would be part of a later planned webcam upgrade. Should also work on mac and windows so this is just a tiny item in the puzzle.
  • Ja mit Marlin liegst du meist richtig auch wenn die das gerne mal umbenennen. Bei 2 Druckern mit gleicher id muss man auflassen das nicht beide gleichzeitig aktiv sind sonst gibt es eventuell kreuzsendungen. Hier solltest du sie besser über /dev/se…
  • Werde es noch mal probieren den Fehler zu bekommen. Wenn du linux als betriebssystem nutzt versuch mal die inoffizielle version 1.0.5 - damit hab ich es auch getestet. Nicht das ich die Ursache schon behoben hab und es daher nicht reproduzierbar für…
  • Welche Firmware nutzt du auf den boards? Wenn es die CBD variante ist solltest du die auswählen. Die macht einige sachen nicht richtig was diese Firmwarevariante korrigiert. Bei Octoprint nutzt man das cbd plugin dazu.
  • For due pwm pins are limited so question is if pin 53 has pwm support. Will check when i back. Also if pwm for M42 is implemented. Main problem is pwm is not speed. You need pwm 128 but you need to set frequency which is quite sure not in M42 at the…
  • Monitor can use the same on/off solution the server has. We have no mqtt support but you could write a script that sends the command via mqtt client and call it from server. If you add it to the printer menu it also appears in monitor printer menu.
  • Also kannst du am Drehregler oben bis 125 einstellen. Das ist eigentlich die einzige stelle von der ich weiß dass sie zu dem Problem führt.
  • Server thinks the drives have no free space which would be bad. But. These are snaps which always have no free space as they are read only. So you can ignore the red marker here. Will add snaps to exception to not even show for updates.
  • There is no function to move a motor independent of any moves. You need to couple move a and b in one. If that is physically making no sense since it is as you say a roller (does it always roll same direction) you need a extra function that just han…
  • Was hast du im server bei den Bett einstellungen als maximal Temperatur eingetragen. Das könnte an dem Limit liegen.
  • I fear it is very much work. Every item needs a logic instead to assign it a color. So i do not see this in the furure. However our repetier-server webinterface has a dark mode. Here all is just html so we could just write a dark mode css.
    in Color? Comment by Repetier June 2021
  • Das wird in der Prusa Firmware geregelt und hat mit dem Server erst mal nichts zu tun. Die erkennung kann man in der Firmware ausschalten, ist aber nur gut wenn es falsche signale sind. Sobald die Motoren zu viel widerstand bekommen triggert der Mot…
  • Sorry, but that is not possible. Colors are fixed in the ui.
    in Color? Comment by Repetier June 2021
  • Depends on prusa model. Prusa mini update is done as described in the hand book. For prusa mk3 you can du it as described, or if you have the pro server version download the hex file with firmware from prusa and then select firmware uploader in serv…
  • Er sieht einen Port bekommt aber keine sinnvollen Antworten. Ursache kann falsche Firmware oder falsche Baudrate sein. Firmware sollte vermutlich Marlin sein.
  • Are you already on 1.p.5dev? There was a bug with initial offset - not sure when i fixed it. Otherwise add 0.4 to z probe height then g28/g32 will start 0.4mm deeper so no extra correction required. You then compensate the error from the bug.
  • Not sure if usb stick would make a difference. As far as i see the main problem apart from maximum write count is if you disable power while card is running wear leveling. So if you always shut down pi before unpowering the main source is removed ap…
  • Yes that is correct
  • Ok, i guess the postprocessor solution is the problem here. When you handle the printer as cartesian it computes accelerations and limits due to cartesian constraints and not in your coordinate system. You should use a solution like we did for delta…
  • Als ich sagte was mein der server dazu meinte ich nicht die ausgabe der Firmware in der Konsole. Ich meine rechts oben wo die Koordinaten stehen die der Server denkt, die da sind. Ich denke es ist eine Option in Marlin ob M114 auch die Schritte aus…
  • Is this repetier firmware? Looks like a rotating table and we have no support for rotating tables at least in the official version.  Does the side have multiple segments where speed changes all over? Maybe a problem in the polar conversion, bus sinc…