Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Did you check afterwards if server is showing the power problems in bolt icon? Not to expect but better double check. There is also an option to reset usb on timeout that helps with some printers in case it is the serial driver in linux that hangs …
  • Was ack enabled? I do not see any response from your printer, so that is the main problem. Assuming protocol is ascii or automatic it is dtr or rts so try different settings and check if you get some "ok" from firmware then. When you say it worked …
  • Da kannst über extcommands.xml einen Befehl einfügen der einen Ton ausgibt. Den kannst du dann mit @execute sckriptname im ende skript einfügen. Ist im manual in advanced setup beschrieben und oft auch hier angesprochen.
  • Im server gibt es auch ein pause skript. Da würde ich G91 G1 Z50 F300 G90 G1 X250 Y0 F9000einfügen. Vorteil ist der Server merkt sich die Position bei @pause und geht automatisch zurück auch wenn keine Z positionierung danach kommt. Einfügen kan…
  • 1) In our image that is the shutdown button. It will shut down pi so you can unpower safely. 2) Maybe  @waitForAllTemperatures maxDiffWill wait for all set temperatures to be within the given difference. If maxDiff is omitted, the last or default va…
  • 1. Den aktuellen Z layer sieht man ja. Das Problem ist die restdauer im layer. 2. Nein, beim Druck ändert sich z ja auch ständig. Willst ja nicht das er im Druck zurück springt. Ich will nur zurück springen wenn sich der Job geändert hat. Also von a…
  • Einfach mit der Free Version testen. So weit ich das sehe geht es im prinzip aber wenn man elektrische Störungen hat kann dies zum hängen des Treibers o.ä. führen so dass die Kommunikation stoppt. Das sind Fehler die manche haben und andere gar nich…
  • 1. Die info haben wir derzeit nicht. Die aktuelle Position ist ehrlich gesagt nicht ermittelbar da die Drucker die bewegungen Puffern und mit Zeitversatz ausführen. Was man in Kontrolle sieht ist daher mehr was wir gesendet haben als wo er ist. Kann…
  • I don't think that this works. Octoprint uses a different solution than repetier. We need also printer and group and use different urls. Only easy solution would if you have Repetier-Server Monitor running with watch directory. Then you can just sav…
  • You upload to flash, not eeprom. eeprom can stay and will normally with such small change. No problem here to be expected.
  • Kein Glück ist aber keine Fehlerbeschreibung:-) Wo hakt es denn?
  • > x-axis only moves 20mm when I set to move 100mm in pronterface. Then you need 800 for xy. Z is often higher when it is a Leadscrew. But also note that RAMPS is slow and going higher that maybe 40000Hz will make it fail to get clean signals. Not…
  • Ja das würde auch gehen. Da klipper den usb port braucht darf er dann nciht vom server belegt sein und deaktivieren reicht da vollkommen aus. Umgekehrt darf klipper auch nicht laufen wenn du marlin drauf hast sonst versucht klipper sich zu verbinden…
  • Setup mjpg_streamer to stream th epi cam and enter the static and dynamic url in the server. https://www.repetier-server.com/setting-webcam-repetier-server-linux/ describes a possible way.
  • Leider nicht. Da alle unterstützten firmwares G1 kennen gibt es da keine Verallgemeinerung und ein Ereignis auch nicht. Verstehe aber immer noch nicht warum man M1 = stoppe druck zum bewegen braucht. Heist das beim Druck fängt er erst an wenn die ga…
  • Don't think so. Firmware in slicer just changes some command formats but not the ability to change extruders and marlin also supports virtual extruders.
    in plater Comment by Repetier March 2021
  • Ok, guess on windows it is not using a utf-8 font encoding so ´e become 2 chars. That is a typical encoding issue, but in this case upload should still work I think since it is mapped to '#'.
  • Schreib unserem support das er die Lizenz zurück setzten soll, falls die einfach alle verbraucht sind. Wenn da oben "pro" steht ist sie aber aktiv und webcam sollte gehen. Wenn du daber das dashboard meinst - der Button erscheint nur bis maximal 3 D…
  • Not at the moment, but it will come soon. Guess end of month or next month.
    in plater Comment by Repetier March 2021
  • No we only include the cureengine, so it is not possible to launch the cura app. So your current solution is th eonly one except maybe switching to prusaslicer which has better multi extruder support e.g. can use also only extruder 2.
  • Check the commands at the start of the gcode until first lines. Normally slicers generate a Z move to first layer height which is not 4mm. But if it contains G92 Z0 it shifts Z. May also be some other gcode or one move was not executed.
  • Actually the default group has the real name "#" and gets replaced by the viewer in native language or not. Just checked RC Server Pro - did only see it if file selection and there it was # not default. For linux locale is C. On windows not. So aga…
  • Die Firmware wird pro Drucker gewählt ist also kein Problem auf einem Klipper, auf einem Marlin und auf einem Repetier-Firmware laufen zu lassen oder jede andere Kombination.
  • Is that an own group or should that be "Default" group? Just checked on my mac connected to pi and I see Default correctly. What os combination is in use here? All names should be send as UTF-8 so it works on all os the same. If it is a group of yo…
  • Ok, for mixing extruders you only have one setting in slicer tab, that is correct. Just tested it again with that checked and it still assigned it correctly. I wonder if it has to do with recent changes for 2.2 that it works for me. But it used to w…
    in plater Comment by Repetier March 2021
  • Yes it is in configration.h and you set it to the opposite of what it now is.
  • Thanks have forwarded this for fix. Until then the same links are in the top menu for documentation.
  • Grundsätzlich wäre ersetzen eine Lösung, aber die macht keinen Unterschied zwischen manuell und aus dem Druck heraus. Wenn man alle G1 ersetzen will wäre die Regel ja ^G1 (.*)$ Und die ersetzung G1 @1 M1 aber wie gesagt ist das für alle Bewegungen.…
  • Ok it is quite clear. This is the code: G28 Z0 ;move Z to min endstopsG1 Z15.0 F225 ;move the platform down 15mmG92 E0 ;zero the extruded lengthG1 F140 E30 ;extrude 3mm of feed stockG1 X20 Y0 F140 E30 After G28 z is 0, then you move to z=15 so print…
  • Yes, it just writes the z probe signal without doing anything.
    in G1 code Comment by Repetier March 2021