vanfidel
About
- Username
- vanfidel
- Joined
- Visits
- 9
- Last Active
- Roles
- Member
Comments
-
OK so I have modified my service as below but the klipper socket is still owned by repetierserver user. I made a cron job that just changes the permissions every minute for my printer klipper socket but is there a way to make that socket owned by t…
-
Repetier said: Great. Be aware that they use different users causing access problems. You can however change the user for server in /lib/systemd/system/RepetierServer.service to the one klipper uses. After running sudo systemctl daemon-reloa…
-
I noticed some of the action commands had string="true" in the xml response so I added it like below and now it works. //\s*action:start\b
-
Hi @Repetier I just wanted to check in again on this to see if I missed anything. Thanks
-
Yes all of those conditions are satisfied. Here is a snippet from my /usr/local/Repetier-Server/firmware/Klipper.xml file: //\s*RequestContinue: //\s*RequestStop: //\s*action:start\b //\s*action:pause\b(.*) //\s*action:resume\b …
-
Thanks I have updated the file and I see the action in my console show up as "// action:start" but it still does not start. Is there a particular place in the file I should be putting the line?
-
@tourniquet63 No the Creality K1 series uses a processor with MIPS architecture. Unless there were a MIPS repetier server version release it would not be possible.
-
@Repetier I am trying to add the same thing here now in klipper as I did for marlin. Does the start action work with klipper? It looks like it doesn't do anything. here is my menu item, the console shows that it is getting action:start but it does …
-
It looks like Creality has made the K1 series open source and gives you root access to the operating system. I will see if I can install the arm32 version of repetier-server directly on the printer and just use the original klipper config files.
-
I see so is this likely something that can never happen unless klipper and repetier are running on the same computer?
-
I see yes that was the klipper log. It looks like what is tripping it in the communication there: example1:Recv:9:07:14.055: !! An issue with the MMU has been detected. Print paused ex2: Recv:9:09:35.316: !! Warning: Automatically heating extruder …
-
Is it a problem that it sends a pause? This is also when it isnt printing anything.
-
This is with klipper. It seems to happen with any MMU error, when the printer is powered on and the MMU very often tries to 'fix' itself based on previous states (still tracking that down to disable it). Here is another example: Warning: MMU cannot…
-
Awesome, it works. Thank you!
-
It looks like the process is running and the log looks pretty clean. I an wondering then if the problem is just that repetier does not detect that it is installed and is not giving the option to run it. What does it look for in order to give those o…
-
Unfortunately I am still having the same issue. Should I update to the latest nightly repetier version? I see some similar problems at the end of the output. Are they relevant? I am wondering if it is because I am using the ARM build and not using a…
-
Thanks for the explanation. I will set my program to give unique tag at the end of my file name then. CheersMark
-
I see, well then I will be looking forward to it
-
Sorry but I am not sure I understand. The idea would be to use the menu on Marlin to send 'M118 A1 action:restart' to the repetier-server to restart the most recent print. Is this possible?
-
I have been testing these and they are working well. Marlin has the M118 command that will send back custom commands to the host. Is it possible to add your own action behavior to repetier? I was looking for a 'restart' action that would restart the…
-
Awesome, it will make sense to me to use it since I have another bit of code I wrote to handle my queues and I am not running repetier-server monitor in the printer room. Thanks!
-
They do have them built in but it is a bit hard to find info about them. It looks like they just send the message: //action: back to the server. There are a list of commands here: https://reprap.org/wiki/G-code#Action_commands And I found a bit …
-
Any idea when the official update will be out to update through the repetier-server GUI?