Z Endsstop crashes into bed after pullup in right direction.

I dont get it. After Z homing into my mechanical Endstop it raises 5mm like I set in the Repetier-Firmware. After release the its going into Z again and complete ignores the Endstop. 

What can solve that issue!?

I´m coming from Marlin, but tried several times to set up a Repetier-Firmware. But now i think ill regret it again to do so.. its so ... "unhandy", but others told me its so "logical", nah. 

Best regards

Thomas

Comments

  • It is tested twice and must go up to untrigger end stop. Then offsets for plate coating can get added or extruder z offsets. So check in eeprom editor if these are ok. If all are 0 it should start when it hits endstop second time with the lower testing speed.
  • Sorry, I understand nothing. 

    I didnt found any useful settings in Eeprom.ccp nor in Eeprom.h. 


  • Again, it detects the Endstop first and after it lift up once it goes way down into the endstop again endless. It completly lost it function. It raises after first time enough to release the trigger. Where is the problem to solve?

    Regards
  • Okay, first i deactivated line 310 #define ENDSTOP_Z_BACK_ON_HOME 0. It issued a so called: "Compilation error: 'DIOFAN2_PIN_WPORT' was not declared in this scope"

    Not sure that cause the pullup issue, but then I ask myself what does the error will fix now? 

    Sry, but Line 248 to 314 are a complete mess.


  • I did not mean to look into eeprom source, I meant in  Repetier-Server or Host to open eeprom editor to see which values are stored for offset etc.

    ENDSTOP_Z_BACK_ON_HOME should be 0 but in eeprom you might have a different value still. Upload only removes it when you change EEPROM_MODE or explicitly send gcode to reset to factory default.

    > "Compilation error: 'DIOFAN2_PIN_WPORT' was not declared in this scope"
    has probably nothing to do with z homing. It means you used somewhere pin FAN2_PIN in configuration also your board does not have it.



  • Okay, got ya.

    But still cant find the issue. 
    I use a RAMPS 1.4 wit a controller fan extender on the servo pins. Them also not running but I think this is an issue for another topic.
     
    This is the first Repetier Firmware I got running. Its a vanilla like version, because I never got it running with the web based conigurtation tool compiled wit arduino ide. So now ill start from here out.

     
    15:52:18.977 : Detected EEPROM version:20
    15:52:18.987 : Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
    15:52:18.989 : Z jerk was too low, setting to 0.71
    15:52:21.859 : Free RAM:3306
    15:52:21.859 : SelectExtruder:0
    15:52:21.873 : FIRMWARE_NAME:Repetier_1.0.4 COMPILED:Mar  4 2024 FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Mendel EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
    15:52:21.873 : Cap:PROGRESS:1
    15:52:21.874 : Cap:AUTOREPORT_TEMP:1
    15:52:21.874 : Cap:HOST_RESCUE:1
    15:52:21.876 : Cap:EEPROM:1
    15:52:21.876 : Cap:AUTOLEVEL:1
    15:52:21.877 : Cap:Z_PROBE:1
    15:52:21.878 : Cap:SOFTWARE_POWER:0
    15:52:21.882 : Cap:start
    15:52:21.887 : Detected EEPROM version:20
    15:52:21.898 : Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
    15:52:21.899 : Z jerk was too low, setting to 0.71
    15:52:24.815 : Free RAM:3306
    15:52:24.815 : SelectExtruder:0
    15:52:24.817 : Warning: Seems like we missed a ok, got a wait - continue sending.
    15:52:24.912 : Error:expected line 1 got 14
    15:52:24.913 : Resend:1
    15:52:24.931 : FIRMWARE_NAME:Repetier_1.0.4 COMPILED:Mar  4 2024 FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Mendel EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
    15:52:24.931 : Cap:PROGRESS:1
    15:52:24.931 : Cap:AUTOREPORT_TEMP:1
    15:52:24.931 : Cap:HOST_RESCUE:1
    15:52:24.933 : Cap:EEPROM:1
    15:52:24.933 : Cap:AUTOLEVEL:1
    15:52:24.934 : Cap:Z_PROBE:1
    15:52:24.935 : Cap:SOFTWARE_POWER:0
    15:52:24.935 : Cap:TOGGLE_LIGHTS:0
    15:52:24.937 : Cap:PAUSESTOP:1
    15:52:24.937 : Cap:PREHEAT:1
    15:52:24.938 : Cap:EMERGENCY_PARSER:1
    15:52:24.941 : Printed filament:0.08m Printing time:0 days 0 hours 1 min
    15:52:24.941 : PrinterMode:FFF
    15:52:24.951 : X:0.00 Y:0.00 Z:0.000 E:0.0000
    15:52:24.951 : DebugLevel:6
    15:52:24.953 : SelectExtruder:0
    15:52:24.954 : Begin file list
    15:52:24.955 : End file list
    15:52:24.959 : DebugLevel:6
    15:52:24.959 : SelectExtruder:0
    15:52:24.961 : DebugLevel:6
    15:52:24.963 : SelectExtruder:0

  • YAY! I found a solution...

    I just killed Repetier-Firmware from my Eeeprom and installed so called "Marlin" Firmware.

    Ill leave this forum now. 

    Byebye
Sign In or Register to comment.