Skip to content

Commit

Permalink
Test fixture now works with the python script
Browse files Browse the repository at this point in the history
  • Loading branch information
bdring committed Nov 15, 2024
1 parent aca92af commit 7280f1f
Showing 1 changed file with 67 additions and 34 deletions.
101 changes: 67 additions & 34 deletions fixture_tests/fixtures/current_tool_test.nc
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

0 comments on commit 7280f1f

Please sign in to comment.