Close



Results 1 to 10 of 396

Threaded View

  1. #11
    Technologist dacb's Avatar
    Join Date
    Aug 2014
    Location
    Edmonds, WA
    Posts
    139
    OK, I integrated those changes into our fork: https://github.com/beckdac/Marlin/co...7dc766f4e76575

    Unfortunately, that code set also has a parameter (A) for supplying the number of points to probe and those changes break Roxy's code and conflict with that enhanced G29 parameter (n). So I created an additional patch to reconcile these two: https://github.com/beckdac/Marlin/co...e9d3bcc49fd4de

    I decided to keep the (n) parameter to G29 from Roxy and remove the (A) parameter. So an example G29 command could be:
    Code:
    G29 V4 T n3 L95 F95 R105 B105
    Where the highest level of verbosity is used, the topography is printed, the number of points is 3 in X and Y (3x3) and the print/ABL area is from 95,95 to 105,105.
    Last edited by dacb; 09-25-2014 at 10:59 PM.

Tags for this Thread

Posting Permissions

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