Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Thanks. Will improve translation with your additional translations for next release.
  • Gemeinsamen G-Code kann man in Projekten ablegen und von da kann man sie starten. Mainsail als Endpunkt wird aktuell nicht unterstützt, aber unterstützung ist geplant. Aktuell muss man direkt mit Klipper reden, z.b. indem man den Server auf dem Vor…
  • Aktuell werden nur Wege unterstüzt, die die voll Funktionalität erhalten, also wo wir die Kontrolle haben, die Kommunikation sehen etc. Um so eine Schnittstelle zu unterstützen müssen wir intern noch einiges umstellen um all dies für Drucker zu deak…
  • Die größe der Schrift passt sich nur gemäß der erkannten DPI Dichte des Monitors an. Eine andere Möglichkeit gibt es nicht. Ich kann aber nicht sagen wie .NET das unter linux genau extrahiert. Das ist also der Ansatzpunkt wo man es versuchen kann. D…
  • support@repetier.com is not a working email, so no wonder you get no response. Please use info@repetier.com
  • Ok, das ist ein Zugriffsproblem. Denke dran das auch alle Unterordner (/home/repetier) von user repetierserver lesbar sein müssen und der pfad noch ein / am Anfang braucht also /home/repetier/ffmpeg Warum hast du es nicht einfach als Paket installi…
  • All we do is run the pause script in server configuration and then no moves until done in manual control or if defined on responses to firmware messages if defined by you. Make sure marlin has no park position for inactivity defined which might caus…
  • What do you mean with screen? Browser (which) on which os and which interface (touch gui, regular gui). Can you see that the browser is taking a lot of cpu or memory or could it be that browser puts the tab in sleep mode to save cpu/memory? Apart fr…
  • Nur so eine Idee, aber schon mal M80 versucht? Nicht das das signal genau falsch herum an den Pin geleitet wird. Dann wäre ausschalten ja einschalten.
  • It depends on the port names assigned by linux. The one you have choosen depend on connection order. Slect instead ports starting with /dev/serial/by-path so it is important which port they are connected to.
  • M81 sendet nur diesen Befehl zum Drucker, was genu danach passiert hängt vom Drucker und der Firmwarekonfiguration ab, nicht vom Host. Normal würde ich erwarten das die Firmware das gleiche ausführt wie beim Beträtigen am Drucker Display, wenn das n…
  • Dann frag beim Support ob die aufgrund des Datums und E-Mail bei bestellung den key finden. Dann schicken wir sie an die Ursprungs E-Mailadresse. Zur selben Zeit solltest du auch eine e-mail mit dem Lizenzschlüssel bekommen haben, falls du sie doch …
  • > How I can to make M600 processing only in Marlin? We do not process M600. I'm not sure if you use this as synonym for out of filament. Out out of filament handling does not use M600 and when it is triggered internally by marlin it also just doe…
  • This is a firmware/hardware issue. If homing sometimes stops too early this is normally from crosstalk from end stops. In this case you should hopefully have disabled to always check end stops or you would get a skew in prints as well. But for homin…
  • It is available on github - V2 branch. But it has no config tool and works different, see https://docfirmwarev2.repetier.com/ about how to configure/install it. But it supports only a few boards, so check first if your is supported.
  • Die alte Lizenz funktioniert ja weiter. Einfach neues image aufsetzen, key eingeben oder aus Backup wieder herstellen. Falls alle Aktivierungen aufgebraucht sind, bitte mit Key an den Support schreiben, dann setzen wir den zurück.
  • V1 only has Trapezoidal Acceleration while V2 can do both variants.
  • Würde auf Marlin tippen. Später wenn die Kommunikation klappt kannst du auch in der Konsole mit M115 nachfragen, auch wenn einige Hersteller den Namen ändern und es etwas erschweren.
  • Da es vorher lief würde ich zuerst nachsehen ob in der Konfiguration der angegebene Port für den inaktiven Drucker noch im Dropdown für die Ports vorhanden ist. Wenn nicht hat er einen neuen Namen (undere usb port als sonst?) oder Port ist defekt od…
  • Did you already check in windows services if repetier-server is actually running? When you say working locally you mean on that pc it is reachable and full gui appears and not from others in same network? That would normally be your firewall blocki…
  • Not really since this depends on what you did. But read this answer https://raspberrypi.stackexchange.com/questions/45570/how-do-i-make-serial-work-on-the-raspberry-pi3-pizerow-pi4-or-later-models/45571#45571 maybe it connected to your issue. Seems …
  • Ok that explains it. You had put it in the comment at the bottom. Put it before that like Percent done ^echo:MMU2:
  • The blocks of 10 is just because they come in a row with nearly no time difference, see your log on top. But if you now also see ok that means your ACK filter is on. Will only be omitted with filter off which already removed the ok before that.
  • The final commands will be named @printLastPrint and @queueLastPrint depending on intention, also print will queue if job is already running.
  • First as it seems your drivers enable with inverted signal like IO_OUTPUT_INVERTED used for Y, that is why all motors without this do nothing. X motor is hard to say since it buzzes so meaning it sends steps and just looses steps. So either frequen…
  • Completely deleting is not good I think, but I put them in the ack list, so if ack filter is on (default) it would remove this chit-chat from output. You can also easily do this alread if you edit in installDir/firmwares marlin.xml and add this line…
  • Now that you mention it I realize I did not add last prints to touch interface, which I will fix for next release I think. Also @repeatLastPrint 0/1/2/3/4 would be easy to add now that we have the recent prints with 0 = most recent as default.
  • Jobs and models are in deed different lists with own IDs. Actually if you print directly there is no model at all. The only thing they have in common is the name. That is also how we increase printer counter - by checking if same name exists in mod…
  • Maybe best is to show a log where this happens to see what firmware and server really do. E.g. there is also a solution where firmware posts a dialog for the server to show, but will not except any commands except some listed in their emergency comm…
  • Not exactly, but feateres are complete. We are currently testing it, so expect it soon.