<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Marlin 1.0.2 development -- Endschalter werden zu langsam angefahren?</title>
        <description> Hallo,

hatte heute vor mal meine Marlin Firmware auf einen aktuellen Stand zu bringen,
grundsätzlich hat das auch funktioniert!

Ein kleines Problem habe ich aber bei den Endschaltern, und ich finde im www einfach keine Lösung dafür.....:X

Wenn ein Endschalter Kontakt hatte, wird wie immer ein Stück zurück gefahren um sich dann nochmal langsam &#039;heranzutasten&#039;
Dieses zweite herantasten geht mit der aktuellsten Version (=von heute) aber plötzlich quälend langsam?

Kann man den Speed für dieses Herantasten in Marlin getrennt einstellen? Wo macht man das?
In der Configuration.h konnte ich dazu nichts finden.....

LG, Martin</description>
        <link>https://reprap.org/forum/read.php?247,491426,491426#msg-491426</link>
        <lastBuildDate>Sat, 05 Sep 2026 07:00:03 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?247,491426,491607#msg-491607</guid>
            <title>Re: Marlin 1.0.2 development -- Endschalter werden zu langsam angefahren?</title>
            <link>https://reprap.org/forum/read.php?247,491426,491607#msg-491607</link>
            <description><![CDATA[ X und Y fahren ja auch 10 mal schneller, zumindest bei mir :) Aber 4mm/s / 20 geht wirklich mal garnicht!]]></description>
            <dc:creator>Wurstnase</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 01 Apr 2015 18:44:27 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,491426,491529#msg-491529</guid>
            <title>Re: Marlin 1.0.2 development -- Endschalter werden zu langsam angefahren?</title>
            <link>https://reprap.org/forum/read.php?247,491426,491529#msg-491529</link>
            <description><![CDATA[ Die Werte für X und Y sind ja (noch) ok. Z hab ich auch sofort wieder geändert. Das ging ja mal garnich....:)]]></description>
            <dc:creator>Stud54</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 01 Apr 2015 15:53:50 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,491426,491527#msg-491527</guid>
            <title>Re: Marlin 1.0.2 development -- Endschalter werden zu langsam angefahren?</title>
            <link>https://reprap.org/forum/read.php?247,491426,491527#msg-491527</link>
            <description><![CDATA[ Ich hab grad nen Pull-Request draußen, dass das wieder auf Standard gesetzt wird.<br />
Also früher waren die Werte quasi bei 2, 2, 4. Hab grad nochmal nachgesehen.]]></description>
            <dc:creator>Wurstnase</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 01 Apr 2015 15:50:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,491426,491525#msg-491525</guid>
            <title>Re: Marlin 1.0.2 development -- Endschalter werden zu langsam angefahren?</title>
            <link>https://reprap.org/forum/read.php?247,491426,491525#msg-491525</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>MaOb</strong><br />
Der Hinweis auf die 'configuration_adv.h' war ausgesprochen nützlich, DANKE!<br />
 <br />
<pre class="bbcode">
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
#define X_HOME_RETRACT_MM 5
#define Y_HOME_RETRACT_MM 5
#define Z_HOME_RETRACT_MM 2
<b><span style="color:#FF0000">#define HOMING_BUMP_DIVISOR {10, 10, 20}</span></b>  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.</pre>
<br />
Das ist bei mir zwar Zeile 181, sollte aber trotzdem funktionieren;-)<br />
(Hab eben einen Druck laufen....kann erst später testen....)<br />
<br />
LG, Martin</div></blockquote>
<br />
Hmm....der Bascom Editor hat bei mir Zeile 217 angezeigt....verdammt...:)<br />
Aber genau die meinte ich auch....]]></description>
            <dc:creator>Stud54</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 01 Apr 2015 15:48:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,491426,491482#msg-491482</guid>
            <title>Re: Marlin 1.0.2 development -- Endschalter werden zu langsam angefahren?</title>
            <link>https://reprap.org/forum/read.php?247,491426,491482#msg-491482</link>
            <description><![CDATA[ Der Hinweis auf die 'configuration_adv.h' war ausgesprochen nützlich, DANKE!<br />
 <br />
<pre class="bbcode">
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
#define X_HOME_RETRACT_MM 5
#define Y_HOME_RETRACT_MM 5
#define Z_HOME_RETRACT_MM 2
<b><span style="color:#FF0000">#define HOMING_BUMP_DIVISOR {10, 10, 20}</span></b>  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.</pre>
<br />
Das ist bei mir zwar Zeile 181, sollte aber trotzdem funktionieren;-)<br />
(Hab eben einen Druck laufen....kann erst später testen....)<br />
<br />
LG, Martin]]></description>
            <dc:creator>MaOb</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 01 Apr 2015 14:12:23 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,491426,491472#msg-491472</guid>
            <title>Re: Marlin 1.0.2 development -- Endschalter werden zu langsam angefahren?</title>
            <link>https://reprap.org/forum/read.php?247,491426,491472#msg-491472</link>
            <description><![CDATA[ Ja die Werte in der config_adv auf 4,4,4 und man hat die alte Anfahrgeschwindigkeit.]]></description>
            <dc:creator>Wurstnase</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 01 Apr 2015 13:59:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,491426,491467#msg-491467</guid>
            <title>Re: Marlin 1.0.2 development -- Endschalter werden zu langsam angefahren?</title>
            <link>https://reprap.org/forum/read.php?247,491426,491467#msg-491467</link>
            <description><![CDATA[ Doch...in der Config.h .....Zeile 495:)<br />
<br />
Edit: Ok...der Speed des zweiten Anfahrens kann man dort nicht einstellen. ABER in der Config Adv in Zeile 217.]]></description>
            <dc:creator>Stud54</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 01 Apr 2015 13:48:54 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,491426,491426#msg-491426</guid>
            <title>Marlin 1.0.2 development -- Endschalter werden zu langsam angefahren?</title>
            <link>https://reprap.org/forum/read.php?247,491426,491426#msg-491426</link>
            <description><![CDATA[ Hallo,<br />
<br />
hatte heute vor mal meine Marlin Firmware auf einen aktuellen Stand zu bringen,<br />
grundsätzlich hat das auch funktioniert!<br />
<br />
Ein kleines Problem habe ich aber bei den Endschaltern, und ich finde im www einfach keine Lösung dafür.....:X<br />
<br />
Wenn ein Endschalter Kontakt hatte, wird wie immer ein Stück zurück gefahren um sich dann nochmal langsam 'heranzutasten'<br />
Dieses zweite herantasten geht mit der aktuellsten Version (=von heute) aber plötzlich quälend langsam?<br />
<br />
Kann man den Speed für dieses Herantasten in Marlin getrennt einstellen? Wo macht man das?<br />
In der Configuration.h konnte ich dazu nichts finden.....<br />
<br />
LG, Martin]]></description>
            <dc:creator>MaOb</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 01 Apr 2015 11:34:48 -0400</pubDate>
        </item>
    </channel>
</rss>
