Browse Source

offsets off by default

Scott Lahteine 9 years ago
parent
commit
935592cf6a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h View File

@@ -75,8 +75,8 @@ Here are some standard links for getting your machine calibrated:
75 75
 // Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
76 76
 // The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
77 77
 // For the other hotends it is their distance from the extruder 0 hotend.
78
-#define EXTRUDER_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis
79
-#define EXTRUDER_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis
78
+//#define EXTRUDER_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis
79
+//#define EXTRUDER_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis
80 80
 
81 81
 //// The following define selects which power supply you have. Please choose the one that matches your setup
82 82
 // 1 = ATX

Loading…
Cancel
Save