Close



Results 1 to 10 of 757

Hybrid View

  1. #1
    Super Moderator RobH2's Avatar
    Join Date
    Nov 2013
    Location
    Baltimore, MD
    Posts
    897
    Add RobH2 on Thingiverse
    This is interesting but I can't get it to compile once I change:

    SERIAL_PROTOCOL(matrix[count]); to SERIAL_PROTOCOL(matrix[count],6);

    Here is the error:
    vector_3.cpp:157:35: error: macro "SERIAL_PROTOCOL" passed 2 arguments, but takes just 1
    vector_3.cpp: In member function 'void matrix_3x3::debug(char*)':
    vector_3.cpp:157: error: 'SERIAL_PROTOCOL' was not declared in this scope

    EDIT: If fixed it. I missed the '_F' just before '(matrix[...)'
    Last edited by RobH2; 06-19-2014 at 03:20 PM.
    Bambu P1S/AMS
    NVision4D http://nvision4d.com

  2. #2
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by RobH2 View Post
    This is interesting but I can't get it to compile once I change:

    SERIAL_PROTOCOL(matrix[count]); to SERIAL_PROTOCOL(matrix[count],6);

    Here is the error:
    vector_3.cpp:157:35: error: macro "SERIAL_PROTOCOL" passed 2 arguments, but takes just 1
    vector_3.cpp: In member function 'void matrix_3x3::debug(char*)':
    vector_3.cpp:157: error: 'SERIAL_PROTOCOL' was not declared in this scope

    EDIT: I fixed it. I missed the '_F' just before '(matrix[...)'

    Good! I was worried the new code base broke the patch when I saw your message!

Posting Permissions

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