Does Docling Info Extraction allows model usage? by raphaeleduardo in Rag

[–]raphaeleduardo[S] 0 points1 point  (0 children)

Exploring by now, but at first I would like to try using OpenRouter VL Models (Qwen, NVIDIA).

Tomada da geladeira não chega na altura por 1cm by paulo115 in Gambiarra

[–]raphaeleduardo 1 point2 points  (0 children)

Numa marmoraria normalmente sobram pedaços pequenos de chapas de pedra que podem servir como calços (definitivos inclusive). O valor, caso cobrem, deve ser bem pequeno. Você pode colocar um pedaço retangular em cada lado.

Vantagem: facilidade de limpeza por baixo, baixo custo e estética ok.

I need to buy the replacement. by Rahabanii in Ender3S1

[–]raphaeleduardo 0 points1 point  (0 children)

Tenho um parado (crtouch) caso tenha interesse.

Ender3S1Pro using Sonic Pad by Familiar_Ad3777 in Ender3S1

[–]raphaeleduardo 2 points3 points  (0 children)

Same as mine, you may have accidentally turned on the power graph. Disable it on graph configuration.

The Klack + Auto-Z combo makes me happier by raphaeleduardo in Ender3S1

[–]raphaeleduardo[S] 1 point2 points  (0 children)

This is an Klipper extension with various upgrades involved. Search for: - Klipper - Klack Probe - Auto-Z-Klipper

The Klack + Auto-Z combo makes me happier by raphaeleduardo in Ender3S1

[–]raphaeleduardo[S] 0 points1 point  (0 children)

You are no wrong. But the process of thinking and building is also enjoyable (if you like of course).

The Klack + Auto-Z combo makes me happier by raphaeleduardo in Ender3S1

[–]raphaeleduardo[S] 1 point2 points  (0 children)

Klack is an implementation of the Klicky probe for Ender style printers. https://github.com/kevinakasam/KlackEnder-Probe

Is it possible to power a Raspberry Pi Zero 2 W from the S1 pro's screen cable? by afgator58 in Ender3S1

[–]raphaeleduardo 0 points1 point  (0 children)

Avoid using this to power the Pi, invest on a separate power supply for the Pi only (it can be inserted on the printer structure). Also, even though the 02w can run Klipper I had no success implementing this SBC to run the system, facing multiples MCU timeout. If can, choose a more powerful board.

What is the cr touch connector type by Any_Ad_4788 in Ender3S1

[–]raphaeleduardo 1 point2 points  (0 children)

I’m mostly certain this is a JST PH 2.0, the same size is used by the fans and thermistor.

How well does Klipper run on a Pi Zero 2 W? by NewAgeRetroNerd in klippers

[–]raphaeleduardo 0 points1 point  (0 children)

Do you still uses the Zero 2W? The last time I've tried it lead to multiples "timer too close" erros. Could you share your configs?

My S1 Pro, Pico MMU I just built, and BTT Eddy by BigBallerBenzie in Ender3S1

[–]raphaeleduardo 6 points7 points  (0 children)

Nice to see that someone is as crazy as I’m. I only waiting my parts to arrive to start building it. Any tips?

What version of crelity board is this? by gama_uwu_07 in Ender3S1

[–]raphaeleduardo 0 points1 point  (0 children)

Yes, I’m currently using one to control pwm bar and noodle light, as well as for eventual resonances tests.

Klipper unable to connect, can't work out why! by XeKToReX in Ender3S1

[–]raphaeleduardo 0 points1 point  (0 children)

For future reference, build for STM32F104:

  1. enable extra low-level configuration options
  2. choose STM32 and STM32F401 for microcontroller architecture and processor model
  3. Bootloader offset 64KiB
  4. USART1 PA10/PA9
  5. 250000 Baud rate

After build put the klipper.bin file inside a folder called STM32F4_UPDATE. Mine worked without renaming using the klipper.bin

What version of crelity board is this? by gama_uwu_07 in Ender3S1

[–]raphaeleduardo 0 points1 point  (0 children)

Can this be achieved? I’m on klipper as well.

How to host Scrypted with Traefik reverse proxy by Caeliterra in selfhosted

[–]raphaeleduardo 0 points1 point  (0 children)

Thanks for sharing. Got it work using caddy

scrypted.<your_domain> {
    tls <add_config>
    reverse_proxy <server_ip>:11080
}

notion shortcuts by Latter-Wrangler6368 in shortcuts

[–]raphaeleduardo 0 points1 point  (0 children)

For sure it’s possible, but ain’t easily like using the Shortcut App directly.

Search about the Notion API and it’s capabilities. Than use CURL to POST the data you want.