Here are some useful commands for working in Fusion 360. For the commands that go in the command line window, pay attention to "@" and ";" -- change the meaning of some commands significantly.
In all cases, you'll either need to click in the command line panel (Above the main part of the window) or (much faster) type /
.
help info
-- get documentation aboutinfo
help move
-- get documentation aboutmove
- etc.
show C1
-- HighlightC1
show C2
-- highlightC1
and draw a box around it.
display none
-- hide everything.display all
-- show everything.display none tplace tnames
-- show justtplace
andtnames
.display all -tplace
-- show everything buttplace
move c1
-- start movingC1
.- ctrl-click to rotate the part.
grid mm; grid 1
-- set grid for part placement.grid mm; grid 0.5
-- set grid for reference designator and value placement.move;
-- then select parts withgroup
tool. Ctrl-click and selectmove: group
to move the group.- command-click (Mac), Ctr-click (Windows) -- snap to grid.
move
then shift-click -- move a whole polygon.grid mm; grid 0.85
-- move items by 0.85mm
change width 10mil
-- change wire widths to 10mil by clicking on them.change align center
-- change alignment of text items to 'center'display none tplace tdocument tnames
, select all (command-A),change align center
, right-click select "Change: group" -- change alignment of all reference designators and values.
Example: Create a row of 6 SMDs at 0.7mm pitch at 0.8mm above the origin.
grid mm
grid 0.7
- Place the SMDs in a row starting at (0, 0).
grid 0.8
- Select all the SMDs.
- Group move them up one grid square (0.8mm)
grid 0.21
- Select all SMDs
- Group move them to the lift one grid square (6 * 0.7/2 = 0.21mm).
route
-- start routing. Select particular router from tool bar. "walkaround obstacles" is a good default.route gnd
-- start routingGND
fanout device U1
-- fanoutU1
by adding stubby wires and vias to the pins onU1
fanout signal GND
-- fanoutGND
by adding stubby wires and vias to all the pins onGND
auto
-- Open the auto router configuration window.auto;
-- just run the auto router.ripup;
-- ripup (unroute) all nets.ripup GND
-- Just ripupGND
.ripup ! GND
-- Ripup everything butGND
.ripup @;
-- Draw pours as polygons.ratsnest
-- Recompute unrouted nets and fill in pours.ripup ! RFN RFP CLK_POS CLK_NEG; fanout signal GND BAT_GND 3V3 VBAT; auto;
-- Reroute your board (tweak to suit your design.)
- Draw a polygon in the metal layer you want the pour in (e.g., `Top).
- Set the signal you want the pour to carry (either in the pop-up that appears when you finish drawing the polygon or by
info
to set properties of the polygon).
- Draw a polygon in the metal laye you want the cutout in. Use
info
to set the 'Polygon pour' property tocutout
.
drc
-- inspect and configure design rule check settings.drc;
-- Just run DRC.display none unrounted
-- Just show unrouted nets.