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

Fix #19115 Independent Neopixel strips not responding #19179

Merged
merged 47 commits into from
Aug 31, 2020
Merged

Fix #19115 Independent Neopixel strips not responding #19179

merged 47 commits into from
Aug 31, 2020

Conversation

Bacon-Fixation
Copy link
Contributor

@Bacon-Fixation Bacon-Fixation commented Aug 28, 2020

  • adaneo1.setPin(NEOPIXEL2_PIN) was enabled when it was supposed to be disabled
    Problem was both pins were effected during sartup test , printerevents when NEOPIXEL2_SEPARATE is enabled
    Expected: When NEOPIXEL2_SEPARATE is enabled NEOPIXEL2_PIN to be not effected by Printer Events and LED start up test only tests the first bank

  • adaneo.setPin(NEOPIXEL2_PIN) was left out of Neopixel_separate
    Problem was pin was never set when NEOPIXEL2_SEPARATE was enabled and didn't turn on the NeoPixels
    Expected: M150 S1 to turn on all NeoPixels on the NEOPIXEL2_PIN

I apologize for my oversight

Related Issues

#19115 not working at all

Bacon-Fixation and others added 30 commits August 22, 2020 13:10
sorry im not a programer but i did my best to get 2 seperated controls for extra  visual indiaction from the LEDS by keeping the Printer Events on the main channel .
Originally labeled as DUET_SMART_EFFECTOR
but this is incorrect as MarlinCore looks for SMART_EFFECTOR and not DUET_SMART_EFFECTOR
for some reason NEOPIXEL_SEPERATE ended up missing in config
Bacon-Fixation and others added 15 commits August 25, 2020 10:40
trying out stuffs
with NeoPixel2_separate enabled there isnt a conflict if they are different Neo type
i dont know why i thought this was needed

if neopixel is't enabled then there wont be a neopixel2
M150 S1 I1 R    ; Set SEPARATE index 1 to red
I dont know why but in Conditionals_LCD.h

MULTIPLE_NEOPIXEL_TYPES  isn't carried over from its definition in neopixel.h
moved the CONJOINED_NEOPIXEL from Conditionals_LCD.h to neopixel.h

because MULTIPLE_NEOPIXEL_TYPE wouldnt trip the trigger in conditionals
adaneo1 still was set to NEOPIXEL2_PIN and was bleeding into the separated neopixel bank during start up and regular M150 commands

found that adaneo never set a pin once NEOPIXEL2_SEPARATE is enabled
@Bacon-Fixation
Copy link
Contributor Author

Bacon-Fixation commented Aug 28, 2020

I apologize for the oversight it functions as intended now and should be the last commit from me.

was tested on
-SKR 1.4 Turbo
-ramps 1.4
-MKS Gen L v1.0

Thank you for your patience <3

@Bacon-Fixation Bacon-Fixation changed the title Fix Independent Neopixel strips option Fixed Independent Neopixel strips option not functioning Aug 28, 2020
@Bacon-Fixation Bacon-Fixation changed the title Fixed Independent Neopixel strips option not functioning Fixed Independent Neopixel strips option Aug 28, 2020
@Bacon-Fixation Bacon-Fixation changed the title Fixed Independent Neopixel strips option Fix #19115 Independent Neopixel strips not responding Aug 30, 2020
@thinkyhead thinkyhead merged commit 41c7ae5 into MarlinFirmware:bugfix-2.0.x Aug 31, 2020
thinkyhead pushed a commit to thinkyhead/Marlin that referenced this pull request Sep 2, 2020
vgadreau pushed a commit to vgadreau/Marlin that referenced this pull request Dec 9, 2020
kageurufu pushed a commit to CR30-Users/Marlin-CR30 that referenced this pull request Apr 30, 2021
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

Successfully merging this pull request may close these issues.

2 participants