BondtechAB / Bondtech_Prusa_i3

Bondtech extruder upgrade for Prusa i3 printer.
GNU General Public License v3.0
159 stars 64 forks source link

Where shall I place the MK3s "#elif define" changes? #11

Open elektronchika opened 4 years ago

elektronchika commented 4 years ago

Dear Bondtech team,

thank you providing all the changes that you have implemented in Prusa firmware. I only cannot understand where I have to place the last 3 changes for MK3s firmware? I would be very appreciative if you let me know.

Thank you and kind regards, Lazar

lejo1512 commented 4 years ago

These changes are made in mmu.ccp during "mmu_load_to_nozzle()"and "can_load()".

dmnkhhn commented 4 years ago

Hello!

I have to make the changes from the "MK3s Mosquito with high temperature thermistor (SliceE_HT)" part of the documentation in the mmu.cpp of firmware 3.9.0 but I can't find where to put them.

Those lines are:

#elif defined(BONDTECH_MOSQUITO) current_position[E_AXIS] += 70; //Bondtech_Mosquito 70mm from drive gear to melt zone
#elif defined(BONDTECH_MOSQUITO) current_position[E_AXIS] -= 62; // Pull back 62mm, 8 mm below drive gear
#elif defined(BONDTECH_MOSQUITO) current_position[E_AXIS] += 23.4f; //Bondtech Mosquito 9 mm longer t melt zone
#ifdef BONDTECH_MOSQUITO current_position[E_AXIS] += 16.4f; //2mm further through Mosquito heat block

Thanks for any help. :-)

3d-gussner commented 4 years ago

Checkout https://github.com/Zaribo/Zaribo-Firmware there you can compare it with Prusa and see the changes you need to make. Or you compile this firmware.