Re: Repetier -Server su Raspeberry PI February 25, 2015 06:42PM |
Registered: 10 years ago Posts: 860 |
Re: Repetier -Server su Raspeberry PI February 26, 2015 04:27PM |
Registered: 10 years ago Posts: 860 |
Re: Repetier -Server su Raspeberry PI February 28, 2015 11:33AM |
Registered: 11 years ago Posts: 514 |
Re: Repetier -Server su Raspeberry PI February 28, 2015 01:31PM |
Registered: 10 years ago Posts: 860 |
Re: Repetier -Server su Raspeberry PI March 17, 2015 07:09AM |
Registered: 10 years ago Posts: 860 |
sudo apt-get install realpath qemu-user-static git clone [github.com] cd OctoPi/src/image curl -J -O -L [downloads.raspberrypi.org] cd .. sudo modprobe loop sudo bash -x ./build
Re: Repetier -Server su Raspeberry PI March 17, 2015 05:56PM |
Registered: 9 years ago Posts: 40 |
Re: Repetier -Server su Raspeberry PI March 17, 2015 07:32PM |
Registered: 10 years ago Posts: 860 |
Re: Repetier -Server su Raspeberry PI March 23, 2015 07:06PM |
Registered: 10 years ago Posts: 860 |
Re: Repetier -Server su Raspeberry PI March 24, 2015 04:49PM |
Registered: 10 years ago Posts: 860 |
Seguendo il tuo consiglio ho preso questa WEB puoi spiegarmi visto che la usi come la installi e visioni da OctoPrint ?Quote
3ntrlab
Per quanto riguarda le webcam, dopo esperienze deludenti con cinesate varie (ad esempio, due webcam, stesso prodotto, stessa serie, stesso tutto...una funge l'altra no) mi sono standardizzato sulle logitech 270
Using username "pi". pi@192.168.1.9's password: Linux raspberrypi 3.18.7-v7+ #755 SMP PREEMPT Thu Feb 12 17:20:48 GMT 2015 armv7l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Tue Mar 24 18:33:02 2015 from 192.168.1.30 pi@raspberrypi ~ $ sudo passwd root sudo: parse error in /etc/sudoers.d/octoprint-shutdown near line 2 sudo: no valid sudoers sources found, quitting sudo: impossibile inizializzare il plugin delle politiche pi@raspberrypi ~ $ sudo apt-get update sudo: parse error in /etc/sudoers.d/octoprint-shutdown near line 2 sudo: no valid sudoers sources found, quitting sudo: impossibile inizializzare il plugin delle politiche pi@raspberrypi ~ $
System commands If you want to be able to shutdown and restart your Pi via the webinterface, you'll first have to add a sudo rule for the system user OctoPrint is running under (for me that's the default user pi): pi@raspberrypi ~ $ sudo -s root@raspberrypi:/home/pi# cat > /etc/sudoers.d/octoprint-shutdown pi ALL=NOPASSWD: /sbin/shutdown ^D root@raspberrypi:/home/pi# exit
Re: Repetier -Server su Raspeberry PI March 25, 2015 03:35AM |
Registered: 10 years ago Posts: 860 |
Partiamo dal presuposto che se si vuole puoi automatizzare tuttoQuote
caraccias
Purtroppo tutte le operazioni di pre-stampa (lacca in primis) e post stampa (rimozione pezzo), al momento sono ancora limiti che non consentono una o più stampe in completa autonomia ahimè (o no?? )
Re: Repetier -Server su Raspeberry PI March 25, 2015 10:54AM |
Registered: 10 years ago Posts: 860 |
Quote
mic
puoi mettere anche dei relè e comandarli tramite gpio del raspberry
[attachment 42181 octo.jpg]
si con un alimentatore atx, basta collegare il verde a una porta gpio
- action: luce on
command: gpio -g mode 24 out
name: luce on
- action: luce off
command: gpio -g mode 24 in
name: luce off
- action: alimentore on
command: gpio -g mode 23 out
name: alimentore on
- action: alimentore off
command: gpio -g mode 23 in
confirm: Stai per spegnere l'alimentatore.
name: alimentatore off
questo è il codice che ho messo nel file config.yaml
che trovi nella directory .octoprint ( nascosta)
per abilitare i gpio tramite queste righe di comando devi installare wiringPi [wiringpi.com]
Re: Repetier -Server su Raspeberry PI March 26, 2015 09:12AM |
Registered: 11 years ago Posts: 388 |
Quote
saviothecnic
Allora mi è arrivata la Web Logitech C270 che ho connesso ad una porta USB del Raspberry
e ora qui come setto per vedere la WEB da OctoPrint ?
Per connettere i Rele devo prendere o meglio è consigliabile un adattatore GPIO 40 tipo questo esatto ?
Re: Repetier -Server su Raspeberry PI March 31, 2015 02:08PM |
Registered: 10 years ago Posts: 860 |
Grazie Mic per l'Aiuto finalmente grazie alla tua collaborazione adesso il sistema è suQuote
mic
per le porte dopo un aggiornamento della distro ho dovuto modificare
Re: Repetier -Server su Raspeberry PI May 21, 2015 03:22AM |
Registered: 9 years ago Posts: 2 |
Re: Repetier -Server su Raspeberry PI May 21, 2015 03:29AM |
Registered: 9 years ago Posts: 2 |
Re: Repetier -Server su Raspeberry PI May 23, 2015 07:38PM |
Registered: 11 years ago Posts: 514 |
Re: Repetier -Server su Raspeberry PI August 04, 2015 10:20AM |
Registered: 9 years ago Posts: 13 |
Re: Repetier -Server su Raspeberry PI September 01, 2015 07:57AM |
Registered: 10 years ago Posts: 860 |
Quote
pixel3design
Io ho un pannello REPRAP_DISCOUNT_SMART_CONTROLLER, ma è senza SD. Come disabilito il supporto per potermi connettere a octoPi?
Re: Repetier -Server su Raspeberry PI March 30, 2016 12:08PM |
Registered: 10 years ago Posts: 162 |
Re: Repetier -Server su Raspeberry PI March 30, 2016 01:05PM |
Registered: 10 years ago Posts: 162 |
---- Progetto "Work in progress" CoreXY 3D printer Meccanica OpenBuild su barre V-Slot, piano magnetico riscaldato 300x200, RuRamps4D v1.3 con TMC2130 in SPI e Nextion 7, Estrusore E3Dv6 a 3 colori. Ovviamente latest MK4Duo 4.3.x" ---- Prossimamente su Thingiverse |
Re: Repetier -Server su Raspeberry PI March 30, 2016 01:41PM |
Registered: 10 years ago Posts: 162 |
---- Progetto "Work in progress" CoreXY 3D printer Meccanica OpenBuild su barre V-Slot, piano magnetico riscaldato 300x200, RuRamps4D v1.3 con TMC2130 in SPI e Nextion 7, Estrusore E3Dv6 a 3 colori. Ovviamente latest MK4Duo 4.3.x" ---- Prossimamente su Thingiverse |
Re: Repetier -Server su Raspeberry PI May 18, 2017 09:31AM |
Registered: 9 years ago Posts: 10 |
Re: Repetier -Server su Raspeberry PI June 17, 2017 05:55AM |
Registered: 8 years ago Posts: 48 |