Advertisement
djmathisen

MPCNC error

Nov 9th, 2018
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.87 KB | None | 0 0
  1. Arduino:1.8.5 (Windows 7), Kort"Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
  2.  
  3. In file included from sketch\MarlinConfig.h:32:0,
  4.  
  5.                  from sketch\G26_Mesh_Validation_Tool.cpp:27:
  6.  
  7. Configuration_adv.h:1050: error: missing binary operator before token "("
  8.  
  9.  #if HAS_DRIVER(TMC26X)
  10.  
  11.                ^
  12.  
  13. Configuration_adv.h:1278: error: missing binary operator before token "("
  14.  
  15.  #if HAS_DRIVER(L6470)
  16.  
  17.                ^
  18.  
  19. In file included from sketch\MarlinConfig.h:33:0,
  20.  
  21.                  from sketch\G26_Mesh_Validation_Tool.cpp:27:
  22.  
  23. pins.h:572: error: #error "No E stepper plug left for Y2!"
  24.  
  25.        #error "No E stepper plug left for Y2!"
  26.  
  27.         ^
  28.  
  29. exit status 1
  30. missing binary operator before token "("
  31.  
  32. This report would have more information with
  33. "Show verbose output during compilation"
  34. option enabled in File -> Preferences.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement