Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,079
- Last Active
- Roles
- Administrator
Comments
-
I mean we do not need or use moonraker at all. We need direct access to the klipper socket and if you install klipper inside Repetier-Server it works good and you can configure the printer even inside server. But if it is preinstalled you normally …
-
Storage dir ist bei jedem Betriebssystem anders. Bei Windows ist das C:\ProgramData\Repetier-Server\ Windows ist für Farmen nicht das bevorzugte Betriebssystem allein schon wegen der automatischen reboots bei windows updates und wie es com ports nu…
-
Not in the way you wanted to connect it at least. Only if you add server on the pc inside the printer where klipper runs.
-
Nein gibt es nicht. Das müsste im PrusaSlicer implementiert werden worauf wir keinen Einfluß haben. Aktuell listen die nur existierende Gruppen auf die man natürlich in unserem UI auch erweitern kann und dann auch im PrusaSlicer sieht.
-
There is a switch in dashboard to select alphabetically ordering already, just use it. But you did not understand that the anet is visible causing the issue! You must tell server that it is visible also when disabled to prevent this toggling.
-
The problem is that the anet is not succeeding in connecting. So when it starts connecting it is counted as online and startign with A it is before the other printer. Order is Online and then alphabetically. When it fails it is offline moving to end…
-
Was du auch noch versuche kannst ist tail -f /var/log/syslog und dann den usb Stecker einschieben und sehen was passiert. Linux kann usb trennen bei Störungen oder zu wenig Ampere Leistung auch wenn das bei 2 Druckern und 2 Pi unwahrscheinlich ist. …
-
Sehr merkwürdig. Habe gerade diesen thread gefunden: https://forums.raspberrypi.com/viewtopic.php?t=358455 bei ihm gehts mit bookworm nicht aber bullseye schon. Hab gerade mein bookworm Testsystem gecheckt und der zeigt beide Drucker korrekt an. Bi…
-
Ok, I see what you mean. Do not think I'm changing this maybe a bit on next update. But there is a simple solution to find the start. Use viewing range to select the layer and just click on "First Layer" button. It will scroll g-code to start of th…
-
Repetier-Server currently needs direct access to klipper as moonraker has it. So it must run on the device where klipper runs. Can run with moonraker in parallel, but then you must start server with same user as klipper or ensure it can read the kl…
-
Merkwürdig. Wir haben einen PrusaMini und der funktioniert Problemlos (mit ping pong Modus aktiv). Manche Drucker brauchen ihren Hauptstrom um zu erscheinen, aber ansonsten sollten sie ja als usb Gerät erscheinen. USB Kabel schon getauscht? Anderer …
-
Ja update aus terminal im server geht nicht weil dabei der server beendet wird was den installer beendet:-)
-
I'm not really sure what you mean. The g-code viewer do not color different layers. The colors come from extruder, feature, speed, width or height. Also when you check 2d view and switch to g-code you see the code of exactly that layer. I assume yo…
-
Yes, for setting it you must send the hash not plain text. For login it even gets more complicated. There you call /global/user/verify and get a csrf token ('Csrf-Token') and fill password like this: $http.post('/global/user/login', { login: $scop…
-
Damit man alternativ eine Maus anschließen kann.
-
Auch in dem repetier-setup im touchscreen Menü - ist der Punkt Mouse.
-
Möglich das deine cmdline.txt Werte das überschreiben oder der Treiber so nicht im xserver konfiguriert werden kann. Die Werte Option "MinX" "65003" Option "MaxX" "-205" Option "MinY" "64545" Option "MaxY" "-717"Mache…
-
It does not really matter if you use M104/M140 or SET_HEATER_TEMPERATURE when klipper works as supposed. SET_HEATER_TEMPERATURE is needed if you have multiple beds or chambers which is why it is included now and preferred if name is known. Haven't …
-
Das ist der normale Web für Linux. Aber wir starten es immer für das default input device. Was gibt xlibinput_calibrator --listaus? Wenn es mehrere gibt nimmt er vielleicht das falsche. Oder es gibt noch eine andere Datei in /etc/X11/xorg.conf.d in …
-
Which interface are you using? Just tried touch and regular for extruder and bed and both did send the gcode expected. In klipper if you have set a name some functions will use the official klipper command SET_HEATER_TEMPERATURE instead of M104/M140
-
Log dich in Global Einstellungen->Terminal am pi ein und gehe auf Touchscreen und dann auf Touchscreen kalibrieren dann sollte xinput_calibrator gestartet werden. Lies die Text durch was zu tun ist.
-
You should check console tab in server and enable commands. See what commands get send and if klipper sends an error back or if it was wrong command. Are you connected using the api connection as well? Installations from server side would create an…
-
Ok, did you encrypt the password correctly? We never send plaintext passwords so it is only a hashed password we send. In javascript it is encrypted like this: CryptoJS.MD5($scope.edituser.login + $scope.edituser.password).toString()So it is just MD…
-
In dem Fall im Desktop mal sehen ob sie unter "Deaktivierte Drucker" gelandet sind, auch wenn sie dazu jemand deaktivieren muss. Wenn es noch mal passiert auch sehen ob in STORAGE_DIR/configs noch Dateien zu den Druckern stehen und ob sie defekt/lee…
-
Normally your printer knows this and just switching extruder with T0 or T1 switches them. Slicers will add the switch automacially when they need to. Mor eimportant is that you often need to extrude a bit before more filament comes from previously d…
-
It is in registry HKLM/Software/repetier You can export it ussing regedit but that is more for experts. Also this does not copy the slicer settings. These are either in work director (CuraEngine) or un HOME/AppData/Roaming/prusa... I think it was.
-
You have {{ }} for data, should only be single { }, also owner of api key must have manage accounts permission. Apart from this it looks good.
-
JUst an idea = does slicer explicitly set relative or absolute extrusion as it is used in slicer. I mean relative print has all small e values and if you are in absolute mode there will be not much movement but you would see the extruder jitter at l…
-
Sure it is using Repetier-Firmware? We never supported wifi/camera in that firmware. What does M115 show as firmware?
-
Ja im lokalen Modus wird was gehen. Es ist aber einiges an Arbeit den Server so weit umzuschreiben das er das kann. Normalerweise haben wir viel bessere Kontrolle was hier nicht mehr geht, weil die Schnittstelle das nicht hergibt. Drucker ist aber s…