V0 Krigami Bed

※What is this?

A laser cut and bent single piece bed concept, trying to implement a lightweight and stiff bed with full access to the mounting screws.

NameQtyPackage 1Package 2

Kirigami

1PCS

ABS Printed parts

1PCS

×

XH2.54 PCB 2P-2P

1PCS

×

WAGO221-412

2PCS

×

Neopixel PCB+wire

1PCS

×

kit screw

1PCS

×

※STL file download

※Installation steps

※RGB lights for kirigaml.

Ensure correct polarity when wiring. Applying voltage higher than 5V or incorrect wiring may damage the RGB LED board.

  • Red: 5V

  • Black: Ground

  • Blue: Signal

The klipper-led_effect plugin is required.

Installation is as follows: Use an SSH connection to enter the command

cd ~
git clone https://github.com/julianschill/klipper-led_effect.git
cd klipper-led_effect
./install-led_effect.sh

You need to add the configuration of the light effects inside the printer.cfg file.

[neopixel neopixel]
pin:XXX                            # Motherboard RGB Pin Definition  
chain_count:8                      # Number of lamp beads  
color_order: GRB                   # colour sequence  
initial_RED: 0.2                   # Red. Maximum 1.  
initial_GREEN: 0.2                 # Greener. Maximum 1.  
initial_BLUE: 0.2                  # Blue. Maximum 1.  
  
[led_effect panel_idle]  
autostart: true                    #Automatic operation  
frame_rate: 10                     #Refresh rate  
leds:  
   neopixel:neopixel               #Called RGBs  
layers:  
    comet  1 1 top (.5,0,.5),(.1,.1,0),(0,.5,.5)  

Design Idea Sources:


Last updated