Last change
on this file since df92c80 was 86bb187, checked in by Norbert Wigbels <njw@…>, 10 years ago |
Schrittverlusttests fuer alle Achsen
|
-
Property mode
set to
100644
|
File size:
635 bytes
|
Rev | Line | |
---|
[86bb187] | 1 |
|
---|
| 2 |
|
---|
| 3 | ( test program to see if Z axis loses position )
|
---|
| 4 | ( msg, test 1 of Z axis configuration )
|
---|
| 5 | G20 #1000=100 ( loop 100 times )
|
---|
| 6 | ( this loop has delays after moves )
|
---|
| 7 | ( tests acc and velocity settings )
|
---|
| 8 | o100 while [#1000]
|
---|
| 9 | G0 Z1.000
|
---|
| 10 | G4 P0.250
|
---|
| 11 | G0 Z0.500
|
---|
| 12 | G4 P0.250
|
---|
| 13 | #1000 = [#1000 - 1]
|
---|
| 14 | o100 endwhile
|
---|
| 15 | ( msg, test 2 of Z axis configuration S to continue)
|
---|
| 16 | M1 (stop here)
|
---|
| 17 | #1000=100 ( loop 100 times )
|
---|
| 18 | ( the next loop has no delays after moves )
|
---|
| 19 | ( tests direction hold times on driver config and also max accel setting )
|
---|
| 20 | o101 while [#1000]
|
---|
| 21 | G0 Z1.000
|
---|
| 22 | G0 Z0.500
|
---|
| 23 | #1000 = [#1000 - 1]
|
---|
| 24 | o101 endwhile
|
---|
| 25 | ( msg, Done...Z should be exactly .5" above table )
|
---|
| 26 | M2
|
---|
| 27 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.