Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bdring committed Nov 15, 2024
1 parent 7280f1f commit e7fd17b
Showing 1 changed file with 17 additions and 29 deletions.
46 changes: 17 additions & 29 deletions fixture_tests/fixtures/current_tool_test.nc
Original file line number Diff line number Diff line change
Expand Up @@ -4,64 +4,52 @@
-> $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]
-> (print, Cur tool=%d#<_current_tool>, Sel tool=%d#<_selected_tool>)
<- [MSG:INFO: PRINT, Cur tool=-1 Sel 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]
-> (print, Cur tool=%d#<_current_tool>, Sel tool=%d#<_selected_tool>)
<- [MSG:INFO: PRINT, Cur tool=-1 Sel 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]
-> (print, Cur tool=%d#<_current_tool>, Sel tool=%d#<_selected_tool>)
<- [MSG:INFO: PRINT, Cur tool=1 Sel 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]
-> (print, Cur tool=%d#<_current_tool>, Sel tool=%d#<_selected_tool>)
<- [MSG:INFO: PRINT, Cur tool=2 Sel tool=2]
<- ok
-> (print, Selected tool=%d#<_selected_tool>)
<- [MSG:INFO: PRINT, Selected tool=2]
-> (print, Cur tool=%d#<_current_tool>)
<- [MSG:INFO: PRINT, Cur tool=2]
<- ok
-> (print, Sel tool=%d#<_selected_tool>)
<- [MSG:INFO: PRINT, Sel 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]
-> (print, Cur tool=%d#<_current_tool>, Sel tool=%d#<_selected_tool>)
<- [MSG:INFO: PRINT, Cur tool=3 Sel 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]
-> (print, Cur tool=%d#<_current_tool>, Sel tool=%d#<_selected_tool>)
<- [MSG:INFO: PRINT, Cur tool=0 Sel tool=0]
<- ok

0 comments on commit e7fd17b

Please sign in to comment.