Jump to content

jean-baptiste

Dormant
  • Posts

    114
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

jean-baptiste's Achievements

0

Reputation

  1. Hi tinkergnome ! I am not talking about the ultimaker 2 marlin version but original version. I have implanted in this original version the UltiLCD in, hum... I try it we will say. I would make work the ENABLE_ULTILCD2 or ULTIBOARD_V2_CONTROLLER. but I get this all error in compiling I am using of course the ultimaker display
  2. Hi everybody, I am trying to implant the ultipanel v2 (with ultimaker motherboard v2.1.1) with the original Marlin (becaus I would use other function who are in this and not in the ultimaker 2 marlin). I have implant the ultipanel v2 => ULTIBOARD_V2_CONTROLLER in Configuration.h and I have add all UltiLCD2 files with ultralcd_implementation_ultiboard_v2.h but when I am compiling I have a BIG lot of problem.... In file included from sketch\ultralcd.cpp:41:0:sketch\ultralcd.cpp: In function 'void lcd_control_volumetric_menu()':ultralcd_implementation_ultiboard_v2.h:869: error: invalid conversion from 'char' to 'const char*' [-fpermissive]#define lcd_implementation_drawmenu_setting_edit_callback_bool_selected(row, pstr, pstr2, data, callback) lcd_implementation_drawmenu_setting_edit_generic_selected_P(row, pstr, '>', (*(data))?PSTR(MSG_ON)STR(MSG_OFF)) ^sketch\ultralcd.cpp:135:17: note: in expansion of macro 'lcd_implementation_drawmenu_setting_edit_callback_bool_selected' lcd_implementation_drawmenu_ ## type ## _selected (_drawLineNr, _label_pstr , ## args ); \ ^sketch\ultralcd.cpp:150:55: note: in expansion of macro 'MENU_ITEM'#define MENU_ITEM_EDIT_CALLBACK(type, label, args...) MENU_ITEM(setting_edit_callback_ ## type, label, PSTR(label) , ## args ) ^sketch\ultralcd.cpp:885:2: note: in expansion of macro 'MENU_ITEM_EDIT_CALLBACK' MENU_ITEM_EDIT_CALLBACK(bool, MSG_VOLUMETRIC_ENABLED, &volumetric_enabled, calculate_volumetric_multipliers); ^ultralcd_implementation_ultiboard_v2.h:869: error: too many arguments to function 'void lcd_implementation_drawmenu_setting_edit_generic_selected_P(uint8_t, const char*, const char*)'#define lcd_implementation_drawmenu_setting_edit_callback_bool_selected(row, pstr, pstr2, data, callback) lcd_implementation_drawmenu_setting_edit_generic_selected_P(row, pstr, '>', (*(data))?PSTR(MSG_ON)STR(MSG_OFF)) ^sketch\ultralcd.cpp:135:17: note: in expansion of macro 'lcd_implementation_drawmenu_setting_edit_callback_bool_selected' lcd_implementation_drawmenu_ ## type ## _selected (_drawLineNr, _label_pstr , ## args ); \ ^sketch\ultralcd.cpp:150:55: note: in expansion of macro 'MENU_ITEM'#define MENU_ITEM_EDIT_CALLBACK(type, label, args...) MENU_ITEM(setting_edit_callback_ ## type, label, PSTR(label) , ## args ) ^sketch\ultralcd.cpp:885:2: note: in expansion of macro 'MENU_ITEM_EDIT_CALLBACK' MENU_ITEM_EDIT_CALLBACK(bool, MSG_VOLUMETRIC_ENABLED, &volumetric_enabled, calculate_volumetric_multipliers); ^In file included from sketch\ultralcd.cpp:41:0:sketch\ultralcd_implementation_ultiboard_v2.h:782:13: note: declared herestatic void lcd_implementation_drawmenu_setting_edit_generic_selected_P(uint8_t row, const char* pstr, const char* data) ^In file included from sketch\ultralcd.cpp:41:0:ultralcd_implementation_ultiboard_v2.h:870: error: invalid conversion from 'char' to 'const char*' [-fpermissive]#define lcd_implementation_drawmenu_setting_edit_callback_bool(row, pstr, pstr2, data, callback) lcd_implementation_drawmenu_setting_edit_generic_P(row, pstr, ' ', (*(data))?PSTR(MSG_ON)STR(MSG_OFF)) ^sketch\ultralcd.cpp:137:17: note: in expansion of macro 'lcd_implementation_drawmenu_setting_edit_callback_bool' lcd_implementation_drawmenu_ ## type (_drawLineNr, _label_pstr , ## args ); \ ^sketch\ultralcd.cpp:150:55: note: in expansion of macro 'MENU_ITEM'#define MENU_ITEM_EDIT_CALLBACK(type, label, args...) MENU_ITEM(setting_edit_callback_ ## type, label, PSTR(label) , ## args ) ^sketch\ultralcd.cpp:885:2: note: in expansion of macro 'MENU_ITEM_EDIT_CALLBACK' MENU_ITEM_EDIT_CALLBACK(bool, MSG_VOLUMETRIC_ENABLED, &volumetric_enabled, calculate_volumetric_multipliers); ^ultralcd_implementation_ultiboard_v2.h:870: error: too many arguments to function 'void lcd_implementation_drawmenu_setting_edit_generic_P(uint8_t, const char*, const char*)'#define lcd_implementation_drawmenu_setting_edit_callback_bool(row, pstr, pstr2, data, callback) lcd_implementation_drawmenu_setting_edit_generic_P(row, pstr, ' ', (*(data))?PSTR(MSG_ON)STR(MSG_OFF)) ^sketch\ultralcd.cpp:137:17: note: in expansion of macro 'lcd_implementation_drawmenu_setting_edit_callback_bool' lcd_implementation_drawmenu_ ## type (_drawLineNr, _label_pstr , ## args ); \ ^sketch\ultralcd.cpp:150:55: note: in expansion of macro 'MENU_ITEM'#define MENU_ITEM_EDIT_CALLBACK(type, label, args...) MENU_ITEM(setting_edit_callback_ ## type, label, PSTR(label) , ## args ) ^sketch\ultralcd.cpp:885:2: note: in expansion of macro 'MENU_ITEM_EDIT_CALLBACK' MENU_ITEM_EDIT_CALLBACK(bool, MSG_VOLUMETRIC_ENABLED, &volumetric_enabled, calculate_volumetric_multipliers); ^In file included from sketch\ultralcd.cpp:41:0:sketch\ultralcd_implementation_ultiboard_v2.h:807:13: note: declared herestatic void lcd_implementation_drawmenu_setting_edit_generic_P(uint8_t row, const char* pstr, const char* data) ^ultralcd.cpp:135: error: 'lcd_implementation_drawmenu_setting_edit_callback_float43_selected' was not declared in this scope lcd_implementation_drawmenu_ ## type ## _selected (_drawLineNr, _label_pstr , ## args ); \ ^sketch\ultralcd.cpp:150:55: note: in expansion of macro 'MENU_ITEM'#define MENU_ITEM_EDIT_CALLBACK(type, label, args...) MENU_ITEM(setting_edit_callback_ ## type, label, PSTR(label) , ## args ) ^sketch\ultralcd.cpp:888:3: note: in expansion of macro 'MENU_ITEM_EDIT_CALLBACK' MENU_ITEM_EDIT_CALLBACK(float43, MSG_FILAMENT_SIZE_EXTRUDER_0, &filament_size[0], DEFAULT_NOMINAL_FILAMENT_DIA - .5, DEFAULT_NOMINAL_FILAMENT_DIA + .5, calculate_volumetric_multipliers); ^ultralcd.cpp:137: error: 'lcd_implementation_drawmenu_setting_edit_callback_float43' was not declared in this scope lcd_implementation_drawmenu_ ## type (_drawLineNr, _label_pstr , ## args ); \ ^sketch\ultralcd.cpp:150:55: note: in expansion of macro 'MENU_ITEM'#define MENU_ITEM_EDIT_CALLBACK(type, label, args...) MENU_ITEM(setting_edit_callback_ ## type, label, PSTR(label) , ## args ) ^sketch\ultralcd.cpp:888:3: note: in expansion of macro 'MENU_ITEM_EDIT_CALLBACK' MENU_ITEM_EDIT_CALLBACK(float43, MSG_FILAMENT_SIZE_EXTRUDER_0, &filament_size[0], DEFAULT_NOMINAL_FILAMENT_DIA - .5, DEFAULT_NOMINAL_FILAMENT_DIA + .5, calculate_volumetric_multipliers); ^sketch\ultralcd.cpp: In function 'void lcd_buttons_update()':ultralcd.cpp:1400: error: 'encrot0' was not declared in this scope case encrot0: ^ultralcd.cpp:1401: error: 'encrot3' was not declared in this scope if(lastEncoderBits==encrot3) ^ultralcd.cpp:1403: error: 'encrot1' was not declared in this scope else if(lastEncoderBits==encrot1) ^ultralcd.cpp:1406: error: 'encrot1' was not declared in this scope case encrot1: ^ultralcd.cpp:1409: error: 'encrot2' was not declared in this scope else if(lastEncoderBits==encrot2) ^ultralcd.cpp:1412: error: 'encrot2' was not declared in this scope case encrot2: ^ultralcd.cpp:1415: error: 'encrot3' was not declared in this scope else if(lastEncoderBits==encrot3) ^ultralcd.cpp:1418: error: 'encrot3' was not declared in this scope case encrot3: ^exit status 1invalid conversion from 'char' to 'const char*' [-fpermissive] Can somebody help me to implant the Ulti LCD v2 in original marlin please ? Thanks a lot & have a nice day ! Jean-Baptiste
  3. Hi, can anybody help me ? :/ what display in my Device Manager: It's not a driver problem because my another UM2 board work...
  4. New answer ! I was able to burn the 16u2 but the problem they same (connect & disconnect loop)...
  5. Hi everybody ! I have a big problem with my new UltimakerBoard v2.1.1 When I connect it to the usb (with powersupply), led power go to green but it's go to connect and disconnect in loop with unrecognized usb device. I think maybe the problem come of ATMEL 16u2, but I haven't absolute no idea how can I burn it with the hex file: https://github.com/Ultimaker/UltiboardV2-usbserial I have the USBtinyISP but I do not use ATMEL Flip with it to burn... Help please ! Thanks a lot ! Jean-Baptiste
  6. Hi everybody ! I am building a new project of some "remaked" Ultimaker 2. I want to use the electronic part of UM2 because they are beautiful evolution and the Marlin Code was great updated. But on my new version I want to make "on" the Auto Bed Leveling function of my bed for various reasons. I have taken time to see and compare "original" and UM2 Marlin version, and I have seen that the Auto Bed Leveling function was absolutely cleaned of the UM2 version. To had my Zmin sensor I would use the "analog" input on the UM2 Motherbord (I see on the datasheet that I can do it). But the reason of my post is how can I hand over put again Auto Bed Leveling function ? They are to many part scattered in "original" Marlin version. Thanks a lot for your help ! Jean-Baptiste
  7. Yes nallath, that exactly the question ! Can I has professional resell Ultimaker 2 modified ? The question about to be a reseller for have better can be also a good idea too. Somebody of Ultimaker's staff can answer ? Thanks a lot for you answer all :-)
  8. Hi everybody , I have a practical question. If I buy an Ultimaker 2, make some modifications on it and would resell it. Can I do it ? The modification turn about the head, extruder, etc... Thanks for you answer ! Jean-Baptiste
  9. Utilise mega.co.nz ou bien dl.free.fr Dès que j'ai ton fichier, je teste et je te dis.
  10. Non absolument pas, netfabb est personnel. Il faut que tu nous le mettes en ligne.
  11. Je tente l'impression ce soir, ton fichier stl est bien le dernier ?
  12. Commence par passer ta pièce à netfabb: https://netfabb.azurewebsites.net Ensuite quelle version de cura as-tu ? Peux-tu nous donner ton stl ?
×
×
  • Create New...