Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Möglich. Da sie ja eh kein usb3 kann, kannst du es ja an usb2 versuchen. 
    in Webcam Comment by Repetier June 2023
  • What does host send (see log in host)? Only G28 I assume when you hit home. Having G90 and G1 in one line is not allowed. G1 Z0 would move to bottom but not crash at least if z length is correct. Is this maybe set as home position in host? Not sure…
  • Normal ist das nicht und hab keine direkte Lösung. Aber du kannst natürlich den neustart automatisieren, wenn es danach immer klappt. sudo /usr/local/Repetier-Setup/bin/startAllCams startet ja die Webcams alle neu. Installiere den at daemon und bau…
    in Webcam Comment by Repetier June 2023
  • Heist das, dass die Verbindung über ip im Prusa Slicer klappt aber danach die Dropdownbox mit den Druckernamen leer ist? Normal würde ich vermuten das die ip, port oder apikey nicht korrekt sind im slicer und er daher keine Verbindung hinbekommt un…
  • We do not have sample files for printers. You need to enter the values for your board/printer combination there. Just by checking board and printer style much matches already if the defaults are used. But there are so many combinations that we can n…
  • This is not really firmware related. It is the gcode you send for a printer. All slicers allow you to customize the start gcode. When you heat up it can leak the remaining filament. So Try a different start gcode. - Home - Go to xy position where y…
  • Autoleveling in repetier firmware is done using G32 - G32 S - Autolevel print bed. S = 1 measure zLength, S = 2Measure and store new zLength But you need to configure the firmware to have support for it compiled in as well as controlling the servo …
  • The server needs to know what is being done and to modify lines send as the come for full functionality. Currently only printers where we control each line are supported. Also mqtt is more to see print status in viewers like homeassistant. So with t…
  • Muss ich drüber nachdenken wenn ich die Umstellung für den Materialmanager mache. Macht durchaus sinn aber dann stimmt die Angabe in den Projekten nicht, weil die gcodes da nicht an den Drucker gebunden sind.
  • The server it self has no such function, but you can upload print files in queue without starting a print. If you install  Repetier-Server Monitor on your pc where you create the gcodes, it can create such a directory structure for you. That was th…
  • The touch interface has no logo as far as I know. The only time it would appear is during boo tup, but that is not part of server. It is part of linux plymouth config. In folder /usr/share/plymouth/themes/pix/ the file splash.png
  • So weit ich das sehe läuft es noch, getestet mi iOS Handy. Kommen die Nachrichten auch nicht an, wenn du manuell in der App nachsiehst mit refresh? Sieh mal in deinem server.log im  Repetier-Server nachdem du eine Testnachricht gesendet hast. Da wi…
  • You have set server to continue print after reconnect if it comes back within 10 seconds. This seems to trigger a reset on your printer so you must disable that feature, so print stops on disconnect instead. Unfortunately this is not possible on all…
  • Just tested with adding ;@make_snapshot to end layer gcode and it made one snapshot for every occurence. Have you verified that it was added for every layer to gcode? Selecting Every 1 layer would do the same as manually adding the command for ever…
  • For me it is also working with 3.1.1 broker setting, see here stopping and restarting MQTT server: 14:31:14.400: Connection failed: MQTT error [-1]: TCP connect timeout14:31:14.400: Connection failed: MQTT error [-1]: TCP connect timeout14:32:17.66…
  • Please see my other queries and ideas on it and please only use this thread. I have deleted all duplicates now. On my 1.4.10 system it is running for days so either you have issues with cached version or with old chromium. Also try running top in…
  • So you see the message pop up in server gui but print stopps at current position? You need to add a park command in Printer Configuratrion-> GCodes->Event Dependent->Run On Pause like this:  G0 X0 Y200 F6000 If you have already such a com…
  • Babystepping does not change anything except z position of head. If you want to adjust z probe offset you must enter the value yourself.
  • Set Z lift to 1 for 1mm lift and set speed and distances for retract as you want them on pause for photo.
  • It is on my list for later additions, but there are some big features planned bevore that. For now you would just send the gcode to query it and check without graphics.
  • Settings from Printer Settings->Tools->General Extruder Parameter are used for this. There are also parameter for Y Lift which is what you are looking for.
  • Do you get in global settings->MQTT a error message like: Connection failed: MQTT error [135]: CONNACK return code which means MQTT was not reachable at time of startup. During my test I started disconnected and it disappeared once MQTT became …
  • I don't see which firmware they are using. Any idea what they use? It works if it uses a firmware that is at least compatible to one of our supported firmwares and has a usb connection.
  • Does this happen a a particualt view or any page? Does reloading help? https://kinsta.com/blog/aw-snap-chrome-error/ shows possible solution. Especially clearing cache might help if there is a mix of versions. I think easiest way would be  rm -r /…
  • Repetier-Firmware has no web frontend, so what are you normally showing there and which version? Also which browser are you using? Does it also happen on a chrome browser on your pc? There it woudl be easy to check javascript console to see what was…
  • Ok, ich habe das Problem gefunden. Beim versuchten Verbindungsaufbau wird der Status initialisiert und power status auf an gesetzt. Wenn power off also den Drucker ganz testet und die CPU nicht über usb verbunden bleibt wird der Versuch sich zu verb…
  • Merkwürdig. Hab zur Sicherheit noch eine alte Installation mit 1.4.10 getestet und da geht es auch. Dann den Code untersucht und seit 2 Jahren keine Änderung an der Funktion. Klappt denn @runButtonCommand powerOn Was das Skript explizit aufruft. W…
  • I had already started with it when I got the need to fix/change some other issues. So it is next big thing planned. But next release will just have mostly fixes and then hopefully I can include it.
  • Sehe im Code keine Ausnahmen. Bei mir kommt das raus: Exec:8:07:31.481: @runButtonCommand togglePowerExec:8:07:31.482: @echo Power offMesg:8:07:31.482: Power offExec:8:07:33.203: @runButtonCommand togglePowerExec:8:07:33.203: @echo Power onMesg:8:0…
  • Doch das klappt gut, aber zum Testen nicht M117 nutzen sondern @echo On Command M117 kann nicht ausgeführt werden, weil es gcode ist und der Drucker ja noch nicht an ist. Da sollten nur Serverbefehle stehen da die auch ohne Verbindung ausgeführt we…