<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
        <description> Hallo,

Ich habe Marlin 2.0.9.2 auf dem MKS Gen L v1.0.

Einen Dual Extruder (zwei Extruder nebeneinander, 18mm auseinander) und einen Induktiven Sensor rechts neben dem Extruder 1, von Vorne gesehen, mit einem Abstand von 35mm.
Der Druckbarebereich ist 500mm x 220mm.

Das Problem, wenn ich Druckbett Navellierung im Display auswähle, dann startet das ABL auch, aber fährt nicht bis zum Äussersten X Punkt und Y Punkt, ca. nur die Hälfte vom gesamten Druckbett.
Und der Sensor muss mit 35mm angegeben werden. Habe 10mm auch als margin angegeben.


 * Nozzle-to-Probe offsets { X, Y, Z }
 *
 * X and Y offset
 *   Use a caliper or ruler to measure the distance from the tip of
 *   the Nozzle to the center-point of the Probe in the X and Y axes.
 *

#define NOZZLE_TO_PROBE_OFFSET { 35, 0, 0 }

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.

#define PROBING_MARGIN 10
</description>
        <link>https://reprap.org/forum/read.php?247,888535,888535#msg-888535</link>
        <lastBuildDate>Mon, 20 Apr 2026 06:38:25 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,890405#msg-890405</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,890405#msg-890405</link>
            <description><![CDATA[ Hallo,<br />
ich habe immer noch das Problem mit dem ABL Bilinear.<br />
Habe das MKS Gen L v1.0 nun mit Marlin 2.1.1 geflashed.<br />
<br />
Die Achsen fahren in x,y und z Richtung richtig. <br />
<br />
#define NOZZLE_TO_PROBE_OFFSET { 0, 0, 0 }, dann funktioniert das homing, aber das ABL funktioniert nicht richtig, das ABL geht nur bis zur Hälfte des Druckbetts (X,Y).<br />
wenn ich NOZZLE_TO_PROBE_OFFSET { 35, 16, 0 } (Probe ist 35mm von der Nozzle X und 16mm von der Nozzle Y, ändere, dann geht das homing nicht, wenn ich NOZZLE_TO_PROBE_OFFSET { 35, 0, 0 } änder dann geht das homing auch nicht.<br />
Wenn ich NOZZLE_TO_PROBE_OFFSET { -35, 0, 0 } einstelle, dann geht das homing, nur dann ist die Nozzle 35mm von dem Nullpunkt entfernt. ABL geht dann auch, aber auch nur bis zur Hälfte des Druckbetts.<br />
<br />
Druckbett 450mm Y und 220mm X, Z.kapazitiver Sensor , X und Y mirco Schalter, funktionieren auch.<br />
#define PROBING_MARGIN 10, Wert auf 35 hat nichts gebracht<br />
<br />
Das habe ich nicht ausprobiert und habe keine Ahnung (Configuration_adv.h)<br />
<br />
  //#define PROBING_MARGIN_LEFT PROBING_MARGIN<br />
  //#define PROBING_MARGIN_RIGHT PROBING_MARGIN<br />
  //#define PROBING_MARGIN_FRONT PROBING_MARGIN<br />
  //#define PROBING_MARGIN_BACK PROBING_MARGIN<br />
<br />
Warum lässt sich die Nozzle in der X und Y Achse bis zum Ende fahren, und beim ABL nicht?<br />
<br />
Lieben Dank für eine Hilfe,<br />
die Configuration.h und Configuration_adv.h ist im Dateianhang, vielleicht sind andere Funktionen aktiviert, die das ABL stören?<br />
<br />
Das mesh point grid scheint nicht zu stimmen, ich habe es gelöscht und ein neues mesh geladen (G29 P0), aber das selbe Problem.<br />
Das ABL fährt nicht über das gesamte Druckbett.<br />
<br />
Die configuration.h und configuration_adV.h scheinen aber richtig zu sein.<br />
<br />
Gelesen habe ich, das es am PC liegt und nicht an der configuration.<br />
<br />
Könnte jemand mir das als HEX Datei kompelieren (Marlin 2.1.1) ?<br />
<br />
Druckbereich 220mm x 450mm, Nozzle -&gt; Probe Offset 35mm X, 16mm Y<br />
<br />
<br />
[attachment 119712 DiagramABL.png]]]></description>
            <dc:creator>tru_visual</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 31 Aug 2022 08:40:37 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888696#msg-888696</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888696#msg-888696</link>
            <description><![CDATA[ Hallo AlterBastler,<br />
ich hab die vorgegebenen Werte so übernommen.<br />
Und nichts weiter verändert.<br />
Grid points 3]]></description>
            <dc:creator>tru_visual</dc:creator>
            <category>Software</category>
            <pubDate>Sat, 12 Mar 2022 17:18:34 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888694#msg-888694</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888694#msg-888694</link>
            <description><![CDATA[ Das ist nur eine Warnung, daß das Ergebnis evtl. nicht in eine int8-Variable passt und führt nicht zwangsläufig zu einem Fehler.<br />
Hast Du die Anzahl der Gitterpunkte zu stark erhöht?<br />
<br />
Herzl. Grüße]]></description>
            <dc:creator>AlterBastler</dc:creator>
            <category>Software</category>
            <pubDate>Sat, 12 Mar 2022 17:02:32 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888693#msg-888693</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888693#msg-888693</link>
            <description><![CDATA[ Hallo AlterBastler,<br />
<br />
beim kompilieren kommt diese Fehlermeldung:<br />
Desshalb funktioniert das ABL auch nicht richtig<br />
<pre class="bbcode">
Marlin\src\feature\bedlevel\abl\abl.cpp: In function 'void bilinear_line_to_destination(const_feedRate_t, uint16_t, uint16_t)':
Marlin\src\feature\bedlevel\abl\abl.cpp:353:51: warning: narrowing conversion of '((current_position.XYZEval::.XYZEval::::.XYZEval::::::x - bilinear_start.XYval::.XYval::::.XYval::::::x) * bilinear_grid_factor.XYval::.XYval::::.XYval::::::x)' from 'float' to 'int' inside { } [-Wnarrowing]
   #define CELL_INDEX(A,V) ((V - bilinear_start.A) * ABL_BG_FACTOR(A))
                           ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
Marlin\src\feature\bedlevel\abl\abl.cpp:361:19: note: in expansion of macro 'CELL_INDEX'
     xy_int_t c1 { CELL_INDEX(x, current_position.x), CELL_INDEX(y, current_position.y) },
                   ^~~~~~~~~~
Marlin\src\feature\bedlevel\abl\abl.cpp:353:51: warning: narrowing conversion of '((current_position.XYZEval::.XYZEval::::.XYZEval::::::y - bilinear_start.XYval::.XYval::::.XYval::::::y) * bilinear_grid_factor.XYval::.XYval::::.XYval::::::y)' from 'float' to 'int' inside { } [-Wnarrowing]
   #define CELL_INDEX(A,V) ((V - bilinear_start.A) * ABL_BG_FACTOR(A))
                           ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
Marlin\src\feature\bedlevel\abl\abl.cpp:361:54: note: in expansion of macro 'CELL_INDEX'
     xy_int_t c1 { CELL_INDEX(x, current_position.x), CELL_INDEX(y, current_position.y) },
                                                      ^~~~~~~~~~
Marlin\src\feature\bedlevel\abl\abl.cpp:353:51: warning: narrowing conversion of '((destination.XYZEval::.XYZEval::::.XYZEval::::::x - bilinear_start.XYval::.XYval::::.XYval::::::x) * bilinear_grid_factor.XYval::.XYval::::.XYval::::::x)' from 'float' to 'int' inside { } [-Wnarrowing]
   #define CELL_INDEX(A,V) ((V - bilinear_start.A) * ABL_BG_FACTOR(A))
                           ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~Compiling .pio\build\mega2560\src\src\gcode\config\M301.cpp.o
~~~~~
Marlin\src\feature\bedlevel\abl\abl.cpp:362:19: note: in expansion of macro 'CELL_INDEX'
              c2 { CELL_INDEX(x, destination.x), CELL_INDEX(y, destination.y) };
                   ^~~~~~~~~~
Compiling .pio\build\mega2560\src\src\gcode\config\M302.cpp.o
Marlin\src\feature\bedlevel\abl\abl.cpp:353:51: warning: narrowing conversion of '((destination.XYZEval::.XYZEval::::.XYZEval::::::y - bilinear_start.XYval::.XYval::::.XYval::::::y) * bilinear_grid_factor.XYval::.XYval::::.XYval::::::y)' from 'float' to 'int' inside { } [-Wnarrowing]
   #define CELL_INDEX(A,V) ((V - bilinear_start.A) * ABL_BG_FACTOR(A))
                           ~~~~~~~~~~~~~~~Compiling .pio\build\mega2560\src\src\gcode\config\M304.cpp.o
~~~~~~~~~^~~~~~~Compiling .pio\build\mega2560\src\src\gcode\config\M309.cpp.o
~~~~~~~~~~~~
Marlin\src\feature\bedlevel\abl\abl.cpp:362:49: note: in expansion of macro 'CELL_INDEX'
              c2 { CELL_INDEX(x, destination.x), CELL_INDEX(y, destination.y) };
                                                 ^~~~~~~~~~
Marlin\src\feature\bedlevel\abl\abl.cpp:379:30: warning: narrowing conversion of '_MAX(c1.XYval::.XYval::::.XYval::::::x, c2.XYval::.XYval::::.XYval::::::x)' from 'int' to 'signed char' inside { } [-Wnarrowing]
     const xy_int8_t gc { _MAX(c1.x, c2.x), _MAX(c1.y, c2.y) };
                          ~~~~^~Compiling .pio\build\mega2560\src\src\gcode\config\M92.cpp.o
~~~~~~~~~~
Marlin\src\feature\bedlevel\abl\abl.cpp:379:48: warning: narrowing conversion of '_MAX(c1.XYval::.XYval::::.XYval::::::y, c2.XYval::.XYval::::.XYval::::::y)' from 'int' to 'signed char' inside { } [-Wnarrowing]
     const xy_int8_t gc { _MAX(c1.x, c2.x), _MAX(c1.y, c2.y) };
</pre>]]></description>
            <dc:creator>tru_visual</dc:creator>
            <category>Software</category>
            <pubDate>Sat, 12 Mar 2022 15:10:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888673#msg-888673</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888673#msg-888673</link>
            <description><![CDATA[ Hallo AlterBastler,<br />
hatte ich mit M502]]></description>
            <dc:creator>tru_visual</dc:creator>
            <category>Software</category>
            <pubDate>Thu, 10 Mar 2022 15:50:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888672#msg-888672</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888672#msg-888672</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Marlin Configuration</strong><br />
For testing, enable DEBUG_LEVELING_FEATURE. With this option enabled, use M111 S32 to turn on detailed logging of homing and bed leveling. This will cause G28 and G29 to report everything they do, step-by-step, and can be indispensible for troubleshooting when things go wrong.</div></blockquote>
[<a href="https://marlinfw.org/docs/gcode/G029-abl-bilinear.html" target="_blank"  rel="nofollow">marlinfw.org</a>]<br />
Löschst Du eigentlich jedesmal das EEPROM nach den Firmwareänderungen?<br />
<br />
Herzl. Grüße]]></description>
            <dc:creator>AlterBastler</dc:creator>
            <category>Software</category>
            <pubDate>Thu, 10 Mar 2022 15:30:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888670#msg-888670</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888670#msg-888670</link>
            <description><![CDATA[ Hallo,<br />
Step/mm änderungen oder Anpassungen haben nichts gebracht.<br />
Ist das ein Bug von Marlin 2.0.9.3?]]></description>
            <dc:creator>tru_visual</dc:creator>
            <category>Software</category>
            <pubDate>Thu, 10 Mar 2022 14:07:13 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888656#msg-888656</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888656#msg-888656</link>
            <description><![CDATA[ Hallo Wintex,<br />
<br />
danke für deine Antwort.<br />
<br />
An dem Setup liegt es nicht, die Einstellungen der Motoren sind ok und funktionieren auch so.<br />
<br />
Ein Fehler beim X Offset<br />
<pre class="bbcode">
#define NOZZLE_TO_PROBE_OFFSET {35, 16, 0 }</pre>
<br />
So muss das in der configuration.h stehen und wenn das so drin steht, dann kommt beim Auto Homing die Fehlermeldung Sonde Außerhalb.<br />
Stelle ich den X Offset auf 0, dann gehts.<br />
Das selbe beim Y Offset.<br />
<br />
Positive Werte in der X Achse gehen nach rechts und positive Werte in der Y Achse gehen nach hinten.<br />
<br />
Das ABL funktioniert in der X Achse richtig, fährt bis zum äussersten Druckpunkt (220mm).<br />
Nur in der Y Achse nicht, nur bis 350mm und soll bis 500mm.<br />
<br />
Der X Offset funktioniert einfach nicht wie in den dokumentationen beschrieben.<br />
<br />
Lieben Gruß,<br />
tru]]></description>
            <dc:creator>tru_visual</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 09 Mar 2022 13:00:09 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888654#msg-888654</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888654#msg-888654</link>
            <description><![CDATA[ Hast du andere Treiber oder Motoren in der Verwendung zu vorher?<br />
Die 8825 machen ja max 32 Schritte statt der üblichen 16, oder eventuell 0.9 Grad Stepper Motoren.]]></description>
            <dc:creator>Wintex</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 09 Mar 2022 10:19:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888650#msg-888650</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888650#msg-888650</link>
            <description><![CDATA[ Hallo AlterBastler,<br />
<br />
die Steps/mm sind richtig, hatte in den anderen Marlin Versionen und auch in der 2.0.9.2 soweit gepasst.<br />
Nema 17 Schrittmotoren, GT2 Zahnriehmen und DRV8825 Stepperdriver<br />
<pre class="bbcode">
/**
 * Default Axis Steps Per Unit (steps/mm)
 * Override with M92
 *                                      X, Y, Z [, I [, J [, K]]], E0 [, E1[, E2...]]
 */
#define DEFAULT_AXIS_STEPS_PER_UNIT   { 162, 162, 820, 500 }
</pre>]]></description>
            <dc:creator>tru_visual</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 09 Mar 2022 07:14:03 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888649#msg-888649</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888649#msg-888649</link>
            <description><![CDATA[ Kann es sein, daß die steps/mm gar nicht stimmen? <br />
Was hat das Z-Homing mit dem X-Offset zu tun?<br />
<br />
Herzl. Grüße]]></description>
            <dc:creator>AlterBastler</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 09 Mar 2022 07:11:28 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888644#msg-888644</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888644#msg-888644</link>
            <description><![CDATA[ Hallo AlterBastler,<br />
<br />
wenn ich den X Offset auf +35mm setze, dann funktioniert das Z homing nicht, ich muss den X Offset auf 0 setzen.<br />
Auch der Y Offset von 16,7mm ist nicht richtig, gemessen schon, aber als Einstellung funktioniert der Wert nur im Minusbereich.<br />
Geändert habe ich <br />
<pre class="bbcode">
// The size of the printable area
#define X_BED_SIZE 440
#define Y_BED_SIZE 700</pre>
Das ist die Größe des Druckbetts, die tatsächliche Druckfläche ist aber X220mm und Y500mm.<br />
Das ABL Bilinear fährt in der X Achse jetzt bis 220mm (richtig) und in der Y Achse bis 350mm (falsch), statt bis 500mm<br />
<br />
Welche anderen Einstellungen meinest Du?<br />
<br />
Lieben Gruß,<br />
tru]]></description>
            <dc:creator>tru_visual</dc:creator>
            <category>Software</category>
            <pubDate>Tue, 08 Mar 2022 14:31:05 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888642#msg-888642</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888642#msg-888642</link>
            <description><![CDATA[ Das Ergebnis entspricht deiner Einstellung, der X-Offset muß auf 35, dann stimmt es. Die Größe des Druckbetts scheint falsch angegeben zu sein.<br />
Was ist mit den anderen Einstellungen? <br />
<br />
Herzl. Grüße]]></description>
            <dc:creator>AlterBastler</dc:creator>
            <category>Software</category>
            <pubDate>Tue, 08 Mar 2022 12:43:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888640#msg-888640</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888640#msg-888640</link>
            <description><![CDATA[ Hallo AlterBastler,<br />
<br />
ich habe<br />
<pre class="bbcode">
#define NOZZLE_TO_PROBE_OFFSET { 00, 16, 0 }</pre>
<pre class="bbcode">
#define NOZZLE_TO_PROBE_OFFSET { XX, YY, ZZ } ????????????????</pre>
<br />
geändert und nun ist das so und Sonde ist nicht mehr Außerhalb, aber die ABL Punkte sind nicht über die Fläche des gesamten Druckbetts verteilt.<br />
[attachment 119265 DiagramABL.png]<br />
<br />
Lieben Gruß,<br />
tru]]></description>
            <dc:creator>tru_visual</dc:creator>
            <category>Software</category>
            <pubDate>Tue, 08 Mar 2022 09:45:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888639#msg-888639</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888639#msg-888639</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />Denn, wenn der Wert so ist {35, 16, 0 }, dann funktioniert das Homing nicht und im Display steht dann Sonde Außerhalb.</div></blockquote>
Das dürfte nicht passieren, da stimmt was anderes nicht.<br />
Was steht hier:<br />
<pre class="bbcode">
#define X_BED_SIZE XXX
#define Y_BED_SIZE YYY
...
// Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS [XX]
#define Y_MIN_POS [YY]
...
#define HOTEND_OFFSET_X { 0.0, XX } // (mm) relative X-offset for each nozzle
#define HOTEND_OFFSET_Y { 0.0, YY }  // (mm) relative Y-offset for each nozzle
...
#define Z_SAFE_HOMING</pre>
<br />
Herzl. Grüße]]></description>
            <dc:creator>AlterBastler</dc:creator>
            <category>Software</category>
            <pubDate>Tue, 08 Mar 2022 09:26:29 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888637#msg-888637</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888637#msg-888637</link>
            <description><![CDATA[ Hallo AlterBastler,<br />
<br />
wie oben schon geschrieben, habe ich<br />
<pre class="bbcode">
#define NOZZLE_TO_PROBE_OFFSET { -70, 16, 0 }</pre>
eingetragen und nicht <br />
<pre class="bbcode">
#define NOZZLE_TO_PROBE_OFFSET {35, 16, 0 }</pre>
Denn, wenn der Wert so ist  {35, 16, 0 }, dann funktioniert das Homing nicht und im Display steht dann Sonde Außerhalb.<br />
Wenn ich den Wert dann auf mindestens<br />
<pre class="bbcode">
#define NOZZLE_TO_PROBE_OFFSET { -70, 16, 0 }</pre>
setze, dann funktioniert das Homing und ABL geht nur durch vorheriges Homing.<br />
<br />
Die Messdaten sind dann ja auch falsch, weil die Sonde ja nicht an X-70 ist, sondern bei x+35<br />
<br />
[attachment 119263 DiagramABL00.png]<br />
[attachment 119264 DiagramABL01.png]<br />
<br />
Lieben Gruß,<br />
tru]]></description>
            <dc:creator>tru_visual</dc:creator>
            <category>Software</category>
            <pubDate>Tue, 08 Mar 2022 05:58:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888630#msg-888630</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888630#msg-888630</link>
            <description><![CDATA[ In dem Link ist eigentlich alles erschöpfend erklärt.<br />
Ich kann  mir nicht vorstellen, daß die X-Achse mehr als 12cm über das Druckbett hinausfährt.<br />
Du solltest mal skizzieren wie das Ganze aussieht (mechanischer Verfahrweg, das Druckbett, Nullpunkt, Lage der Endschalter, der Nozzles und der Probe),<br />
sonst kann man dein Problem nicht nachvollziehen.<br />
<br />
Herzl. Grüße]]></description>
            <dc:creator>AlterBastler</dc:creator>
            <category>Software</category>
            <pubDate>Mon, 07 Mar 2022 17:38:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888625#msg-888625</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888625#msg-888625</link>
            <description><![CDATA[ Hallo AlterBastler,<br />
<br />
lieben Dank für deine Antwort.<br />
<br />
Den Link hatte ich auch schon durchgelesen, bezieht sich aber nicht auf Marlin 2.0.9.3.<br />
<br />
In Marlin 2.0.9.3 ist in der configuration_adv.h das hier anders:<br />
<pre class="bbcode">
#if PROBE_SELECTED &amp;&amp; !IS_KINEMATIC
  #define PROBING_MARGIN_LEFT  PROBING_MARGIN  
  #define PROBING_MARGIN_RIGHT PROBING_MARGIN 
  #define PROBING_MARGIN_FRONT PROBING_MARGIN 
  #define PROBING_MARGIN_BACK  PROBING_MARGIN 
#endif</pre>
<br />
Wenn ich in der configuration.h die Werte so eingebe, wie sie physikalisch sind:<br />
<pre class="bbcode">
#define NOZZLE_TO_PROBE_OFFSET { 35, 16, 0 }</pre>
<br />
Dann kommt beim Auto Homing im Info Bildschirm<br />
Sonde Ausserhalb.<br />
<br />
Ändere ich<br />
<pre class="bbcode">
#define NOZZLE_TO_PROBE_OFFSET { 35, 16, 0 }</pre>
in<br />
<pre class="bbcode">
#define NOZZLE_TO_PROBE_OFFSET { -70, 16, 0 }</pre>
Dann geht es mit dem Homing, nur ist der Extruder nach dem Homing dann an 70mm der X Achse, das ABL startet allerdings richtig, von X0 und Y0.<br />
Das ABL bewegt sich dann auch in der X Achse richtig, aber in der Y Achse nicht, da fährt der Extruder dann nur bis Y240mm und nicht bis Y500mm.<br />
<br />
Das verändern der Margin Werte hat nichts gebracht und es gibt auch keine Dokumentation, wo es konkret beschrieben ist.<br />
<br />
Ich weiß auch nicht, ob es ein Bug ist, weil eigentlich nur der Offset definiert werden muss und evtl. noch<br />
<pre class="bbcode">
#define PROBING_MARGIN 10</pre>
Und der Rest ergibt sich aus <br />
<pre class="bbcode">
// The size of the printable area
#define X_BED_SIZE 220
#define Y_BED_SIZE 500</pre>
<br />
Lieben Gruß,<br />
tru]]></description>
            <dc:creator>tru_visual</dc:creator>
            <category>Software</category>
            <pubDate>Mon, 07 Mar 2022 12:44:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888624#msg-888624</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888624#msg-888624</link>
            <description><![CDATA[ Lies Dir das mal durch:<br />
[<a href="https://3dprinting.stackexchange.com/questions/8153/how-to-set-z-probe-boundary-limits-in-firmware-when-using-automatic-bed-leveling" target="_blank"  rel="nofollow">3dprinting.stackexchange.com</a>]<br />
Der Sensor kann die Ränder des Druckbettes nur erreichen, wenn die Mechanik das zulässt, d.h., die Nozzles können das Druckbett<br />
verlassen. Ansonsten vermindert sich auch der Druckbereich immer um den Abstand der Nozzles. Die Offsets beziehen sich auf Extruder0,<br />
das wären dann 35+18 nach deiner Beschreibung.<br />
<br />
Herzl. Grüße]]></description>
            <dc:creator>AlterBastler</dc:creator>
            <category>Software</category>
            <pubDate>Mon, 07 Mar 2022 09:39:52 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888620#msg-888620</guid>
            <title>Re: Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888620#msg-888620</link>
            <description><![CDATA[ Hallo,<br />
<br />
hat jemand eine Idee?<br />
<br />
In der configuration.h steht :<br />
<pre class="bbcode">
#define NOZZLE_TO_PROBE_OFFSET { 35, 16, 0 }

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10</pre>
<br />
Das heißt, der Sensor ist 35mm rechts von der Düse (+X) und 16mm hinter der Düse (+Y)<br />
Ich habe die Funktion Auto Bed Leveling Bilinear aktiviert.<br />
Das Druckbett ist 220mm (X) uns 500mm (Y)<br />
<br />
Und in der configuration_adv.h<br />
<pre class="bbcode">
#if PROBE_SELECTED &amp;&amp; !IS_KINEMATIC
  #define PROBING_MARGIN_LEFT    0 //PROBING_MARGIN  
  #define PROBING_MARGIN_RIGHT  10 //PROBING_MARGIN 
  #define PROBING_MARGIN_FRONT   0 //PROBING_MARGIN 
  #define PROBING_MARGIN_BACK   30 //PROBING_MARGIN 
#endif</pre>
<br />
Der Sensor fährt aber nicht bis zum Ende der X Achse und auch nicht bis zum Ende der Y Achse.<br />
Hatte die Einstellungen #if PROBE_SELECTED &amp;&amp; !IS_KINEMATIC vorher auskommentiert und kommentiert, keine Änderung.<br />
<br />
Software Endstop vor der Nivellierung deaktiviert.<br />
Keine Idee, was es sein kann.<br />
<br />
Lieben Gruß,<br />
tru]]></description>
            <dc:creator>tru_visual</dc:creator>
            <category>Software</category>
            <pubDate>Mon, 07 Mar 2022 06:28:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,888535,888535#msg-888535</guid>
            <title>Auto Bed Leveling Bilinear nur die Hälfte vom Druckbett</title>
            <link>https://reprap.org/forum/read.php?247,888535,888535#msg-888535</link>
            <description><![CDATA[ Hallo,<br />
<br />
Ich habe Marlin 2.0.9.2 auf dem MKS Gen L v1.0.<br />
<br />
Einen Dual Extruder (zwei Extruder nebeneinander, 18mm auseinander) und einen Induktiven Sensor rechts neben dem Extruder 1, von Vorne gesehen, mit einem Abstand von 35mm.<br />
Der Druckbarebereich ist 500mm x 220mm.<br />
<br />
Das Problem, wenn ich Druckbett Navellierung im Display auswähle, dann startet das ABL auch, aber fährt nicht bis zum Äussersten X Punkt und Y Punkt, ca. nur die Hälfte vom gesamten Druckbett.<br />
Und der Sensor muss mit 35mm angegeben werden. Habe 10mm auch als margin angegeben.<br />
<br />
<pre class="bbcode">
 * Nozzle-to-Probe offsets { X, Y, Z }
 *
 * X and Y offset
 *   Use a caliper or ruler to measure the distance from the tip of
 *   the Nozzle to the center-point of the Probe in the X and Y axes.
 *

#define NOZZLE_TO_PROBE_OFFSET { 35, 0, 0 }

// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.

#define PROBING_MARGIN 10
</pre>]]></description>
            <dc:creator>tru_visual</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 02 Mar 2022 16:28:06 -0500</pubDate>
        </item>
    </channel>
</rss>
