Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is Marlin??? #15

Open
Tina-Builds opened this issue Apr 17, 2023 · 17 comments
Open

Where is Marlin??? #15

Tina-Builds opened this issue Apr 17, 2023 · 17 comments

Comments

@Tina-Builds
Copy link

Tina-Builds commented Apr 17, 2023

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

@thisiskeithb
Copy link

thisiskeithb commented Apr 17, 2023

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
Copy link
Author

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
Copy link

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
Copy link

@docdawning Correct.

@Valiance
Copy link

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
Copy link

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
Copy link

Valiance commented Apr 22, 2023 via email

@thisiskeithb
Copy link

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
Copy link

Valiance commented Apr 22, 2023 via email

@thisiskeithb
Copy link

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

@Kuzja27
Copy link

Kuzja27 commented May 17, 2023

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
Copy link

Valiance commented May 17, 2023 via email

@Kuzja27
Copy link

Kuzja27 commented May 17, 2023

Have you tried or installed Klipper directly? @Valiance

@Valiance
Copy link

Valiance commented May 17, 2023 via email

@Kuzja27
Copy link

Kuzja27 commented May 17, 2023

@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
Copy link

Valiance commented May 17, 2023 via email

@thisiskeithb
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants