Jump to content

jean-baptiste

Dormant
  • Posts

    114
  • Joined

  • Last visited

Everything posted by jean-baptiste

  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 ?
  13. Salut ! Réduit ta vitesse d'impression à 20mm/s, ventilateur à max, ton plateau à 50 degrés, et pour la température d'extrusion perso en PLA je descends jusqu'à 175 degrés. Imprime un cube à la con et joue avec la température pour trouver le minimum à l'extrusion de ton filament (chacun est différent)
  14. @nallath Any problem if we speek english. I would like try meshlab but I need to find a very good tuto to do what I want with. For the momenI don't understand any thing of this soft ^^ But my biggest problem is, how many time take this "manually" correction of one scan on meshlab ? Thanks a lot
  15. Netfabb n'y arrive justement pas ! Essaye avec mon fichier et tu verras l'erreur qu'il te retourne :/ Je vais aller tester Meshmixer Merci à vous ! Je reviens vite
  16. Oui c'est exactement ça ! Afin de rendre plat le dessous du modèle pour pouvoir l'imprimer biens-sûr
  17. Bonsoir à tous ! Je viens vers vous car dans le domaine du scan 3d je suis un peu pommé (voir beaucoup). Je pense que certains d'entre vous seront bien plus calés que moi dans le domaine et pourront m'aider J'expose mon soucis ! Lorsque l'on scan en 3D nos modèles dentaire on obtient un très joli scan (scan pro de 3M prévu pour) mais les artefacts sont monstrueux et je parle même pas du maillage ! J'ai beaucoup entendu parler de netfabb pour corriger une partie or lui même n'y arrive pas (il me retourne une erreur !) :/ J'ai voulu tester meshlab mais quand je vois tout le boulot qu'il faudrait faire sur chaque modèle (10 par jour) waaah... et puis je comprends pas grand chose au logiciel en question ^^ Certains pourraient-ils m'aider dans une meilleure compréhension du soucis et m'orienter vers une solution ou plus possible ? Encore merci à tous ! Jean-Baptiste Nb. voici un scan en question histoire de voir à quoi ça ressemble: https://mega.co.nz/#!MwZCmBxC!vpdoAxPF-n9rbwQ5VYOlwCSvsw1-vGHUgr5FeTP4Q3U
  18. Prices have really dropped! We can imagine a piece into two parts, an inner and an outer and between the aerogel for example. This in itself is very brittle but if it is enveloped in something no worries!
  19. That is an excellente soluton JonnyBischof ! I will try ! Gr5, yes I try it an it's a really good solution. Thanks ! (the 100mm/s was just an exemple ) Thanks a lot all !
×
×
  • Create New...