-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
The Manta E3 EZ (and entire Manta Series) was added to Marlin on February 7, so pull down the latest You’ll define it as example: // Choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_BTT_MANTA_E3_EZ_V1_0
#endif
Nothing special is required. Simply copy |
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 ... |
@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. |
@docdawning Correct. |
Thank you for this thread.
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. 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. |
There isn't a premade config for this board, so you'll have to build one out for now. |
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
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMAKJHDPN55HR2JHHKFQRF3XCMKLRANCNFSM6AAAAAAXBA45RQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
You can use the SKR Mini E3 V3 config as a starting point. Just update the
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 |
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
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMAKJHD6XRIDVVYMFR2HLMTXCNOURANCNFSM6AAAAAAXBA45RQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Here's the PR to add a Manta E3 EZ Ender-3 config to Marlin: |
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. |
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
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMAKJHHKCNBRP2NU24AG3U3XGQ4KDANCNFSM6AAAAAAXBA45RQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Have you tried or installed Klipper directly? @Valiance |
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
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMAKJHEW7534RPU35OT2YNLXGUZL3ANCNFSM6AAAAAAXBA45RQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@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? |
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
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMAKJHADY5MEKVDFQBMP7K3XGU5IBANCNFSM6AAAAAAXBA45RQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@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. |
You have this:
Where is the Marlin image???
How to I flash Marlin, when Klipper is installed???
The text was updated successfully, but these errors were encountered: