<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>cambio driver marlin</title>
        <description> ciao a tutti, ho cambiato i driver di una scheda che usa il firmware marlin, il problema è che guardando con l&#039;oscilloscopio il segnale high del pwm dura solo 1us mentre i miei driver richiedono minimo 2us, qualcuno sa come cambiare le tempistiche del pwm?

grazie</description>
        <link>https://reprap.org/forum/read.php?361,692582,692582#msg-692582</link>
        <lastBuildDate>Sat, 07 Mar 2026 13:19:58 -0500</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?361,692582,693744#msg-693744</guid>
            <title>Re: cambio driver marlin</title>
            <link>https://reprap.org/forum/read.php?361,692582,693744#msg-693744</link>
            <description><![CDATA[ enricodare esattamente, quello lì è il firmware che utilizzo e quella del secondo link è la mia scheda, però dato che ho modificato la scheda non ci sono info utili]]></description>
            <dc:creator>mirki97</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Tue, 02 Aug 2016 06:29:08 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,692582,693711#msg-693711</guid>
            <title>Re: cambio driver marlin</title>
            <link>https://reprap.org/forum/read.php?361,692582,693711#msg-693711</link>
            <description><![CDATA[ io, come il Mago ben sa, sono una capra in programmazione.<br />
 Ho trovato questi riferimenti<br />
<br />
[<a href="https://github.com/St3dPrinter/Marlin4ST" target="_blank"  rel="nofollow">github.com</a>]<br />
<br />
[<a href="http://www.st.com/content/ccc/resource/technical/document/user_manual/group0/66/e3/47/bb/0e/6c/45/9f/DM00291039/files/DM00291039.pdf/jcr:content/translations/en.DM00291039.pdf" target="_blank"  rel="nofollow">www.st.com</a>]]]></description>
            <dc:creator>enricodare</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Tue, 02 Aug 2016 05:04:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,692582,693705#msg-693705</guid>
            <title>Re: cambio driver marlin</title>
            <link>https://reprap.org/forum/read.php?361,692582,693705#msg-693705</link>
            <description><![CDATA[ Ciao enricodare, ho una scheda dell stm, la steval-3dp001v1.<br />
MagoKimbra, grazie mille, ma per mia sfortuna non ho nulla di simile nel mio firmware, mi sa che l STM ha modificato la gestione degli Step :X]]></description>
            <dc:creator>mirki97</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Tue, 02 Aug 2016 04:52:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,692582,693376#msg-693376</guid>
            <title>Re: cambio driver marlin</title>
            <link>https://reprap.org/forum/read.php?361,692582,693376#msg-693376</link>
            <description><![CDATA[ Ok allora in stepper.cpp a un cero punto dovresti trovare una cosa simile a questa, naturalmente senza il delay...<br />
<pre class="bbcode">
STEP_START(X);
      STEP_START(Y);
      STEP_START(Z);
      #if DISABLED(ADVANCE) &amp;&amp; DISABLED(ADVANCE_LPC)
        STEP_START(E);
        #if ENABLED(COLOR_MIXING_EXTRUDER)
          STEP_START_MIXING;
        #endif
      #endif

      #if ENABLED(STEPPER_HIGH_LOW) &amp;&amp; STEPPER_HIGH_LOW_DELAY &gt; 0
        <span style="color:#FF0000">HAL::delayMicroseconds(STEPPER_HIGH_LOW_DELAY);</span>
      #endif

      STEP_END(X);
      STEP_END(Y);
      STEP_END(Z);
      #if DISABLED(ADVANCE) &amp;&amp; DISABLED(ADVANCE_LPC)
        STEP_END(E);
        #if ENABLED(COLOR_MIXING_EXTRUDER)
          STEP_END_MIXING;
        #endif
      #endif</pre>
<br />
<br />
Aggiungi tra lo start e l'end un delayMicroseconds(2);<br />
<br />
HAL non ce l'hai perchè Marlin originale non lo usa....]]></description>
            <dc:creator>MagoKimbra</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Mon, 01 Aug 2016 15:03:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,692582,693305#msg-693305</guid>
            <title>Re: cambio driver marlin</title>
            <link>https://reprap.org/forum/read.php?361,692582,693305#msg-693305</link>
            <description><![CDATA[ ciao,<br />
che scheda hai?]]></description>
            <dc:creator>enricodare</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Mon, 01 Aug 2016 09:44:00 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,692582,693284#msg-693284</guid>
            <title>Re: cambio driver marlin</title>
            <link>https://reprap.org/forum/read.php?361,692582,693284#msg-693284</link>
            <description><![CDATA[ ciao magokimbra, grazie per il consiglio, ma purtroppo non posso cambiare firmware, poichè la mia scheda utilizza una versione riadattata per il suo controllore di marlin]]></description>
            <dc:creator>mirki97</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Mon, 01 Aug 2016 08:00:21 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,692582,692643#msg-692643</guid>
            <title>Re: cambio driver marlin</title>
            <link>https://reprap.org/forum/read.php?361,692582,692643#msg-692643</link>
            <description><![CDATA[ Monta MarlinKimbra e hai la possibilità di aggiungere il delay se serve...]]></description>
            <dc:creator>MagoKimbra</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Fri, 29 Jul 2016 13:30:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?361,692582,692582#msg-692582</guid>
            <title>cambio driver marlin</title>
            <link>https://reprap.org/forum/read.php?361,692582,692582#msg-692582</link>
            <description><![CDATA[ ciao a tutti, ho cambiato i driver di una scheda che usa il firmware marlin, il problema è che guardando con l'oscilloscopio il segnale high del pwm dura solo 1us mentre i miei driver richiedono minimo 2us, qualcuno sa come cambiare le tempistiche del pwm?<br />
<br />
grazie]]></description>
            <dc:creator>mirki97</dc:creator>
            <category>GCODE, Software e Firmware</category>
            <pubDate>Fri, 29 Jul 2016 08:41:32 -0400</pubDate>
        </item>
    </channel>
</rss>
