<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Spiegelverkehrter Druck</title>
        <description> Hallo zusammen,

bevor man mich jetzt zerpflückt, ich soll doch die Suche verwenden, dass habe ich gemacht! Dadurch wurde ich gerade noch mehr verwirrt.

Mein Prusa druckt auf der X-Achse spielgelverkehrt. Um so mehr ich an der Firmware (Marin) versuche das anzupassen, um so mehr klappt es nicht mehr.

Den &quot;Y&quot; Motor und &quot;Min&quot; Endschalter habe ich vorne und den X Motor und &quot;Min&quot; Endschalter habe ich links montiert. 



  

    
      
    

    

    
      

      

      

      

      

      

      
      
    

    
        
    

    
      
      
    

    

    
      Grafik1.jpg
    

  

 



mod_embed_images_loadimage(&#039;c958dacb9b50f3cb5466e8a3e134dc5f&#039;, &#039;https://reprap.org/forum/addon.php?245,module=embed_images,url=http%3A%2F%2Fwww.wii-copter.de%2FBilder%2FGrafik1.jpg&#039;, &#039;http://www.wii-copter.de/Bilder/Grafik1.jpg&#039;, &#039;https://reprap.org/forum/addon.php?245,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.wii-copter.de%2FBilder%2FGrafik1.jpg&#039;, &#039;&#039;, 385153, 800, 400, &#039;Lade Bild...&#039;, false);


(Nicht auf den Kabelsalat achten! Wird noch alles sauber verlegt B) )


//===========================================================================
//=============================Mechanical Settings===========================
//===========================================================================

// Uncomment the following line to enable CoreXY kinematics
// #define COREXY

// coarse Endstop Settings
#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors

#ifndef ENDSTOPPULLUPS
  // fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined
  #define ENDSTOPPULLUP_XMAX
  #define ENDSTOPPULLUP_YMAX
  #define ENDSTOPPULLUP_ZMAX
  #define ENDSTOPPULLUP_XMIN
  #define ENDSTOPPULLUP_YMIN
  #define ENDSTOPPULLUP_ZMIN
#endif

#ifdef ENDSTOPPULLUPS
  #define ENDSTOPPULLUP_XMAX
  #define ENDSTOPPULLUP_YMAX
  #define ENDSTOPPULLUP_ZMAX
  #define ENDSTOPPULLUP_XMIN
  #define ENDSTOPPULLUP_YMIN
  #define ENDSTOPPULLUP_ZMIN
#endif

// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
const bool X_MIN_ENDSTOP_INVERTING = false; //true; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = false; //true; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool X_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
//#define DISABLE_MAX_ENDSTOPS
//#define DISABLE_MIN_ENDSTOPS

// Disable max endstops for compatibility with endstop checking routine
#if defined(COREXY) &amp;amp;&amp;amp; !defined(DISABLE_MAX_ENDSTOPS)
  #define DISABLE_MAX_ENDSTOPS
#endif

// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
#define X_ENABLE_ON 0
#define Y_ENABLE_ON 0
#define Z_ENABLE_ON 0
#define E_ENABLE_ON 0 // For all extruders

// Disables axis when it&#039;s not being used.
#define DISABLE_X false
#define DISABLE_Y false
#define DISABLE_Z false
#define DISABLE_E false // For all extruders
#define DISABLE_INACTIVE_EXTRUDER true //disable only inactive extruders and keep active extruder enabled

#define INVERT_X_DIR true    // for Mendel set to false, for Orca set to true
#define INVERT_Y_DIR true //false    // for Mendel set to true, for Orca set to false
#define INVERT_Z_DIR true     // for Mendel set to false, for Orca set to true
#define INVERT_E0_DIR true //false   // for direct drive extruder v9 set to true, for geared extruder set to false
#define INVERT_E1_DIR false    // for direct drive extruder v9 set to true, for geared extruder set to false
#define INVERT_E2_DIR false   // for direct drive extruder v9 set to true, for geared extruder set to false

// ENDSTOP SETTINGS:
// Sets direction of endstops when homing; 1=MAX, -1=MIN
#define X_HOME_DIR -1
#define Y_HOME_DIR -1
#define Z_HOME_DIR -1

#define min_software_endstops false //true // If true, axis won&#039;t move to coordinates less than HOME_POS.
#define max_software_endstops true  // If true, axis won&#039;t move to coordinates greater than the defined lengths below.

// Travel limits after homing
#define X_MAX_POS 200 //205
#define X_MIN_POS 0
#define Y_MAX_POS 300 //205
#define Y_MIN_POS 0
#define Z_MAX_POS 162 //200
#define Z_MIN_POS 0

#define X_MAX_LENGTH (X_MAX_POS - X_MIN_POS)
#define Y_MAX_LENGTH (Y_MAX_POS - Y_MIN_POS)
#define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS)

Kann mir bitte jemand sagen was ich umstellen muß?</description>
        <link>https://reprap.org/forum/read.php?245,385153,385153#msg-385153</link>
        <lastBuildDate>Tue, 11 Aug 2026 10:16:09 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?245,385153,385249#msg-385249</guid>
            <title>Re: Spiegelverkehrter Druck</title>
            <link>https://reprap.org/forum/read.php?245,385153,385249#msg-385249</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Le-Seaw</strong><br />
Er homt dann nicht egal ob manuell oder automatisch<br />
Jedenfalls in Marlin und bei mir</div></blockquote>
<br />
Ja, bei mir jetzt auch (:P)<br />
<br />
Jetzt druckt er auch nicht mehr spiegelverkehrt (tu)]]></description>
            <dc:creator>Wollez</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 19 Jul 2014 12:59:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,385153,385242#msg-385242</guid>
            <title>Re: Spiegelverkehrter Druck</title>
            <link>https://reprap.org/forum/read.php?245,385153,385242#msg-385242</link>
            <description><![CDATA[ Er homt dann nicht egal ob manuell oder automatisch<br />
Jedenfalls in Marlin und bei mir]]></description>
            <dc:creator>Le-Seaw</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 19 Jul 2014 12:28:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,385153,385233#msg-385233</guid>
            <title>Re: Spiegelverkehrter Druck</title>
            <link>https://reprap.org/forum/read.php?245,385153,385233#msg-385233</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Le-Seaw</strong><br />
das hatten wir doch schon am telefon :)<br />
<br />
zuhören und mitdenken :)<br />
<br />
du musst jetzt deinen sensor mit G1 Y30 z.B. reinfahren damit er im Bett liegt<br />
dann geht G28 Z0 auch<br />
<br />
Dein Startcode sieht da so aus<br />
<br />
G28 X0<br />
G28 Y0<br />
G1 Y30<br />
G28 Z0<br />
G29</div></blockquote>
<br />
Hallo Axel,<br />
<br />
das war mir so weit schon auch klar ;) hab ich jetzt ja auch gemacht. Dies betrifft jedoch nur den G-Code, der vom Slicer erzeugt wird. Bei der manuellen Steuerung (war ich bisher so gewohnt) macht er das nicht, wenn man Z-Home drückt. Da muss ich jetzt immer dran denken, dass ich erst Y30 fahre. <br />
<br />
Kann man das evtl. bei Repetier Host eingeben? Ich hab da nix gefunden.<br />
<br />
Jetzt macht er auf jedenfall, was er soll. Der Druck wird gerade getestet. Wenn dieser jetzt richtig rum ist, bin ich ja zufrieden :)-D]]></description>
            <dc:creator>Wollez</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 19 Jul 2014 11:46:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,385153,385221#msg-385221</guid>
            <title>Re: Spiegelverkehrter Druck</title>
            <link>https://reprap.org/forum/read.php?245,385153,385221#msg-385221</link>
            <description><![CDATA[ das hatten wir doch schon am telefon :)<br />
<br />
zuhören und mitdenken :)<br />
<br />
du musst jetzt deinen sensor mit G1 Y30 z.B. reinfahren damit er im Bett liegt<br />
dann geht G28 Z0 auch<br />
<br />
Dein Startcode sieht da so aus<br />
<br />
G28 X0<br />
G28 Y0<br />
G1 Y30<br />
G28 Z0<br />
G29]]></description>
            <dc:creator>Le-Seaw</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 19 Jul 2014 11:15:14 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,385153,385219#msg-385219</guid>
            <title>Re: Spiegelverkehrter Druck</title>
            <link>https://reprap.org/forum/read.php?245,385153,385219#msg-385219</link>
            <description><![CDATA[ Ich hatte das auch nie so richtig verstanden. Irgendwo hatte ich das gelesen, doch den lasse ich mal jetzt auser acht ;)<br />
<br />
Wenn ich das unter "set the rectangle in which to probe" einstelle, was ich auch auch gemacht habe, fährt er nicht auf Z-Home, wenn X und Y auf Home sind. Dann ist ja der Sensor "out of bed".]]></description>
            <dc:creator>Wollez</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 19 Jul 2014 10:59:13 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,385153,385213#msg-385213</guid>
            <title>Re: Spiegelverkehrter Druck</title>
            <link>https://reprap.org/forum/read.php?245,385153,385213#msg-385213</link>
            <description><![CDATA[ Du willst also 2 Z-Min Schalter einbauen? Ob das Sinn macht?<br />
Die Sensor Meßpunkte kannst du doch in der FW unter "set the rectangle in which to probe" einstellen. Dann bist du immer auf dem Druckbett.]]></description>
            <dc:creator>jsturm</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 19 Jul 2014 10:46:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,385153,385210#msg-385210</guid>
            <title>Re: Spiegelverkehrter Druck</title>
            <link>https://reprap.org/forum/read.php?245,385153,385210#msg-385210</link>
            <description><![CDATA[ Hallo,<br />
<br />
ich habe einen Sensor. Der hängt an Z-Min und ich habe eine "Min" Endschalter, der hängt an Z-Max.<br />
Einen Z-Max habe ich nicht.<br />
<br />
Mein Problem ist wohl (Mal den "Min Endschalter" nicht beachten), dass mein Sensor auserhalb des Bett liegt. Deshalb kann ich auch kein Z-Home machen.<br />
Das müßte man doch irgendwo einstellen können, oder?]]></description>
            <dc:creator>Wollez</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 19 Jul 2014 10:40:13 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,385153,385207#msg-385207</guid>
            <title>Re: Spiegelverkehrter Druck</title>
            <link>https://reprap.org/forum/read.php?245,385153,385207#msg-385207</link>
            <description><![CDATA[ Wenn ich das richtig sehe, ist da ein Näherungsschalter dran. Wie ist der angeschlossen?<br />
Der hängt an Z-Min ( siehe -&gt;<a href="http://reprap.org/mediawiki/images/3/3e/RAMPSendstopConboard.JPG" target="_blank"  rel="nofollow">Detail</a>)<br />
Also nach deinem Schema: <br />
Sensor = Z-Min<br />
Schalter = Z-Max -&gt; Hast du wirklich einen Endstopp, der die Fahrt nach oben begrenzt?]]></description>
            <dc:creator>jsturm</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 19 Jul 2014 10:15:54 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,385153,385193#msg-385193</guid>
            <title>Re: Spiegelverkehrter Druck</title>
            <link>https://reprap.org/forum/read.php?245,385153,385193#msg-385193</link>
            <description><![CDATA[ Sodele, jetzt habe ich den Motor der Y-Achse und den Endstop umgebaut. Die Einstellungen in der FW auf die Standards gesetzt und siehe da, es klappt jetzt.<br />
<br />
Ein Problem habe ich jedoch noch. Die Endstops und der Sensor sind wie auf dem Bild angeschlossen:<br />
<br />
<div id="div_825f240f4ce952c6003fc787865a74cd"
     class="mod_embed_images"
     >

  

    
      
    

    <div id="imagediv_825f240f4ce952c6003fc787865a74cd" class="mod_embed_images_image"
         >

    
      

      

      

      

      

      

      <noscript>
      <div>
    

    <a href="http://www.wii-copter.de/Bilder/Z-Probe_Wiring_3Dprinter_000.jpg">
        <img src="https://reprap.org/forum/addon.php?245,module=embed_images,url=http%3A%2F%2Fwww.wii-copter.de%2FBilder%2FZ-Probe_Wiring_3Dprinter_000.jpg"
             
             
             id="image_825f240f4ce952c6003fc787865a74cd"
             alt="Z-Probe_Wiring_3Dprinter_000.jpg"
             title="Z-Probe_Wiring_3Dprinter_000.jpg"/>
    </a>

    
      </div>
      </noscript>
    

    </div>

    <div class="mod_embed_images_info " id="info_825f240f4ce952c6003fc787865a74cd"
      >
      <a id="link_825f240f4ce952c6003fc787865a74cd" href="http://www.wii-copter.de/Bilder/Z-Probe_Wiring_3Dprinter_000.jpg">Z-Probe_Wiring_3Dprinter_000.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('825f240f4ce952c6003fc787865a74cd', 'https://reprap.org/forum/addon.php?245,module=embed_images,url=http%3A%2F%2Fwww.wii-copter.de%2FBilder%2FZ-Probe_Wiring_3Dprinter_000.jpg', 'http://www.wii-copter.de/Bilder/Z-Probe_Wiring_3Dprinter_000.jpg', 'https://reprap.org/forum/addon.php?245,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.wii-copter.de%2FBilder%2FZ-Probe_Wiring_3Dprinter_000.jpg', '', 385193, 800, 400, 'Lade Bild...', false);
</script>
<br />
<br />
Das heißt der Endschalter (Min) für die Z-Achse auf den Z-Min Anschluß und den Sensor für Probe auf den Z-Max.<br />
Beim Z-Home reagiert er aber auf den Probe Sensor und nicht auf den Z-Endschalter.<br />
<br />
Was habe ich da im Code schon wieder falsch gemacht?<br />
<br />
<pre class="bbcode">
//===========================================================================
//=============================Mechanical Settings===========================
//===========================================================================

// Uncomment the following line to enable CoreXY kinematics
// #define COREXY

// coarse Endstop Settings
#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors

#ifndef ENDSTOPPULLUPS
  // fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined
  #define ENDSTOPPULLUP_XMAX
  #define ENDSTOPPULLUP_YMAX
  #define ENDSTOPPULLUP_ZMAX
  #define ENDSTOPPULLUP_XMIN
  #define ENDSTOPPULLUP_YMIN
  #define ENDSTOPPULLUP_ZMIN
#endif

#ifdef ENDSTOPPULLUPS
  #define ENDSTOPPULLUP_XMAX
  #define ENDSTOPPULLUP_YMAX
  #define ENDSTOPPULLUP_ZMAX
  #define ENDSTOPPULLUP_XMIN
  #define ENDSTOPPULLUP_YMIN
  #define ENDSTOPPULLUP_ZMIN
#endif

// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
const bool X_MIN_ENDSTOP_INVERTING = false; //true; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = false; //true; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool X_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Z_MAX_ENDSTOP_INVERTING = true; //false; // set to true to invert the logic of the endstop.
//#define DISABLE_MAX_ENDSTOPS
//#define DISABLE_MIN_ENDSTOPS

// Disable max endstops for compatibility with endstop checking routine
#if defined(COREXY) &amp;&amp; !defined(DISABLE_MAX_ENDSTOPS)
  #define DISABLE_MAX_ENDSTOPS
#endif

// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
#define X_ENABLE_ON 0
#define Y_ENABLE_ON 0
#define Z_ENABLE_ON 0
#define E_ENABLE_ON 0 // For all extruders

// Disables axis when it's not being used.
#define DISABLE_X false
#define DISABLE_Y false
#define DISABLE_Z false
#define DISABLE_E false // For all extruders
#define DISABLE_INACTIVE_EXTRUDER true //disable only inactive extruders and keep active extruder enabled

#define INVERT_X_DIR false    // for Mendel set to false, for Orca set to true
#define INVERT_Y_DIR true    // for Mendel set to true, for Orca set to false
#define INVERT_Z_DIR false     // for Mendel set to false, for Orca set to true
#define INVERT_E0_DIR false   // for direct drive extruder v9 set to true, for geared extruder set to false
#define INVERT_E1_DIR false    // for direct drive extruder v9 set to true, for geared extruder set to false
#define INVERT_E2_DIR false   // for direct drive extruder v9 set to true, for geared extruder set to false

// ENDSTOP SETTINGS:
// Sets direction of endstops when homing; 1=MAX, -1=MIN
#define X_HOME_DIR -1
#define Y_HOME_DIR -1
#define Z_HOME_DIR -1

#define min_software_endstops true // If true, axis won't move to coordinates less than HOME_POS.
#define max_software_endstops true  // If true, axis won't move to coordinates greater than the defined lengths below.

// Travel limits after homing
#define X_MAX_POS 200 //205
#define X_MIN_POS 0
#define Y_MAX_POS 300 //205
#define Y_MIN_POS 0
#define Z_MAX_POS 162 //200
#define Z_MIN_POS 0

#define X_MAX_LENGTH (X_MAX_POS - X_MIN_POS)
#define Y_MAX_LENGTH (Y_MAX_POS - Y_MIN_POS)
#define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS)
//============================= Bed Auto Leveling ===========================

#define ENABLE_AUTO_BED_LEVELING // Delete the comment to enable (remove // at the start of the line)

#ifdef ENABLE_AUTO_BED_LEVELING

// There are 2 different ways to pick the X and Y locations to probe:

//  - "grid" mode
//    Probe every point in a rectangular grid
//    You must specify the rectangle, and the density of sample points
//    This mode is preferred because there are more measurements.
//    It used to be called ACCURATE_BED_LEVELING but "grid" is more descriptive

//  - "3-point" mode
//    Probe 3 arbitrary points on the bed (that aren't colinear)
//    You must specify the X &amp; Y coordinates of all 3 points

  #define AUTO_BED_LEVELING_GRID
  // with AUTO_BED_LEVELING_GRID, the bed is sampled in a
  // AUTO_BED_LEVELING_GRID_POINTSxAUTO_BED_LEVELING_GRID_POINTS grid
  // and least squares solution is calculated
  // Note: this feature occupies 10'206 byte
  #ifdef AUTO_BED_LEVELING_GRID

    // set the rectangle in which to probe
    #define LEFT_PROBE_BED_POSITION 5
    #define RIGHT_PROBE_BED_POSITION 200
    #define BACK_PROBE_BED_POSITION 190
    #define FRONT_PROBE_BED_POSITION 29

     // set the number of grid points per dimension
     // I wouldn't see a reason to go above 3 (=9 probing points on the bed)
    #define AUTO_BED_LEVELING_GRID_POINTS 3


  #else  // not AUTO_BED_LEVELING_GRID
    // with no grid, just probe 3 arbitrary points.  A simple cross-product
    // is used to esimate the plane of the print bed

      #define ABL_PROBE_PT_1_X 10
      #define ABL_PROBE_PT_1_Y 5
      #define ABL_PROBE_PT_2_X 190
      #define ABL_PROBE_PT_2_Y 10
      #define ABL_PROBE_PT_3_X 100
      #define ABL_PROBE_PT_3_Y 160

  #endif // AUTO_BED_LEVELING_GRID


  // these are the offsets to the probe relative to the extruder tip (Hotend - Probe)
  #define X_PROBE_OFFSET_FROM_EXTRUDER 0
  #define Y_PROBE_OFFSET_FROM_EXTRUDER -30
  #define Z_PROBE_OFFSET_FROM_EXTRUDER -0.65

  #define Z_RAISE_BEFORE_HOMING 5       // (in mm) Raise Z before homing (G28) for Probe Clearance.
                                        // Be sure you have this distance over your Z_MAX_POS in case

  #define XY_TRAVEL_SPEED 3000         // X and Y axis travel speed between probes, in mm/min

  #define Z_RAISE_BEFORE_PROBING 5    //How much the extruder will be raised before traveling to the first probing point.
  #define Z_RAISE_BETWEEN_PROBINGS 5  //How much the extruder will be raised when traveling from between next probing points


  //If defined, the Probe servo will be turned on only during movement and then turned off to avoid jerk
  //The value is the delay to turn the servo off after powered on - depends on the servo speed; 300ms is good value, but you can try lower it.
  // You MUST HAVE the SERVO_ENDSTOPS defined to use here a value higher than zero otherwise your code will not compile.

//  #define PROBE_SERVO_DEACTIVATION_DELAY 300


//If you have enabled the Bed Auto Leveling and are using the same Z Probe for Z Homing,
//it is highly recommended you let this Z_SAFE_HOMING enabled!!!

  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with probe outside the bed area.
                          // When defined, it will:
                          // - Allow Z homing only after X and Y homing AND stepper drivers still enabled
                          // - If stepper drivers timeout, it will need X and Y homing again before Z homing
                          // - Position the probe in a defined XY point before Z Homing when homing all axis (G28)
                          // - Block Z homing only when the probe is outside bed area.

  #ifdef Z_SAFE_HOMING

    #define Z_SAFE_HOMING_X_POINT (X_MAX_LENGTH/2)    // X point for Z homing when homing all axis (G28)
    #define Z_SAFE_HOMING_Y_POINT (Y_MAX_LENGTH/2)    // Y point for Z homing when homing all axis (G28)

  #endif

#endif // ENABLE_AUTO_BED_LEVELING
</pre><br/>]]></description>
            <dc:creator>Wollez</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 19 Jul 2014 09:34:54 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,385153,385163#msg-385163</guid>
            <title>Re: Spiegelverkehrter Druck</title>
            <link>https://reprap.org/forum/read.php?245,385153,385163#msg-385163</link>
            <description><![CDATA[ Der Y-Motor ist andersherum eingebaut, als bei "Standard" I3. Daher wird der Y-Motor sich anders verhalten, als geplant]]></description>
            <dc:creator>jsturm</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 19 Jul 2014 07:01:38 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,385153,385161#msg-385161</guid>
            <title>Re: Spiegelverkehrter Druck</title>
            <link>https://reprap.org/forum/read.php?245,385153,385161#msg-385161</link>
            <description><![CDATA[ Das mit dem Endstop wird in der FW doch hier eingestellt:<br />
<br />
<pre class="bbcode">
// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
const bool X_MIN_ENDSTOP_INVERTING = false; //true; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = false; //true; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool X_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.</pre>
<br />
und die Motorrichtung doch hier:<br />
<pre class="bbcode">
#define INVERT_X_DIR true    // for Mendel set to false, for Orca set to true
#define INVERT_Y_DIR false    // for Mendel set to true, for Orca set to false
#define INVERT_Z_DIR true     // for Mendel set to false, for Orca set to true
#define INVERT_E0_DIR true //false   // for direct drive extruder v9 set to true, for geared extruder set to false
#define INVERT_E1_DIR false    // for direct drive extruder v9 set to true, for geared extruder set to false
#define INVERT_E2_DIR false   // for direct drive extruder v9 set to true, for geared extruder set to false</pre>
<br />
oder?]]></description>
            <dc:creator>Wollez</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 19 Jul 2014 06:52:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,385153,385159#msg-385159</guid>
            <title>Re: Spiegelverkehrter Druck</title>
            <link>https://reprap.org/forum/read.php?245,385153,385159#msg-385159</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>jsturm</strong><br />
[<a href="http://forums.reprap.org/read.php?249,283306,283306#msg-283306" target="_blank"  rel="nofollow">forums.reprap.org</a>]<br />
[<a href="http://forums.reprap.org/read.php?245,300954,300961#msg-300961" target="_blank"  rel="nofollow">forums.reprap.org</a>]<br />
[<a href="http://forums.reprap.org/read.php?245,352503,366149#msg-366149" target="_blank"  rel="nofollow">forums.reprap.org</a>]</div></blockquote>
<br />
Diese Beiträge habe ich vorher schon gelesen. <br />
<br />
Zum ersten Beitrag:<br />
Wenn ich die Motoranschlüsse drehe, läuft er wirklich in die andere Richtung, doch das mit den Endstop klappt dann nicht.<br />
<br />
Zum zweiten Beitrag:<br />
Auch dies habe ich versucht, doch dann hat dass mit den Endstopp gar nicht mehr geklapp. <br />
<br />
Zum dritten Betrag:<br />
Tolle Hilfe :(<br />
<br />
Wenn ich Repetier Host offen habe und auf X0 und Y0 fahre, sollte doch das Bett so positoniert sein, dass der Extruder links vorne (von mir aus gesehen) ist, oder?<br />
Um so mehr ich daran rummache, um so mehr blick ich nicht mehr durch. Sorry, bin kein Mechaniker :S]]></description>
            <dc:creator>Wollez</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 19 Jul 2014 06:46:20 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,385153,385154#msg-385154</guid>
            <title>Re: Spiegelverkehrter Druck</title>
            <link>https://reprap.org/forum/read.php?245,385153,385154#msg-385154</link>
            <description><![CDATA[ [<a href="http://forums.reprap.org/read.php?249,283306,283306#msg-283306" target="_blank"  rel="nofollow">forums.reprap.org</a>]<br />
[<a href="http://forums.reprap.org/read.php?245,300954,300961#msg-300961" target="_blank"  rel="nofollow">forums.reprap.org</a>]<br />
[<a href="http://forums.reprap.org/read.php?245,352503,366149#msg-366149" target="_blank"  rel="nofollow">forums.reprap.org</a>]]]></description>
            <dc:creator>jsturm</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 19 Jul 2014 06:26:26 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?245,385153,385153#msg-385153</guid>
            <title>Spiegelverkehrter Druck</title>
            <link>https://reprap.org/forum/read.php?245,385153,385153#msg-385153</link>
            <description><![CDATA[ Hallo zusammen,<br />
<br />
bevor man mich jetzt zerpflückt, ich soll doch die Suche verwenden, dass habe ich gemacht! Dadurch wurde ich gerade noch mehr verwirrt.<br />
<br />
Mein Prusa druckt auf der X-Achse spielgelverkehrt. Um so mehr ich an der Firmware (Marin) versuche das anzupassen, um so mehr klappt es nicht mehr.<br />
<br />
Den "Y" Motor und "Min" Endschalter habe ich vorne und den X Motor und "Min" Endschalter habe ich links montiert. <br />
<br />
<div id="div_c958dacb9b50f3cb5466e8a3e134dc5f"
     class="mod_embed_images"
     >

  

    
      
    

    <div id="imagediv_c958dacb9b50f3cb5466e8a3e134dc5f" class="mod_embed_images_image"
         >

    
      

      

      

      

      

      

      <noscript>
      <div>
    

    <a href="http://www.wii-copter.de/Bilder/Grafik1.jpg">
        <img src="https://reprap.org/forum/addon.php?245,module=embed_images,url=http%3A%2F%2Fwww.wii-copter.de%2FBilder%2FGrafik1.jpg"
             
             
             id="image_c958dacb9b50f3cb5466e8a3e134dc5f"
             alt="Grafik1.jpg"
             title="Grafik1.jpg"/>
    </a>

    
      </div>
      </noscript>
    

    </div>

    <div class="mod_embed_images_info " id="info_c958dacb9b50f3cb5466e8a3e134dc5f"
      >
      <a id="link_c958dacb9b50f3cb5466e8a3e134dc5f" href="http://www.wii-copter.de/Bilder/Grafik1.jpg">Grafik1.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('c958dacb9b50f3cb5466e8a3e134dc5f', 'https://reprap.org/forum/addon.php?245,module=embed_images,url=http%3A%2F%2Fwww.wii-copter.de%2FBilder%2FGrafik1.jpg', 'http://www.wii-copter.de/Bilder/Grafik1.jpg', 'https://reprap.org/forum/addon.php?245,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.wii-copter.de%2FBilder%2FGrafik1.jpg', '', 385153, 800, 400, 'Lade Bild...', false);
</script>
<br />
(Nicht auf den Kabelsalat achten! Wird noch alles sauber verlegt B) )<br />
<br />
<pre class="bbcode">
//===========================================================================
//=============================Mechanical Settings===========================
//===========================================================================

// Uncomment the following line to enable CoreXY kinematics
// #define COREXY

// coarse Endstop Settings
#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors

#ifndef ENDSTOPPULLUPS
  // fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined
  #define ENDSTOPPULLUP_XMAX
  #define ENDSTOPPULLUP_YMAX
  #define ENDSTOPPULLUP_ZMAX
  #define ENDSTOPPULLUP_XMIN
  #define ENDSTOPPULLUP_YMIN
  #define ENDSTOPPULLUP_ZMIN
#endif

#ifdef ENDSTOPPULLUPS
  #define ENDSTOPPULLUP_XMAX
  #define ENDSTOPPULLUP_YMAX
  #define ENDSTOPPULLUP_ZMAX
  #define ENDSTOPPULLUP_XMIN
  #define ENDSTOPPULLUP_YMIN
  #define ENDSTOPPULLUP_ZMIN
#endif

// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
const bool X_MIN_ENDSTOP_INVERTING = false; //true; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = false; //true; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool X_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
//#define DISABLE_MAX_ENDSTOPS
//#define DISABLE_MIN_ENDSTOPS

// Disable max endstops for compatibility with endstop checking routine
#if defined(COREXY) &amp;&amp; !defined(DISABLE_MAX_ENDSTOPS)
  #define DISABLE_MAX_ENDSTOPS
#endif

// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
#define X_ENABLE_ON 0
#define Y_ENABLE_ON 0
#define Z_ENABLE_ON 0
#define E_ENABLE_ON 0 // For all extruders

// Disables axis when it's not being used.
#define DISABLE_X false
#define DISABLE_Y false
#define DISABLE_Z false
#define DISABLE_E false // For all extruders
#define DISABLE_INACTIVE_EXTRUDER true //disable only inactive extruders and keep active extruder enabled

#define INVERT_X_DIR true    // for Mendel set to false, for Orca set to true
#define INVERT_Y_DIR true //false    // for Mendel set to true, for Orca set to false
#define INVERT_Z_DIR true     // for Mendel set to false, for Orca set to true
#define INVERT_E0_DIR true //false   // for direct drive extruder v9 set to true, for geared extruder set to false
#define INVERT_E1_DIR false    // for direct drive extruder v9 set to true, for geared extruder set to false
#define INVERT_E2_DIR false   // for direct drive extruder v9 set to true, for geared extruder set to false

// ENDSTOP SETTINGS:
// Sets direction of endstops when homing; 1=MAX, -1=MIN
#define X_HOME_DIR -1
#define Y_HOME_DIR -1
#define Z_HOME_DIR -1

#define min_software_endstops false //true // If true, axis won't move to coordinates less than HOME_POS.
#define max_software_endstops true  // If true, axis won't move to coordinates greater than the defined lengths below.

// Travel limits after homing
#define X_MAX_POS 200 //205
#define X_MIN_POS 0
#define Y_MAX_POS 300 //205
#define Y_MIN_POS 0
#define Z_MAX_POS 162 //200
#define Z_MIN_POS 0

#define X_MAX_LENGTH (X_MAX_POS - X_MIN_POS)
#define Y_MAX_LENGTH (Y_MAX_POS - Y_MIN_POS)
#define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS)</pre>
<br />
Kann mir bitte jemand sagen was ich umstellen muß?<br/>]]></description>
            <dc:creator>Wollez</dc:creator>
            <category>Allgemeines</category>
            <pubDate>Sat, 19 Jul 2014 06:21:21 -0400</pubDate>
        </item>
    </channel>
</rss>
