<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Filament beim Start abstreifen</title>
        <description> Ich habe ein Script beim starten, dass überschüssiges Filament abstreifen soll... das klappt auch soweit, aber trotzdem muss ich vor dem starten das beim Heizen des Hotend ausströmende Filemant erst einmal mit einer Pinzette entfernen.
Gibts da eine bessere Lösung..?? 
Ich hatte mir schon überlegt, so ein dünnes Blech am Rahmen zu befestigen, dass beim Starten des Druckvorganges angefahren und dabei das Filament abgestreift wird..

Hier mein Start-Script:

M106 S0                                           ;fan off
G28 XY                                             ;home
M140 S[bed0_temperature]           ;start heating bed
M190 S[bed0_temperature]           ;wait for heated bed
M104 S[extruder0_temperature] T0   ;start heating extruder
M109 S[extruder0_temperature] T0   ;wait for heated extruder
G28                                ;home all axis

G1 Z0.2                                              ;raise z
G92 E0                                              ;reset extruder
G1 Y200 F5000		    ; new
G1 E3                                               ;extrude blob
G1 Y100 E18 F1800                          ;print line to prime extruder and remove  blob
G1 E16 F12000
G92 E-2</description>
        <link>https://reprap.org/forum/read.php?245,816613,816613#msg-816613</link>
        <lastBuildDate>Thu, 16 Jul 2026 00:02:45 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?245,816613,816689#msg-816689</guid>
            <title>Re: Filament beim Start abstreifen</title>
            <link>https://reprap.org/forum/read.php?245,816613,816689#msg-816689</link>
            <description><![CDATA[ Retract mache ich 5mm im Endscript, damit kommt beim aufheizen nur 1-2 kleine Punkte Filament aus der Düse.<br />
Im Startscript fahre ich eine lange Linie mit Haken um die Düse wieder richtig zu füllen damit ich beim Skirt und beim Druck keine Probleme bekomme.<br />
Als Drucker habe ich einen P3steel mit Bowden ala Toolson]]></description>
            <dc:creator>devil77</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 31 Mar 2018 08:11:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,816613,816662#msg-816662</guid>
            <title>Re: Filament beim Start abstreifen</title>
            <link>https://reprap.org/forum/read.php?245,816613,816662#msg-816662</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>devil77</strong><br />
Hallo,<br />
<br />
neben einem angepasstem Startscript haben ich im Endscript ein Retract eingebaut. <br />
Damit reduziere ich beim aufheizen des Hotends schon das austreten von Fillament.<br />
<br />
Grüße Sten</div></blockquote>
Da musst du aber vorsichtig sein, denn nach dem Startscript wird immer und bei jedem Slicer ein Retract gemacht.<br />
Ist das Hotend dann richtig 'leer' kann es passieren das die aufsteigende Hitze ein sauberes Extrudieren verhindert<br />
und dann reicht auch ein Skirt nicht mehr aus. Betrifft warscheinlich nur die Bowden-Benutzer.<br />
Und Schwerkraft kann man nicht aushebeln;).]]></description>
            <dc:creator>I.R.Gendwer</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 31 Mar 2018 04:56:39 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,816613,816654#msg-816654</guid>
            <title>Re: Filament beim Start abstreifen</title>
            <link>https://reprap.org/forum/read.php?245,816613,816654#msg-816654</link>
            <description><![CDATA[ wie weit ziehst das Filament zurück ??]]></description>
            <dc:creator>NikNolte</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 31 Mar 2018 03:13:01 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,816613,816651#msg-816651</guid>
            <title>Re: Filament beim Start abstreifen</title>
            <link>https://reprap.org/forum/read.php?245,816613,816651#msg-816651</link>
            <description><![CDATA[ Hallo,<br />
<br />
neben einem angepasstem Startscript haben ich im Endscript ein Retract eingebaut. <br />
Damit reduziere ich beim aufheizen des Hotends schon das austreten von Fillament.<br />
<br />
Grüße Sten]]></description>
            <dc:creator>devil77</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 31 Mar 2018 03:04:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,816613,816647#msg-816647</guid>
            <title>Re: Filament beim Start abstreifen</title>
            <link>https://reprap.org/forum/read.php?245,816613,816647#msg-816647</link>
            <description><![CDATA[ super vielen Dank.. :)-D<br />
die Marlin Einstellungen kannte ich, aber nie benutzt..8-)]]></description>
            <dc:creator>NikNolte</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 31 Mar 2018 02:42:18 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,816613,816643#msg-816643</guid>
            <title>Re: Filament beim Start abstreifen</title>
            <link>https://reprap.org/forum/read.php?245,816613,816643#msg-816643</link>
            <description><![CDATA[ Moin zusammen :)<br />
<br />
In Marlin (configuration.h ab Zeile 1199) gibt es folgendes:<br />
<pre class="bbcode">
 * Clean Nozzle Feature -- EXPERIMENTAL
 *
 * Adds the G12 command to perform a nozzle cleaning process.
 *
 * Parameters:
 *   P  Pattern
 *   S  Strokes / Repetitions
 *   T  Triangles (P1 only)
 *
 * Patterns:
 *   P0  Straight line (default). This process requires a sponge type material
 *       at a fixed bed location. "S" specifies strokes (i.e. back-forth motions)
 *       between the start / end points.
 *
 *   P1  Zig-zag pattern between (X0, Y0) and (X1, Y1), "T" specifies the
 *       number of zig-zag triangles to do. "S" defines the number of strokes.
 *       Zig-zags are done in whichever is the narrower dimension.
 *       For example, "G12 P1 S1 T3" will execute:
 *
 *          --
 *         |  (X0, Y1) |     /\        /\        /\     | (X1, Y1)
 *         |           |    /  \      /  \      /  \    |
 *       A |           |   /    \    /    \    /    \   |
 *         |           |  /      \  /      \  /      \  |
 *         |  (X0, Y0) | /        \/        \/        \ | (X1, Y0)
 *          --         +--------------------------------+
 *                       |________|_________|_________|
 *                           T1        T2        T3
 *
 *   P2  Circular pattern with middle at NOZZLE_CLEAN_CIRCLE_MIDDLE.
 *       "R" specifies the radius. "S" specifies the stroke count.
 *       Before starting, the nozzle moves to NOZZLE_CLEAN_START_POINT.
 *
 *   Caveats: The ending Z should be the same as starting Z.
 * Attention: EXPERIMENTAL. G-code arguments may change.
 *
 */
//#define NOZZLE_CLEAN_FEATURE

#if ENABLED(NOZZLE_CLEAN_FEATURE)
  // Default number of pattern repetitions
  #define NOZZLE_CLEAN_STROKES  12

  // Default number of triangles
  #define NOZZLE_CLEAN_TRIANGLES  3

  // Specify positions as { X, Y, Z }
  #define NOZZLE_CLEAN_START_POINT { 30, 30, (Z_MIN_POS + 1)}
  #define NOZZLE_CLEAN_END_POINT   {100, 60, (Z_MIN_POS + 1)}

  // Circular pattern radius
  #define NOZZLE_CLEAN_CIRCLE_RADIUS 6.5
  // Circular pattern circle fragments number
  #define NOZZLE_CLEAN_CIRCLE_FN 10
  // Middle point of circle
  #define NOZZLE_CLEAN_CIRCLE_MIDDLE NOZZLE_CLEAN_START_POINT

  // Moves the nozzle to the initial position
  #define NOZZLE_CLEAN_GOBACK
#endif</pre>
<br />
Nutzen kann man das dann mit <a href="https://www.thingiverse.com/thing:2018327" target="_blank"  rel="nofollow">Filz oder ähnlichem</a> oder mit einer <a href="https://www.thingiverse.com/thing:2582963" target="_blank"  rel="nofollow">kleinen Drahtbürste</a>.<br />
<br />
Funktioniert eigentlich ganz gut und bei den Links sind auch Videos dabei wo ihr euch das mal angucken könnt.]]></description>
            <dc:creator>siggi60</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Fri, 30 Mar 2018 23:55:19 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,816613,816625#msg-816625</guid>
            <title>Re: Filament beim Start abstreifen</title>
            <link>https://reprap.org/forum/read.php?245,816613,816625#msg-816625</link>
            <description><![CDATA[ ... ach so, beim Mankati habe ich die Homeposition zwar außerhalb des Druckbereichs, aber auf der Ceran-Platte (geht gar nicht anders) und<br />
beim Anet die gleiche Situation wie Du.<br />
Beim Anet warte ich ohnehin auf den Druckbeginn und den Anfangskrinkel fange ich mit einem Stück Wildleder ab  (nass gemacht und dann gebügelt, wird stocksteif) . Vielleicht konstruiere ich mir da mal etwas Handliches, das selbständig arbeitet  ;-)]]></description>
            <dc:creator>horst.w</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Fri, 30 Mar 2018 16:40:28 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,816613,816620#msg-816620</guid>
            <title>Re: Filament beim Start abstreifen</title>
            <link>https://reprap.org/forum/read.php?245,816613,816620#msg-816620</link>
            <description><![CDATA[ Ich habe nur beim Heizen des Extruders schon 10-20 mm Filament am Hotend.. das stört.]]></description>
            <dc:creator>NikNolte</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Fri, 30 Mar 2018 15:49:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,816613,816618#msg-816618</guid>
            <title>Re: Filament beim Start abstreifen</title>
            <link>https://reprap.org/forum/read.php?245,816613,816618#msg-816618</link>
            <description><![CDATA[ ... wenn Du die Extrusion des Blobs und die "Abstreiffahrt"   zusammen legst, hast Du 2 Fliegen mit 1 Klappe.<br />
<br />
Ich habe E20 auf  Z0,3  für 120 mm (?) der X-Achse entlang, das reicht.]]></description>
            <dc:creator>horst.w</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Fri, 30 Mar 2018 15:28:56 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,816613,816613#msg-816613</guid>
            <title>Filament beim Start abstreifen</title>
            <link>https://reprap.org/forum/read.php?245,816613,816613#msg-816613</link>
            <description><![CDATA[ Ich habe ein Script beim starten, dass überschüssiges Filament abstreifen soll... das klappt auch soweit, aber trotzdem muss ich vor dem starten das beim Heizen des Hotend ausströmende Filemant erst einmal mit einer Pinzette entfernen.<br />
Gibts da eine bessere Lösung..?? <br />
Ich hatte mir schon überlegt, so ein dünnes Blech am Rahmen zu befestigen, dass beim Starten des Druckvorganges angefahren und dabei das Filament abgestreift wird..<br />
<br />
Hier mein Start-Script:<br />
<br />
M106 S0                                           ;fan off<br />
G28 XY                                             ;home<br />
M140 S[bed0_temperature]           ;start heating bed<br />
M190 S[bed0_temperature]           ;wait for heated bed<br />
M104 S[extruder0_temperature] T0   ;start heating extruder<br />
M109 S[extruder0_temperature] T0   ;wait for heated extruder<br />
G28                                ;home all axis<br />
<br />
G1 Z0.2                                              ;raise z<br />
G92 E0                                              ;reset extruder<br />
G1 Y200 F5000		    ; new<br />
G1 E3                                               ;extrude blob<br />
G1 Y100 E18 F1800                          ;print line to prime extruder and remove  blob<br />
G1 E16 F12000<br />
G92 E-2]]></description>
            <dc:creator>NikNolte</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Fri, 30 Mar 2018 14:54:04 -0400</pubDate>
        </item>
    </channel>
</rss>
