Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
paperbot_ee.rules 791 B

(rules PCB paperbot_ee
  (snap_angle 
    fortyfive_degree
  )
  (autoroute_settings
    (fanout off)
    (autoroute on)
    (postroute on)
    (vias on)
    (via_costs 50)
    (plane_via_costs 5)
    (start_ripup_costs 100)
    (start_pass_no 104)
    (layer_rule F.Cu
      (active on)
      (preferred_direction vertical)
      (preferred_direction_trace_costs 1.0)
      (against_preferred_direction_trace_costs 2.3)
    )
  )
  (rule
    (width 1000.0)
    (clear 200.0)
    (clear 125.0 (type smd_to_turn_gap))
    (clear 200.2 (type default_smd))
    (clear 50.0 (type smd_smd))
  )
  (via_rule
    default
  )
  (class default
    3v3 VIN NET1
    (clearance_class default)
    (via_rule default)
    (rule
      (width 1000.0)
    )
    (circuit 
      (use_layer F.Cu)
    )
  )
)