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

[BUG] FLSUN_Hispeed not Compatible with FLSUN_Hispeed #21508

Closed
Savage79 opened this issue Apr 2, 2021 · 5 comments
Closed

[BUG] FLSUN_Hispeed not Compatible with FLSUN_Hispeed #21508

Savage79 opened this issue Apr 2, 2021 · 5 comments

Comments

@Savage79
Copy link

Savage79 commented Apr 2, 2021

Did you test the latest bugfix-2.0.x code?

Yes, and the problem still exists.

Bug Description

Motherboard not recognized, Build environment 'flsun_hispeedv1' is incompatible with BOARD_FLSUN_HISPEED. Use one of these: flsun_hispeed

Bug Timeline

Unknown

Expected behavior

Expected board to be recognized

Actual behavior

Verbose mode can be enabled via -v, --verbose option
Error: Build environment 'flsun_hispeedv1' is incompatible with BOARD_FLSUN_HISPEED. Use one of these: flsun_hispeed

Steps to Reproduce

Downloaded fresh copy of Marlin Bugfix April 1,2021
Retrieved config files from FLSUN_QQS_Pro
Copy and past into Marlin folder
Change default_envs = flsun_hispeedv1
save and compile

Version of Marlin Firmware

Marlin Bugfix 2.0.X

Printer model

Flsun QQS Pro

Electronics

Flsun HISPEED V1

Add-ons

TMC2208 in UART

Your Slicer

Prusa Slicer

Host Software

OctoPrint

The Files are AS IS from the link provided for config. examples, no changes to config files.

FLSUN_Config.zip

@Savage79 Savage79 changed the title [BUG] FLSUN_Hispeed not Compatible with FLSU_Hispeed [BUG] FLSUN_Hispeed not Compatible with FLSUN_Hispeed Apr 2, 2021
@ellensp
Copy link
Contributor

ellensp commented Apr 2, 2021

in pins.h is the list of valid environments

#elif MB(FLSUN_HISPEED)
  #include "stm32f1/pins_FLSUN_HISPEED.h"       // STM32F1                                env:flsun_hispeed

does not match [env:flsun_hispeedv1] in platfomio.ini

they either both need to be v1 or nether of them

@ellensp
Copy link
Contributor

ellensp commented Apr 2, 2021

#19793 added the following correctly.

#define BOARD_FLSUN_HISPEED 4039 // FLSUN HiSpeedV1 (STM32F103VET6)
#elif MB(FLSUN_HISPEED)
  #include "stm32f1/pins_FLSUN_HISPEED.h"       // STM32F1                                env:flsun_hispeed
[env:flsun_hispeed]

#20354 renamed [env:flsun_hispeed] to [env:flsun_hispeedv1] without updating pins.h

@ellensp
Copy link
Contributor

ellensp commented Apr 2, 2021

PR has been created to fix this

@slowbro
Copy link
Member

slowbro commented Jul 3, 2021

PR #21510 was merged, this can be closed.

@github-actions
Copy link

github-actions bot commented Sep 1, 2021

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants