Skip to content

Commit

Permalink
Swapped Huanyang frequency registers
Browse files Browse the repository at this point in the history
  • Loading branch information
bdring committed Aug 17, 2023
1 parent 26066b8 commit 97ce3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FluidNC/src/Spindles/HuanyangSpindle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ namespace Spindles {
auto huanyang = static_cast<Huanyang*>(vfd);
huanyang->_minFrequency = value;

log_info(huanyang->name() << " PD005,PD011 Freq range (" << (huanyang->_minFrequency / 100) << ","
log_info(huanyang->name() << " PD0011, PD005 Freq range (" << (huanyang->_minFrequency / 100) << ","
<< (huanyang->_maxFrequency / 100) << ") Hz"
<< " (" << (huanyang->_minFrequency / 100 * 60) << "," << (huanyang->_maxFrequency / 100 * 60)
<< ") RPM");
Expand Down

0 comments on commit 97ce3e0

Please sign in to comment.