bigtreetech / BIGTREETECH-SKR-mini-E3

BIGTREETECH SKR-mini-E3 motherboard is a ultra-quiet, low-power, high-quality 3D printing machine control board. It is launched by the 3D printing team of Shenzhen BIGTREE technology co., LTD. This board is specially tailored for Ender 3 printer, perfectly replacing the original Ender3 printer motherboard.
2.01k stars 1.97k forks source link

Cant compile firmware for mini E3 1.0 DIP with 2208 drivers #84

Closed gannon145 closed 4 years ago

gannon145 commented 4 years ago

When changing settings to 2208 drivers I can't complie marlin 2.0 firmware and get the following:

"TMC2208 or TMC2209 on X requires X_HARDWARE_SERIAL or XSERIAL(RX|TX)_PIN."

Capture

diabl0w commented 4 years ago

you need to define the correct board Also, youre in the wrong repo for this issue

gannon145 commented 4 years ago

Readme says to use:

ifndef MOTHERBOARD

define MOTHERBOARD BOARD_BIGTREE_SKR_MINI_E3

endif

Can you explain why this is the wrong repo, sorry I don't understand this one.

diabl0w commented 4 years ago

if you have the DIP board, then I am not sure why you are in the E3 mini repo and trying to compile for the E3 mini board... https://github.com/bigtreetech/BIGTREETECH-SKR-E3-DIP-V1.0

`#ifndef MOTHERBOARD

define MOTHERBOARD BOARD_BIGTREE_SKR_E3_DIP

endif`

gannon145 commented 4 years ago

Ahh got it, there is my point of confustion. It was labeled as SKR mini E3 DIP, so I assumed the mini was mor important than the DIP.

Thank you!