Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Looking back into previous post of ls -l I see your file is 18 bytes???? Should be 105374670 bytes long. Guess download did not work and what it now contains makes no sense. Try head ./Repetier-Server\ Monitor-1.4.7-armv7l.AppImage I think it con…
-
Das original Einsy board hat die Eigenart das usb immer sichtbar ist, auch wenn die Firmware nicht sichtbar ist. Evtl. ist das der Unterschied. IP wird 10 Sekunden nach Verbindungsaufbau gesendet. Hängt also von einer Bedingung ab und wenn er denkt …
-
Ok that is strange. File is there and chmod worked - I see the x flag. Can you try writing only part of ./Repetier-Server\ Monitor-1.4.7-armv7l.AppImage and then complete with tab key? Mybe a problem how you enterted the backslash to escape the sp…
-
Yes, web gui gets info from server which consumes the stream. So at least locally there is no problem to read all frames and gui queries next image on completition with one ahead to keep framerarte as high as possible. You bypass server and query s…
-
In GUI we have no standard stream, we read it internally and gui requests frame on receiving one. If in meantime there were multiple frames due to slow network they get dropped. With VLC you do it differently I think. Are you connecting to mjpg_str…
-
run ls -l to see if file is in current directory. Use cd foldername to switch between folders. And just to be sure do not enter "pi@RepetierServer:~ $" that is the prompt in my terminal, command starts after that. File: command not found - always m…
-
We are using CuraEngine 1.5 so the older one. Guess that is why you do not see the option. You can try included PrusaSlicer for more up to date options.
-
Bin schon dran. Wird in 1.5.0 kommen. Benötigt aber größere Umstellungen da es ganz anders funktioniert wie mit anderen Druckern.
-
./ at start of executeaböe means you must be in the folder where you downloaded the appimage into. Guess you were in home directory while file is probably in downloads folder of your browser?
-
The command should work on any linux with arm processor from terminal. So regular pi os should be fine as well. Important part is export DISPLAY=:0 to tell the monitor to display the windows. When called from window manager I'd assume it is set by …
-
Was hast du geändert? Hat sich die IP vom Server vielleicht geändert? Benutzer geändert?
-
Since we have no desktop I can not test it with clicking. When I open a terminal and run pi@RepetierServer:~ $ chmod 755 Repetier-Server\ Monitor-1.4.7-armv7l.AppImagepi@RepetierServer:~ $ export DISPLAY=:0pi@RepetierServer:~ $ ./Repetier-Server\ M…
-
Do you at least see the app starting? You must add the servers first so they will appear. Note that monitor is written to be used with keyboard when inputs are required. A virtual keyboard might work if you have one installed. But 99 percent work …
-
This is up to linux and we use standard pi distro. So any solution for pi will work, check e.g https://raspberrytips.com/time-sync-raspberry-pi/ Looks like changing /etc/systemd/timesyncd.conf with new fallback servers can do the trick.
-
Meine Meinung bei MJPG ist wegen der ineffizienten Komprimierung das es am besten ist die Framerate zu drosseln. Dann kann man auch eine gute Auflösung/Komprimierung wählen. Wichtig ist ja nur das man sieht was der Drucker macht und nicht es möglich…
-
You can select already to keep the images. Default is to remove them after video generation but in General Settings->Timelapse there is a switch to keep the images.
-
FilamentManager is still in the pipeline. But there is no ETA that too much depends on changes required to keep server working with newer printer solution and a lot more factors. Custom moduels are already possible for quite a while, see modules de…
-
You can enable/disable showing travel moves and print moves. You seem to have deactivated print moves. You can enable them in toolbar with the filament eye icon.
-
Settings are stored in Windows registry so complicated to recover. However slicer settings are stored on the hard drive. Where depends on the slicer you used. cura engine in work directory/cureengine and Slicer/Prusa slicer in AppData/roaming/slice…
-
Repetier-Host ist was anderes als Repetier-Server. Host ist nie als arm Version erschienen und 0.85 war die letzte OpenSource version davon. Ist aber auch nicht für pi gedacht zu wenig power. Server ist die aktuelle Entwicklung und auch für SBC geda…
-
Kannst du dich schon per PC verbinden z.b. weil du wifi über Handy eingerichtet hast? Dann versuche in Globaler Einstellungen->Terminal dich einzuloggen und dann startet repetier-setup Wähle 3 Touchscreen -> 5 Touchscreen Calibration Mit etwa…
-
Bambulab is planned for next big release 1.5.0. What monitor do you use? Some need extra settings/drivers which must match the linux kernel version. Only HDMI displays with eeprom providing settings work out of the box.
-
Beeing curious I burned a fresh image with pi imager using latest image from us (no modifications in settings!) and inserted it on a pi 3+. Ist started until interface appeared very shortly before doing the expected reboot. Then it came back showing…
-
Does repowering help? plymouth-poweroff.service is shutdown and that seemed to work, just the restart sounds to not happen here. If it comes up after repowering all would be ok I guess.
-
What did you do after burning image to sd card? On first startup image will adjust filesystem and reboot. Do not interrupt in that stage. Depending on sd card size and speed it can take a few minutes but after a while it should be running.
-
Disable easy mode in host to get all functions including log at the bottom.
-
Sounds like your marlin is handling out of filament with action messages. This is in deed limited to a few answers when the buffer is full. Then marlin can not accept any more messages and only local display works. Better solution if supported in y…
-
Prinzipiell kannst du externe Befehle aufrufen mit @execute, wenn die in extcommands.xml stehen und die benötigten berechtigungen haben. Da es aber schlecht ist im lauf während er den Druck beendet den Server zu stoppen könntest du "at" installieren…
-
Bei den Mega Boards ist es nicht möglich versehentlich den Bootloader zu beschädigen. Wenn der Upload klappt ist er auch da und firmware wird starten. Danach muss die Baudrate im Server mit der eingestellten übereinstimmen. Es kann sein das im EEPRO…
-
To add it run as user pi sudo echo "repetierserver ALL=NOPASSWD: /usr/bin/dfu-util" >>/etc/sudoers.d/repetierserver-perms