Jump to content

jean-baptiste

Dormant
  • Posts

    114
  • Joined

  • Last visited

Posts 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. New answer !

    I was able to burn the 16u2 but the problem they same (connect & disconnect loop)...

     

    C:\WINDOWS\system32>avrdude -c usbtiny -p m16u2 -U flash:w:\Users\Jean-Baptiste\

    Downloads\UltiboardV2-usbserial-master\UltiboardV2-usbserial-master\UltiboardV2-

    usbserial.hex

    avrdude: AVR device initialized and ready to accept instructions

    Reading | ################################################## | 100% 0.01s

    avrdude: Device signature = 0x1e9489

    avrdude: NOTE: "flash" memory has been specified, an erase cycle will be perform

    ed

    To disable this feature, specify the -D option.

    avrdude: erasing chip

    avrdude: reading input file "\Users\Jean-Baptiste\Downloads\UltiboardV2-usbseria

    l-master\UltiboardV2-usbserial-master\UltiboardV2-usbserial.hex"

    avrdude: input file \Users\Jean-Baptiste\Downloads\UltiboardV2-usbserial-master\

    UltiboardV2-usbserial-master\UltiboardV2-usbserial.hex auto detected as Intel He

    x

    avrdude: writing flash (4078 bytes):

    Writing | ################################################## | 100% 10.42s

    avrdude: 4078 bytes of flash written

    avrdude: verifying flash memory against \Users\Jean-Baptiste\Downloads\Ultiboard

    V2-usbserial-master\UltiboardV2-usbserial-master\UltiboardV2-usbserial.hex:

    avrdude: load data flash data from input file \Users\Jean-Baptiste\Downloads\Ult

    iboardV2-usbserial-master\UltiboardV2-usbserial-master\UltiboardV2-usbserial.hex

    :

    avrdude: input file \Users\Jean-Baptiste\Downloads\UltiboardV2-usbserial-master\

    UltiboardV2-usbserial-master\UltiboardV2-usbserial.hex auto detected as Intel He

    x

    avrdude: input file \Users\Jean-Baptiste\Downloads\UltiboardV2-usbserial-master\

    UltiboardV2-usbserial-master\UltiboardV2-usbserial.hex contains 4078 bytes

    avrdude: reading on-chip flash data:

    Reading | ################################################## | 100% 5.75s

    avrdude: verifying ...

    avrdude: 4078 bytes of flash verified

    avrdude: safemode: Fuses OK (E:F4, H:D9, L:FF)

    avrdude done. Thank you.

  4. 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

  5. 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

  6. But all of that is just what is 'smart', not what is allowed (which was the actual question).

     

    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 :-)

  7. D'accord mais je fais comment? Je ne trouve pas d'options pièces jointe sur les messages du forum. Ni de lien sur netfabb pour le linker.

    Utilise mega.co.nz ou bien dl.free.fr

    Après avoir observer plus attentivement les pièces réalisées. Je constate que même la base ne forme pas un cercle parfait mais à tendance à se rapprocher d'une forme carré arrondie.

    http://ultimaker.ipbhost.com/uploads/gallery/album_1908/gallery_40147_1908_167841.jpg

    Est ce normal ou bien sa peut être dû à une poulie qui n'est pas assez serrée? Je vais faire le tour des poulies mais est ce qu'il peut y avoir une autre partie du mécanisme qui pourrait provoquer cet effet?

    Edit: Bon les poulies c'était bon elles étaient bien serrées.

    Dès que j'ai ton fichier, je teste et je te dis.

     

  8. 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)

  9. @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

     

  10. Ouep Comme dit Didier, Meshmixer et Meshlab fonctionnent bien sur ton fichier.

    Tu veux juste boucher les trous dans les dents et faire un petit détartrage de polygones ?

     

    Oui c'est exactement ça ! Afin de rendre plat le dessous du modèle pour pouvoir l'imprimer biens-sûr :)

     

  11. 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

     

×
×
  • Create New...