Skip to content

Commit

Permalink
Added some test gcode to fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
bdring committed Nov 15, 2024
1 parent 61987c7 commit aca92af
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions fixture_tests/fixtures/current_tool_test.nc
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
(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>)

0 comments on commit aca92af

Please sign in to comment.