Firmware 0.92.4 on Megatronics V3.0 wrong pins

Hello

In my opinion the pins for the heater definition in the pins.h in the section Megatronics V3.0 are wrong.

***pins.h***
#define HEATER_0_PIN 9 // EXTRUDER 1
#define HEATER_2_PIN 8 // EXTRUDER 2
#define HEATER_3_PIN 2 // EXTRUDER 3 

***datasheet Megatronics V3.0***
#define HEATER_0_PIN 2 // EXTRUDER 0
#define HEATER_2_PIN 9 // EXTRUDER 1
#define HEATER_3_PIN 8 // EXTRUDER 2

By comparing the datasheet with the pins.h, I figured out that the pins for the thermocouple 3 and 4 are swept.


Is this true?

Comments

  • Comparing it myself I can say that it is in deed different to the datasheet so I changed it for future updates like you suggested.
Sign In or Register to comment.