VORON Design

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members!

Recent content by transonic_gecko

  1. transonic_gecko

    Solved LDO V0.2-S1 Picobilical 5V stopping MCU from starting

    I'm late to the party, but had the exact same experience and fixed it the exact same way. Pi 3B works flawlessly, but I had to do the same thing with the Pi 4 in order to get it to boot. The LDO guys on Discord didn't seem to acknowledge the issue...
  2. transonic_gecko

    LDO 0.2-S1 kit Flashing Picobilical CB

    Yeah, the same binary can be flashed to both. Once you have Klipper installed, you can just use "make flash FLASH_DEVICE=/dev/serial/by-id/..." to update each board in the future, without needing to boot into DFU or bootloader modes with a jumper or by holding down buttons. If course if you...
  3. transonic_gecko

    Solved Voron Display V1.0 not working after flashing

    Don't forget to mark this as "Solved".
  4. transonic_gecko

    BOM Switches

    v0.2r1 adds another switch for the filament runout sensor.
  5. transonic_gecko

    X and Y are moving simultaneously when homing and first print test was slanted.

    It doesn't appear so. The one here https://github.com/SrgntBallistic/Formbot-V0/blob/v0.2/Firmware/bigtreetech-skr-pico-v1.0.cfg doesn't have the same error.
  6. transonic_gecko

    X and Y are moving simultaneously when homing and first print test was slanted.

    Why is your rotation_distance set to 33 for the y stepper? It should be set at 40, just like it is for the x stepper.
  7. transonic_gecko

    v0 display stuck at DFU mode after upgrade

    I use make flash.
  8. transonic_gecko

    new FYSETC 0.2 Pro R1 issues

    I'm not familiar with the catalyst board. Do you need to add any jumpers to enable sensors homing?
  9. transonic_gecko

    v0 display stuck at DFU mode after upgrade

    Interesting. For whatever reason, I never see that error when flashing updates to my v0 Display...
  10. transonic_gecko

    v0 display stuck at DFU mode after upgrade

    Hm. Shouldn't need a bootloader. Everything looked correct to me in the code snippet above, but dfu-util is reporting a failure during the flash...
  11. transonic_gecko

    v0 display stuck at DFU mode after upgrade

    Which command are you using to flash the board? Can you send us that?
  12. transonic_gecko

    v0 display stuck at DFU mode after upgrade

    Try it again, with the correct configuration.
  13. transonic_gecko

    v0 display stuck at DFU mode after upgrade

    Your config is still wrong. Enable SPI bit-banging, but not I2C.
  14. transonic_gecko

    v0 display stuck at DFU mode after upgrade

    See my post above -- your Optional Features are set incorrectly.
  15. transonic_gecko

    v0 display stuck at DFU mode after upgrade

    Check the box next to Support external sensor devices and uncheck the box next to Support software based I2C "bit-banging". Then recompile and reflash.
Top