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 Xiar

  1. X

    A/B vs X/Y

    Trident uses the CoreXY kinematics in klipper. It involves having stationary motors that each move the toolhead in a diagonal direction. Then the kinematics can calculate the speed and direction to turn each motor for straight lines or curved lines in any direction. The Stacker you mention...
  2. X

    Unknown pin chip name 'pin'

    In your [probe] section you have the pin set as: pin: pin: ^ebbcan:gpio6 Change that to: pin: ^ebbcan:gpio6
  3. X

    Neopixel as case lights

    Klipper handles up to around 200 neopixels without issue. Past that if your using led_effects you’ll need to start lowering the frame rate on your effects. With 100 of them you should be fine to run them off the octopus.
  4. X

    Neopixel as case lights

    That should work without any issues. Be sure to connect the v- of the 5v psu to the v- of the 24v psu so that they share a common ground.
  5. X

    problem ID DRV_STATUS:001900d0

    Typically means your stepper plugged into the stepper_z3 driver is currently either wired incorrectly or the connector hasn’t been fully seated.
  6. X

    Change homing order

    You’ll need to switch to homing override. However. If you want a quick way to get around this. Take that homing gcode you tried to use. And replace g28 in your print start macro with it. It will do the same thing.
Top