Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,082
- Last Active
- Roles
- Administrator
Comments
-
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…
-
Simply safe it. Repair replaces the defect with fixed version so saving will save repaired version.
-
Do you also have #define SUPPORT_MAX6675 in your configuration.h file to enable 6675 support. Pin is the cs pin for spi connection to the max6675.
-
Any error messages in communication console? Make sure extruder is hot. Eventually motor driver or motor cable defect if it worked before.
-
There is a doc for dialogs in detail: https://www.repetier-server.com/dialog-tutorial/ For monitor there is no sample. But it quite easy it just uses PCRE2 regular expressions. Use https://regex101.com to test your expression. Make groups match va…
-
It alld epends on firmware and config options. Some have a protection preventing move when extruder is cold or prevent long moves. In eeprom you have steps per mm resolution setting on some. In general during print it is coupled to xy move. Pure e m…
-
I'm no python programmer, but the idea of websockets making them so fast is to keep them open and just add new messages so there is nearly no delay. You should search the forum. I'm quite sure there was soneone presenting a free library to communic…
-
That is what the dialogs are for. You collect the data and present a dialog with results or even input fields to send new values based on that. With multiple buttons you can then cancel, continue, repeat, ... but of course with console you can do th…
-
You asked in server thread so I assumed you are talkign about it. What are you using instead? Server also connects via usb cable to printer. It just works like a webserver so the computer it runs on becomes a webserver showing your printer in your …
-
I see what you mean. I have to play with it and see what is possible. BTW: You say you need klipper responses. You are aware that you can add a watcher for a period to watch responses for a regular expression and than call a function to continue an…
-
Did you connect your wifi with pi Access Point? Only devices connected to pi wifi instead of your home wifi can see 10.10.10.1 ip address. You should also see RepetierServer in your list of AP stations now.
-
Sieh mal hier https://www.repetier-server.de/documentation/ Video Tutorial Backup- und Wiederherstellen. Aber ganz ehrlich, steck die sd Karte doch einfach in den Pi 3. Wenn die usb Ports abweichen must du eventuell die schnittstellen umbenennen a…
-
That is true, wecksocket is much faster and also enforces correct order. Regular api would depend on which request is executed first and on multithreaded system like it is it can be wrong order on high speed. Reason you are so slow is you start an …
-
You need to enable logging to see full communication. Select in hamburger menu for printer "Logs" and check the box to activate it. In same window you can later download the log for analysis.
-
Ip of server is then 10.10.10.1 over ap.