<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Marlin4st problema con i motori</title>
        <description> salve a tutti, sono nuovo di questo mondo e chiedo a voi veterani... ;) 
ho acquistato una scheda di controllo della stmicroelectronics, la steval-3dp001v1 (http://www.st.com/content/st_com/en/products/evaluation-tools/solution-evaluation-tools/computer-and-peripherals-solution-eval-boards/steval-3dp001v1.html).
la STM fornisce il firmware di controllo per la scheda scaricabile dal loro sito basato su Marlin e riadattato per i loro microcontrollori, quindi tutta la parte di configurazione è uguale a quella di Marlin.
venendo al problema, ho configurato tutto(vi allego il file di configurazione), caricato il firmware sulla scheda, collegato gli endstop e funziona tutto, tranne i motori che non vogliono dare nessun segno di vita.
qualcuno di voi che magari usa già Marlin, saprebbe dirmi se ho configurato tutto giusto? così per capire se ho sbagliato il settaggio dei parametri o è un problema hardware? 
Gazie (tu)</description>
        <link>https://reprap.org/forum/read.php?361,690967,690967#msg-690967</link>
        <lastBuildDate>Mon, 16 Mar 2026 08:00:38 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?361,690967,753326#msg-753326</guid>
            <title>Re: Marlin4st problema con i motori</title>
            <link>https://reprap.org/forum/read.php?361,690967,753326#msg-753326</link>
            <description><![CDATA[ Hi all.<br />
I got a package from the STEVAL-3D001V1<br />
Joy is large. Nicely done.<br />
I try to run 3D001V1-STEVAL and I have a problem with that.<br />
Very please help in this topic.<br />
I loaded via USB ST-Link binary file from page: [<a href="https://github.com/St3dPrinter/Marlin4ST" target="_blank"  rel="nofollow">github.com</a>]<br />
1-on the pcb STEVAL-3D001V1 gave the jumper J22 to ON (enabled)<br />
2-I have connected a USB ST-Link STEVAL-3D001V1 into the USB port of the computer<br />
3-I turned on the power supply 2 x 12V<br />
4-is the combination of the STEVAL-3D001V1 with a computer and D30 shone on a permanent basis<br />
5-in the computer opened a new drive: (F) to which I copied a file from [<a href="https://github.com/St3dPrinter/Marlin4ST/blob/master/Binaries/Marlin.bin" target="_blank"  rel="nofollow">github.com</a>]<br />
6-is the entry to the STEVAL-3D001V1 and after a reboot the file disappeared from the disk (F)<br />
7-I removed the jumper J22 (gaping) she made the USB cable to the mini USB socket in the STEVAL-3D001V1 and turned off power 2 x 12V<br />
8-do not have an SD card inserted in the slot, I do not know whether it is needed?<br />
9-I ran the application: Printrun-Win-Slic3r-03Feb2015<br />
10-preview at: Printrun-Win-Slic3r-03Feb2015 I have:<br />
[ERROR] Printer is not online. Unable to move.<br />
[ERROR] Not connected to the printer.<br />
<br />
Please help.<br />
Why can't I communicate with Printrun-Win-Slic3r-03Feb2015<br />
Something I do wrong.]]></description>
            <dc:creator>janusz</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Sun, 05 Mar 2017 07:57:43 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,690967,692359#msg-692359</guid>
            <title>Re: Marlin4st problema con i motori</title>
            <link>https://reprap.org/forum/read.php?361,690967,692359#msg-692359</link>
            <description><![CDATA[ ciao salvatore, per compilarlo uso eclipse, comunque se vuoi nel link che ho postato all'inizio c'è tutto spiegato molto bene]]></description>
            <dc:creator>mirki97</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Thu, 28 Jul 2016 08:47:26 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,690967,692060#msg-692060</guid>
            <title>Re: Marlin4st problema con i motori</title>
            <link>https://reprap.org/forum/read.php?361,690967,692060#msg-692060</link>
            <description><![CDATA[ Ciao.<br />
<br />
Un adomanda... ma cosa usoi per compilare, OpenSTM32?<br />
<br />
Un saluto<br />
<br />
Salvatore]]></description>
            <dc:creator>laudix</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Wed, 27 Jul 2016 08:33:42 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,690967,691596#msg-691596</guid>
            <title>Re: Marlin4st problema con i motori</title>
            <link>https://reprap.org/forum/read.php?361,690967,691596#msg-691596</link>
            <description><![CDATA[ mmm no, nemmeno così va, anche perchè i driver della mia scheda non hanno l'enable, ma gli viene trasmesso via seriale]]></description>
            <dc:creator>mirki97</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Mon, 25 Jul 2016 13:04:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,690967,691573#msg-691573</guid>
            <title>Re: Marlin4st problema con i motori</title>
            <link>https://reprap.org/forum/read.php?361,690967,691573#msg-691573</link>
            <description><![CDATA[ Hai provato a modificare anche questi parametri:<br />
<br />
<pre class="bbcode">
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
#define X_ENABLE_ON 1
#define Y_ENABLE_ON 1
#define Z_ENABLE_ON 1
#define E_ENABLE_ON 1 // For all extruders</pre>
<br />
facci sapere.<br />
<br />
Ciao]]></description>
            <dc:creator>laudix</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Mon, 25 Jul 2016 11:21:13 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,690967,691497#msg-691497</guid>
            <title>Re: Marlin4st problema con i motori</title>
            <link>https://reprap.org/forum/read.php?361,690967,691497#msg-691497</link>
            <description><![CDATA[ Ciao.<br />
<br />
intanto grazie mille della risposta, comunque per quanto riguarda gli endstop mi da così:<br />
<br />
11:40:46.616 : N17 M119*28<br />
11:40:46.621 : Reporting endstop status<br />
11:40:46.622 : x_min: open<br />
11:40:46.623 : y_min: open<br />
11:40:46.625 : z_min: open<br />
11:40:46.625 : ok<br />
<br />
quindi in base alla tua descrizione dovrebbero essere giusti.<br />
<br />
La scheda l'ho comprata direttamente dal sito della stmicroelectronics e l'ho pagata sui 100$, devo dire che è veramente ben fatta a livello hardware.]]></description>
            <dc:creator>mirki97</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Mon, 25 Jul 2016 05:46:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,690967,691290#msg-691290</guid>
            <title>Re: Marlin4st problema con i motori</title>
            <link>https://reprap.org/forum/read.php?361,690967,691290#msg-691290</link>
            <description><![CDATA[ Ciao.<br />
<br />
Premesso che si tratta di un FW diverso da Marlin e che quindi potrebbe implementare logiche anche diverse, ho fatto il confronto con il mio che uso con una Prusa i3 Steel.<br />
Ho notato che hai: <br />
<pre class="bbcode">
const bool X_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.</pre>
<br />
Se hai degli stop meccanici il valore corretto è false.<br />
Prova gli end stop con il comando M119 se a stop non premuti ti da triggered o chiuso significa che o li hai montati sul NO oppure devi invertire la logica; a Stop non premuti devi ottenere come risposta Open.<br />
<br />
questi parametri io li ho invertiti cioe tutti a 0:<br />
<pre class="bbcode">
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
#define X_ENABLE_ON 1
#define Y_ENABLE_ON 1
#define Z_ENABLE_ON 1
#define E_ENABLE_ON 1 // For all extruders</pre>
<br />
spero ti sia di aiuto.<br />
<br />
la scheda sembra molto interessante, ed apre la strada all'uso delle NUCLEO che è compatibile a livello di shield con arduino UNO, dove hai acquistato la scheda e quanto l'hai pagata?<br />
<br />
un saluto<br />
<br />
Salvatore]]></description>
            <dc:creator>laudix</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Sun, 24 Jul 2016 04:15:45 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,690967,690967#msg-690967</guid>
            <title>Marlin4st problema con i motori</title>
            <link>https://reprap.org/forum/read.php?361,690967,690967#msg-690967</link>
            <description><![CDATA[ salve a tutti, sono nuovo di questo mondo e chiedo a voi veterani... ;) <br />
ho acquistato una scheda di controllo della stmicroelectronics, la steval-3dp001v1 (http://www.st.com/content/st_com/en/products/evaluation-tools/solution-evaluation-tools/computer-and-peripherals-solution-eval-boards/steval-3dp001v1.html).<br />
la STM fornisce il firmware di controllo per la scheda scaricabile dal loro sito basato su Marlin e riadattato per i loro microcontrollori, quindi tutta la parte di configurazione è uguale a quella di Marlin.<br />
venendo al problema, ho configurato tutto(vi allego il file di configurazione), caricato il firmware sulla scheda, collegato gli endstop e funziona tutto, tranne i motori che non vogliono dare nessun segno di vita.<br />
qualcuno di voi che magari usa già Marlin, saprebbe dirmi se ho configurato tutto giusto? così per capire se ho sbagliato il settaggio dei parametri o è un problema hardware? <br />
Gazie (tu)]]></description>
            <dc:creator>mirki97</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Fri, 22 Jul 2016 08:16:48 -0400</pubDate>
        </item>
    </channel>
</rss>
