Close



Results 1 to 10 of 21

Hybrid View

  1. #1
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by Bluexorcist View Post
    hey im trying the same thing on my printer, i managed to get it working with the marlin firmware provided in the post but i want to use the newest version of marlin do you guys know which section i need to change in the marlin_main.cpp? because the part that is supposed to be modified is not there

    this is what is supposed to be modified:

    static void engage_z_probe(int d = 100) { //lower z probe
    digitalWrite(Z_PROBE_PIN, HIGH);
    delay(d);
    }
    Check out the Debug System and the Debug Flags. And specifically, the M111 command. You may have what you need by turning on that option in the newer releases.

  2. #2
    Quote Originally Posted by Roxy View Post
    Check out the Debug System and the Debug Flags. And specifically, the M111 command. You may have what you need by turning on that option in the newer releases.
    where do i go to check it out?

Posting Permissions

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