Will R
05/12/2022, 2:41 PMMatt Venn
05/12/2022, 8:27 PMWill R
05/12/2022, 8:56 PMWill R
05/12/2022, 8:59 PMWill R
05/13/2022, 1:29 AMWill R
05/13/2022, 12:47 PMMitch Bailey
05/16/2022, 6:47 AMMitch Bailey
05/16/2022, 6:49 AMWill R
05/16/2022, 4:29 PMWajeh ul hasan
05/16/2022, 5:30 PMWajeh ul hasan
05/16/2022, 5:32 PMWill R
05/16/2022, 5:45 PM- [net_name] ( PIN [net_name] ) + USE SIGNAL
+ ROUTED [layer] [track_width] + SHAPE STRIPE ( [track_x1] [track_y1] ) ( [track_x2] [track_y2] )
NEW [layer] [track_width] + SHAPE STRIPE ( [track_x1] [track_y1] ) ( [track_x2] [track_y2] ) ;
That syntax creates a linear track rather than a polygon, so the x-coordinates should both be set to the pin's x-center for vertical pins, and the y-coordinates should both be set to the pin's y-center for horizontal pins. Likewise, 'track_width' should be equal to the pin's width for vertical pins, height for horizontal pins.