pcb

rats don't print in the eps HID

Bug #699338 reported by KaiMartin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pcb
Confirmed
Wishlist
Unassigned

Bug Description

The EPS HID does not emit rats.

To reproduce:
1) Create a layout foobar.pcb with unresolved rats
2) try to print with the EPS HID:
    pcb -x --layer-stack "top,rats" --eps-file "/tmp/foobar.eps" foobar.pcb

There are no rats visible in foobar.eps. pcb does not complain about the rats layer.

---<)kaimartin(>---

Revision history for this message
Traumflug (mah-jump-ing) wrote :

Looking at the code, this appears to be intentional. See line 645 in src/draw.c:

  if (gui->gui) /* <== true only when a "real" gui is present.
    {
      /* Draw element Marks */
      ...
      /* Draw rat lines on top */
      if (gui->set_layer ("rats", SL (RATS, 0), 0))
        {

Marking as "wishlist."

Changed in pcb:
importance: Undecided → Wishlist
status: New → Confirmed
Traumflug (mah-jump-ing)
Changed in geda-project:
importance: Undecided → Wishlist
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.