-
-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test fixture now works with the python script
- Loading branch information
Showing
1 changed file
with
67 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,67 @@ | ||
(print, $G) | ||
$G | ||
(print, Current tool=%d#<_current_tool>) | ||
(print, Selected tool=%d#<_selected_tool>) | ||
(print, T1) | ||
T1 | ||
(print, $G) | ||
$G | ||
(print, Current tool=%d#<_current_tool>) | ||
(print, Selected tool=%d#<_selected_tool>) | ||
(print, M6) | ||
M6 | ||
(print, $G) | ||
$G | ||
(print, Current tool=%d#<_current_tool>) | ||
(print, Selected tool=%d#<_selected_tool>) | ||
(print, M6T2) | ||
M6T2 | ||
(print, $G) | ||
$G | ||
(print, Current tool=%d#<_current_tool>) | ||
(print, Selected tool=%d#<_selected_tool>) | ||
(print, M61Q3) | ||
M61Q3 | ||
(print, $G) | ||
$G | ||
(print, Current tool=%d#<_current_tool>) | ||
(print, Selected tool=%d#<_selected_tool>) | ||
(print, M6T0) | ||
M6T0 | ||
(print, $G) | ||
$G | ||
(print, Current tool=%d#<_current_tool>) | ||
(print, Selected tool=%d#<_selected_tool>) | ||
-> $X | ||
<~ [MSG:INFO: Caution: Unlocked] | ||
<- ok | ||
-> $G | ||
<- [GC:G0 G54 G17 G21 G90 G94 M5 M9 T0 F0 S0] | ||
<- ok | ||
-> (print, Current tool=%d#<_current_tool>) | ||
<- [MSG:INFO: PRINT, Current tool=-1] | ||
<- ok | ||
-> (print, Selected tool=%d#<_selected_tool>) | ||
<- [MSG:INFO: PRINT, Selected tool=0] | ||
<- ok | ||
-> T1 | ||
<- ok | ||
-> $G | ||
<- [GC:G0 G54 G17 G21 G90 G94 M5 M9 T1 F0 S0] | ||
<- ok | ||
-> (print, Current tool=%d#<_current_tool>) | ||
<- [MSG:INFO: PRINT, Current tool=-1] | ||
<- ok | ||
-> (print, Selected tool=%d#<_selected_tool>) | ||
<- [MSG:INFO: PRINT, Selected tool=1] | ||
<- ok | ||
-> M6 | ||
<- ok | ||
-> $G | ||
<- [GC:G0 G54 G17 G21 G90 G94 M5 M9 T1 F0 S0] | ||
<- ok | ||
-> (print, Current tool=%d#<_current_tool>) | ||
<- [MSG:INFO: PRINT, Current tool=1] | ||
<- ok | ||
-> (print, Selected tool=%d#<_selected_tool>) | ||
<- [MSG:INFO: PRINT, Selected tool=1] | ||
<- ok | ||
-> M6T2 | ||
<- ok | ||
-> $G | ||
<- [GC:G0 G54 G17 G21 G90 G94 M5 M9 T2 F0 S0] | ||
<- ok | ||
-> (print, Current tool=%d#<_current_tool>) | ||
<- [MSG:INFO: PRINT, Current tool=2] | ||
<- ok | ||
-> (print, Selected tool=%d#<_selected_tool>) | ||
<- [MSG:INFO: PRINT, Selected tool=2] | ||
<- ok | ||
-> M61Q3 | ||
<- ok | ||
-> $G | ||
<- [GC:G0 G54 G17 G21 G90 G94 M5 M9 T3 F0 S0] | ||
<- ok | ||
-> (print, Current tool=%d#<_current_tool>) | ||
<- [MSG:INFO: PRINT, Current tool=3] | ||
<- ok | ||
-> (print, Selected tool=%d#<_selected_tool>) | ||
<- [MSG:INFO: PRINT, Selected tool=3] | ||
<- ok | ||
-> M6T0 | ||
<- ok | ||
-> $G | ||
<- [GC:G0 G54 G17 G21 G90 G94 M5 M9 T0 F0 S0] | ||
<- ok | ||
-> (print, Current tool=%d#<_current_tool>) | ||
<- [MSG:INFO: PRINT, Current tool=0] | ||
<- ok | ||
-> (print, Selected tool=%d#<_selected_tool>) | ||
<- [MSG:INFO: PRINT, Selected tool=0] | ||
<- ok |