bigtreetech / Manta-E3EZ

70 stars 9 forks source link

Where is Marlin??? #15

Open Tina-Builds opened 1 year ago

Tina-Builds commented 1 year ago

You have this: image Where is the Marlin image??? How to I flash Marlin, when Klipper is installed???

thisiskeithb commented 1 year ago

The Manta E3 EZ (and entire Manta Series) was added to Marlin on February 7, so pull down the latest bugfix-2.1.x until 2.1.3 is tagged and released to use this board under Marlin.

You’ll define it as BOARD_BTT_MANTA_E3_EZ_V1_0 in Configuration.h.

example:


// Choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD
  #define MOTHERBOARD BOARD_BTT_MANTA_E3_EZ_V1_0
#endif

How to I flash Marlin, when Klipper is installed???

Nothing special is required. Simply copy firmware.bin to an SD card, insert it, and reboot the board to update just as you would under Klipper.

Tina-Builds commented 1 year ago

The Manta E3 EZ (and entire Manta Series) was added to Marlin on February 7, so pull down the latest bugfix-2.1.x until 2.1.3 is tagged and released to use this board under Marlin.

You’ll define it as BOARD_BTT_MANTA_E3_EZ_V1_0 in Configuration.h.

example:

// Choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD
  #define MOTHERBOARD BOARD_BTT_MANTA_E3_EZ_V1_0
#endif

How to I flash Marlin, when Klipper is installed???

Nothing special is required. Simply copy firmware.bin to an SD card, insert it, and reboot the board to update just as you would under Klipper.

Oh no... I just need Marlin to see if the E3EZ then boots into DFU mode. in order to install CanBoot.. Just bad of BTT/Biqu to advertise "Marlin" runs it and not to have an precompiled file here ...

docdawning commented 1 year ago

The Manta E3 EZ (and entire Manta Series) was added to Marlin on February 7, so pull down the latest bugfix-2.1.x until 2.1.3 is tagged and released to use this board under Marlin.

You’ll define it as BOARD_BTT_MANTA_E3_EZ_V1_0 in Configuration.h.

example:

// Choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD
  #define MOTHERBOARD BOARD_BTT_MANTA_E3_EZ_V1_0
#endif

How to I flash Marlin, when Klipper is installed???

Nothing special is required. Simply copy firmware.bin to an SD card, insert it, and reboot the board to update just as you would under Klipper.

@thisiskeithb thanks for the comment! So, just confirming if we place a Marlin firmware.bin built for this board on an SD card and boot with it, the board will automatically flash the Marlin firmware to the board? I'm planning on this board with Marlin without Klipper, at first. I have no CB1 or CM4.

thisiskeithb commented 1 year ago

@docdawning Correct.

Valiance commented 1 year ago

Thank you for this thread. I am seeking the Marlin info found for the Manta E3 EZ as well. Glad to hear it has been added to Marlin on Feb 07. I am struggling as to which files to get.

The Manta E3 EZ (and entire Manta Series) was added to Marlin on February 7, so pull down the latest bugfix-2.1.x until 2.1.3 is tagged and released to use this board under Marlin.

You’ll define it as BOARD_BTT_MANTA_E3_EZ_V1_0 in Configuration.h.

example:

// Choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD
  #define MOTHERBOARD BOARD_BTT_MANTA_E3_EZ_V1_0
#endif

I did Download bugfix-2.1.x, both Marlin, and the Config folder. I am not finding the board listed under the ...Config>Examples>Creality>Ender 3 folder anywhere. I looked under several printers, but am not finding any reference to the board. Here is a pic of the Contents of the Ender 3 folder to explain better.

Screenshot 2023-04-19 210029

There are two E3 boards, but neither of them have the filename you mentioned: BOARD_BTT_MANTA_E3_EZ_V1_0

I know I am being smooth-Brained here, apologies.

thisiskeithb commented 1 year ago

There are two E3 boards, but neither of them have the filename you mentioned: BOARD_BTT_MANTA_E3_EZ_V1_0

BOARD_BTT_MANTA_E3_EZ_V1_0 is the board name you'll use within Marlin.

There isn't a premade config for this board, so you'll have to build one out for now.

Valiance commented 1 year ago

Thank you. I did not know there was not a premade config. I would have been barking up that tree for far too long. I did not know one could even make their own premade configuration. Now I guess it is a matter of locating instructions on how to do such a thing. Since there really is no Marlin version for this board, I am forced back into Klipper again. I am likely to not be the one who does the task of creating a Marlin config for the board. The main reason I am after a Marlin config is to gain true Pinouts for the board. The information given seems to be insufficient for each pin call out for the whole board.

Regardless, thank you kind sir for the information.

On Fri, Apr 21, 2023 at 7:33 PM Keith Bennett @.***> wrote:

There are two E3 boards, but neither of them have the filename you mentioned: BOARD_BTT_MANTA_E3_EZ_V1_0

BOARD_BTT_MANTA_E3_EZ_V1_0 is the board name you'll use within Marlin.

There isn't a premade config for this board, so you'll have to build one out for now.

— Reply to this email directly, view it on GitHub https://github.com/bigtreetech/Manta-E3EZ/issues/15#issuecomment-1518422244, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMAKJHDPN55HR2JHHKFQRF3XCMKLRANCNFSM6AAAAAAXBA45RQ . You are receiving this because you commented.Message ID: @.***>

thisiskeithb commented 1 year ago

I did not know one could even make their own premade configuration.

You can use the SKR Mini E3 V3 config as a starting point. Just update the MOTHERBOARD define and go from there. I have a test config, so I’ll try to get it cleaned up and submitted soon.

The main reason I am after a Marlin config is to gain true Pinouts for the board. The information given seems to be insufficient for each pin call out for the whole board. Regardless, thank you kind sir for the information.

I built the pins file in Marlin from BTT’s pinout & schematics, but that’s also available for review: https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.1.x/Marlin/src/pins/stm32g0/pins_BTT_MANTA_E3_EZ_V1_0.h

Valiance commented 1 year ago

Awesome, thanks!

On Sat, Apr 22, 2023 at 12:42 AM Keith Bennett @.***> wrote:

I did not know one could even make their own premade configuration.

You can use the SKR Mini E3 V3 config as a starting point. Just update the MOTHERBOARD define and go from there. I have a test config, so I’ll try to get it cleaned up and submitted soon.

The main reason I am after a Marlin config is to gain true Pinouts for the board. The information given seems to be insufficient for each pin call out for the whole board. Regardless, thank you kind sir for the information.

I built the pins file in Marlin from BTT’s pinout & schematics, but that’s also available for review: https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.1.x/Marlin/src/pins/stm32g0/pins_BTT_MANTA_E3_EZ_V1_0.h

— Reply to this email directly, view it on GitHub https://github.com/bigtreetech/Manta-E3EZ/issues/15#issuecomment-1518508163, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMAKJHD6XRIDVVYMFR2HLMTXCNOURANCNFSM6AAAAAAXBA45RQ . You are receiving this because you commented.Message ID: @.***>

thisiskeithb commented 1 year ago

Here's the PR to add a Manta E3 EZ Ender-3 config to Marlin:

Kuzja27 commented 1 year ago

Has anyone installed Marlin on this board? Technical support unequivocally answers me that this board is only for Klipper and, accordingly, it will not work without CB1 (or equivalent). At the same time, this board appeared in the Marlin files. I want to buy this board, but start working with Marlin and then move to Klipper.

Valiance commented 1 year ago

No, I haven't.

On Tue, May 16, 2023, 10:51 PM Kuzja27 @.***> wrote:

Has anyone installed Marlin on this board? Technical support unequivocally answers me that this board is only for Klipper and, accordingly, it will not work without CB1 (or equivalent). At the same time, this board appeared in the Marlin files. I want to buy this board, but start working with Marlin and then move to Klipper.

— Reply to this email directly, view it on GitHub https://github.com/bigtreetech/Manta-E3EZ/issues/15#issuecomment-1550609469, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMAKJHHKCNBRP2NU24AG3U3XGQ4KDANCNFSM6AAAAAAXBA45RQ . You are receiving this because you commented.Message ID: @.***>

Kuzja27 commented 1 year ago

Have you tried or installed Klipper directly? @Valiance

Valiance commented 1 year ago

Yes, I did. "Reality is the Ultimate Role-playing game." -- Victor A. Waters '88

On Wed, May 17, 2023 at 4:38 PM Kuzja27 @.***> wrote:

Have you tried or installed Klipper directly? @Valiance https://github.com/Valiance

— Reply to this email directly, view it on GitHub https://github.com/bigtreetech/Manta-E3EZ/issues/15#issuecomment-1552053467, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMAKJHEW7534RPU35OT2YNLXGUZL3ANCNFSM6AAAAAAXBA45RQ . You are receiving this because you were mentioned.Message ID: @.***>

Kuzja27 commented 1 year ago

@Valiance Too bad you couldn't install Marlin. I really liked this board with the prospect of future upgrades to my printer. I'll have to buy another board. I just don’t understand why add this board to the Marlin “Board.h” file if it is not installed there?

Valiance commented 1 year ago

I agree with you. I have had a ton of problems with this board

On Wed, May 17, 2023 at 5:11 PM Kuzja27 @.***> wrote:

@Valiance https://github.com/Valiance Too bad you couldn't install Marlin. I really liked this board with the prospect of future upgrades to my printer. I'll have to buy another board. I just don’t understand why add this board to the Marlin “Board.h” file if it is not installed there?

— Reply to this email directly, view it on GitHub https://github.com/bigtreetech/Manta-E3EZ/issues/15#issuecomment-1552089486, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMAKJHADY5MEKVDFQBMP7K3XGU5IBANCNFSM6AAAAAAXBA45RQ . You are receiving this because you were mentioned.Message ID: @.***>

thisiskeithb commented 9 months ago

Has anyone installed Marlin on this board? Technical support unequivocally answers me that this board is only for Klipper and, accordingly, it will not work without CB1 (or equivalent). At the same time, this board appeared in the Marlin files. I want to buy this board, but start working with Marlin and then move to Klipper.

@Kuzja27: Support must be working from old info. Manta boards will run Marlin without a CB1/CM4 with the only caveat being that you can't connect to the board externally via USB since the USB ports are connected to the CB1/CM4 and not the MCU.