Dave_Da48
About
- Username
- Dave_Da48
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
Please help, I don't find anything
-
RAyWB said: do you have a space between #define Z_HOME_DIR and -1 ? you previously posted #define Z_HOME_DIR -1 (no space) but it has to be #define Z_HOME_DIR -1 // ################# XYZ movements ################### #define X_E…
-
RAyWB said: Dave_Da48 said: Escuse me but im not that stupid, my problem is strange so good luck , just tried to help Yes and thanks you
-
RAyWB said: Dave_Da48 said: I've tried to changed too this #define Z_HOME_DIR -1 but don't do anithing this just says the homing direction.-1 is zmin,1 is zmax And how i can change the homing direction? because the gereral dir…
-
RAyWB said: so moving direction should change when you change this parameter .just recompile and upload Escuse me but im not that stupid, my problem is strange
-
I've tried to changed too this #define Z_HOME_DIR -1 but don't do anithing
-
RAyWB said: so changefrom #define INVERT_Z_DIR 0to#define INVERT_Z_DIR 1 Because wit invert all the z axis and It's worst
-
RAyWB said: so changefrom #define INVERT_Z_DIR 0to#define INVERT_Z_DIR 1 I've tried, it don't work
-
Bottom, to detect when it go to bed
-
RAyWB said: and where ar the endstops mounted?on top of z-axis or on bottom? On the min
-
When i do the M119 command to test the Z endstop repetier detect when is triggered o not, and when I ask the printer to go to his homing position, he go up AND don't matter if the sensor is triggered or not, that's my doble problem
-
The Z axis, the extrudor go up
-
home moving
-
I intend to change this but still going up #define Z_HOME_DIR -1
-
it's a cartesian printer
-
Apperently, the program detect it but won't stop when he go to homing position
-
-
I did it, the code say is tigerred and when i ask Z to go home, he don't stop
-
okay It decect well, i see low and high, is the progam the problem
-
-
Normaly with homing botton
-
Repetier said: Check manually what M119 reports and if zmin changes to H when you trigger it. That is what gets tested and if endstop is configured wrong it will not switch. how?
-
#define X_ENABLE_ON 0#define Y_ENABLE_ON 0#define Z_ENABLE_ON 0#define DISABLE_X 0#define DISABLE_Y 0#define DISABLE_Z 0#define DISABLE_E 0#define INVERT_X_DIR 0#define INVERT_X2_DIR 0#define INVERT_Y_DIR 0#define INVERT_Y2_DIR 0#define INVERT_Z_DI…
-
Yes the direction is good nnow but the homing move don't detect if my endstop is trigered or not
-
Repetier said: You need #define Z_HOME_DIR -1 . Test z min endstop using M119 if it works correct. If first move goes up you might have configured direction wrong and need to invert z direction flag. I've chanched this and the problem sti…
-
What i have already, the sensor still not detected by repetier, he work normaly and the conetor are good #define X_ENABLE_ON 0#define Y_ENABLE_ON 0#define Z_ENABLE_ON 0#define DISABLE_X 0#define DISABLE_Y 0#define DISABLE_Z 0#define DISABLE_E 0…