Jump to content

Umprogrammierung UM2 Firmware (gelöst)


Otto von Bajor

Recommended Posts

Posted (edited) · Umprogrammierung UM2 Firmware (gelöst)

Moin,

vor ein paar Tagen ist bei unserem Ultimaker 2 der R75 Widerstand abgebrannt. Leider hat er damit auch die Motoransteuerung für die X-Achse zerlegt (Leiterbahn für Out 1A ist bis zum Motortreiber nicht mehr vorhanden, da diese unter dem Widerstand langging).

Jetzt war unsere Überlegung, dass wir die Extra Anschluss (für eine weitere Materialzufuhr) verwenden.

In der Firmware unter pin.h haben wir auch schon die X-Achse angepasst. Jedoch gehorcht der Drucker nicht auf unsere neue Firmware und will immer noch über den alten Anschluss den Motor betreiben.

Angepasster Code:

#define X_STEP_PIN 49   //25
#define X_DIR_PIN 47    //23
#define X_MIN_PIN 22
#define X_MAX_PIN 24
#define X_ENABLE_PIN 48 //27

 

#define E1_STEP_PIN         25//49
#define E1_DIR_PIN          23//47
#define E1_ENABLE_PIN       27//48

 

 

Hat einer eine Idee, woran das liegen kann?

Edited by Otto von Bajor
  • Link to post
    Share on other sites

    Posted · Umprogrammierung UM2 Firmware (gelöst)

    Hallo @Otto von Bajor,

     

    Bist du bei der richtigen Board Version´s Name?

     

    Bei mir steht nämlich nicht´s von:

    #define X_MIN_PIN 22
    #define X_MAX_PIN 24

    sondern das:

    #define X_STEP_PIN                  25  // PA3
    #define X_DIR_PIN                   23  // PA1
    #define X_STOP_PIN                  22  // PA0
    #define X_ENABLE_PIN     

     

    Die richtige Board Version´s Name heißt:

     

    MOTHERBOARD == 72

     

    Gruß

  • Link to post
    Share on other sites

    Posted · Umprogrammierung UM2 Firmware (gelöst)

    So habe es jetzt ausprobiert, mann muss das MOTHERBOARD == 72 nehmen, auch wenn da Ultiboard v 2.0 steht und sich nicht irritieren lassen, das man im Internet dazu nur die Boards von National Instruments findet. (Mein Fehler)

     

    Jetzt druckt er erst mal wieder und dann kann man in ruhe den Profs auf den nerv gehen, dass man ein neues Mainboard benötigt

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