Close



Results 1 to 10 of 84

Hybrid View

  1. #1
    So spinning that knob from 4000 to 8000 is a waste oof time. I assume this value is in one of the .h files? So I should just edit it there, recompile with the arduino software, and upload to marlin?

    Thanks for the help everyone!

  2. #2
    Engineer-in-Training
    Join Date
    Jul 2014
    Posts
    305
    Quote Originally Posted by augerpro View Post
    So spinning that knob from 4000 to 8000 is a waste oof time. I assume this value is in one of the .h files? So I should just edit it there, recompile with the arduino software, and upload to marlin?

    Thanks for the help everyone!
    You got it. The other options is to switch to the A4982 driver. I attempted to use the DRV8825 driver and got weird artifacts.

    This is what you need to change:

    #define DEFAULT_AXIS_STEPS_PER_UNIT { 80.19, 80.19, 400.00, 394.9}

    These are my values, so do not follow them. But change the 3rd option to 8000.

  3. #3
    what file is that in?

  4. #4
    Staff Engineer printbus's Avatar
    Join Date
    May 2014
    Location
    Highlands Ranch, Colorado USA
    Posts
    1,437
    Add printbus on Thingiverse
    Quote Originally Posted by augerpro View Post
    what file is that in?
    configuration.h

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •