TT_Vert
About
- Username
- TT_Vert
- Joined
- Visits
- 22
- Last Active
- Roles
- Member
Comments
-
LOL you will hate me sooner than later but at least I resolved the @gpio Kobra on issue. It seems I hadn't rebooted when I thought I had so that is resolved, it does power up as designed. I did confirm that if i have @gpio Kobra off in run after j…
-
/etc/rc.local does NOT execute on boot. I verified this by creating a test text document from rc.local when it runs and it does not create that test text document on boot. It is set to +x and if i run it manually it does execute the commands in it…
-
Repetier said: I just tested @startNextPrintInQueue several times and it did it's job. Of course at the moment it gets called there must be a print in queue and printer must be connected and there must be no job running. So that seems to …
-
Repetier said: I found out that in current version @timesCall only works when connected, so gets triggered only when power is on, but that shoul dnot be a problem as long as timeout is long enough to get it connected. You should add …
-
wrong ports sorry.
-
Ok I "sort" of got this working by removing the if command and set delay a bit longer. I'm not sure why that if statement is having issues since both variables return a 0 so I think it should proceed to the @gpio command but I'm no expert in this a…
-
Repetier said: Makes sense, there is a @endif missing in second function I see. So that would never run. I see, i just copied what you had stated above line for line. I'm not too knowledgeable on this language and the scripts. Your pos…
-
Repetier said: 1. Yes 2. Yes whatever command you have to enable power Note that this command does not get triggered on activation. It gets triggered when you add a new file to print queue! So just adding it with gcode already there would not…
-
Repetier said: You put it in run on activate script, so it is active as soon as you activate it. Afterwards deactivate and activate to install new functions. Sorry if i'm a bit obtuse here. 1. I assume you mean to put this into the "run …
-
Thank you sir, appreciate all your support. Dave
-
Sorry dumb question but where would I put this? As an aside I have a curl script set up and I did create a shortcut to run the command in powershell to turn on/off the printer w/ an icon on my desktop but I hope to automate it w/ these commands yo…
-
Yeah I do that now but that requires me opening server and using the button then sending the job. It may be best just to keep this printer on at all times unfortunately. With your way server would constantly be running a command to check for the…
-
Repetier said: API is documented here https://prgdoc.repetier-server.com/v1/docs/index.html#/en/web-api/bridge in forum you might find some examples of curl and send call which is the most frequently used one. See api doc: https://prgdoc.repe…
-
Repetier said: Sure you can use console to send server commands. Also API send command would work. The main issue is that you can not start a job when printer is marked offline which is what cura plugin does when you send gcode. So you need a…
-
Is there a way to make gcode actually send to an unconnected printer? So to be clear, I send my jobs right to repetier server via Cura. There is no way that the @execute command can be sent to an "offline" printer sort of like I do when I go into…
-
An observation. In printer console I can use the @execute command fine, even w/ printer off.
-
Another observation. if I go into printer console I can run that @execute command fine.
-
The printer is NOT communicating when off. When the GPIO pin is high (printer OFF) the printer is red in Repetier server (Kobra Max). Repetier host shows "offline" in the top right. If I disconnect from the Kobra Max and connect to the connected …
-
Well that is unfortunate. Even if I were to use a camera multiplexor like this? One more question if you don't mind. I noticed that in pro I can rotate the camera but when I go to the actual web url (http://192.168.15.4:9000/?action=stream) the i…
-
Disregard, I finally got it. Thanks for all the help. I think it's about time I get another pro license as i'm going to be going w/ your pi image for this next setup. How complicated are setting up multiple PI cams going to be? In the past I had…
-
Little update, I can now run the commands using the user repetierserver however they still do not work in repetier host when using gcode. sudo -u repetierserver sudo /db/printeron.sh works fine. However @execute printeron in gcode sitll does not. …
-
I just realized I transposed two letters in repetier (I always seem to do this w/ that name). Is there a way to add just the folder, or does each script need to be defined individually? Dave
-
To be clear I meant logged in as user pi they work with or without running sudo. As a test (I saw this in some of your examples in your online manual) I tried to sudo the command in extcommands.xml as you will see in my OP. pertinent extcommands.x…
-
Well that was easy thank you. I have no idea why I needed to put this in all the sudden when it worked fine before but I'll take it. Dave
-
Unfortunately I cannot update my post but these are the diags i've done: Putting a 20 second pause before my @gpio power off) would not allow end gcode to execute (Tried both G4 S20 and G4 P20000)Removing the @gpio power off command at end allowe…
-
Thank you. I was able to take M600 out of the Run on Pause gcode area of server successfully.
-
Did you address this as you said you were in 1.4.2? I didn't see it in release notes.
-
Yep I can and did test that method to ensure it would work for me. For now though I just added M600 to the pause command. Six of one, half a dozen of another. Dave
-
Repetier said: Yes, thats the plan. Users can than still add it in run on connect if they want/need it. But no forcing it. Thats great thank you. I was trying to figure out why all the sudden my M600s stopped working in FW. I didn't reca…
-
Yes, I am using 1.4.1 I will try M412 H0. As of now I have set an event dependent run on pause M600 which is working. So you are saying you may remove your M412 H1 S1 to allow the FW to handle these things again on 1.4.2? Dave