<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Autospegnimento a fine stampa?</title>
        <description> Ciao di nuovo, è da un po&#039; che mi stuzzica l&#039;idea di permettere alla mia Prusa i3 Rework di spegnersi da sola una volta terminata la stampa. Monto Arduino Mega e Ramps 1.4, alimentate da un 20A switching, pensavo di farlo con un relay... Ma come faccio a fare inviare l&#039;input per eccitare il relay a fine stampa? E poi per riaccendere il circuito, cosa mi consigliate? Un autoeccitante?
Grazie mille!</description>
        <link>https://reprap.org/forum/read.php?361,660342,660342#msg-660342</link>
        <lastBuildDate>Sat, 16 May 2026 23:09:35 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,820903#msg-820903</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,820903#msg-820903</link>
            <description><![CDATA[ mah... ho mandato in stampa un oggetto per fare una prova... e.... <br />
messo M81 in end g code, funziona.<br />
Da solo, non funziona.<br />
<br />
<br />
tutto apposto :D]]></description>
            <dc:creator>trik</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Tue, 01 May 2018 12:13:54 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,820899#msg-820899</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,820899#msg-820899</link>
            <description><![CDATA[ e la cosa strana è che anche con il comando M42 P40 S255 / S0<br />
che manda a +5v o 0V il pin D 40 sulla scheda, fa la stessa cosa,<br />
da repetier funge e da gcode in un file di testo nella SD, non fa niente<br />
<br />
mah...<br />
<br />
domanda... ma se volessi mettere in Marlin il comando "digitalwrite (D40, HIGH)"<br />
in modo da avere il D40 a +5 all'accensione, dove lo scrivo?<br />
<br />
Graaazzzieee :)]]></description>
            <dc:creator>trik</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Tue, 01 May 2018 11:36:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,820898#msg-820898</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,820898#msg-820898</link>
            <description><![CDATA[ Ciao Mago :)<br />
si, l'ho cambiato da Arduino e ricompilato ,<br />
e bo, non fa nulla :(<br />
ho provato col tester, mi da sempre 5V (se mando il comando da riga di com in repetier, manda a 0V.<br />
<br />
<pre class="bbcode">
#define POWER_SUPPLY 1
</pre>]]></description>
            <dc:creator>trik</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Tue, 01 May 2018 11:24:42 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,820889#msg-820889</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,820889#msg-820889</link>
            <description><![CDATA[ Si ma hai settato l'alimentatore ATX se hai il normale il comando non fa nulla...]]></description>
            <dc:creator>MagoKimbra</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Tue, 01 May 2018 09:55:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,820887#msg-820887</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,820887#msg-820887</link>
            <description><![CDATA[ Ciao, poi è stato risolto questo problema?<br />
dando M81 da repetier manda a 0V il pin sulla scheda, ma da GCODE niente, non fa nulla.<br />
Il mio firmware è il Mago 4.2.9.<br />
<br />
ho fatto un piccolo file di testo con:<br />
<br />
<pre class="bbcode">
G28 X
M81</pre>
<br />
manda la x in Home ma, non spegne l'alim, il pin rimane a +5v]]></description>
            <dc:creator>trik</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Tue, 01 May 2018 09:44:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,806200#msg-806200</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,806200#msg-806200</link>
            <description><![CDATA[ Come posso fare per eseguire il comando M81 solo dopo aver terminato il raffreddamento?<br />
Ho provato con il comando seguente nello script finale del gcode ma non funziona, la macchina viene spenta subito.<br />
<pre class="bbcode">
M109 R50;
M81;</pre>
<br />
Grazie dei consigli]]></description>
            <dc:creator>roscoopc</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Thu, 18 Jan 2018 16:33:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,805641#msg-805641</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,805641#msg-805641</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>roscoopc</strong><br />
Qui trovi lo schema dei componenti e del loro collegamento <a href="http://3dmodularsystems.com/en/kits-packs/282-pson-kit-auto-power-off-your-reprap-3d-printers.html" target="_blank"  rel="nofollow">PSON KIT</a></div></blockquote>
<br />
Grazie]]></description>
            <dc:creator>ilmagowalter</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Mon, 15 Jan 2018 02:36:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,805475#msg-805475</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,805475#msg-805475</link>
            <description><![CDATA[ Qui trovi lo schema dei componenti e del loro collegamento <a href="http://3dmodularsystems.com/en/kits-packs/282-pson-kit-auto-power-off-your-reprap-3d-printers.html" target="_blank"  rel="nofollow">PSON KIT</a>]]></description>
            <dc:creator>roscoopc</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Sun, 14 Jan 2018 04:29:46 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,804932#msg-804932</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,804932#msg-804932</link>
            <description><![CDATA[ Qualcuno potrebbe fare una foto dei componenti utilizzati e come sono collegati ?<br />
<br />
Mi riferisco alla parte del relay che stacca la corrente all'alimentatore<br />
Grazie]]></description>
            <dc:creator>ilmagowalter</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Thu, 11 Jan 2018 08:49:42 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,797587#msg-797587</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,797587#msg-797587</link>
            <description><![CDATA[ Dopo un po' di prove  su diversi firmware con lo stesso gcode contenente il comando M81 ho appurato che non funziona solamente sulla versione 4.3.2 di Marlinkimbra. Su 4.1.2, 4.2.9 e 4.3.1 funziona, non mi resta che confrontare la 4.3.1 e la 4.3.2 con Beyond Compare e vedere quale può essere la differenza.]]></description>
            <dc:creator>roscoopc</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Wed, 22 Nov 2017 16:21:29 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,796923#msg-796923</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,796923#msg-796923</link>
            <description><![CDATA[ Questo è un estratto del gcode, può esserci qualche processo che non permette l'esecuzione di M81?<br />
<pre class="bbcode">
; layer end
;R2 Evo G-code Ending
G91
G0 Z5
G1 E-5
G90
G0 Y300 X0
M104 T0 S0
M106 S0 ;spegne ventole
M140 S0 ;spegne piano
M81 ;Power Off
; Build Summary
</pre>]]></description>
            <dc:creator>roscoopc</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Sat, 18 Nov 2017 11:57:41 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,796916#msg-796916</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,796916#msg-796916</link>
            <description><![CDATA[ E' la stessa cosa, sicuro che il comando nel file sia M81 e non m81??]]></description>
            <dc:creator>MagoKimbra</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Sat, 18 Nov 2017 11:15:53 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,796915#msg-796915</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,796915#msg-796915</link>
            <description><![CDATA[ Grazie per la risposta. Quello l'ho fatto, infatti col comando M81 da repetier host si spegne. Anche da LCD facendo spegni alimentatore toglie corrente. Solo da gcode lanciato da sdcard non funziona]]></description>
            <dc:creator>roscoopc</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Sat, 18 Nov 2017 11:07:36 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,796908#msg-796908</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,796908#msg-796908</link>
            <description><![CDATA[ No devi abilitare l'alimentatore di tipo atx, anche se non c'è l'hai]]></description>
            <dc:creator>MagoKimbra</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Sat, 18 Nov 2017 10:02:36 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,796891#msg-796891</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,796891#msg-796891</link>
            <description><![CDATA[ Salve a tutti, <br />
<br />
possiedo una stampate R2Evo con firmware Marlinkinbra 4.3.2 e ho deciso di aggiungere il relè per lo spegnimento a fine lavoro di stampa. Ho preso spunto da questo <a href="http://3dmodularsystems.com/en/upgrades/282-pson-kit-auto-power-off-your-reprap-3d-printers.html" target="_blank"  rel="nofollow">kit</a><br />
Purtroppo però non riesco a spegnere la stampante con il comando M81 nel gcode (aggiunto nello script finale di Simplify3d). Da repetier il comando spegne correttamente l'alimentatore e anche da lcd funziona, da gcode a fine stampa no...<br />
Devo verificare qualche parametro nel firmware o da altre parti? Può dipendere dalle voci che riporto qui sotto?<br />
<br />
<br />
<pre class="bbcode">
#define KILL_METHOD 0
#define NO_TIMEOUTS 0


//#define START_GCODE
#define START_PRINTING_SCRIPT "G28\nG1 Z10 F8000"

//#define STOP_GCODE
#define STOP_PRINTING_SCRIPT "G28\nM107\nM104 T0 S0\nM140 S0\nM84\nM81"</pre>
<br />
Grazie dell'aiuto]]></description>
            <dc:creator>roscoopc</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Sat, 18 Nov 2017 07:33:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,712335#msg-712335</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,712335#msg-712335</link>
            <description><![CDATA[ Ciao,<br />
riesumo questo thread perchè non avendo una ramps e non avendo più uscite libere sulla mia gen6 devo trovare un altra soluzione per poter spegnere la mia stampante e fine stampa.<br />
Al momento ho collegato un relay che viene comandato tramite la porta usb del pc, allo spegnimento di quest'ultimo cade l'alimentazione sulla porta usb e viene diseccitato il relè che toglie corrente alla stampante.<br />
Ora dovrei far si che si spenga il pc al termine della stampa, avete qualche idea?<br />
Esiste qualche software di controllo della stampante con la funzione "spegni il pc al termine della stampa"?<br />
<br />
grazie]]></description>
            <dc:creator>Erik83</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Fri, 07 Oct 2016 09:18:37 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,660690#msg-660690</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,660690#msg-660690</link>
            <description><![CDATA[ Trovato, grazie]]></description>
            <dc:creator>edofalcone</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Thu, 05 May 2016 16:11:43 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,660689#msg-660689</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,660689#msg-660689</link>
            <description><![CDATA[ Come faccio a impostarlo da cura? Mi spieghi?]]></description>
            <dc:creator>edofalcone</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Thu, 05 May 2016 16:09:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,660687#msg-660687</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,660687#msg-660687</link>
            <description><![CDATA[ End gcode è una serie di comandi che lo slicer mette automaticamente a fine gcode...<br />
Quindi cosa non ti è chiaro?<br />
Non devi metterlo ogni volta.<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>edofalcone</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>MagoKimbra</strong><br />
Ma lo metti nell'end gcode... Come si fa normalmente... Che vuol dire c'è qualche stringa???<br />
<pre class="bbcode">
M104 T0 S0
G92 E0 ;Reset extruder position
M140 S0 ;Disable heated bed
M81 ;Power Off
</pre></div></blockquote>
Si ma così devo inserirlo ogni volta!</div></blockquote>]]></description>
            <dc:creator>MagoKimbra</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Thu, 05 May 2016 16:08:26 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,660682#msg-660682</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,660682#msg-660682</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>filippo_260367</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>edofalcone</strong><br />
Ciao di nuovo, è da un po' che mi stuzzica l'idea di permettere alla mia Prusa i3 Rework di spegnersi da sola una volta terminata la stampa. Monto Arduino Mega e Ramps 1.4, alimentate da un 20A switching, pensavo di farlo con un relay... Ma come faccio a fare inviare l'input per eccitare il relay a fine stampa? E poi per riaccendere il circuito, cosa mi consigliate? Un autoeccitante?<br />
Grazie mille!</div></blockquote>
<br />
Ciao scusa il tuo alimentatore è un ATX o uno stabilizzato come quello in foto allegata.<br />
<br />
Grazie<br />
Ciao</div></blockquote>
Stabilizzato, sennò avrei usato il cavo dedicato]]></description>
            <dc:creator>edofalcone</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Thu, 05 May 2016 15:59:31 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,660681#msg-660681</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,660681#msg-660681</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>MagoKimbra</strong><br />
Ma lo metti nell'end gcode... Come si fa normalmente... Che vuol dire c'è qualche stringa???<br />
<pre class="bbcode">
M104 T0 S0
G92 E0 ;Reset extruder position
M140 S0 ;Disable heated bed
M81 ;Power Off
</pre></div></blockquote>
Si ma così devo inserirlo ogni volta!]]></description>
            <dc:creator>edofalcone</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Thu, 05 May 2016 15:58:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,660680#msg-660680</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,660680#msg-660680</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>edofalcone</strong><br />
Ciao di nuovo, è da un po' che mi stuzzica l'idea di permettere alla mia Prusa i3 Rework di spegnersi da sola una volta terminata la stampa. Monto Arduino Mega e Ramps 1.4, alimentate da un 20A switching, pensavo di farlo con un relay... Ma come faccio a fare inviare l'input per eccitare il relay a fine stampa? E poi per riaccendere il circuito, cosa mi consigliate? Un autoeccitante?<br />
Grazie mille!</div></blockquote>
<br />
Ciao scusa il tuo alimentatore è un ATX o uno stabilizzato come quello in foto allegata.<br />
<br />
Grazie<br />
Ciao]]></description>
            <dc:creator>filippo_260367</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Thu, 05 May 2016 15:58:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,660675#msg-660675</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,660675#msg-660675</link>
            <description><![CDATA[ Ma lo metti nell'end gcode... Come si fa normalmente... Che vuol dire c'è qualche stringa???<br />
<pre class="bbcode">
M104 T0 S0
G92 E0 ;Reset extruder position
M140 S0 ;Disable heated bed
M81 ;Power Off
</pre>]]></description>
            <dc:creator>MagoKimbra</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Thu, 05 May 2016 15:46:27 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,660671#msg-660671</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,660671#msg-660671</link>
            <description><![CDATA[ Argomento interessante B)<br />
Sono interessato, potete postare schemi e dettagli tecnici per il posizionamento del relè ?<br />
<br />
Grazie]]></description>
            <dc:creator>filippo_260367</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Thu, 05 May 2016 15:30:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,660609#msg-660609</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,660609#msg-660609</link>
            <description><![CDATA[ Si ma... devo scriverlo sempre sul gcode.. Come faccio a farlo da MarlinKimbra?? C'è qualche stringa?]]></description>
            <dc:creator>edofalcone</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Thu, 05 May 2016 12:27:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,660594#msg-660594</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,660594#msg-660594</link>
            <description><![CDATA[ No alla rovescia... O cmq dipende dal relè, deve essere attivo quando accesa... <br />
Ci sono i comandi apposta... M80 M81 per accedere e spegnere l'alimentatore]]></description>
            <dc:creator>MagoKimbra</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Thu, 05 May 2016 11:29:13 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,660593#msg-660593</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,660593#msg-660593</link>
            <description><![CDATA[ Quindi una volta riaccesa la stampante, arduino tiene l'uscita a 0 ? Per poi portarlo a 1 per spegnerla ?]]></description>
            <dc:creator>M_a_X_Italy</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Thu, 05 May 2016 11:24:53 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,660590#msg-660590</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,660590#msg-660590</link>
            <description><![CDATA[ Semplice c'è il pin fatto apposta pson con quello si pilota il relè che fa passare la 220 verso l'alimentatore. C'è solo da fare un pulsante che faccia da bypass del relè per riaccendere tutto, in modo che la scheda si riaccenda e riabilita il relè per rimanere accesa..]]></description>
            <dc:creator>MagoKimbra</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Thu, 05 May 2016 11:20:48 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,660588#msg-660588</guid>
            <title>Re: Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,660588#msg-660588</link>
            <description><![CDATA[ Mi associo per la parte software]]></description>
            <dc:creator>M_a_X_Italy</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Thu, 05 May 2016 11:13:44 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,660342,660342#msg-660342</guid>
            <title>Autospegnimento a fine stampa?</title>
            <link>https://reprap.org/forum/read.php?361,660342,660342#msg-660342</link>
            <description><![CDATA[ Ciao di nuovo, è da un po' che mi stuzzica l'idea di permettere alla mia Prusa i3 Rework di spegnersi da sola una volta terminata la stampa. Monto Arduino Mega e Ramps 1.4, alimentate da un 20A switching, pensavo di farlo con un relay... Ma come faccio a fare inviare l'input per eccitare il relay a fine stampa? E poi per riaccendere il circuito, cosa mi consigliate? Un autoeccitante?<br />
Grazie mille!]]></description>
            <dc:creator>edofalcone</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Wed, 04 May 2016 19:09:37 -0400</pubDate>
        </item>
    </channel>
</rss>
