|
CR-200B Marlin December 14, 2025 11:33PM |
Registered: 1 year ago Posts: 14 |
|
Re: CR-200B Marlin December 15, 2025 03:56AM |
Admin Registered: 15 years ago Posts: 7,313 |
|
Re: CR-200B Marlin December 15, 2025 09:08PM |
Registered: 1 year ago Posts: 14 |
Quote
Dust
"1) extruder doesn't work" is it not moving or moving backwards?
Quote
Dust
This depends on where the bltouch is plugged in. If its using the z-min plug or the 5 pin probe port for the trigger signal.
Quote
Dust
The Internet tells me you should add
#define FAN1_PIN PC1 // E0_AUTO_FAN_PIN
#define FAN2_PIN PC0 // CONTROLLER_FAN_PIN
then In Configuration_adv.h you need
#define E0_AUTO_FAN_PIN FAN1_PIN
#define USE_CONTROLLER_FAN
#define CONTROLLER_FAN_PIN FAN2_PIN
|
Re: CR-200B Marlin December 15, 2025 10:39PM |
Registered: 1 year ago Posts: 14 |
|
Re: CR-200B Marlin December 15, 2025 11:38PM |
Admin Registered: 15 years ago Posts: 7,313 |
STM32F103RE Pinout for Creality V4.2.5 Board (Marlin) ===================================================== Pin | Confirmed | Function / Usage ------|-------------|--------------------------------------------------- PA0 | YES | HEATER_0_PIN PA1 | YES | HEATER_BED_PIN PA2 | YES | FAN0_PIN PA3 | YES | X_STOP_PIN PA4 | YES | Y_STOP_PIN PA5 | | Z_STOP_PIN PA6 | | FIL_RUNOUT_PIN PA7 | | (unallocated) PA8 | | UART1_DTR PA9 | YES | UART1_TX_PIN PA10 | YES | UART1_RX_PIN PA11 | | IIC_EEPROM_SDA PA12 | | IIC_EEPROM_SCL PA13 | | SWDIO PA14 | | SWCLK PA15 | | (unallocated) PB0 | YES | Z_MIN_PROBE_PIN PB1 | YES | SERVO0_PIN PB2 | | EXP3_02_PIN PB3 | YES | E0_DIR_PIN PB4 | YES | E0_STEP_PIN PB5 | YES | Z_DIR_PIN PB6 | YES | Z_STEP_PIN PB7 | YES | Y_DIR_PIN PB8 | YES | Y_STEP_PIN PB9 | YES | X_DIR_PIN PB10 | | EXP3_03_PIN, UART3_TX_PIN PB11 | | EXP3_04_PIN, UART3_RX_PIN PB12 | | EXP3_07_PIN PB13 | | EXP3_06_PIN PB14 | | EXP3_05_PIN PB15 | | EXP3_08_PIN PC0 | YES | FAN2_PIN (CONTROLLER_FAN_PIN) PC1 | | FAN1_PIN (E0_AUTO_FAN_PIN) PC2 | YES | X_STEP_PIN PC3 | YES | Shared X|Y|Z|E_ENABLE_PIN PC4 | YES | TEMP_BED_PIN PC5 | YES | TEMP_0_PIN PC6 | | EXP3_01_PIN PC7 | | SD_DETECT_PIN PC8 | | SDIO_D0 PC9 | | SDIO_D1 PC10 | | SDIO_D2 PC11 | | SDIO_D3 PC12 | | SDIO_CK PC13 | | (unallocated) PC14 | YES | LED_PIN PC15 | | (unallocated) PD0 | Reserved | OSC_IN PD1 | Reserved | OSC_OUT PD2 | | SDIO_CMD
|
Re: CR-200B Marlin December 16, 2025 01:31AM |
Admin Registered: 15 years ago Posts: 7,313 |
|
Re: CR-200B Marlin December 16, 2025 01:51AM |
Admin Registered: 15 years ago Posts: 7,313 |
|
Re: CR-200B Marlin December 17, 2025 02:25AM |
Registered: 1 year ago Posts: 14 |
Quote
Dust
so please confirm the sdcard works
Quote
Dust
check if the stepper is energized. When the enable pin is set power is applied to the stepper motor and you can't rotate it by hand, This is what we call energized
Quote
Dust
#define LED_PIN PC14
|
Re: CR-200B Marlin December 17, 2025 04:48AM |
Admin Registered: 15 years ago Posts: 7,313 |
|
Re: CR-200B Marlin December 17, 2025 01:06PM |
Registered: 1 year ago Posts: 14 |
|
Re: CR-200B Marlin December 18, 2025 01:33AM |
Registered: 1 year ago Posts: 14 |