Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,085
- Last Active
- Roles
- Administrator
Comments
-
Did you update the server or the image? Pi has no battery buffered clock so I think it starts with last boot time. And that would be the date from the image. And as said it takes for unknown reason a bit to update the clock, maybe becaue it only do…
-
What is ncatch - could not find anything but sounds like you are forwarding the port. Do you also forward api socket? It is possible that klipper does not think that it is printing. After all we are sending the commands that make the print so klipp…
-
I do not think this is a bug. The problem is mor elikely that the clock on the pc running the server (pi?) is not set correctly. Especially on pi it needs internet connection to sync and it can take a while until it syncs. Server computes start time…
-
Hope this is only due to their controlling software. The printer firmware is not under our control so issues there can not be solved. Good thing is that dev version can already connect, show temperatures/fans, send g-code commands (also we never rec…
-
When deactivate is graeyed out your license is normally deactivated, clear would just remove the key as well which is all it does. Something is wrong in your case - I can see in top bar that it is still pro so it is not deactivated which might expl…
-
If all printers are on the same server instance you can do that already. One of them must be the main g-code storage and for the other 2 you deactivate in Printer Settings->General->General the option "Use own G-Code Directory" and then select…
-
No ldap support planned at the moment.
-
You could just use PrusaSlicer to do this. It can subtract volumes like boxes from a model before slicing. Eventually move it down z as much as you want. In that case it might even be enough to just slice it as it will then start still at z=0. Just …
-
At the moment not, but we are working on partly compatible solution. Partly because the printer need to be in local network mode to be able to use them.
-
See global settings->Webserver there you can make a native https certificate and enable https for Repetier-Server directly. Only problem is that it is normally in a local network so it can only create self signed certificates on it's own. But yo…
-
Port 3344 is http, so where comes the certificate from you are using? 3345 has a self signed certificate if you installed it but that requires a correct date so it is in valid time slot when validity is tested.
-
You can try 2 things. 1. Run in incognito where I think extensions etc are disabled (at least in chrome I know this is the case). 2. Open Javascript Console (right click ->inspect) to see if there are any error messages that would help. Your ide…
-
Translation is quite bad. Slicers need no path if you used the bundled slicers. These are found automatically. Only if you use a different version installed manually you need to define the path to the slicer binary.
-
Then it looks more like communication issues. You can massively improve error correction if you compile marlin with ok with line numbers enabled (in advanced config file) and disable ping pong. Server will then send multiple lines in parallel and se…
-
> i set in the pi imager the wifi credentials, ssh aceess, host name and user I never do this, I use the original content. We did not modify this to make it work. We have a own solution to set all this, so maybe that is the problem. Have the ima…
-
At least for debugging you should enable ping-pong mode. M105 should not be used normall as newer marlin supports autoreport temperatures. The length of returned message on temperatures is no problem. Server has no real limits here you can hit. C…
-
In unserem Skript steht letztlich dies: SCALING_FACTOR=1.0chromium-browser --force-device-scale-factor=${SCALING_FACTOR} --disable-features=TranslateUI,Translate --app-auto-launched --disable-pinch --noerrdialogs --disable-suggestions-service --dis…
-
In Repetier-Server you do not enter the serial port of your board. Klipper opens a serial port which you enter there. It looks similar like /var/lib/klipper/sockets/FlyingbearP905 if you created it all with Repetier-Server that should work.
-
No, our image will work only on RaspberrzßPi boards since it is based on RaspbianOS which is optimiyed for them. However if you install an official image you can install the according linux packe if the image is debian like (using .deb packages). D…
-
Klipper currently only runs when we connect direct to the klipper sockert on the device. It most likely runs moonraker as internet solution which will be supported in one of the next releases. We are currently refactoring the server to support such …
-
In principle it would be the right to serve multiple filament printers. But you said 2 resin printers and these work differently and are not supported. Also for filament printers it must be a compatible printer, but then multiple filament printers p…
-
No you missed nothing. Since the place is limited and some printers have more then 2 extruders we choose to only show the active extruder it top or in home screen. Reason is that this is the only relevant one during printing and also explains why th…
-
Uups, ja ist ausgeblendet bei klipper. Wähle kurz Marlin als Firmware, ändere den Wert und dann Firmware zurück auf klipper. Werde das noch ändern das er bei klipper immer einen großen Wert nimmt.
-
Gemeinst ist hier die größe des Eingangspuffers den du im server eingegeben hast. Bei Klipper würde ich den auf 8000 setzen und parallel PingPong aktivieren. Da Klipper ja auf dem pi läuft ist die latenz hier klein und wegen ping-pong versucht er ni…
-
It really depends on software you are using. In Repetier-Host for mac there is no such function, unly check box "Go to dispose after job/job kill" and dispose coordinates above. If you use Repetier-Server which is best solution for mac currently i…
-
1. USB Webcam mit mjpg support ist auch eine Lösung. x86 kann pi cams ja auch nicht. 2. Weiß nicht, wird ja als service von linux automatisch gestartet. Da sollte das eigentlich schon klappen. 3. Nein wird nicht ändern da es Teil des Images ist. Ab…
-
Due to the amount of extra computation done on each project upload there is not much for batch processing. You can upload a zip file and all files inside get part of the project, so if you have folders for each model and zip them it might be faster.…
-
Ok that shows pi did what it should do and wifi strength seems also optimal. So from this there is no reason to not reach it from network - at least if there is a route to it from the device you use. Is it in the same network or in some guest networ…
-
No I meant can you ping the wifi ip of pi when logged into pi. So meaning does the pi think it self that it has that ip number. If thatr works pi has assigned the ip correctly and configured wifi to listen on it. Since no hops are in between this is…
-
> The connection between Pi and Allogator board is made by the GPIO connector In that case serial: /dev/ttyAMA0 would be correct in klipper config and in server connection you use /var/lib/klipper/sockets/E3d since we connect to klipper and klipp…