Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,071
- Last Active
- Roles
- Administrator
Comments
-
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…
-
ttyAMA0 is no serial printer. If available it is ttyACM0 or ttyUSB0 or better look into /dev/serial/by-path to see all serials. That said in server you do not enter the serial to your board - you do that in the klipper printer setup. In server you …
-
Can you ping wifi from the pi? When you check in hom escreen on network you should see all assigned IPs that are supposed to work. How did you assign the IP? In server config or in router by mapping mac to IP? In first case you could have your rou…
-
You did not delete User=repetierserver in systemd file just add one with mks so not sure which is used. socket user is the one running klipper when it creates the file. Our versions get started with repetierserver as user but as I understand you …
-
T0 / T1 ist der offizielle Befehl zum Extruderwechsel, nutzen wir auch wenn du in der Oberfläche den Extruder wechselst. In deinem erste g-code gab es allerdings nur T0 kein T1 daher war das auf den ersten blick ein single extruder code was kollisio…
-
Nicht wirklich sind ja nur die Nachrichten vom Drucker. Recv:11:31:35.612: inactive_extruder_x 160.977005Recv:11:31:35.616: echo:Active Extruder: 1Recv:11:31:35.631: Not printing, can not move T0 T1 now Da ist wohl ein Problem aber warum kann ich …
-
Ja gibt es wohl tatsächlich. Nutzt intern https://github.com/macdylan/SMFix was g-code vom slicer aufbereitet. Scheint auch etwas mit G4 zu machen was ich nicht verstehe da G4 eigentlich heist warte P millisekunden und S sekunden. Wenn kein S da is…
-
Wenn das mit dem Anschlag im server bei pause oder Druckende ist kann es an eingetragen g-code im Server fuur diese Ereignisse liegen. Kannst du in der Konfiguration sehen. Daten vom Host sind die Slicerkonfigurationen in den entsprechenden Verzeic…
-
Problem pointing to existing klipper fails normally for 2 reasons: 1. Permission to write to pipe/sockets from klipper due to klipper running as a different user. You could modify the systemd starter to use pi as user instead of repetierserver but b…
-
Basierend of diesem Code kann man nichts sagen da hier mit T0 = Extruder 1 gestartet wird ich aber keinen Befehl T1 sehe. Normal kümmert sich der Drucker selbst darum die positionsänderungen. Wenn er das nicht kann muss der Slicer die entsprechenden…