Close



Page 20 of 76 FirstFirst ... 1018192021223070 ... LastLast
Results 191 to 200 of 757
  1. #191
    It now works,

    echo:Home X/Y before Z

    I then homed X and Y then Z worked perfectly.

    Just did a G28 then hit the home Z and it too worked perfectly.

    -----------

    I did notice that the G29 code in the file is missing the enhanced code so I take it we are starting from scratch?
    Last edited by DarkAlchemist; 08-19-2014 at 04:57 PM.

  2. #192
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by DarkAlchemist View Post
    I did notice that the G29 code in the file is missing the enhanced code so I take it we are starting from scratch?
    That was a mistake.... Here is the replacement file... Let's see if it compiles cleanly. If so, it should do the M48 probe test, and have the enhanced G29.
    Attached Files Attached Files
    Last edited by Roxy; 08-19-2014 at 05:17 PM.

  3. #193
    Marlin_main.cpp:1530:30: error: ‘AUTO_BED_LEVELING_GRID_POINTS’ was not declared in this scope
    if (n_points<2 || n_points>AUTO_BED_LEVELING_GRID_POINTS ) {

    In the Configuration.h you have above the AUTO_BED_LEVELING_GRID has been commented out.

    It now compiles fine and is uploaded to the Arduino.
    Last edited by DarkAlchemist; 08-19-2014 at 07:01 PM.

  4. #194
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by DarkAlchemist View Post
    Marlin_main.cpp:1530:30: error: ‘AUTO_BED_LEVELING_GRID_POINTS’ was not declared in this scope
    if (n_points<2 || n_points>AUTO_BED_LEVELING_GRID_POINTS ) {
    A stupid mistake... I crossed your Configuration.h file over to the new one... But I didn't turn on the AUTO_BED_LEVELING_GRID_POINTS flag.

    Lay this Configuration.h file on top of the previous one. Let's see if this does the trick:
    Attached Files Attached Files

  5. #195
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    You already fixed the mistake... But there is one more change in that new Configuration.h file. It has AUTO_BED_LEVELING_GRID_POINTS at 4. That will let you do 2x2, 3x3 or 4x4 for the grid.

  6. #196
    Switching that back to 2 again until everything works right.

  7. #197
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by DarkAlchemist View Post
    Switching that back to 2 again until everything works right.
    I understand why you say that.... But Guess what??? If things are not working right, it will be useful to ask for a Bed Topology report with lots of grid points. What ever that number is, it defaults to 3x3 but it can only go as high as the #define for AUTO_BED_LEVELING_GRID_POINTS says. 2x2 is OK. We can change it later if we need it.

    What's the nozzle doing?

    Can you print?

  8. #198
    Quote Originally Posted by Roxy View Post
    As part of the communication protocol PronterFace uses capital N's and those get lost from the command line. I'm wondering if Repetier eats all n's ???
    Repetier does seem to eat n's.. It changes "n" to "N" I couldnt figure out how to turn off check sum, but changing the code to use "u" does the trick.

  9. #199
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    So is everything working?

  10. #200
    Quote Originally Posted by Roxy View Post
    So is everything working?
    Is it? I am unsure what the next step is supposed to be. It compiled and uploaded just fine.

Page 20 of 76 FirstFirst ... 1018192021223070 ... LastLast

Posting Permissions

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