Jump to content

ERSATZKARTE ATmega 2560


Max_3D

Recommended Posts

Posted · ERSATZKARTE ATmega 2560

Guten Morgen,

Ich habe meine ATmega 2560-Karte ausgetauscht, die Ultimaker2Marlin-Master-Firmware mit Arduino-IDE geladen

aber während der Kalibrierung der Z-Achse, wenn die Platte den END-Stop erreicht, ist ein seltsames Geräusch zu hören und der Fehler ER06 tritt auf

Ich habe mit einem Tester den END-Stop überprüft und es funktioniert korrekt. Ich habe die Verlagerung der Pressplatte überprüft, wenn sie sich irgendwo berührt

und alles ist in Ordnung, ich habe die Parameter in der "Configuration_H" -Datei folgendermaßen geändert:

 

//// MOVEMENT SETTINGS
#define NUM_AXIS 4 // The axis order in all axis related arrays is X, Y, Z, E
#define HOMING_FEEDRATE {25*60, 25*60, 2*60, 0}  // set the homing speeds (mm/min)

// default settings

#define DEFAULT_AXIS_STEPS_PER_UNIT   {80,80,200,282}  // default steps per unit for Ultimaker
#define DEFAULT_MAX_FEEDRATE          {500,500,3,45}    // (mm/sec)
#define DEFAULT_MAX_ACCELERATION      {5000,5000,10,5000}    // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot.

#define DEFAULT_ACCELERATION          1000    // X, Y, Z and E max acceleration in mm/s^2 for printing moves
#define DEFAULT_RETRACT_ACCELERATION  2000   // X, Y, Z and E max acceleration in mm/s^2 for retracts

// Offset of the extruders (uncomment if using more than one and relying on firmware to position when changing).
// The offset has to be X=0, Y=0 for the extruder 0 hotend (default extruder).
// For the other hotends it is their distance from the extruder 0 hotend.
// #define EXTRUDER_OFFSET_X {0.0, 20.00} // (in mm) for each extruder, offset of the hotend on the X axis
// #define EXTRUDER_OFFSET_Y {0.0, 5.00}  // (in mm) for each extruder, offset of the hotend on the Y axis

// The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously)
#define DEFAULT_XYJERK                20.0    // (mm/sec)
#define DEFAULT_ZJERK                 0.4     // (mm/sec)
#define DEFAULT_EJERK                 5.0    // (mm/sec)

 

In diesem Fall funktioniert es, aber laden Sie einfach die Original-Firmware "Ultimaker 2+" mit CARE.

komm zurück wie vorher.

 

kann mir jemand helfen dank

  • 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.8 beta released
        Another Cura release has arrived and in this 5.8 beta release, the focus is on improving Z seams, as well as completing support for the full Method series of printers by introducing a profile for the UltiMaker Method.
          • Like
        • 1 reply
      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
    ×
    ×
    • Create New...