Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#7 from X-Dron/FB4S_WIFI
Browse files Browse the repository at this point in the history
pins_MKS_ROBIN_NANO_V2.h после установки в принтер
  • Loading branch information
Sergey1560 authored Sep 29, 2020
2 parents 7584f9d + c0704a1 commit 2d0ecef
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO_V2.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
#define DISABLE_DEBUG

/*
Óïðàâëåíèå ïîäñâåòêîé ïëàòîé â ðàçúåìå âòîðîãî ýêñòðóäåðà
Óïðàâëåíèå íîãîé En
Управление подсветкой платой в разъеме второго экструдера
Управление ногой En
https://easyeda.com/sst78rust/fb4s-led-control
*/
#define CASE_LED_INSTEAD_E1
Expand Down Expand Up @@ -185,14 +185,27 @@
#define TEMP_0_PIN PC1 // TH1
#define TEMP_1_PIN PC2 // TH2
#define TEMP_BED_PIN PC0 // TB1
//Дополнительный термистор на корпусе
#if TEMP_SENSOR_CHAMBER > 0
#define TEMP_CHAMBER_PIN PC2
#endif

//
// Heaters / Fans
//
#define HEATER_0_PIN PC3 // HEATER1
#define HEATER_1_PIN PB0 // HEATER2
#define HEATER_BED_PIN PA0 // HOT BED

#if HOTENDS == 1
#ifndef FAN1_PIN
#define FAN1_PIN PB0
#endif
#else
#ifndef HEATER_1_PIN
#define HEATER_1_PIN PB0
#endif
#endif

#define FAN_PIN PB1 // FAN

//
Expand Down Expand Up @@ -402,7 +415,7 @@
#endif

/*
Ìîäóëü MKS WIFI
Модуль MKS WIFI
*/
#define MKS_WIFI
#ifdef MKS_WIFI
Expand Down

0 comments on commit 2d0ecef

Please sign in to comment.