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] after homing, fast movements with skipped steps #149

Open
1 task done
Weresk opened this issue Aug 25, 2024 · 2 comments
Open
1 task done

[BUG] after homing, fast movements with skipped steps #149

Weresk opened this issue Aug 25, 2024 · 2 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@Weresk
Copy link

Weresk commented Aug 25, 2024

Did you test the latest release build?

Yes, and the problem still exists.

Bug Description

  1. Flash new firmware Version: 2.1.3f-8-1 (on the previous Version: 2.1.3f-7 all OK)
  2. Start printing something and after homing movements, maybe they are called travel movements, very fast head jerking with skipping steps (as if huge speeds were set)
    Configuration.zip

Printer Model

Voxelab Aquila

Model Type

No response

Your Mainboard

Aquila GD32

Other Mainboard Type

No response

Add-ons that could be involved

No response

ProUI-EX | Extra Features?

Yes

Bed Leveling

MM - Manual Mesh Bed Leveling

Did you include your own configuration files?

  • A ZIP file containing your Configuration.h and Configuration_adv.h.

Additional information & file uploads

No response

@Weresk Weresk added the bug Something isn't working label Aug 25, 2024
@classicrocker883
Copy link
Owner

classicrocker883 commented Aug 29, 2024

does this happen on any particular axis?
I did bump the MANUAL_FEEDRATE for Z from 860 to 1060, but according to your Configs that isn't the case.
I also see you have OLD_ADAPTIVE_MULTISTEPPING disabled, and TMC2208 instead of TMC2208_STANDALONE for E0.

it could be also your Acceleration/Jerk settings. could you try using one of the prebuilt firmwares for your board? seeing you use Creality V4 (I assume, if not what is it?), look for 422 in the .bin - thats the same. or here is one of the Ender-3 V2 builds https://github.com/classicrocker883/MRiscoCProUI/releases/tag/2.1.3f-8-ender3-1

@classicrocker883
Copy link
Owner

classicrocker883 commented Aug 31, 2024

in settings.cpp, look for

  //
  // HAS_MOTOR_CURRENT_PWM
  //
  #if HAS_MOTOR_CURRENT
  
  [...]

      //
      // Motor Current PWM
      //
      #if HAS_MOTOR_CURRENT

or anything that has #if HAS_MOTOR_CURRENT + it's #endif remove those because there is no such HAS_MOTOR_CURRENT that is a mistake.

@classicrocker883 classicrocker883 added the duplicate This issue or pull request already exists label Sep 25, 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 duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants