diff --git a/.gitattributes b/.gitattributes index 211861492d..1c96847823 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # Auto detect text files and perform LF normalization * text=auto -*.inf binary +*.inf binary -text # Custom for Visual Studio *.cs diff=csharp diff --git a/SD-image/sys-Prusai3/homeall.g b/SD-image/sys-Prusai3/homeall.g index e7a845ffcd..62c94d0212 100644 --- a/SD-image/sys-Prusai3/homeall.g +++ b/SD-image/sys-Prusai3/homeall.g @@ -8,7 +8,7 @@ G1 X4 Y4 F600 ; move 4mm away from the homing switches G1 X-10 Y-10 S1 ; fine home X and Y G90 -G1 X100 Y100 F2000 ; move tol bed centre for probing +G1 X100 Y100 F2000 ; move to bed centre for probing G30 ; This file leaves the head at the zprobe trigger height so that you can slip a piece of paper under it and then do G0 Z0 to check the height. ; If you prefer to send the printer to X0Y0Z0, un-comment the following lines