EagleCAD를 쓰다보면 기능은 있는데, 메뉴에 나와 있지 않아서 접근이 힘든 경우가 있다. 대부분이 Edit Commands 기능들이다. 이럴땐 Help를 찾아보거나 열심히 구글링하거나……
여기에 정리하는 이유는 나중에 찾기 쉽게하기 위해… ^^*
Ripup
작업한 라우팅을 날려버릴때 사용한다.
만약 라우팅 전부를 없애고 싶으면, “Ripup;” 하면 된다.
Function
Changes routed wires and vias into airwires.
Changes the display of polygons to “outlines”.
Syntax
RIPUP;
RIPUP [ @ ] [ ! ] •..
RIPUP [ @ ] [ ! ] signal_name..
Mouse keys
Ctrl+Right rips up the group.
See also DELETE, GROUP, POLYGON, RATSNEST
The RIPUP command changes routed wires (tracks) into airwires. That can be done for:
- all signals (RIPUP;)
- all signals except certain ones (e.g. RIPUP ! GND VCC;)
- one or more signals (e.g. RIPUP D0 D1 D2;)
- certain segments (chosen with one or more mouse clicks)
- all polygons (RIPUP @;)
- all polygons of certain signals (e.g. RIPUP @ GND VCC;)
- all polygons except those of certain signals (e.g. RIPUP @ ! GND VCC;)