Repetier wroteYes,
Recv:11:55:23.232: SelectTool:0
Recv:11:55:23.232: Warning:Move to illegal position prevented! Position should not be trusted any more!
is a problem. Selecting tool 0 causes a illegal position which invalides homing.
Is this with a version from today since I fixed some position handling stuff yesterday. If it is I need to do some tests. After homing all tools must be selectable or homing would have failed.
What are your tool offsets and homing directions?
Strange beahaviour:
I downloaded a few moments ago the latest version from github.
First try:
- There is no warning after homing, in the display the position does not change every second to ????.??
- G30 P1 works now as expected: It moves by the offset and makes a probe at the position of the nozzle. At the end it moves up, but does not undo the offset-movement.
- G30 P3 does the probing and then brings the nozzle to the original position.
--> Combination of G30 p1 and G30 P3 makes sense.
- G32 S2 was succesfull, with correct positions and so on. Anyway it started its procedure with a homing, even though my printer was homed.
Second try:
- Warning after homing
- Printer goes to wrong positions when trying to G32 S2. Need to stop machine due to risk of damage.
--> It looks like it moves the nozzle to the first position, than
Third try: disconnect all electronics, wat some seconds, try again:
- result like in second try.
Fourth try:
- re-upload firmware (but not changing EEPROM)
- result like second try
Logfile:
Send:21:48:50.953: N15 M117 192.168.137.1:3344
Send:21:48:50.953: N16 M155 S1
Send:21:48:50.953: N17 M415
Recv:21:48:50.953: RESCUE_STATE: OFF
Send:21:49:05.902: @getip
Send:21:49:05.916: N18 M117 192.168.137.1:3344
Send:21:49:21.382: N19 G28
Recv:21:49:21.382: Info:Autoleveling disabled
Recv:21:49:21.382: X:0.00 Y:0.00 Z:0.000 E:0.0000
Recv:21:49:29.269: Info:Autoleveling enabled
Recv:21:49:29.269: X:-64.91 Y:400.18 Z:158.832 E:0.0000
Recv:21:49:29.347: SelectTool:0
Recv:21:49:29.347: Warning:Move to illegal position prevented! Position should not be trusted any more!
Recv:21:49:29.347: X:-65.00 Y:400.10 Z:160.458 E:0.0000
Send:21:49:38.853: N20 G32 S2
Recv:21:49:38.853: X:-65.09 Y:400.02 Z:160.625 E:0.0000
Recv:21:49:38.853: Info:Autoleveling disabled
Recv:21:49:38.853: X:-65.09 Y:400.02 Z:160.625 E:0.0000
Recv:21:49:42.534: Info:Autoleveling disabled
Recv:21:49:42.534: X:-65.00 Y:400.10 Z:159.000 E:0.0000
Recv:21:49:42.624: SelectTool:0
Recv:21:49:42.625: Warning:Move to illegal position prevented! Position should not be trusted any more!
Recv:21:49:42.625: X:-65.00 Y:400.10 Z:160.458 E:0.0000
Recv:21:49:49.498: Info:Autoleveling disabled
Recv:21:49:49.498: X:15.00 Y:280.00 Z:20.000 E:0.0000
Recv:21:49:56.087: Info:Autoleveling disabled
Recv:21:49:56.087: X:-65.00 Y:400.10 Z:20.000 E:0.0000 (2)
Mesg:21:49:58.992: Connection closed by os.
I am totally confused, sorry.
edit: I am using my old configuration.h , not the cleaned up version from github