extendPaths
APR.device.route extendPaths boolean { t | nil }
Description
Enables paths on higher layers to extend further than paths on lower layers. This optimization is used to connect to multiple wires in a mesh and to collect pins that are already logically connected.
GUI Equivalent
Examples
envGetVal("APR.device.route" "extendPaths")
envSetVal("APR.device.route" "extendPaths" 'boolean nil)
Related Topics
Routing Assistant User Interface for Device-Level Routing
Return to top