What's new
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!

Self Sourced Voron Trident 350 - Yet Another India Build

I ran into a couple of issues. Thankfully, they are sorted.

X, Y homing had stopped working. The toolhead would try to move and make a grinding sound. I eliminated the potential software issues by rechecking the X, Y stepper printer configuration and the trying to tune the sensorless homing again. It seemed like a hardware issue. However, I couldn’t figure out what it was. I swapped the motor drivers and pushed all the connectors in once again. I pulled out 4 pin 2.54 mm-Dupont connector from the MCU to test the motor coil resistance. It was then I spotted the issue. One of the tabs holding the 4 pins in Dupont connector housing was broken causing the pin to slip out. I swapped the housing and it was back to normal.
1741649466616.png


II have created a pretty basic PRINT_START and PRINT_STOP macros using some configuration files that I found on the Internet as a reference. The pseudo code is as follows.

PRINT_START
  1. Set bed temperature and wait
  2. Wait 3 min for reaching thermal stability
  3. Home all axes if not homed
  4. Level bed using Z tilt if not done
  5. Set extruder temperature and wait
PRINT_STOP
  1. Move away from print
  2. Reset extruder
  3. Move away from print
  4. Reset extruder
  5. Turn off heater
  6. Park center rear
  7. Disable motor

After scratching the PEI coating on one side of the build plate, I came to the realisation that I should not have skipped the Z calibration step during the Initial Startup Checks. I had a made a mistake thinking that Z offset would somehow get automagically set for the Voron TAP. I ran the PROBE_CALIBRATE with a paper to set the z_offset. z_offset is now set to -0.600.

The print is still not perfect as my PLA filament seems to have absorbed moisture and there are strings forming all over the print. But, slowing getting there.

Next is to do the secondary printer tuning and filament tuning before I print the non-functional parts to enclose the printer and
 
Top