You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expression of variable limiting_speed has a mistake at line 301 in G2_3.cpp. The dimension of limiting_speed is mm_per_s, but the dimension of planner.settings.max_acceleration_mm_per_s2[axis_q] is mm_per_s2.
Please check it.
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
The expression of variable limiting_speed has a mistake at line 301 in G2_3.cpp. The dimension of limiting_speed is mm_per_s, but the dimension of planner.settings.max_acceleration_mm_per_s2[axis_q] is mm_per_s2.
Please check it.
Bug Timeline
new bug
Expected behavior
limiting_speed = _MIN(planner.settings.max_feedrate_mm_s[axis_p], planner.settings.max_feedrate_mm_s[axis_q])
Actual behavior
limiting_speed = _MIN(planner.settings.max_feedrate_mm_s[axis_p], planner.settings.max_acceleration_mm_per_s2[axis_q])
Steps to Reproduce
No
Version of Marlin Firmware
2.1.2.1
Printer model
No response
Electronics
No response
Add-ons
No response
Bed Leveling
None
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
No response
The text was updated successfully, but these errors were encountered: