Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Timelapse ist nur für vom server gestartete Drucke möglich da er auch den Inhalt kontrollieren muss ohne den er nicht weiß wann ein Layer fertig ist oder um den Kopf für die Aufnahme zu positionieren. Also wenn gcode auf Server hochladen und nicht i…
  • Ja das ist ein bug. Im nightly build schon behoben und mit 1.4.3 dann gefixt. Probelm ist das löschen schwierig ist, da beim speichern alles verdoppelt. Also kann man nur durch manuelles editieren der drucker xml Datei lösen.
  • Actually you are completely wrong regarding storage. Also it has server in it's name, that is only because it serves printers remotely. But remotely from your computer, so you upload files to your own computer. We never get any files from you and we…
  • If you have set special position it will execute for extruder/z what is in Printer Configuration->Tools->General Extruder Parameter and there is also a Z-Lift option. There is also in G-Codes->Event Dependent a before snapshot and after sn…
  • Im Model Menü summary aufrufen, da steht es in der Tabelle unter ID.
  • Most of them are implemented. cancel to stop running job already is implemented. What was missing is "start" action to start next job in queue which is fairly new. Not sur eif it makes too much sense to blindly start a job you can not see which it i…
  • Ach ja homing position kann man leicht rausbekommen G28 W M114 dann steht die in der Konsole und entspricht dem was die Firmware denkt.
  • Wenn du den Druck abbrichst im server wird der code in "Sende bei Druckabbruch" gensendet. Wenn da nichts drin steht passiert auch nichts. G1 X180 Y180 F12000 wäre zum Beispiel das er nach rechts hinten fährt.
  • Normally I'd expect layers down to 0,1mm to work. Especially if steps per mm is 80 or higher. But you did not say what your problem is - generating g-code or does it look wrong?
  • When it is running vram is in deed used in large amounts especially with bigge rmodels or many moves in filament view. When a program is exited, windows will release all it's resources automatically even if the software would not do this, e.g. beca…
  • I put it on by todo for 2.2.5. Might come back to you if I can not reproduce it. Watch directory is regular drive or a NAS folder? I ask because NAS watching is often harder then native drives.
  • In run on activate you should only write server commands. This gets also executed when printer is not connected but activated. The correct position is in deed "Run on connect". They only get executed on NEXT connect. I just tested it and it worked. …
  • Hope to publish next week - features are complete just hunting one last bug we like to fix and some testing. You can already use nighty build with the fix under linux. See FAQ about installation.
  • Dazu müsste man das kompilierte javascript ändern. Also eher nicht da das für die meisten zu viel aufwand ist und es auch mehrere Stellen gibt je nach ansicht und seite.
  • Go to console in server and disable ack and command filter. Then send some commands and see if printer reacts. If you get a "ok" back after sending a command you know printer received it correctly and is responsible for executing. Send e.g. M119 or …
  • Where are they documented? In https://reprap.org/wiki/G-code#Action_commands I see no mention of them.  Would be easy to add since we alraedy have server commands doing that. In fact you can add it to reposnse parser to do so already, but if they h…
  • I don't have cloudfare tunnel so can not say how that works. https://www.repetier-server.com/knowledgebase/access-server-from-internet/ lists possible solutions. ngrok is probably similar to cloudflare tunnel. VPN is normally the best since you ha…
  • If ports are named COMxx you are using windows and windows is assigning the names. We have no control over this process. Normally windows reassignes the same port names. I think they do this based on PID/VID and ID. But if you have multiple devices …
  • You knwo about the project storage? These can also store g-codes (again without renderings) but you can e.g. have a mast  Repetier-Server where oyu store them and all other servers can access them and start prints from them. Just add them in connect…
  • Will check this for next release. Currently adding G2/G3 support to server, so now i'm already back into the topic. Actually G2 indicates direction, negative R indicates the arc has more then 180°.
  • They can still be part of communication errors. If communication does not stall a them with resend - error cycles that would be ok.
  • In der Vorschau gehen die Extruder eine feste Liste Farben durch und sind nicht direkt änderbar. Das wird sich vermutlich ändern wenn die der Matieralmanager drin ist, aber ganz sicher bin ich nicht, da nicht alle Farben gut aussehen.
  • Can you provide a gcode original plus arcwelded where host crashes on it so I can reproduce the issue? Just implementing it for  Repetier-Server so now I'm into the subject and can check it on host as well. But it might be a special case causing the…
  • Ganz gut abgesehen von >  6503 root      20   0  273716   3372   1508 S 100.0   0.4  53:24.81 mjpg_streamer   Wenn es eine pi cam ist kannst du über "sudo raspi-config" für die webcam den legacy modus wählen, dann nutzt sie wieder hardware kompri…
  • If printers are on same machine you can share their g-code folder so both see uploads to models. But NAS would not work here as well as they organise the files internally and would not see the files. Plus files added get a number at start to identif…
  • Altes image und server mit autoupdater aktualisiert oder neues image mit 1.4.2? Hört sich an als ob irgend ein Prozess zu viele resourcen zieht und damit alles lahmlegt. Jetzt ist die frage wer. Am besten nach dem hochfahren per ssh einloggen und "…
  • The don't appear in gcod elist, but models and direct print upload have a split button and in the split section the directory appears and when you select it you can browse that folder and e.g. start a print directly from it. Only drawback is that si…
  • Ok, that is strange. In newer firmwares you can not get Format error any more, but previously you could get it if a line had no G, M or T. If that forces a resend it will get an endless loop, which is likely the reason I removed it. But that is not …
  • It's a server bug. Will be released soon with next update. Nighty build for linux ha salso already solved the issue if you can't wait. Apart from not updaing progress the print will work as expected.
  • What does M115 return? And what does M205 return. WIth both answers it is quite easy to say if it is running marlin or repetier-firmware. I'm not aware that they use our firmware, but you never know and it makes a difference also general communicati…