Guest User

Untitled

a guest
Jul 31st, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. sketch\src\gcode\feature\pause\M701_M702.cpp: In static member function 'static void GcodeSuite::M701()':
  2.  
  3. sketch\src\gcode\feature\pause\M701_M702.cpp:91:59: error: 'fc_settings' was not declared in this scope
  4.  
  5. : fc_settings[active_extruder].load_length);
  6.  
  7. ^
  8.  
  9. sketch\src\gcode\feature\pause\M701_M702.cpp:93:72: error: 'PAUSE_MODE_LOAD_FILAMENT' was not declared in this scope
  10.  
  11. true, thermalManager.still_heating(target_extruder), PAUSE_MODE_LOAD_FILAMENT
  12.  
  13. ^
  14.  
  15. sketch\src\gcode\feature\pause\M701_M702.cpp:97:17: error: 'load_filament' was not declared in this scope
  16.  
  17. );
  18.  
  19. ^
  20.  
  21. sketch\src\gcode\feature\pause\M701_M702.cpp: In static member function 'static void GcodeSuite::M702()':
  22.  
  23. sketch\src\gcode\feature\pause\M701_M702.cpp:172:59: error: 'fc_settings' was not declared in this scope
  24.  
  25. : fc_settings[target_extruder].unload_length);
  26.  
  27. ^
  28.  
  29. sketch\src\gcode\feature\pause\M701_M702.cpp:174:44: error: 'PAUSE_MODE_UNLOAD_FILAMENT' was not declared in this scope
  30.  
  31. unload_filament(unload_length, true, PAUSE_MODE_UNLOAD_FILAMENT);
  32.  
  33. ^
  34.  
  35. sketch\src\gcode\feature\pause\M701_M702.cpp:174:70: error: 'unload_filament' was not declared in this scope
  36.  
  37. unload_filament(unload_length, true, PAUSE_MODE_UNLOAD_FILAMENT);
  38.  
  39. ^
  40.  
  41. exit status 1
  42. Fehler beim Kompilieren für das Board Arduino/Genuino Mega or Mega 2560.
Add Comment
Please, Sign In to add comment