bdwilson / KP3S

KP3S 3d Printer Configuration Information
81 stars 22 forks source link

Using heater 1 #5

Open rvntone opened 2 years ago

rvntone commented 2 years ago

Hi, I have been using the k3ps marlin firmware for a while, recently the MOSFET of the Heater 0 burnout, I want to know if there is a way to use heater 1 by default, I know it can be done by switching HEATER_0_PIN and HEATER_1_PIN (at least I think that should work), but there are so many files that contain that constant pin.h on src/pins// folders, could anyone give me a hint on what to do?

The mainboard is V1.3

rvntone commented 2 years ago

If helps anyone, I succeded switching the HEATER_0_PIN and FAN1_PIN in the Marlin\src\pins\stm32f1\pins_MKS_ROBIN_NANO_common.h file :)