Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
I have the question open for testing but my debug version is currently in development and I need to finish some programming first to test it.
-
Aktuell bin ich nicht sicher ob eine Verbindung möglich ist. Die nutzen soweit ich sehe Kobra OS was wie ich lese wohl imGrund Klipper ist. Wenn die auch Moonraker nutzen als Netzwerkschnittstelle wird es in einer der nächsten Updates unterstützt so…
-
1. Ja mit dem neuen Grafiktreiber kann mjpg_streamer nur software komprimierung was cpu intensiv ist. 2. Hab ich noch nicht gemerkt, muss ich mal beobrachten/testen ob das bei mir auch so ist. 3-4. Die ersten Bookworm images hatten einen Fehler im S…
-
Macht sinn, im relativen Modus werden die moves dann addiert auf die Koordinaten.
-
Die alte Version vom Host ist vermutlich ziemlich alt und eine wo die Daten vorkonfiguriert waren wenn die kein DTR/RTS hat. Aber ist dann auch egal. EInfach beide starten und Werte kopieren dann sollte verbinden wieder klappen. Wenn die Spannung i…
-
Zumindest der start Code sieht unverdächtig aus. Denn vermutlich am Ende. Wie gesagt sieh es mal im 3d preview an und aktiviere travel moves dann solltest du eine linie nach y 312 sehen und weist auch wo sie grob im gcode steht.
-
You must fulfill all conditions this also starts a print: 1. No printjob running 2. There must be one more file in print queue. Did you restart server to make the line effective? Any position among the response entries would work.
-
Verbindungseinstellungen im Host wo du die Druckerverbindung konfigurierst. Alles nach Semikolon ist ein Kommentar. Im Druckerfenster im Server im Hamburgermenü unter logs kannst du logging aktivieren und nachher die Logs herunterladen. Rutschkupp…
-
In der 2d/3d ansicht sollte man das auch sehen können wo das passieren soll. Vermutlich must du dazu aber die Anzeige von reinen Bewegungen aktivieren.
-
Es kann sein das es am start oder end g-code des slicers liegt. Hatte das schon mal mit CuraEngine. Manche firmwares ändern positionsmodus mit G28 was wir nicht annehmen. Dann kann ein absolut gemeinter g-code zu hohen Koordinaten führen. Muss ich a…
-
klipper.xml firmware description does not include the action:start action. Have added it for next release, until then manully add //\s*action:start\band restart server. File is in installDir/firmware on linux this is /usr/local/Repetier-Server/firmw…
-
DTR/RTS sind signale bei seriellen Verbindungen die den Datenfluss steuern können, auch wenn das meist nicht aktiviert ist. Kann dazu führen das die Firmware nichts sendet wenn sie das signal nutzt. Kannst du in den Verbindungseinstellungen setzen. …
-
Bei den Host Verbindungsproblemen kann ich nicht sagen was es ist, wenn die gleichen beim Server funktionieren. Evtl. RTS/DTR noch vergleichen. Bei dem Move im Server checke mal in der Serverkonfiguration bei G-Codes->Ereignisabhängig ob da ein …
-
Nach dem ersten bootvorgang wird die sd Karte angepasst und das system neu gestartet. Während dieses vorgangs bitte nicht eingreifen. Wenn du danach per ssh drauf kommst sollte das aber nciht das Problem sein. Das logo am anfang ist noch im Textmod…
-
G0 Y-200 F9000 Da ist so ein Befehl auch schon drin den du anpassen oder löschen must damit du nicht 2 Bewegungen bei Pause machst. G1 und G0 machen das gleiche.
-
For printing you should check the printer log when you disable easy mode. When it connects correctly printing should be no problem. It it does not work it is normally connection not working 100% e.g. port is there but wrong baud rate. Check also bot…
-
v4l2-ctl -l -d /dev/video0 will list available controls for your device.
-
Ok, yes old docs do not match and miss a lot of functions added since then:-)
-
From docs: server:registerActionCall Type: function(string action, callback f)->void Static: falseActions are the main method of starting actions from the frontend. Actions get send over the websocket and take a json payload and get a json respon…
-
There will be no more updates on CuraEngine 1.x and in 2.x the format/communication got incredible complicated so we can not support it. Please select PrusaSlicer for good results. This one is still in our update list and compatible.
-
Please redownload the AppImage. I have added a library that was missing. It is not libgdiplus but libtiff in version 5 while newer linux distros now have version 6 which did not fit. Worked on ubuntu 24.04 for me.
-
Please redownload the AppImage. I have added a library that was missing. It is not libgdiplus but libtiff in version 5 while newer linux distros now have version 6 which did not fit. Worked on ubuntu 24.04 for me.
-
Please redownload the AppImage. I have added a library that was missing. It is not libgdiplus but libtiff in version 5 while newer linux distros now have version 6 which did not fit. Worked on ubuntu 24.04 for me.
-
Gehe in der Druckerkonfiguration auf G-Codes->Ereignisabhängig->Sende bei Pause und trage ein was du willst. Da ist denke ich der move vorausgeführt den du nicht magst, kannst du aber durch alles ersetzen. Nur stehen bleiben ist schlecht weil …
-
No, they need images to work which is not done with g-code. For some you can home/move z with a serial connection but nothing more, so not much useful.
-
Will have a look at it for next release and try updating mono.
-
rs is defined already since server module is included first to offer predefined stuff. local log = {} is called in global scope so not sure if local does anything here. Main problem is your lua location I think. In the lua directory you add monito…
-
Please try installing the missing libgdiplus package. sudo apt update sudo apt install libgdiplus
-
Sieh mal in den Druckereinstellungen unter Allgemein->Verbindung->Zeige auf Drucker LCD Status Zeile ob das deaktiviert ist. Im Quellcode ist das die einzige Möglichkeit das zu beeinflussen solange eine IP vorhanden ist.
-
If you are using our image run repetier-setup and select showing mouse in touchscreen settings. On regular Raspbian OS desktop I'd assume the mouse to appear anyway when connected.