# V0 Krigami Bed

### ※What is this?

<figure><img src="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2FSU4hlLJSPR4KU2hso9ij%2F%E7%94%BB%E6%9D%BF%201.jpg?alt=media&#x26;token=07ac5683-c4ca-4f77-8bb6-b60082800fca" 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="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2FBTcSHocgXOoGTtdUFiyW%2F%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20241015095748.png?alt=media&#x26;token=189d3f5a-a686-4c3f-8938-0234528f772d" 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="<https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2FLxXcmjuTn2SzsozG7HFf%2FSIBOOR%20kirigaml%20STL.rar?alt=media&token=dfae4e1d-5709-4be0-a19a-1af9a5be4bf2>" %}

### ※Installation steps

<figure><img src="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2FTn62PE2X53RXTSVNV8nA%2FSIBOOR%200.2%20AUG%20Supplementary%20Instructions_07.jpg?alt=media&#x26;token=8b0c1b3d-5fa4-4ca2-a25d-4f37c5a626c1" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2FJ5T7J5XX8jiKvdF4kJn8%2FSIBOOR%200.2%20AUG%20Supplementary%20Instructions_08.jpg?alt=media&#x26;token=f2a9a2eb-1cdc-404f-8ca7-dcfd918d318d" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2F2lpzbLQjOEsP0IFT9Q8y%2FSIBOOR%200.2%20AUG%20Supplementary%20Instructions_09.jpg?alt=media&#x26;token=fc4e405d-0517-41b5-a036-624f5766a9fc" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2FwvWwDN7GcvapXGdkMXCb%2FSIBOOR%200.2%20AUG%20Supplementary%20Instructions_10.jpg?alt=media&#x26;token=477c21c3-5f85-4c1a-ae84-b3e8250febee" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2Fb2D5vZxvz96FcnYWfKJB%2FSIBOOR%200.2%20AUG%20Supplementary%20Instructions_11.jpg?alt=media&#x26;token=bfcf693d-ac29-4f0c-8e3f-f847a0a69244" 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>" %}

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.siboor.com/other-products/v0-krigami-bed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
