BlackChart
About
- Username
- BlackChart
- Joined
- Visits
- 27
- Last Active
- Roles
- Member
Comments
-
Well - it took alot longer than I anticipated, BUT ..... From Home Assistant v0.94 the Repetier platform are in the official Home Assistant codebase. Currently only as a bunch of sensors, but I have plans to make some controls available too at a la…
-
Okay - thank you. I'll do some more testing.
-
So it's normal to see this value starting out at ie. 660 secs (11 minutes) when starting the job? I can see it has sent 12 lines of code when I see these times.
-
Just send me a PM if you would like to be a beta tester, and I'll return you a link to my GitHub when the platform are ready for testing.
-
I'm currently doing some finishing touches on a sensor platform for Home Assistant, to get states from all printers attached to Repetier Server. Perhaps I'd need a few beta testers before going public. I'd recon I have the platform ready for testin…
-
Often I can now "reset" this issue and have the webcam back online after a reboot but eventually it will "Loose the connection" Again.
-
When will 0.90.0 be released? Just did an Update check on my 0.86.2 and it says it's up-to-date.
-
Unfortunately not the answer either. pi@CNC:~ $ sudo df -h Filesystem Size Used Avail Use% Mounted on /dev/root 30G 6.1G 22G 22% / devtmpfs 429M 0 429M 0% /dev tmpfs 433M 0 433M 0% /dev/shm tmpfs …
-
No, there is no other logfiles in the directory. And I have no ide why it haven't logged anything since.
-
It's powered off every night, and prints every day.
-
How is the default nginx config (/etc/nginx/sites-available/default) supposed to look? If you say this is the one proxying, then I have a suspicion that this might be the faulty bit.
-
Nope.Last log entry is 13th august 2017.
-
I'm using the Repetier-Server image for my RPi.
-
I see I run same settings as you. Tried with both 20 and 25FPS - no change
-
It was 127.0.0.1 at default - not working, hence the change to localhost (just to test if that was better event thou it resolves to 127.0.0.1)
-
I have tried Edge, IE and Chrome - all with same result. I see the "webcam" with a red ring and a line over. When I access the stream directly (http://IP:8080/?action=stream) it Works like a charm, but http://IP:3344/printer/cammjpg/Anet_A8_3D_Pri…
-
Only it isn't. Only the preview under settings is working.
-
Dynamic Image URL: http://localhost:8080/?action=stream Static Image URL: http://localhost:8080/?action=snapshot As written, under Printer Settings > WebCam I can see the stream. Actual URL (right click missing stream, open in new pane): http:/…
-
Today I tried without z-lift. Now the count is lower than expected.It was stationary on layer 59 for about 20mm in height.Here is the link to the actual file I'm currently running: https://dl.dropboxusercontent.com/u/76875370/Test.gcode
-
I didn't think of that.Sometimes I need to change a temperature setting or some other thing in the beginning.Till now I just have logged in via Putty to the console, and edited it from there.
-
Sorry - never mind *DOH* Perhaps I shall write myself a note NOT to try something like this when in need of sleep It was a misspelling in the server config. See above. / get redirected to 192.168.1.254 and /socket goes to 127.0.0.1 when they both a…
-
Yes - directly to port 3344 it Works like a charm. When doing debugging in Chrome, I can see i tries to open ?lang=en but get 502 bad gateway response
-
I have this excact problem. # cat /etc/debian_version 8.6 # nginx -v nginx version: nginx/1.6.2 # vim /etc/nginx/sites-available/proxy#Repetier / CNC / 3D server { server_name hidden.to.public; listen 80; client_max_body_siz…