Skip to main content

Changes to Step #19

Edit by Makertech 3D

Edit approved by Makertech 3D

Before
After
Unchanged

Step Lines

[title] Inverting Motor Directions
[* 1] If an axis from the previous step moves in the wrong direction power off your printer and disconnect the touchscreen.
[* 1] In the aruino IDE go to the "configuration.h" tab.
-[* 1] Scroll down to lines 855-858.
- [* 1] #define INVERT_X_DIR true
-[* 1] Change "true" to "false" to switch the motors direction depending on the problem axis (X, Y or Z).
+[* 1] Scroll down to lines 855-858. (Go to File -> Preferences and check "Display line numbers")
+ [* 1] #define INVERT_X_DIR ++true++
+[* 1] Change ''true ''to ''false ''to switch the motors direction depending on the problem axis (X, Y or Z).
[* 1] Re-upload the firmware.
[* 1] Once uploaded, connect back the touch screen and power up the printer from the mains again.
[* 1] Continue from the previous step.