[0.80] Wrong position after startup-script
Hi,
this is my startup-gcode:
G28
G1 X150 Y150
G1 Z50 F150
After booting, homing and parking works like expected. But the xyz positions showed in Repetier-Host, Web-Interface and Touchscreen are not correct. All axis are shown at max position (like after homing). After adding command M114, the position seems to be okay (X50, Y50, Z50). But sending a movement command from Repetier Host doesn't work like expected. Example: "Move X 10mm to left" sends the nozzle to X0 instead of X140, "X + 10mm" to X10.
Is there a way to fix this with custom gcode?
this is my startup-gcode:
G28
G1 X150 Y150
G1 Z50 F150
After booting, homing and parking works like expected. But the xyz positions showed in Repetier-Host, Web-Interface and Touchscreen are not correct. All axis are shown at max position (like after homing). After adding command M114, the position seems to be okay (X50, Y50, Z50). But sending a movement command from Repetier Host doesn't work like expected. Example: "Move X 10mm to left" sends the nozzle to X0 instead of X140, "X + 10mm" to X10.
Is there a way to fix this with custom gcode?
Comments
Please watch this video showing the problem:
Not shown in the video: a command for z would lead to X0 or even <X0 (crash)...
My hardware: CoreXY with RADDS+Due (Repetier FW 0.92.9), Raspi3+Touchscreen (Repetier Server 0.80.3) connected to Windows 10 + Repetier Host 2.0.1
Firmware on Due is Repetier Firmware 0.92.9 (I had the same problem with 1.0 dev)
Repetier Server Version is 0.80.3
The printer does what the sliders did in the video: X to 0, Y to 0...
Sometimes moving the Y-slider from 300 (max) to 250 leads to Y50, or to Y250, or to Y0, or (happend this morning) to Y-0.62 (crash) ...
And I can't see any new commands in console after using the sliders. Just a lot of M105 with answers...
Have a due with 1.0 dev for testing will do also later.