Jump to content

drayson

Expert
  • Posts

    936
  • Joined

  • Last visited

Posts posted by drayson

  1. Hi Daid,

    honestly, I don´t think it "sucks" - I get good results if putting in the right settings.

    Nevertheless, from my point of view, due to the extensive testing and development of you and your team, I´m sure you will build one of the best versions ever... :smile:

    RC6 seems to work also in my strage SW environment at my office notebook without issues...

    Update:

    At my private notebook, when switching into layer view, I get an phyton error and the program shuts down... :-(

    Yipeee.... :-)

     

  2. Hi Daid,

    installed R6 and tested the support structures - it seems that there is still a bug in the X/Y distance setting.

    Setting it to 0,7mm (default) gives nearly no support so printing mid air is the result.

    Setting it to 1.0 or more, it gives a good value and no mid-air printing.

    Here the screenshots:

    support 0.7

    support 1.0

     

    I can remember that such behavior was also reported a while ago (but not sure if in this thread or related to this release).

    Nevertheless, thank you for your great work !!

     

  3. Looking at your designs Sigi let me think that I also should start producing.... a son :smile:

    Otherwhise I can´t explain why printing toys...

    That´s one of the best examples for usefull useage of a "men´s toy" as my girlfried always name it.

    Imagine, how expensive such nice toys are in the shop... "Honey, we saved money..."

    Congratulation to your designs!

     

  4. Hmm... might be a reason.

    Else, looking a few lines above at the temperature settings, it looks similar to the initial code...

    #if TEMP_SENSOR_1 != 0

    MENU_ITEM_EDIT(int3, MSG_NOZZLE1, &target_temperature[1], 0, HEATER_1_MAXTEMP - 15);

    #endif

    #if TEMP_SENSOR_2 != 0

    MENU_ITEM_EDIT(int3, MSG_NOZZLE2, &target_temperature[2], 0, HEATER_2_MAXTEMP - 15);

    #endif

    #if TEMP_SENSOR_BED != 0

    MENU_ITEM_EDIT(int3, MSG_BED, &target_temperature_bed, 0, BED_MAXTEMP - 15);

    #endif

    Nevertheless, I will give it a try when back home and in front of the UM...

     

  5. I found the particular code I mentioned...

    #if TEMP_SENSOR_0 != 0

    MENU_ITEM(function, MSG_PREHEAT_PLA, lcd_preheat_pla0);

    MENU_ITEM(function, MSG_PREHEAT_ABS, lcd_preheat_abs0);

    #endif

    #if TEMP_SENSOR_1 != 0

    MENU_ITEM(submenu, MSG_PREHEAT_PLA, lcd_preheat_pla_menu);

    MENU_ITEM(submenu, MSG_PREHEAT_ABS, lcd_preheat_abs_menu);

    #endif

    For me, it seems that the "else" is missing... so if there is one snesor, display lcd_preheat_pla0 and lcd_preheat_abs0

    if there is the second sensor, display the menu additionally...

    Or am I wrong??

     

  6. Hi!!

    Please find my answers below... :-)

     

    • downloaded the Marlin code: yes, UM original fork
    • adjusted the settings in configuration.h: yes, acc to the infos from this forum and in comparison with a version from marlinbuilder
    • made some changes in ultralcd.cpp: yes, winmerged the changes Arne did
    • compiled it with the Arduino: yes, V.0023
    • uploaded it to the machine: yes :smile:
    • Or did you use the marlinbuilder?: partially, for comparison

     

    @Ulticontroller-sound: true, different people, different meanings... :smile:

    Maybe someday this can be customized via configuration.h too...

    Basically, the builds worked. I made an addon to the FW-version so that I can check it via ulticontroller.

    Looking into the code, I found that there is an IF section comparing the TEMP_Sensor_2 - if it is !=0 (I assume "not zero"), then it should display the menue, else the normal view (I´m not in front of it so that´s what I remember by hart from yesterday).

     

  7. Hi guys,

    as I´m "alone at home" I took a few minutes to try to compile the FW by myself... honestly... not the right work for a mechanical guy... :smile:

    The implementation of the two menues worked...partially...

    When uploading, I expect due to the settings that only the PLA and ABS menues are displayed.

    Instead, I get the following:

    ...

    Preheat PLA

    Preheat ABS

    Preheat PLA => (menue)

    Preheat ABS => (menue)

    ...

    Further I recognized that uploading the new FW will not reset my changed settings e.g. for z-axis acceleration.

    Is there a bug or just an "error80"-issue...

    Another thing I recognized is, that moving the extruder via the move-menue has no affect - not with the original, nor with a version from ginges builder (b.t.w. - the implemented tiny beep sucks) nor with my compiled FW.

    Any hints appreciated...

     

×
×
  • Create New...