Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Funny fact - if I hit reset a second time it connects correctly. Searching that issue. Already found the not disconnect problem. So that is the last special prusa problem. On the other side I also want to test the tape method for 5v since it is anno…
-
Forgot to mention - best use svg icons so color changes in dark mode as well.
-
I think tomorrow the beta for it will contain it. Just collecting/fixing all problems user see with new release and make a final 0.94.1. Hope to release it end of week since it all are small issues but need to test them and some are hard to reproduc…
-
Ids are always growing so it is the one with highest id if you query directly after uploading. You can also compare file length in addition. File name will also be the same in normal cases.
-
G32 is corrected during the complete print. Only bump correction measured with G33 is corrected at the bottom normally also you could set it to correct until top as well. 4 bed motorized leveling is not supported. I never had a printer with that de…
-
Will test this myself today a bit more. You might need to disable "Continue print after fast reconnect". My current guess is that this feature does not play well with the prusa problem that the port stays visible when power is off. That way server c…
-
Not sure what you mean here with cluster. You can only connect one pc physical with the printer so there is no switch over possible. You can have one pc per printer and use the repetier-server monitor to watch all in one interface. Server also has …
-
As long as it is not finished with autoleveling it has no effect. You really need to start G32 at a higher Z so it succeeds.
-
Das mit dem Timelapse hab ich auch schon gemerkt. In 0.94.1 beta bereits behoben plus verbesserung das er die Bilder nach dem Umwandeln löscht um platz zu sparen. > Der Reset über das Bedienfeld des Druckers lässt denn Drucker nicht wieder kompl…
-
First in basic settings (left side menu) you need to define where to store backups. Then select the backup function also in the side menu. To open it click on the hamburger icon left top.
-
Ok see problem I think. I now use a cross compiler and it seems it was set to 32 bit also I selected cortex53 as cpu type. Will recreate that path and see if it improves.
-
Important - did you set firmware to Marlin? With repetier-firmware it will fail. All other settings same as in host should work. There is no copy of settings between them. Also important on windows only one software can connect to a port. So make su…
-
Yes, could reproduce the problem. Will be fixed in next update coming soon.
-
Yes, I got a scrolling bug in 0.94.0 so also splittet it will not scroll with body. Can you test if that is solved in 0.94.1 beta. Just change linux download link to 0.94.1. At least menus now scroll with body. Regarding icons just add icon attribu…
-
The prusa port never vanishes. You can enable the flag "Port is visible even if firmware is not running". That will at least prevent you seeing all the connection tries. Not 100% sure if it then gets handles as offline. Also worth a try is taping t…
-
Url can be empty. But it can be any url to a image with matching size. So if you see a icon image you want to use just try it as link by copying image url (right click copy image url).
-
That is the wrong one. Klipper uses the real serial port it self and you need to use the /tmp/printer provided by the klipper server.
-
Hab gerade gesehen das das screensaver script /usr/local/Repetier-Setup/bin/screensaver leer war nach einem update. Wenn das bei dir auch der Fall ist versuch mal #!/bin/bash # Implements commands# screensaver on - Called when screensaver should a…
-
I just registered on one printer that the screensaver script /usr/local/Repetier-Setup/bin/screensaver had 0 byte after an update. Is this also the case for you? Would changing content to the intended content: #!/bin/bash # Implements commands# sc…
-
These commands do not need websocket. You can use the api->websocket conversion as described in the api near the top. Just make sure to url encode the data json string parameter.
-
You need to consider that your z probe is 20mm to the right, so it needs to move 20mm left. Make sure start position is at least x=20 to activate. Also make sure xy area for probing fits into reachable positions with that offset. Also which might b…
-
Hilft denn der Befehl den ich angegeben habe? Was für ein Display ist das? HDMI oder über die Pfostenstecker angebunden?
-
See https://www.repetier-server.com/knowledgebase/web-action-to-control-a-remote-controlled-socket/
-
Did you upgrade server or image? I have surely not programmed a sleep mode in server, so only thing I can think of is that a screensaver now thinks it needs to shutdown linux into sleep mode. Can you say how the sleep message looked like? Did it app…
-
Yes, just do it in ssh as described in manual installation. wget http://download.repetier.com/files/server/debian-armhf/Repetier-Server-0.94.1-Linux.deb sudo dpkg -i Repetier-Server-0.94.1-Linux.deb rm Repetier-Server-0.94.1-Linux.deb should do the…
-
First upgrading does not delete these files and settings. Look into manual where the storage directory is for your os. It is in the installation part mentioned. Make a copy of this while server is disabled. Alterntively if you have pro version use R…
-
For linux there is already a beta online (0.94.1) just change version in download link and install it. There the scrolling issues are fixed.
-
Also when you have a 64 bit processor it is important if the os is 64 bit or not. If you have the 32 bit kernel use the 32 bit armhf version instead.
-
What processor type are you running? I think you have installed the wrong type. If you have a armv7 processor you need the armhf version. armel will use a processor instruction that does not exist on armv7 and might not get catched by kernel.
-
Hast du das image oder nur den server aktualisiert? Es kann der screensaver sein der ja den Monitor nach einiger Zeit ausschaltet. Wenn du duch per ssh einlogst und /usr/local/Repetier-Setup/bin/screensaver config 0eingibst wird der Bildschirmschon…