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 Vector

  1. V

    Klipper docker

    Thanks for the info. I found some initial information about klipper macros, but will have to dig deeper. Do you have a tutorial or documentation you can recommend?
  2. V

    TMC2209 sensorless homing octopus V1.1

    Thank you, I just now found the issue. I was forcing the uart_address to a specific value which I found in some tutorial but this appears to be wrong. Commenting out the uart_address lines resolves my issue. I also changed the diag pin as you indicated. Homing appears to work now!
  3. V

    Klipper docker

    Thank you, I agree it should be possible but I'm not sure how to run a seperate python custom python script on the raspberry PI next to the Mainsail OS. The goal will be to have a camera that takes pictures, a script on the PI will convert them to gcode, load the gcode in mainsail and print...
  4. V

    TMC2209 sensorless homing octopus V1.1

    Hello all, I am setting up sensorless homing using TMC2209 drivers with the Octopus V1.1 control board. When trying to home I get the error "Unable to read tmc uart 'stepper_x' register IFCNT" & "Unable to read tmc uart 'stepper_y' register IFCNT" I believe my pins in printercfg are set up...
  5. V

    Klipper docker

    Hello, I'm new to Voron and just looking into the electronics and software. As I understand it a raspberry PI is usually chosen as the control board, running klipper with Mainsail interface. I want to create custom python scripts that will run on that same raspberry pi, that will generate gcode...
Top