Skip to content

Commit

Permalink
new try
Browse files Browse the repository at this point in the history
- last checks did not work maybe due to a bug
  • Loading branch information
philipp1604 committed May 6, 2024
1 parent 9315400 commit bd61e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/g_code_logger_dem.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def run_g_command(g_code_processor_iterator: pi.GCodeProcessor,
g_code_processor.g_code = first_entry
run_g_command(iterator)

# Run demonstration sequence and record g-codes
# Run demonstration sequence and record g-code
g_code_processor.g_code = full_g_code
run_g_command(iterator, g_code_logger)

Expand Down

0 comments on commit bd61e0b

Please sign in to comment.