tenlog / TL-D3

Marlin dual X carriage 3d printer firmware source code for tenlog-D3
GNU General Public License v3.0
36 stars 48 forks source link

AXE Y doesn't work !!!!! #9

Open studiolab39 opened 3 years ago

studiolab39 commented 3 years ago

During the homing the Y axe doesn't work !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! This since a long time and the oldest firmware work so why ? Where is the problem ???????

Franck

Dane809 commented 3 years ago

Hey there, found the problem. I changed the Y_ENDSTOPS_INVERTING to false. Now it works

// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins. const bool X_ENDSTOPS_INVERTING = true; const bool Y_ENDSTOPS_INVERTING = false; //changed from true to false //const bool Y_ENDSTOPS_INVERTING = false;

ajevans99 commented 3 years ago

I'm also experiencing this issue. I want to test this with @Dane809 's suggestion, but I don't understand how to create the .hex file. I get this when I try to run the make file. Anyone know what I'm missing here? Are there instructions somewhere?

➜ make                        
make: *** No rule to make target `applet/wiring.o', needed by `applet/Marlin.elf'.  Stop.
studiolab39 commented 3 years ago

Ok work now .... go to the configuration_Tenlog.h and make the job ... y réglages

studiolab39 commented 3 years ago

Also you can change the extruder direction, validate or now TMC 2208, 2225, 4988 in the same tab !

DU4FDR commented 3 years ago

Bonjour, merci Franck a+ Francis