Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Min Cruise Ratio Setting Interferes With Results #31

Open
mbrady4597 opened this issue Dec 4, 2024 · 0 comments
Open

[BUG] Min Cruise Ratio Setting Interferes With Results #31

mbrady4597 opened this issue Dec 4, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mbrady4597
Copy link

Describe the bug
A clear and concise description of what the bug is.
A minimum cruise ratio setting >0 in the printer config may result in higher accel values from the test because the top speed will be limited for short movements. More testing may be needed to confirm this issue in different circumstances. It should be an easy fix to slightly redesign the test or null the min cruise ratio setting while running.

To Reproduce
Steps to reproduce the behavior:
Run auto speed with min cruise ratio of 0.5 as is default and then with 0.0

Printer (please complete the following information):

  • Printer: Vcore 3 400mm
  • Kinematics: CoreXY

Additional context
Add any other context about the problem here.

My config settings:
[auto_speed]
margin: 20 ; How far away from your axes to perform movements
endstop_samples: 2 ; How many endstop samples to take for endstop variance
accel_min: 20000.0 ; Minimum acceleration test may try
accel_max: 150000.0 ; Maximum acceleration test may try
velocity_min: 200.0 ; Minimum velocity test may try
velocity_max: 2000.0 ; Maximum velocity test may try
derate: 0.9 ; Derate discovered results by this amount
results_dir: /home/pi/printer_data/config/auto_speed_results ; Destination directory for graphs

@mbrady4597 mbrady4597 added the bug Something isn't working label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants