Jump to content

BB print core coded as AA by mistake?


Jeffg1

Recommended Posts

Posted · BB print core coded as AA by mistake?

I inserted a new BB print core in my machine in slot 2 this afternoon, and when I attempted to load a reel of PVA, it said that the material is not compatible with an AA core...??

 

I unloaded and re-loaded the core, and the same with the material.  The core is clearly marked BB 0.4 on the black plastic but the machine seems to think it is an AA.  What should I do?

  • Link to post
    Share on other sites

    Posted · BB print core coded as AA by mistake?

    ... Also, the hexagonal portion of the nozzle is marked with the letters BB.  Not that it would have anything to do with the coding, but this proves beyond reasonable doubt that the core itself is indeed BB and must be a software/firmware coding error.

  • Link to post
    Share on other sites

    Posted · BB print core coded as AA by mistake?
    14 minutes ago, Jeffg1 said:

    Also, the hexagonal portion of the nozzle is marked with the letters BB

    I'm glad you mention this as I was going to ask you about that before you program it.  Well UM would say to return it to your reseller but you can easily reprogram it.

     

    First put your UM3 into developer mode - it's in the menus on the UM3.  Your machine needs to be on your network (wifi or ethernet) if it isn't already.  Once it's on the network it will show the IP address at the top of the main screen.

    Next you need ssh which is built into linux and Macintosh terminal but not windows.  For windows I recommend putty:
    https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

    In putty you don't type the "ssh" part but just put the ultimaker@111.222.333.444 part and click "open".

    ssh ultimaker@1.2.3.4  (don't enter 1.2.3.4 - enter the ip address listed on your UM3)
    username/password:   
    ultimaker/ultimaker   (much easier than root/ultimaker as it takes you straight into the utility to do sendgcode)

    Choose the type and size from the list below - T0 is left slot and T1 is right slot so before running any of these make sure the core you want to program is in the left slot if it will be AA and in the right slot if it will be BB

    After programming the core, slide it out and back into the slot at which point the UM3 will re-read the eeprom and realize it's new state.  The software that does X,Y,Z offset calibrations for a core goes by serial number and that can't be changed so you won't lose any calibration data when you do the below changes.

    AA 0.4

    sendgcode M151 T0 A8 D7800000000004141
    sendgcode M151 T0 A16 D20302E3400000000

    BB 0.4

    sendgcode M151 T1 A8 D7800000000004242
    sendgcode M151 T1 A16 D20302E3400000000

    AA 0.8

    sendgcode M151 T0 A8 D7800000000004141
    sendgcode M151 T0 A16 D20302E3800000000

    BB 0.8

    sendgcode M151 T1 A8 D7800000000004242
    sendgcode M151 T1 A16 D20302E3800000000

    AA 0.25

    sendgcode M151 T0 A8 D7800000000004141
    sendgcode M151 T0 A16 D20302E3235000000

    BB 0.25

    sendgcode M151 T1 A8 D7800000000004242
    sendgcode M151 T1 A16 D20302E3235000000
     

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...