Filling vias with NOVA
Use Case:
The use case for this guide is to deposit material into a hole (ex. a via) in order to fill it. This is normally difficult because NOVA isn't really designed for probing holes. This guide will take a user through dispensing in a hole without probing, using console commands and the camera for alignment.
Guide:
Start by securing the substrate to NOVA and attaching an assembled dispenser to NOVA:
In NOVA's software, open the camera settings from bottom left corner:

Open the console (~ key) and prepare the camera by entering the following command:
@CAMERA CENTERXYZ B10 PX0.5 PREP NEW

Once the camera is finished preparing, enter this command to prepare the dispenser:
@XYZPO SET_OUTPUT_Z; M2 Z1; V5 T2 S ; @XYZPO SET_OUTPUT_XY; M2 Z0; V7 T2 Z-1.5; V8
Close the console (~ key) and use the arrow buttons to center the camera crosshair on the via for printing. To toggle the mm step size of the arrow buttons click on the number in the center (50, 10, 1, 0.1, 0.01). Open the console (~ key) and take note of the XY coordinates for the hole center:
Example: x:190.086853 y:125.066131

Use the following command to move the dispenser to camera's exact position (with your coordinates substituted):
V1 X190.086853 Y125.066131 T2
To lower the dispenser to the via use this command:
V1 Z5 T2
The Z height will take some trial and error to dial in. It's best to start high and work your way down. 15mm then 10mm etc. The command is using absolutely values, not a change from your previous position.
With the nozzle now hovering right above the via, start dispensing using this command and the pressure setting for your material:
@DISPN PRESSURIZE 1150 0.1
*In this example Dispenser Pressure is 1150 (1150) and Dispense Threshold is 10% (0.1)
Home dispenser to stop dispensing once the via is filled:
@DISPN HOME
Use this command to raise the dispenser before moving to the next via or ending the dispense session:
V8
Last updated
Was this helpful?