Close



Results 1 to 10 of 172

Hybrid View

  1. #1
    Technologist
    Join Date
    Oct 2014
    Posts
    114
    Question for you. After g29 the z raises, where did you set this?

  2. #2
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by Fri View Post
    Question for you. After g29 the z raises, where did you set this?
    Probably, you are talking about this code at the very very end of the G29:
    Code:
               do_blocking_move_to(current_position[X_AXIS], current_position[Y_AXIS], current_position[Z_AXIS] + Z_RAISE_BETWEEN_PROBINGS);
    #ifdef Z_PROBE_SLED
                dock_sled(true, -SLED_DOCKING_OFFSET); // correct for over travel.
    #endif // Z_PROBE_SLED
    
                retract_z_probe();
            }
            break;
    #ifndef Z_PROBE_SLED
        case 30: // G30 Single Z Probe

Posting Permissions

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