repman
About
- Username
- repman
- Joined
- Visits
- 20
- Last Active
- Roles
- Member
Comments
-
Thanks repetier, I will try that! Repetier said: installDev on our pi images to get it there Means the NightlyBuild?
-
Genau wie bei mir: https://forum.repetier.com/discussion/comment/45798/#Comment_45798
-
One more question:If I select the menu item "Start Input Shaping", what happend then internaly? You are writing:Actually it is just send as manual command like over consoleWhere is defined what script is triggered than? Perhaps I can change that t…
-
It is important not to switch the tab,I did not. The operation stops after a short while (~ 6 % progress) whitout any user action. Tried the command via console:SHAPER_CALIBRATE AXIS=X NAME=data FREQ_START=1 FREQ_END=133 HZ_PER_SEC=1 Result:Send:11:…
-
Here is the relevant part of the console output: Send:21:57:48.746: SHAPER_CALIBRATE AXIS=X NAME=data FREQ_START=1 FREQ_END=133 HZ_PER_SEC=1Recv:21:57:52.544: // Disabled [input_shaper] for resonance testingRecv:21:57:52.544: // Testing frequency 1 …
-
"Start Input Shaping" appears in the menu list.If I start it, it does the homing, goes to the given coordinates, seems to start the shaking process but aborts with the following error: --2023-12-30 21:05:01-- http://download1.repetier.com/files/se…
-
OK, I will try!As I understand right, RS looks only for these entries in klipper-config-file to decide if input shaper is installed? In my case I have an mcu section named [mcu rpi2]. klipper does not regulate the name of the [mcu] section, means th…
-
Thanks repetier!The example works:Exec:14:46:17.329: @call sendFWCommand "@echo Test message from firmware"Mesg:14:46:17.329: Test message from firmwareand this too: RESPOND MSG="// action: send:@info 'Message from the Printer'" Recv:14:50:51.279: /…
-
Sorry, but I did not get that!If I type in the console terminal @startCodeProcessedthe result isExec:12:05:21.802: @startCodeProcessedRecv:12:06:41.480: ok (80)means the command is executed. If I send the message from the printer: RESPOND MSG="@sta…
-
I found another way to communicate with the printer directly:Just send a command to the printer queue:echo G28 > /var/lib/klipper/sockets/SLUGNAME or with a predefined macro:echo LIGHTON > /var/lib/klipper/sockets/SLUGNAME This can be easyly …
-
OK, I will do as you advised.But this is not really unix-like. Normally if there is a config file in a less global position (like the users config file in STORAGE_DIR/database/RepetierServer.xml) this should be used instead of the global one. But a…
-
Some more tries: (Just for your info) Enabling the sockets via a seperate RepetierServer.xml in the path /var/lib/Repetier-Server/database/ folder does not work here. The file RepetierServer.xml seems not to be noticed.If I enable the unix sockets v…
-
OK, this is clear now. I put the following in /var/lib/Repetier-Server/database/RepetierServer.xml: /tmp/repetier-server.sock Then I restart the Repetier-Server:sudo service RepetierServer restart And there is no /tmp/repetier-server…
-
OK:, from the docs: "In this example we assume you are on a linux system and put it in your database directory"On a Rpi it should be /var/lib/Repetier-Server/database/, right? And what filename must the file have that it is read? There is already a …
-
Thanx repetier!I will give that a try!
-
OK, brute force method:ssh to the pi,sudo -icd /optrm -r klipper Now I can add a new printer and delete the others...
-
And if I try to add a new printer with different name, Firmware Klipper and serial connection method the INSTALL button does not appear anymore. RS seems to think that klipper is allready installed...
-
There is no klipper instance running:pi@voron2server:~ $ ps aux | grep klipper pi 11734 0.0 0.0 7356 528 pts/0 S+ 17:31 0:00 grep --color=auto klipper
-
Repetier said: First go to printer and select klipper configuration. There you can uninstall or reinstall, change config etc. Under Klipper Configuration are the 3dots on the right with the only entries:save as create new Configuration Delete …
-
And how can I reinstall klipper if this version is not ok? I did not find any menu entry to remove klipper completely.
-
Hat funktioniert!Mehrere Teil-Konfigurationsdateien im gleichen Ordner wie die Hauptdatei können mit dem Klipper-include Kommando eingebunden werden. Das macht die Sache dann wesentlich übersichtlicher!
-
Hallo,ich bin gerade dabei einen neuen Voron zu installieren und hatte auch erhebliche Probleme mit dem neuen Bullseye auf einem RaspberryPi4. Dies liegt IMHO nicht an Repetier-Server sondern am neusten Linux-Stack des RPi. Da wurde offenbar etlich…
-
Danke Repetier!Das hat funktioniert.Trotzdem fragt man sich manchmal, was die Debian-Entwickler sich so ausdenken ...xrandr hat über Jahre bestens funktioniert und ist auch ausgereift. Jetzt muss was Neues her ...
-
Danke repetier für die schnelle Antwort!Ich werde das dann so probieren.Viele GrüßeStefan
-
Thanks repetier,I will update to 1.3.0 soon and come back with a detailed description if the issue persists.
-
Danke schön! Funktioniert!Das Verzeichnis ist (case sensitive): /usr/local/Repetier-Server/firmware/Klipper.xml.Ich sehe ein Füllhorn neuer Funktionen ....
-
Thanks repetier!Can I modify that myself? In which file/path is this to add?Regards
-
Nochmals vielen Dank dafür!Habe gerade das Update eingespielt. Funktioniert sehr gut und der Button passt auch noch aufs Display!
-
Could you provide the final working version here? Would be great because I ran in the same issue.Regards
-
Ja, danke schön für die Mühe!