Close



Results 1 to 10 of 25

Hybrid View

  1. #1
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    If you enable custom M codes:

    #define CUSTOM_M_CODES
    #ifdef CUSTOM_M_CODES
    #define CUSTOM_M_CODE_SET_Z_PROBE_OFFSET 851
    #define Z_PROBE_OFFSET_RANGE_MIN -5
    #define Z_PROBE_OFFSET_RANGE_MAX -2
    #endif

    You can pause the printer and change the Z_OFFSET. But instead of doing that, I suggest you try disconnecting PronterFace from the printer (between prints) and resetting the Arduino board. Then reconnect PronterFace and start over. Some how... Doing that avoids the air prints.

    The good news is the air printing bug has a lot of a attention and I do think it is going to get resolved very soon. My best advice is to hold on and wait for the fix instead of trying desperate things.

  2. #2
    Banned
    Join Date
    Jan 2015
    Posts
    306
    Quote Originally Posted by Roxy View Post
    If you enable custom M codes:

    #define CUSTOM_M_CODES
    #ifdef CUSTOM_M_CODES
    #define CUSTOM_M_CODE_SET_Z_PROBE_OFFSET 851
    #define Z_PROBE_OFFSET_RANGE_MIN -5
    #define Z_PROBE_OFFSET_RANGE_MAX -2
    #endif

    You can pause the printer and change the Z_OFFSET. But instead of doing that, I suggest you try disconnecting PronterFace from the printer (between prints) and resetting the Arduino board. Then reconnect PronterFace and start over. Some how... Doing that avoids the air prints.

    The good news is the air printing bug has a lot of a attention and I do think it is going to get resolved very soon. My best advice is to hold on and wait for the fix instead of trying desperate things.
    Thank you! You are the best dude (gal?).

    I will try M851

Posting Permissions

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