Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,9 @@
// Heaters / Fans
//
#define HEATER_0_PIN PC3
#define HEATER_BED_PIN PA0
#ifndef HEATER_BED_PIN
#define HEATER_BED_PIN PA0
#endif

#if HOTENDS == 1
#ifndef FAN1_PIN
Expand Down Expand Up @@ -339,4 +341,4 @@
#define LCD_PIXEL_OFFSET_X 48
#define LCD_FULL_PIXEL_HEIGHT 320
#define LCD_PIXEL_OFFSET_Y 48
#endif
#endif