Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Great. Be aware that they use different users causing access problems. You can however change the user for server in /lib/systemd/system/RepetierServer.service to the one klipper uses. After running  sudo systemctl daemon-reload it should run as tha…
  • Du kannst noch versuchen mit powershell ssh pi@ip-adresse um reinzukommen und rebooten (strom aus) und dann einloggen. Wenn da salles nicht klappt ist da wohl mehr an der sd Karte defekt und ein neues Image würde helfen. Du kannst wenn der server no…
  • I think this is too complicated and unlikely to work. Would be a complete expert feature that most users would fail cause they are unaware of all the parameters that must match exactly and if the changing layer will be unnoticeable I'd doubt. In the…
  • Das problem ist offenbar das in der Datei /etc/sudoers.d/repetierserver-shutdown etwas falschen drin steht. Der Inhalt sollte so aussehen: repetierserver ALL=NOPASSWD: /sbin/shutdown Du kannst die datei über ssh oder im Server in Globale Einstellu…
  • At least for a while. If we would use mainsail for printing we have to strip a lot of functions and need a different logic. This is planned at a later stage to handle simple hosts as well for printers having no other direct access.
  • Steht im server.log eine Fehlermeldung? War das ein update per Autoupdate oder neues Image? Eigentlich wird nur der Befehl sudo shutdown -h now ausgeführt denman auch in der ssh Konsole eingeben kann.  Ist der Befehl noch da und klappt nicht oder…
  • Fan can cause a temperature bump when getting enabled if it also cools the heater element. Overswing is normal when heating up - howmuch depends on pid tuning. But it should stop below maximum temperture or it might get shut down for safety. If tha…
  • Das kann man pauschal nicht sagen. Ein Drucker am USB verursacht nahezu keine Last und RAM verbrauch ist pro Drucker auch fast vernachlässigbar. Viel wichtiger ist wie stabil die Spannungsversorgung ist und ob die Drucker frei von elektrischen Störu…
  • The V1 version does only support due based 32 bit boards which are not up to date any more. Now they normally use ST 32 bit controller. Some of them are supported by our V2 firmware which is a complete rewrite without config tool but good documentat…
    in 32 bit Comment by Repetier November 2023
  • Yes that is an issue. Our klipper integration needs a connection to klipper serial pipe and starting with next release also to the klipper api socket. This means the server should run on the same device where klipper is running. A connection to mai…
  • Seeing the old version number I assume it worked before, so config should be ok. What do you run the printer from? Or is it stand alone? If you use  Repetier-Server you should enable logging and also have a look at console when it resets. It shows t…
  • The nightly builds already use the klipper api with all improvements, just one bug that sometimes doubles the fans I did not find so far. The documentation will be written after the release I think.
  • Im Expertenmodus (Easy mode aus) kannst du unten das Log aktivieren und dann einstellen das du Befehle die gesendet werden sehen kannst. Du kannst auch logging aktivieren dann kannst du die Kommunikation während des Drucks nachträglich sehen. Wir s…
  • Also hat er 11:15 GMT im Blitz menü angezeigt? Sonst must du die Zeitzone noch auf Europa/Berlin einstellen am pi.
  • The problem is that we need direct connection to klipper serial port simulation. Fluidd uses Mainsail in the backend, but server does not depend on mainsail but is a replacement for it. Actually it can even run in parallel to mainsail, but must be i…
  • JA demnach scheint das ja noch nicht so richtig implementiert zu sein, wenn nicht mal der Prusa-Support weis wie. Hoffe mal das die in einem Update das Problem lösen. Das ist ja etwas das die Firmware kontrolliert und muss da implementiert werden.
  • Prüfe mal am PC im Blitzmenü ov die Zeit am Pi korrekt ist. Holt er eigentlich automatisch über das Internet aber ohne verbindung weiss man nie. Mit der falschen Zeit klappt es mit Chrome aber nicht Firefox. Der Browser löscht dann die session Cooki…
  • Wo ist dein endtaster? Z min oder max? Eigentlich sollte marlin nach dem homen verhindern das illegale Positionen angefahren werden. Wenn der Test ausgeschaltet oder die Dimension zu groß eingestellt ist, kann das passieren. DU must dir mal die Befe…
  • Isn't gen7 using the sanguino arduino board definitions? That needs to be installed additionaly to ide and be selected as board in arduino ide since it was not included as official board. That would be the only thing I can think of. Haven't changed …
  • Don't know marlin enough but normally all endstops are checked or none I'd guess. And if one triggers that move stops at least causing a shift.
  • Did you heat extruder? Depending on config you need a minimum temperature for the extruder motor to move.
  • Host only sends the gcode and the coordinates stay - firmware does handle the moves and limits speeds so it is firmware/printer issue not host. What is newer is the thin infill pattern at steep curves with many tiny moves. Several newer slicers gen…
  • The eeprom is on the avr1284 chip so think it should have eeprom if you enable it (mode not 0). Text usage is visible where you also see ram/flash usage, but maybe older ide would not output it. With 74kb total size you have no issue with that. Prob…
  • What do you mean with your interface? Host will center or autoarrange objects on bed - coordinates in cad is not relevant.
  • Wenn, dann würde ich auf USB Anschluss tippen. Wir brauchen einen direkten Kanal zur Firmware und über wifi ist meist nur eine Webapp erreichbar. Habe den Drucker aber nicht, kann daher nichts definitives sagen und die Homepage sagt leider auch nich…
  • That is what you can use our webactions for. All you need is an URL that controls your wifi relay. You then add that url to the webactions and you then can control power by triggering the url vie menu or server command in g-code. One easy solution …
  • In storageDirectory//data/modelGroups.json the association of file to group is stored. Any defect in the file or failing to read it on startup will cause all files to move to group default. So that is what happened. If you have a backup of it e.g. i…
  • Try selecting a new EEPROM_MODE value so after upload config values are forced to take over. This looks either like wrong baud rate or a memory issue. The other thing might be flash memory. If I remember correctly the 1284 has only 128kb ram, so che…
  • No, newer Cura versions are not compatible. Prusa is quite up to date and as long as there are no breaking changes you can also add external prusa slicer (beta). Might just miss some new infill pattern if they were introduced after release. With eve…
  • Ok, falsches forum für marlin, aber das ist einfach. Im host auf eeprom einstellungen gehen (wenn eeprom aktiviert war) und steps per mm für Z Achse entsprechend anpassen. Ansonsten den Wert in der Konfiguration von Marlin ändern und neu hochladen.