TT_Vert
About
- Username
- TT_Vert
- Joined
- Visits
- 22
- Last Active
- Roles
- Member
Comments
-
sorry i thought we needed the 30 1ms to fill the buffer first so the next commands would be run. Is there somewhere I can read up and better understand why I need to put a bunch of random filler commands in just to make things work properly? Dave
-
What resolution are you outputting? My switches are -vf (to rotate 180), --framerate 30 (30ftp) and then of course the resolution change. This is the command the daemon is outputting on boot: ./mjpg_streamer -o output_http.so -w ./www-octopi -n -…
-
That only fixed displaying in repetier but also needed the web ui oriented correct. After going through the webcamd daemon I was pointed to /boot/octopi.txt which allowed me to add the correct mjpg switches.
-
Any idea how to do this to the output of the pi camera to repetier-host on the pi using ffmpeg? Dve
-
I have the G4 S300 before the execute command. So end code looks like this G4 P1 (x30) G4 S300 @execute printeroff Should it dwell 300 seconds after the 30 1ms dwells? Also that copy server config does not copy the scripts tab from server does i…
-
That is odd. I have two windows pcs which both do the same thing (Skip 3 lines). This print only had 38 layers. Do you run host in a windows environment?
-
Ok thanks.
-
Can I ask one more question regarding the dwell G4 command? I do have the G4 P1s (30 of them) in the end gcode and it does allow me to use @execute to shut off my printer. My question is, I want it to wait longer so after those 30 G4 P1s I added a…
-
I would also like this. It's very handy in Simplify3D. Dave
-
Thank you very much. It really is a bit confusing, local time would make the most sense or a user selectable option. Dave
-
Certainly does, any idea why when in that same field using mouse click moves up/down 3 layers instead of 1? Not a big deal since the arrow keys are now working for me, just curious.
-
yeah that's what I thought. I just removed and readded the printer profile and now it follows temp properly. Strangest thing it was stuck at 205C. All other slickers w/in host worked fine.
-
Ok thanks. I saw your page on creating your own plugin, I will have to look into it some. Dave
-
Ok thanks much.
-
Looks like you are slicing w/ a stand alone cura version, I am using the repetier host embedded version which is different than that. Dave
-
Couldn't edit the above sadly. I do have a bit of a ghetto way I'm doing it now but then I noticed it doesn't print the print jobs when clicking print after slice. I have to go to the server tab and manually click print rather than just clicking p…
-
So it appears that I can use the advanced option (Post slice filter) under printer setting but I don't quite understand how this operates or the formatting. Can I just somehow have it run my sh file on the pi server? I tried to put that in using …
-
Material print settings?
-
Ahh so it depends where the print originates from? What does the following do then?
-
ok thanks. It just went idle, I dind't tink to look at the logs. Dave
-
I would like to automate it. So right after a slice it will turn on printer. Problem is it cannot be done by gcode. I just need to somehow emulate that same process I use to turn it on w/ the method I use in the picture in my post above. That r…
-
check server tab and then the tab next to stored prints (Forget the name). Those are queued, remove them and try again. Dave
-
Following up on this. I noticed that the gcode always puts the end code from the cure slicer start g-code rathe rthan my config | printer settings | scripts | end code. I even attempted to blank out the gcode. Or was I mistaken in assuming that …
-
I had set time zone when I set up the pi. It always just shows Universal time (UTC format) not my Local time zone.
-
Sorry that went above my head. Yes I do have extcommand setup and working. I can manually turn the printer on from either host or server as I showed in the pic above. Can I have this post processor script do both? First run my external command …
-
The printer board does get power from a relay controlled by the pi (I can turn the printer on/off at will via CLI in pi. I have to turn printer on to allow @execute as that is embedded into the gcode which cannot be sent until the printer is powere…
-
I'd like to know this too. As well as exactly what to look for. I had printed this exact one with inland PLA and I think it looked best at 196 but none were perfect
-
Doesn't the start script just inject into gcode? I cannot use gcode until printer is on. If that start script will actually run independent of the printer being on I could do it but I don't think the print button is active (Thus cannot send print/…
-
I disabled all host push notifications and just ran a test print and that came to me properly. I wonder if the host initiated notifications were the issue. With that said I'll monitor this and report back. Can you tell me if there is a way for th…
-
Best to just show you.. See attached