A10 3D touch nozzle crash on bed : fix

Post Reply
Tommies
Posts: 13
Joined: Tue Jul 02, 2019 3:37 am

A10 3D touch nozzle crash on bed : fix

Post by Tommies » Tue Jul 02, 2019 5:14 pm

Hello,

i installed 3d touch on my A10. autobed seems ok but each 3d print fails because my nozzle crash on the bed.
My solution (really don't know why!!) use arduino 1.8.5 (i used 1.8.9 !!) to compile and upload Marlin.

On A10 the nozzle fan is only ON/OFF. if you want permit variation of the fan
before upload think to enable PWM fan nozzle : uncomment in config.h
//#define FAN_SOFT_PWM

that's it

if you want french

#define LCD_LANGUAGE fr


j'ai installé un capteur 3d touch sur ma a10. Malgré un auto bed qui semble fonctionner. Dès que je lance une impression la buse s'écrase sur le bd.
pour résoudre ce problème (et je ne sais vraiment pas pourquoi ) j'ai changé de version de l'ide arduino pour la 1.8.5 (j'avais la 1.8.9) pour ompiler et uploader

vous pouvez aussi avant la compilation pour permettre la variation du ventilateur de la buse (par défaut il n'y à qu'un ON/OFF)
décommenter (ôter les // ) dans config.h
//#define FAN_SOFT_PWM

et pour mettre l'affichage en français...
#define LCD_LANGUAGE fr

User avatar
William
Site Admin
Posts: 6340
Joined: Tue Jun 07, 2016 9:38 am

Re: A10 3D touch nozzle crash on bed : fix

Post by William » Tue Jul 02, 2019 5:30 pm

Thank you for your feedback. If you are using marlin1.1.8, you need to use 1.8.5.
-Keep your mind and try to test it. :)
-Everything will be fun!-Support all Getech printer.
-You can ask me the questions and I will kindly reply.
-Respect others is the best way you can get help!

Post Reply