Icarus
About
- Username
- Icarus
- Joined
- Visits
- 41
- Last Active
- Roles
- Member
Comments
-
Hi, I had just sliced a file and done a 'save to server' , then switched to the 'Manual Control' tab and clicked on the Bed Temperature icon to start heating the bed.
-
It's IOS (11.0.3). How can I tell if I'm in combined or per app mode?
-
@xBot150 I have the printer connected to the energenie socket and the Pi connected to a separate socket. When the script is finished the printer is physically powered off and the Pi is just shutdown (but powered still).
-
@xBot150 I also meant to add that in my Slic3r printer settings end G-code I've got: M104 S0 ; turn off temperatureM140 S0 ; turn off bedG92 Z0 ; relativeG1 Z10 ; lift zG28 X Y ; home M84 ; disable motors M400 M400(Add about 30 more M…
-
@xBot150 Here's my switch_off.sh and python code. Hope this helps...... #!/bin/bashcd /home/pi/pyenergenie-master/src/sudo /usr/bin/python /home/pi/pyenergenie-master/src/switch_off.pysleep 5sudo shutdown -h now And the python code.... # switch_o…
-
Thank you - that works perfectly now.
-
Repetier said: For shutdown you have added repetierserver ALL=NOPASSWD: /sbin/shutdownin /etc/sudoers.dDid you add /bin/bash as well to that list? Thank you! That works fine now.
-
No, I didn’t. I’ll try that later. Thanks
-
I waited about 4 to 5 minutes before I closed the program....
-
There's still an issue in V2.0.5. After server shutdown and confirmation, RH just sits there with a 'Not Responding' message. Event Viewer doesn't log anything until I force close the program and just shows an application hang message.
-
Will do - when is 2.0.2 going to be released? Keep up the good work!
-
Here's the Windows event error logs and screenshot.... Log Name: ApplicationSource: .NET RuntimeDate: 21/07/2017 20:46:18Event ID: 1026Task Category: NoneLevel: ErrorKeywords: ClassicUser: N/AComputer…
-
I am not trying to stop the local server (it's not running anyway). Repetier Host is connected to Repetier Server in the printer settings using the Pi's IP address / Port 3344 and the API key. So, from Repetier Host, when I go to Printer > Shu…
-
I must have mis-timed getting the autoupdate button too, and ended up downloading a new image and re-imaging the SD card, then spending time re-installing the MJPG-streamer etc. Also, can't the MJPG streamer dependencies etc be pre-installed on …