TT_Vert
About
- Username
- TT_Vert
- Joined
- Visits
- 22
- Last Active
- Roles
- Member
Comments
-
The pi is on and connected to printer always. At any time I can basically send the GPIO pin high/low to turn the printer on/off. By sending the GPIO pin high it energizes a relay which turns the printer on. Obviously this cannot be done w/ gcode…
-
yeah by tabs I meant those switches. What was your reasoning behind putting these in separate tabes? Dave
-
thanks, worked perfectly today. This is a very user friendly program for someone who has only worked on it for 2 days. Dave
-
I slice w/ the cura slicer w/in repetier-host which gives a time and then print so I believe it sends gcode first. I get the notification as the print starts, not as it's sent. I'll have to get you a gcode in the AM. Dave
-
I cannot edit this any longer but these are from the host. The server does the same thing but just in GMT instead. I need to see if I can find a way to have it show current system time zone rather than GMT (I hate math) Dave
-
Sorry for the delay. As you can see it generally doesn't work. I see one or two where it did report the proper time. At first i thought it may be tied to the default printer profile but I found a few where the Maker Select profile did it as well.…
-
Does the script end code run AFTER the gcode or is it just injected into the end gcode? So basically the exact same thing? Because if it was after the gcod runs then I woudl not have to add the dwell commands 30 times would I? Or is it still a bu…
-
much obliged. Again, great piece of kit you have here!! I hope to do some mods to the GUI to suit my needs a bit but out of the box this is near perfect.
-
OK thanks. I want to be clear where to add these commands. In end gcode or in config | printer settings | scripts| end code? Dave
-
Have a link to a list of the benefits pro offers handy?
-
As an aside why couldn't I just do something like G4 S1 rather than 20 1ms dwells?
-
Roger that, thanks for the amazing support. Dave
-
It was a first run type deal. I rebooted the server and all was well. It could be because i just installed it. My first day using this software and it's amazing. I started w/ octoprint yesterday but I like this so much better. I need to researc…
-
The sender was the server. Server is 0.86.2 running on a pi 3. The time prediction was about 2 hours. it has happened quite a few times. Actually happened again about 3 hours ago. I'll take a screen shot of it and send it tomorrow for you to see…
-
Ok with that said it may just be easiest to have it shut down right after the print job. I suppose i don't need an idle timer, I just need it off after the job. So just add that ending script and give it a go? Dave