> For the complete documentation index, see [llms.txt](https://docs.siboor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.siboor.com/other-products/v0-krigami-bed.md).

# V0 Krigami Bed

### ※What is this?

<figure><img src="/files/D5LqqacfRSEoeKS1T4YH" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/Qu86VPPG7ox1buSNQhSW" alt=""><figcaption></figcaption></figure>

<table data-full-width="false"><thead><tr><th>Name</th><th>Qty</th><th>Package 1</th><th>Package 2</th></tr></thead><tbody><tr><td>Kirigami</td><td>1PCS</td><td>√</td><td>√</td></tr><tr><td>ABS Printed parts</td><td>1PCS</td><td>×</td><td>√</td></tr><tr><td>XH2.54 PCB 2P-2P</td><td>1PCS</td><td>×</td><td>√</td></tr><tr><td>WAGO221-412</td><td>2PCS</td><td>×</td><td>√</td></tr><tr><td>Neopixel PCB+wire</td><td>1PCS</td><td>×</td><td>√</td></tr><tr><td>kit screw</td><td>1PCS</td><td>×</td><td>√</td></tr></tbody></table>

### ※STL file download

{% file src="/files/1dPOmMKmJZWgFXgHSDnz" %}

### ※Installation steps

<figure><img src="/files/J2AcQSZNlzVI0kIVD6ze" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/38Dr2SLM6zoW8RU3FDy6" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/dn24ScNwfyerwkBpKkwC" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/cr1dv7P4S6AGORW7Cz0f" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ZHx8vRkmvmsJ72HfPLFA" alt=""><figcaption></figcaption></figure>

### ※RGB lights for kirigaml.

{% hint style="warning" %}
**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
  {% endhint %}

The klipper-led\_effect plugin is required.

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

```ini
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.

```ini
[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：

{% embed url="<https://github.com/christophmuellerorg/voron_0_kirigami_bed>" %}

{% embed url="<https://github.com/julianschill/klipper-led_effect/tree/master>" %}

{% embed url="<https://github.com/VoronDesign/VoronUsers/tree/master/printer_mods/VinnyCordeiro/RGB_LED_grid_for_SB>" %}

***
