Jyers / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
2.14k stars 387 forks source link

SKR MINI wont compile #1210

Closed Mountain3DPrints closed 2 years ago

Mountain3DPrints commented 3 years ago

Hello all, I have been trying to compile this fw for the skr mini + tft35. I go to select the envs for the STM32F103RC or any other variation at this point and my respons remains the same. I cam only paraphrase as I am away from my machine and pc atm. The message always says "error: please specify upload port for use global" there is also an issue "stm32f103rc (or any other section) is not valid please make the proper selection" and leaves me with a mile long list to chose from including all the boards I have tried inserting for the envs.

Please, any insight would be interstellar.

TIA

tome9111991 commented 3 years ago

i belive "error: please specify upload port for use global" is just a warrning look into you .pio folder. there should be the .bin file

Mountain3DPrints commented 3 years ago

No, that's as soon as I'm done making my changes/arrangements and I click complie button that immediately comes up and cancels the command

On Sat, Jul 24, 2021, 8:06 AM tome9111991 @.***> wrote:

i belive "error: please specify upload port for use global" is just a warrning look into you .pio folder. there should be the .bin file

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Jyers/Marlin/issues/1210#issuecomment-886058613, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYQZKYUHURSMXTSBGIX2DDTZLCIFANCNFSM5A5P2CJQ .

Cal-LF commented 3 years ago

Jyres FW supports the V422 and V427 mainboard and the E3V2 screen. Wondering why are you trying to make it work with another hardware set? This would be better posted in the discussions rather than a firmware issue.

Mountain3DPrints commented 3 years ago

I wasn't aware. I see dozens of people in this area trying to get skr to work. Don't worry sir. I will be taking my issues and all my firmware needs elsewhere. Thanks for the help. There are plenty of comps out there in the wild. The three machines I have running 4.2.x are just fine. This is an out of the ordinary situation because of the circumstances of my 4th machine. Take care

On Sat, Jul 24, 2021, 9:44 AM Cal-LF @.***> wrote:

Jyres FW supports the V422 and V427 mainboard and the E3V2 screen. Wondering why are you trying to make it work with another hardware set? This would be better posted in the discussions rather than a firmware issue.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Jyers/Marlin/issues/1210#issuecomment-886070343, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYQZK56BRK62EAAVWLZUHTTZLNVHANCNFSM5A5P2CJQ .

Mountain3DPrints commented 3 years ago

Also since you are wondering I have an old cr10 platform I am using the footprint and has been entirely covered to resemble a E3v2. They only ran a 8bit with very limited support or room for changes. Hence the conversion. In under $100 I effectively have a large "E3v2" just need to get the fw to compile.

On Sat, Jul 24, 2021, 9:51 AM CHRISTOPHER NAVONI @.***> wrote:

I wasn't aware. I see dozens of people in this area trying to get skr to work. Don't worry sir. I will be taking my issues and all my firmware needs elsewhere. Thanks for the help. There are plenty of comps out there in the wild. The three machines I have running 4.2.x are just fine. This is an out of the ordinary situation because of the circumstances of my 4th machine. Take care

On Sat, Jul 24, 2021, 9:44 AM Cal-LF @.***> wrote:

Jyres FW supports the V422 and V427 mainboard and the E3V2 screen. Wondering why are you trying to make it work with another hardware set? This would be better posted in the discussions rather than a firmware issue.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Jyers/Marlin/issues/1210#issuecomment-886070343, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYQZK56BRK62EAAVWLZUHTTZLNVHANCNFSM5A5P2CJQ .

Cal-LF commented 3 years ago

@Mountain3DPrints I think my question is a valid one to get more info to help answer your question. Not seeing dozens of people as you state but your post would fit better in the discussions area where similar questions are being asked. I'm not trying to be malicious about it. It would be a good thing to adapt Jyres FW to other platforms.

Mountain3DPrints commented 3 years ago

Ok well I wasn't intentionally being intrusive? in this area. I have never personally interacted with forums, as I've without fail been able to find what I need just in basic search. It's fine. Thank you for your time. I'll be on my way. I only interjected at all because the Jyres fw is far superior to everything else I've ever ran on all 5 of my machines. "Vanilla" Marlin 2.0.x is great, but Jyres is pretty much a whole different fw in its own as you know.

Good day sir

On Sat, Jul 24, 2021, 12:42 PM Cal-LF @.***> wrote:

@Mountain3DPrints https://github.com/Mountain3DPrints I think my question is a valid one to get more info to help answer your question. Not seeing dozens of people as you state but this post would fit better in the discussions area.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Jyers/Marlin/issues/1210#issuecomment-886095085, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYQZK4NH45CP5BWCPFH4ETTZMCPZANCNFSM5A5P2CJQ .

Cal-LF commented 3 years ago

@Mountain3DPrints Come back to the discussion area with any update on your project. I'm sure others would like to here what you have going.

RipperDrone commented 3 years ago

Afaik @Jyers is helping right now to get theJyers framework integrated back into the Marlin main branch. Big kudos to @Jyers to support the root branch rather than risking a 'my own branch, anything else not invented here' attitude that has doomed many open source projects to fragmentation and finally failure. Thank you so much for your supportive spirit, @Jyers 😍.

@Mountain3DPrints - this means if you wait some more for the DWIN PRs to be merged into Marlin bugfix branch, you will have most of the marvelous Jyers functionality in your firmware AND be able to compile it:

Should not throw errors anymore...

Jyers commented 3 years ago

@RipperDrone Thanks! Doing what I can 😄

@Mountain3DPrints Actually thanks to the OR, I think I now understand what exactly is preventing the SKR boards from compiling! There has been a lot of regression from the main marlin repo that's been sneaking past my merges. If I fix that, it should solve the issues you and others are having!

Jyers commented 2 years ago

Hopefully this should be more than solved in the latest source. It's basically just upstream bugfix, so if it works there, it'll work here!