Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
When I remmeber correctly you can physically level 3 Y Axis easily. You need to provide test area and screw positions so plane measured is extrapolated to motor position = z axis spindle and 2 of them are moved to be level with 3rd motor. This can b…
-
Danke, ich habe diesen thread schon vorgemerkt für informationen während der Entwicklung. Sobald ich es bei meinem Bambu Drucker schaffe werde ich hier posten um die anderen Modelle mit zu testen.
-
EEPROM save is for all versions. Firmware upload also for light version. Light is pro without MQTT, only 1 webcam per printer and max. 5 printers per installation.
-
Since pi cams use currently software encoding, any usb cam with mjpg support would use less cpu and make less problems. That said, pi 5 has enough power to do a few fps with pi cam and mine works stable, but the new cables have cables more narrow so…
-
Whcih Pi Cam do you have? I have tested successfullt with pi cam 2 and 3. Is this a longer cable? Might be communication issues causing the stream to bail out until it is restarted. As a test make sure the cable does not come to close to any othe ca…
-
That"s bad. Since network seems to work it means someone else had same identification id before. Not very likely but can happen and we can not undo it since server then already has stored the passed trial preventing reuse. All you could do is test o…
-
The shutdown for server is an external command that gets called. If you want to power off printer and then run shutdown you can call the shutdown by adding the call to the @execute shutdown to trigger shutdown as well. Eventually delay it …
-
Normal klappt das wunderbar sonst hätte ich schon ein Problem. Hast du beim ersten booten genug Zeit gelassen? Beim ersten mal erweitert er das Laufwerk auf volle größe und bootet neu. Und auch mal eine andere SD-Karte genutzt? Display könnte ich no…
-
Ich nehme an du hast V37 genutzt? Weil die älteren auf dem Pi 5 gar nicht klappen. Wenn du raspbian 32 bit nutzt klappt es dann? Auch wenn du danach von wayland auf X-Server wechselst (sudo raspi-config in der shell). Das ist was wir bei uns nutzen…
-
Hört sich an als ob das Dispplay ausgeht, wenn der X-Server startet. Ich nehme an der Pi funktioniert danach weiter, nur display ist dunkel? Möglicherweise wechselt er auf eine einstellung die das Display nicht beherrscht. Steht dazu was in der Anl…
-
Das ist jedenfalls ein Firmware Internes Problem das sie die Zieltemperatur nicht schafft. Entweder er hat gar nicht genug power oder die Einstellungen der Drucker-Firmware verhindern es. Am besten im eeprom editor nachsehen oder mit M302 ein autotu…
-
Darf User repetierserver die Dateien denn lesen? Meist ist das ein Berechtigungsproblem, daher ist es einfacher alle includes auch in /var/lib/Repetier-Server/database/klipper zu erzeugen, dann kann man ohne pfad includieren. Einfach eine Klipper Da…
-
Hast du eine Firewall auf dem Rechner aktiv? Normal verbindest du ja über port 3344 und der ist oft nicht freigeschaltet.
-
Auf der Homepage unter Netzwerk siehst du alle ip/port Kombinationen an denen sich der Server gebunden hat. Du must eine nehmen die im selben Netzwerk ist wie der Rechner auf dem du das versuchst. Wenn du nur einen Router hast ist es meist die, die …
-
I did not mean to look into eeprom source, I meant in Repetier-Server or Host to open eeprom editor to see which values are stored for offset etc. ENDSTOP_Z_BACK_ON_HOME should be 0 but in eeprom you might have a different value still. Upload only…
-
It is tested twice and must go up to untrigger end stop. Then offsets for plate coating can get added or extruder z offsets. So check in eeprom editor if these are ok. If all are 0 it should start when it hits endstop second time with the lower test…
-
Liegt vermutlich am Port den du eingetragen hast. /dev/tty... wird nach Reihenfolge des erkennens vergeben und ist zufällig. Besser /dev/serial/by-path/... nehmen, dann bestimt der usb Port über den Drucker. /by-id geht auch aber vielleicht heisen d…
-
Zuerst siehe nach was der Server als eingestellte Temperatur mitteilt. Will nur sichergehen das nicht irgendwo eine kleinere Maximaltemperatur steht und er deshalb abfällt. Hört sich aber eher an, also ob die PID Einstellungen im Drucker Probleme h…
-
Yes TEMP_HYSTERESIS is our variable. Only thing it is for all heaters the same. But I do not see that it is also used for bed on a first glance, so maybe it is indeed not included.
-
Is this the official installation or from some manufacturer? Our version calls by default only our servers and linux might call nearest timeserver to update clock or linux update server to check for updates. It is possible to configure it to contact…
-
Der Konfig-Ordner bei uns ist /var/lib/Repetier-Server/database/klipper wenn die da drin liegen kannst du normal includen und auch im editor bearbeiten. Einmal server neu starten nach dem kopieren, damit die Berechtigungen angepasst werden.
-
2 Ports means serial/by-id and serial/by-path appear? That is normal and ok. Best is to select in install wizard autodetect on baudrate/dtr/rts so server tries all combinations. I assume it is using marlin? Some boards only communicate with one rts…
-
Für solche versehen kann man ja 5 Geräte aktivieren. Sind sie wegen solcher Probleme aufgebraucht einfach den Support kontaktieren mit der Lizenznumme rund wir geben sie wieder frei.
-
Display depends on monitor type and where it is connected. Can not say much about this, all my displays worked out of the box with bookworm debian. You need to check your display manufacurer which settings are needed for display or check raspberry c…
-
Yes pi 5 has a narrow CSI cable now. Just be aware that they use software compression (so higher cpu usage but works) but I improved the streamer a bit and it worked even with 2 pi cams on my test pi 5:-)
-
Danke für den Link. Da lässt sich vielleicht noch was raus lesen, insbesondere beim WebView habe ich noch probleme weil wir ja mjpg nutzen. Nach dem nächsten Update ist der Bambu geplant. Steht schon zum testen bereit. @Prinjekt Wir haben einen X1C …
-
Everything in /var/lib/Repetier-Server belongs to repetierserver, but that user has no login and password. You can copy it to pi home directory and then copy as root and reboot.
-
Just what I thought. The watcher restarts if streamer fails, but here it seems to be problem making it crash. So please check the syslog for indications on why the streamer stops after starting. It logs everything into that log file.
-
Greyed out means when testing if camera is currently reachable fails. Reason is cams get added once seen and stay and this way you have it easier to select the running version. Please see if ps aux | grep mjpg shows something like root 6493 0…
-
In that case there was an error during upload of the zip files from backup. Can be a simple network error or something else. Of it happens again at same place check the server.log or look in troubleshooting window for informations. There must be no …