Auto Bed Compensation Javascript Error
-
Thank you very much for the Wireshark dump, it makes things easier to diagnose.
I tried out the same bed probing macro that you used and it worked without problems for me too, but once I copied the response from rr_reply and reran the corresponding parsing code I was able to figure out why it fails for you. Apparently DWC receives a multi-line string after the G32 call that it cannot deal with, so I need to work-around this.
I'll come up with a fix soon. In the meantime I suggest you remove the G29 S1 call from your bed.g - in fact I don't quite understand why you use it at all. You can only use bed compensation -or- mesh compensation, but not both at the same time AFAIK.
-
@chrishamm cool thanks for looking at it.
G29 S1 is in the bed.g file as the RepRap Configuration Tool put it there