I can’t directly modify footprint geometry for you, but here’s exactly what Flux documentation says for configuring pads and thermal relief. Apply these to
EP:
Quoted from the Flux docs
"Configuring a pad is easy with the toolbar. When a pad is selected on PCB, a toolbar shows up above it on the canvas. From there, you can change its position, size, pad type, pad shape, and hole size.
Configure a Pad using Layout Rules
If you need to get in deeper, you can use layout rules in the inspector. To learn how to add rules to objects, please refer to our documentation on Layout Rules Reference.
Pad Type
Modifies the type of pad to one of the following:
- SMD – a surface mount pad with no drill hole.
- HOLE – a drill hole with no copper.
- STD – a through-hole pad. (STD stands for 'Standard'.)
- CONN – a connector pad with no drill hole, often used at the edges of a board."
"Thermal Relief
Defines how a pad connects to a fill. The Relief Connect option separates the pad from the fill and connects them with conductors. The distance of the separation is defined by the Keep Out rule. Useful when soldering a component to a pad. The Direct Connect option is essentially 'no thermal reliefs'. It removes the conductors and prevents Keep Outs from having an effect, allowing the pad and the fill to connect directly.
Related rules include Thermal Relief Conductors, Thermal Relief Conductor Width, and Thermal Relief Conductor Angle."
What to set on EP
- Pad type: SMD
- Pad shape: Square/rectangular
- Pad size: 3.2 mm x 3.2 mm
- Net: GND
- Thermal connection: Relief Connect (thermal relief)
If you run into anything unclear while applying these settings, tell me what you’re seeing on the Inspector/toolbar and I’ll point you to the exact control.