-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
FLSUN Delta QQS-Pro pins #19793
FLSUN Delta QQS-Pro pins #19793
Conversation
STOCK, TMC, UART with TFT (320x240) Standard and Marlin UI.
Thanks for the submission! This PR needs some work before it can be merged….
|
Ok, I just merged a standard version of the files (Configuration.h and Configuration_adv.h) for the QQS-Pro and I made a Pull Request of these same files to the Configuration repository. That's it? |
12447bc
to
e754431
Compare
7cde38b
to
e754431
Compare
This PR has been rebased and squashed. To get the updated branch into your working copy use the Git console:
|
7cde38b
to
e754431
Compare
add hispeed
Remove NUM_SERIAL 2
FLSUN Delta QQS-Pro pins (MarlinFirmware#19793)
Hi, |
Requirements
DELTA FLSun QQS-Pro printer with a new Hispeedv1 motherboard with removable drivers.
Description
FLSun delivers with the latest models of QQS-PRo, a clone of the Mks_Robin_min v2 board which allows drivers to be replaced. This is called HISPEEDv1. I created a new definition of pinouts to support different features.
MB-FLSun_HiSpeed
Benefits
Feature Workflow
Note: For NeoPixel I am using a modified version 2.4.
MB-HiSpeed UART Serial mode
Function NeoPixel
Standard UI
Configurations
pins_FLSUN_HISPEED.zip
Platformio.zip
For compilation under VSC/PIO, I use the modified environment of Robin_nano35 with the script "ms_robin_mini.py" for the binary naming and the script "add_nanolib.py "to reduce its size.
[env:flsun_hispeed] platform = ${common_stm32f1.platform} extends = common_stm32f1 board = genericSTM32F103VE platform_packages = tool-stm32duino extra_scripts = ${common.extra_scripts} buildroot/share/PlatformIO/scripts/mks_robin_mini.py buildroot/share/PlatformIO/scripts/add_nanolib.py build_flags = ${common_stm32f1.build_flags} -DMCU_STM32F103VE -DSS_TIMER=4 lib_deps = ${common.lib_deps} SoftwareSerialM #Adafruit NeoPixel=https://github.com/Foxies-CSTL/NeoPixel-Lib/archive/master.zip
Related Issues
This will allow many users of this printer to take the step to the Marlin environment. Different possibilities for users in different hardware and software configurations.
Best regards,