Close



Results 1 to 10 of 156

Hybrid View

  1. #1
    Technologist ex-egll's Avatar
    Join Date
    Jan 2015
    Location
    Ottawa, Canada
    Posts
    130
    Back at home, and I just commented out deactivate_servo_delay and recompiled. The M280 command is now working as advertised

    Thoughts?

  2. #2
    Student
    Join Date
    Feb 2015
    Location
    Miami
    Posts
    12
    Quote Originally Posted by ex-egll View Post
    Back at home, and I just commented out deactivate_servo_delay and recompiled. The M280 command is now working as advertised

    Thoughts?
    I came here just to tell you I have no idea why the m280 command doesnt work once the deactivate_servo is enabled. I searched for it and found nothing but I didnt really look too hard since I just use the m280 command to get my servo positions and go back in and enable the deacivate_servo_delay. This occurred with both makerfarm's marlin firmware and dacb's.

  3. #3
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by ex-egll View Post
    Back at home, and I just commented out deactivate_servo_delay and recompiled. The M280 command is now working as advertised

    Thoughts?
    Can you please tell me EXACTLY what you did to deactivate the servo delay? Did you set:

    #define PROBE_SERVO_DEACTIVATION_DELAY 0

    ????

  4. #4
    Technologist ex-egll's Avatar
    Join Date
    Jan 2015
    Location
    Ottawa, Canada
    Posts
    130
    Quote Originally Posted by Roxy View Post
    Can you please tell me EXACTLY what you did to deactivate the servo delay? Did you set:

    #define PROBE_SERVO_DEACTIVATION_DELAY 0

    ????
    Hi Roxy,

    In config.h around line #321 in my file I disabled the servo delay by adding // at the start of the line i.e.:

    #define PROBE_SERVO_DEACTIVATION_DELAY 300 M280 command does nothing

    //#define PROBE_SERVO_DEACTIVATION_DELAY 300 M280 command works as expected.

  5. #5
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by ex-egll View Post
    In config.h around line #321 ...

    #define PROBE_SERVO_DEACTIVATION_DELAY 300 M280 command does nothing
    OK, sorry to be dense... I'm pretty sure you are not saying this. But the 'M280 command...' was not part of the #define. Right?

    Assuming this is true... Something very strange is going on...

  6. #6
    Technologist ex-egll's Avatar
    Join Date
    Jan 2015
    Location
    Ottawa, Canada
    Posts
    130
    OK, sorry to be dense... I'm pretty sure you are not saying this. But the 'M280 command...' was not part of the #define. Right?

    Assuming this is true... Something very strange is going on...
    Correct, when the entry in config.h is:

    #define PROBE_SERVO_DEACTIVATION_DELAY 300

    then the
    M280 command does nothing

    when the entry in config.h is:

    //#define PROBE_SERVO_DEACTIVATION_DELAY 300

    then the
    M280 command works as expected.

    Sorry for the poor wording.


  7. #7
    Technologist ex-egll's Avatar
    Join Date
    Jan 2015
    Location
    Ottawa, Canada
    Posts
    130

    Could this be why?

    The firmware I am using is the one pointed i3v 12" build notes:

    Marlin_RUMBA_i3v_GLCDPercent at https://drive.google.com/file/d/0B80...BCdkdUaDg/view

    Reading through numerous threads it appears that Marlin_Marlin_v1 at https://github.com/beckdac/Marlin
    is more up to date and is the better way to go. If that is the case I'll start playing around with that version and see what happens.

  8. #8
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by ex-egll View Post
    Reading through numerous threads it appears that Marlin_Marlin_v1 at https://github.com/beckdac/Marlin
    is more up to date and is the better way to go. If that is the case I'll start playing around with that version and see what happens.
    Yes, the BeckDac version is a good choice. And... If there is still a problem with M280 it will be much easier to figure it out. Let us know what happens!

Posting Permissions

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