Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,083
- Last Active
- Roles
- Administrator
Comments
-
That is in deed very slow. Acceleration of 1000 are normally possible with most printers if the print head/moving mass is not too big and motor has good current. Have you checked if the move is friction free over complete range. If there is addition…
-
You can not print stl files. If it would try to do so you should see it in the gcode editor instead of gcode. So when you use host directly it will always send the content you see in gcode editor and gcode preview. If you print via sd card or Rep…
-
With the original sidewinder X1 firmware I have it did not work. I used to connect the sensor to my pi instead and use the pi pin I connected it to to trigger filament change. Now working on better klipper integration (next 1.4.14 release) I convert…
-
Sieh mal was in der Console des Druckers steht der plötzlich stoppt. Ich vermute das beim Ausschalten eine störung entsteht so das Linux oder USB Hub usb kurz trennt, was zum Druckstop führt. Wenn das der Fall ist könnte es helfen in der Druckerkonf…
-
@MichiG Sieh mal was in der Console des Druckers steht der plötzlich stoppt. Ich vermute das beim Ausschalten eine störung entsteht so das Linux oder USB Hub usb kurz trennt, was zum Druckstop führt. Wenn das der Fall ist könnte es helfen in der Dru…
-
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…
-
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…