> For the complete documentation index, see [llms.txt](https://labs.3dwork.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://labs.3dwork.io/reviews-guias/electronica/fysetc/fysetc-spider/fysetc-spider-klipper.md).

# Fysetc SPIDER - Klipper

Klipper es un firmware/sistema de gestión de impresoras 3D que usa una Raspberry Pi y transforma nuestra controladora, en este caso nuestra Spider, en un mero controlador de motores, sensores y salidas de pines.

No entraremos en el detalle de como instalar Klipper ya que podéis seguir la guía que podéis encontrar [aqui](broken://pages/-MXbt6HS2S3Svd3GbG2O).

## Instalación del firmware Klipper en nuestra Spider

Uno de los pasos de instalación de Klipper es la creación y actualización del firmware de la placa.

Para nuestra Spider estas son las opciones a usar cuando realizamos el paso "menuconfig"

* habilitar "extra low-level configuration setup"
* seleccionar "12Mhz crystal" como referencia de reloj

### Boot address opción 1

Actualmente no disponemos de la opción para poder definir en Klipper la "boot address" así que disponemos de los siguientes firmware preconfigurados [klipper.bin](https://github.com/FYSETC/FYSETC-SPIDER/tree/main/firmware/Klipper) y [klipper-UART0.bin](https://github.com/FYSETC/FYSETC-SPIDER/tree/main/firmware/Klipper) (la diferencia entre ambos la puedes encontrar [here](https://github.com/FYSETC/FYSETC-SPIDER/tree/main/firmware/Klipper)) estan en el boot address 0x8000000. Por favor sigue los pasos para [subir el firmware por DFU](/reviews-guias/electronica/fysetc/fysetc-spider.md#firmware) pero **indicando que el "Start address" es 0x08000000 y seleccionando klipper.bin pero no firmware.bin.**

### Boot address opción 2

Si Klipper soporta en un futuro "boot address" para los procesadores STM32F446 podremos definir como "boot address" 0x08010000 y generar nuestro propio firmware Klipper.

En ese caso necesitaremos quemar el bootloader primero. Podemos encontrar el bootloader de nuestra Fysetc en el directorio bootloader del repositorio de github siguiendo las instrucciones indicadas [aqui](https://github.com/FYSETC/FYSETC-SPIDER/tree/main/bootloader). Una vez realizados estos pasos podemos realizar el proceso normal para subir el firmware por SD.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://labs.3dwork.io/reviews-guias/electronica/fysetc/fysetc-spider/fysetc-spider-klipper.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
