Updated .gitattributes

This commit is contained in:
David Crocker 2016-10-19 09:22:35 +01:00
parent 62948df9b5
commit 1a7ba2c805
2 changed files with 2 additions and 2 deletions

2
.gitattributes vendored
View file

@ -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

View file

@ -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