Skip to content

Commit

Permalink
Updated .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
dc42 committed Oct 19, 2016
1 parent 62948df commit 1a7ba2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion SD-image/sys-Prusai3/homeall.g
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a7ba2c

Please sign in to comment.