FW0.92 to FW 1.0.4
Hello everyone.
I changed the design of the printer and had to go from fw version 0.92 to 1.0.4. It was a double Z axis and two Z limit switches that are not in the older version. (at least I didn't find them)
Now I'm working on version 1.0.4 but I have a problem.
I have shifted the zero point X.
The printer doesn't want to go to negative values..I need it to go to
X-30
This is necessary because (in version 0.92) before printing the machine goes to G28, then X -30, Z-1 where the extruder extrudes 10 mm of filament and the nozzle is wiped. followed by the print itself.
Does anyone have an idea how to force fw to enable X -30. ?
Comments
G1 P0 to disable it for the real print.
Regarding display switching check UI_DISABLE_AUTO_PAGESWITCH it can disable automatic rotating if that is what you meant.