Close



Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Hybrid View

  1. #1

    One Last Question For a While.....

    Is there a way to turn off the light? LOL

    Thanks in advance!

  2. #2
    Super Moderator
    Join Date
    Apr 2014
    Location
    KS
    Posts
    907
    Add jfkansas on Thingiverse
    Probably can unplug it. I think you can disable in the front panel options also.

  3. #3
    Engineer-in-Training
    Join Date
    Apr 2015
    Location
    Northern Ohio
    Posts
    198
    insert a line in the g code file containing this M146 r0 g0 b0 That will turn the lights off.

  4. #4
    Engineer
    Join Date
    Oct 2014
    Posts
    441
    Quote Originally Posted by Todd-67 View Post
    insert a line in the g code file containing this M146 r0 g0 b0 That will turn the lights off.
    Pretty cool did not know that. Do you know the code's for keeping it certain color's while printing?

  5. #5
    Engineer-in-Training
    Join Date
    Apr 2015
    Location
    Northern Ohio
    Posts
    198
    Quote Originally Posted by Bassna View Post
    Pretty cool did not know that. Do you know the code's for keeping it certain color's while printing?
    The M146 command addresses the lights. The RGB values are adjusted from 0 to 255. For example M146 R255 B0 G0 would be a red light and M146 R0 B255 G0 would be blue. If you wanted purple it would be a mix of red and blue such as M146 R225 B225 G0.

    Depending on what slicer you are using you can put the color change sequences at certain intervals such as pre-heat, print and post print.

  6. #6
    Engineer
    Join Date
    Oct 2014
    Posts
    441
    Quote Originally Posted by Todd-67 View Post
    The M146 command addresses the lights. The RGB values are adjusted from 0 to 255. For example M146 R255 B0 G0 would be a red light and M146 R0 B255 G0 would be blue. If you wanted purple it would be a mix of red and blue such as M146 R225 B225 G0.

    Depending on what slicer you are using you can put the color change sequences at certain intervals such as pre-heat, print and post print.
    Pretty cool. Would you know if there is a way to slowly change between color's like a gradient? Basically, go up and down one number from 0-255 every second or so through the print.

  7. #7
    Technician
    Join Date
    Apr 2015
    Location
    State of Confusion
    Posts
    79
    Add Nargg on Thingiverse
    Quote Originally Posted by Bassna View Post
    Pretty cool. Would you know if there is a way to slowly change between color's like a gradient? Basically, go up and down one number from 0-255 every second or so through the print.
    If you're into editing a long G-code file, you probably could insert the G146 command randomly throughout the file to produce many effects. Maybe a different color depending on the direction of the axis movements? (aka Disco 3D printing....)

    Also, printing in the same room you sleep? Talk about "white noise"

  8. #8
    Engineer-in-Training
    Join Date
    Apr 2015
    Location
    Northern Ohio
    Posts
    198
    Quote Originally Posted by Bassna View Post
    Pretty cool. Would you know if there is a way to slowly change between color's like a gradient? Basically, go up and down one number from 0-255 every second or so through the print.
    It's possible with enough gcode editing. I would be easier to just wire them to a controller like this one.
    http://www.dx.com/en/p/rgb-led-light...B#.VWTj8kaX21k

    That would give you full control of the lights, patterns, color and strobing effects, etc

  9. #9
    Thanks Todd!

  10. #10
    Engineer-in-Training
    Join Date
    Apr 2015
    Location
    Northern Ohio
    Posts
    198
    Quote Originally Posted by The Grey's Studios View Post
    Thanks Todd!
    The M146 command can be used to adjust color as well. I have mine set up for red while heating up, White while printing and green when the print is done. It serves no purpose other than amusement.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •