Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Weldon committed Oct 26, 2024
1 parent 44160a0 commit 106f503
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions Marlin/src/pins/stm32f1/pins_CREALITY_CR4NS.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,30 @@
//
// EEPROM
//
#define IIC_EEPROM_SDA PA7
#define IIC_EEPROM_SCL PA8
#define IIC_EEPROM_SDA PA7
#define IIC_EEPROM_SCL PA8

//
// Servos
//
#define SERVO0_PIN PC13
#define Z_MIN_PROBE_PIN PC14
#define SERVO0_PIN PC13
#define Z_MIN_PROBE_PIN PC14

//
// Limit Switches
//
#define Z_STOP_PIN PC14
#define Z_STOP_PIN PC14

//
// Filament Runout Sensor
//
#define FIL_RUNOUT_PIN PC15 // "Pulled-high"
#define FIL_RUNOUT_PIN PC15 // "Pulled-high"

//
// Heaters / Fans
//
#define HEATER_BED_PIN PB2 // HOT BED
#define FAN1_PIN PC1 // extruder fan
#define HEATER_BED_PIN PB2 // HOT BED
#define FAN1_PIN PC1 // extruder fan

//
// Steppers
Expand All @@ -90,7 +90,7 @@
// SD Card
//
#define ONBOARD_SPI_DEVICE 1
#define ONBOARD_SD_CS_PIN PA4 // SDSS
#define ONBOARD_SD_CS_PIN PA4 // SDSS

#if ANY(RET6_12864_LCD, HAS_DWIN_E3V2, IS_DWIN_MARLINUI)

Expand Down
20 changes: 10 additions & 10 deletions Marlin/src/pins/stm32f1/pins_CREALITY_V4.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@

#if ENABLED(IIC_BL24CXX_EEPROM)
#ifndef IIC_EEPROM_SDA
#define IIC_EEPROM_SDA PA11
#define IIC_EEPROM_SDA PA11
#endif
#ifndef IIC_EEPROM_SCL
#define IIC_EEPROM_SCL PA12
#define IIC_EEPROM_SCL PA12
#endif
#define MARLIN_EEPROM_SIZE 0x800 // 2K (24C16)
#elif ENABLED(SDCARD_EEPROM_EMULATION)
Expand Down Expand Up @@ -198,28 +198,28 @@
* ------
*/
#ifndef EXP3_01_PIN
#define EXP3_01_PIN PC6
#define EXP3_01_PIN PC6
#endif
#ifndef EXP3_02_PIN
#define EXP3_02_PIN PB2
#define EXP3_02_PIN PB2
#endif
#ifndef EXP3_03_PIN
#define EXP3_03_PIN PB10
#define EXP3_03_PIN PB10
#endif
#ifndef EXP3_04_PIN
#define EXP3_04_PIN PB11
#define EXP3_04_PIN PB11
#endif
#ifndef EXP3_05_PIN
#define EXP3_05_PIN PB14
#define EXP3_05_PIN PB14
#endif
#ifndef EXP3_06_PIN
#define EXP3_06_PIN PB13
#define EXP3_06_PIN PB13
#endif
#ifndef EXP3_07_PIN
#define EXP3_07_PIN PB12
#define EXP3_07_PIN PB12
#endif
#ifndef EXP3_08_PIN
#define EXP3_08_PIN PB15
#define EXP3_08_PIN PB15
#endif

#elif ANY(VET6_12864_LCD, DWIN_VET6_CREALITY_LCD)
Expand Down

0 comments on commit 106f503

Please sign in to comment.