Skip to content

Commit

Permalink
add comment about gear ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbourSmith committed May 27, 2017
1 parent d0def52 commit 11c0696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cnc_ctrl_v1/CNC_Functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ bool zAxisAttached = false;

#define DISTPERROT 10*6.35//#teeth*pitch of chain
#define ZDISTPERROT 3.17//1/8inch in mm
#define ENCODERSTEPS 8148.0
#define ENCODERSTEPS 8148.0 //7*291*4 --- 7ppr, 291:1 gear ratio, quadrature encoding
#define ZENCODERSTEPS 7560.0 //7*270*4 --- 7ppr, 270:1 gear ratio, quadrature encoding

#define AUX1 17
Expand Down

0 comments on commit 11c0696

Please sign in to comment.