Freakadude
About
- Username
- Freakadude
- Joined
- Visits
- 14
- Last Active
- Roles
- Member
Comments
-
Thanks for checking. Also regarding your USB comment. BigTreeTech has some pretty nice technical documentation available for their board on their github. Maybe that has some usefull info for you. You can find the info here: https://github.com/bigtre…
-
Yep. When running M112 from console same thing happens. I played around a bit with the RTS/DTR settings since i also initially had an issue with Repetier Server not connecting to the board with the same RTS/DTR settings (Low to High on both) i had…
-
You have 2 backslashes too many. Use the command like this: /home/pi/hs100B.sh 192.xxx.xxx.xxx 9999 off
-
You need to change "pathtoyourscript" to actually be the path where you store the hs100B.SH named script on your machine. So if you have stored the script under: /home/pi/ then you need to replace "pathtoyourscript" with "/home/pi/hs100B.sh". Same g…
-
You don't need to edit anything inside the hs100B.sh script. You need to add your own ip, port and cmd to repetier servers own extcommands.xml file as menitoned in my post above in point 4. This will trigger the hs100B.sh script on your device and p…
-
Right. So i found the script to this online (don't remember where anymore) so i am not taking any credit for that. But in essence with setting a few parameters with that script you can tell your switch to turn on or off. You then build it into repet…
-
Right i think i got that mixed up for a second. So i added a G90 command in my end script after the Z raise and indeed now the warning is gone. Thanks again for your support!
-
I will try that however will switching off relative movement not negatively affect the built in advanced snapshot feature? I seem to recall for that to work appropriately relative movement needs to be enabled.
-
BTW i just also did a try and sliced one of the models with CURA 4.0 with pretty much the same settings etc to see if its maybe somehow S3D that causes this even with the gcode not showing a sign of this but nope. The CURA gcode also gets flagged re…
-
Hi, Created two test uploads for 2 different models. Slicer S3D for both. I zipped the gcode, gin, printer xml and screenshots from repetier server. You can find it here: https://www.dropbox.com/s/pgz8dbe2rj6kb5d/Out%20of%20Bounds%20issue.zip?dl=0…
-
I uploaded the same gcode file twice to repetier server. GIN file for both uploads shows the same yMaxMove: Upload 1: yMaxMove: 348.64501953125 Upload 2: yMaxMove: 348.64501953125 When i look in the source gcode there is no mention anywhere of thi…
-
I sliced another new model for printing and i checked again the 2D preview and the .gin file. It seems no matter the model the yMaxMove seems to be out of bounds in the .gin file for whatever reason that is causing this error. xMax: 162.994003295…
-
So i checked on the 2D preview and again there is no reason for this error. See screenshot below: I also checked the corresponding .gin file which shows the following info at the end. xMax: 180.9720001220703xMaxMove: 175.40899658203125…
-
Hi, So i haven't printed anything in a while and was on Repetier Server 0.91.2. I now upgraded to the latest version 0.92.1 and today i wanted to print some things and for each of my uploaded GCODES i now get the Security Question about the printer…
-
Well for the moment the icon issue seems to be gone anyway but to be on the safe side i have now also upgraded from Jessie to Stretch. We'll see if this issue comes up again.
-
So it gets weirder. I have made SD image backup of my server when it was still ver 0.90.7 in November. I also do regular manual backups by copying the Repetier-Server folder from the PI var/lib folder. So i now restored my SD card image from novemb…
-
Update: So after a couple of reboots the icons switched back again to the wrong ones INCLUDING the pop up as mentioned before. Boot times are now also still shitty
-
Hi, I did the steps as suggested and after reboot the GUI was still the same. Same incorrect icons etc. So i thought even though the gui did start i'd give the last option you suggested a try so i went into raspi-config and changed the boot option…
-
Well its strange because i am on 0.91.2 since it came out and i noticed that this issue popped up maybe 2-3 days ago. Before that it was fine. I run a dedicated RPI 3 just for my 3D printer and it dosen't run anything else. I have not touched any un…
-
Bit late with my answer but yes i do have retract and ooze settings in general as well for my prints but obviously with the use of such a timelapse it would need to be tweaked more. The problem is that based on the benchy print i saw that for most o…
-
In my original try the quotes where there but same result. Not sure why they were gone from the version i pasted here. Regardless i now did the edit with nano and it seems to work now fine. Thanks!
-
Alexey said: Freakadude said: I can confirm that with relative extrusion enabled (checkbox in S3D) the new timelapse function works like a charm. https://www.youtube.com/watch?v=ckbzS5plnw0 I tried relative extrusion and on my Ul…
-
I can confirm that with relative extrusion enabled (checkbox in S3D) the new timelapse function works like a charm. https://www.youtube.com/watch?v=ckbzS5plnw0
-
I tried out this new timelapse feature and set extrusion to be relative in S3D and it worked like a charm. Obviously there are some small issues with the ocasional artifacts due to the nozzle moving away and back to the print and the nozzle oozing a…
-
When i send above command i get following permission denied response: pi@RepetierServer:~ $ sudo echo repetierserver ALL=NOPASSWD: /usr/local/Repetier-Setup/bin/screensaver >> /etc/sudoers.d/repetierserver-perms-bash: /etc/sudoers.d/repetiers…
-
Thanks for the answer. I completely understand your approach and also the fact that with some web programming you can customize the interface also is nice. I have reverse engeneered lot of stuff for myself out of necessity on various platforms over …
-
Yup that was it. I did a couple of reinstalls so i must have forgotten to set the time zone last time. Thanks!
-
Everything works fine now. I have added a 5 minute sleep into the script so that the printer has sufficient time to finish enything and everything like converting the timelapses etc before being shut down. It all works flawlessly now. Thanks again …
-
Thanks for the tip. I didn't even notice the seperate section in extcommands for execute :P Now that you mentioned it i set it up and it works from GCODE command.
-
I did some more experimenting. So executing from menu now works however it does not seem to work from event based GCODE (@execute TPLINKOFF). TPLINKOFF Really turn off TP Link Plug? /home/pi/hs100.sh 192.168.1.120 9999 off true true true t…