Skip to content

Commit

Permalink
fixed log
Browse files Browse the repository at this point in the history
  • Loading branch information
Frix-x committed Feb 24, 2025
1 parent e93058f commit 4b38b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaketune/commands/excitate_axis_at_freq.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def excitate_axis_at_freq(gcmd, config, st_process: ShakeTuneProcess) -> None:
st_process.get_st_config().chunk_size, printer.get_reactor(), filename
)

ConsoleOutput.print(f'Excitating {axis.upper()} axis at {freq}Hz for {duration} seconds')
ConsoleOutput.print(f'Excitating {axis.upper()} axis at {freq:.1f}Hz for {duration} seconds')

printer = config.get_printer()
gcode = printer.lookup_object('gcode')
Expand Down

0 comments on commit 4b38b19

Please sign in to comment.