Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,078
- Last Active
- Roles
- Administrator
Comments
-
You can send multiple g-codes in one command as long as every line is separated with newline (\n) and is a new complete command. It is not possible to have a G1 move at one line and further lines only having coordinates like some g-code variants sup…
-
You did not apply the changes so it reverted to original. Reason is you must also rotate the touchscreen function. So after setting rotating screen select menu again and select to also make changes on touchscreen as described on download page. Only …
-
Da beide womöglich die gleiche ID haben, solltest du sie über /dev/serial/bi-path/... verbinden, dann ist der Port masgebend. Davon sollte es auch für jeden einen geben.
-
What the setting does is changing browser scaling factor, so you just zoom the page and this handles all identically. The sizes are defined per resolution and set during css generation and can not be changed dznimacially afterwards. However you can…
-
Im Prusa Firmware menü kann man den Filamentsensor an und ausschalten. Wenn er aus ist druckt er weiter ohne Filament weil er ja aus ist. Bei manchen Filamenten klappt der Sensor nicht zuverlässig, dahe rkann man ihn ein und aus schalten.
-
That is browser generated. For all
-
Hast du denn /dev/serial/by-id ? Wenn beide nicht da sind sieht der Pi vermutlich den Drucker nicht, da die Verzeichnisse nur erzeugt werden, wenn serielle Geräte vorhanden sind. Als test logge dich ein und gib lsusb ein, dann siehst du alle Geräte…
-
No this is not possible. Browsers do not allow setting a start directory. Which one is used depends on browser and last used directory. What you can du is drag and drop the file on the file item instead of selecting it.
-
Was fuur ein Problem meinst du? Wenn er das genau so macht wie beim Prusa Mini der ja die gleiche Firmware hat stoppt er firmware seitig und sagt nichts zum Server. Dort sendet die Firmware nur busy Medlungen und am Display selber wird man durch den…
-
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.