element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Chat (English) Printing 'feature'
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 3 replies
  • Subscribers 178 subscribers
  • Views 325 views
  • Users 0 members are here
Related

Printing 'feature'

autodeskguest
autodeskguest over 12 years ago

I have found a 'feature' while trying to print a layout.

 

In this layout, I use the "trestrict" layer.

Printing allows the option 'solid' to be selected or not.

If 'solid' is selected (the default), then all is OK.

If 'solid' is deselected (to not obscure some detail) then my HP

laserjet appears to swallow the print job without trace.

 

I have Eagle version 6.5 installed on OpenSuse Linux 12.1, using CUPS,

printing directly (over a TCP socket) to an HP Laserjet CP3525 colour laser.

 

CUPS insists that the files have printed (data was sent), but no paper

or error or warning appears on either the printer or in CUPS, just no

printout.

 

I imagine that this is a printer problem (it doesn't like the 'hashed'

pattern of trestrict), rather than Eagle, but it might be helpful for

anyone suffering similar problems.

 

I imagine that other HP Laserjets are also affected.

 

Cheers,

 

Bob von Knobloch.

 

  • Sign in to reply
  • Cancel
  • autodeskguest
    autodeskguest over 12 years ago

    Robert von Knobloch wrote:

     

    I have found a 'feature' while trying to print a layout.

     

    In this layout, I use the "trestrict" layer.

    Printing allows the option 'solid' to be selected or not.

    If 'solid' is selected (the default), then all is OK.

    If 'solid' is deselected (to not obscure some detail) then my HP

    laserjet appears to swallow the print job without trace.

     

    I have Eagle version 6.5 installed on OpenSuse Linux 12.1, using CUPS,

    printing directly (over a TCP socket) to an HP Laserjet CP3525 colour

    laser.

     

    CUPS insists that the files have printed (data was sent), but no paper

    or error or warning appears on either the printer or in CUPS, just no

    printout.

     

    I imagine that this is a printer problem (it doesn't like the 'hashed'

    pattern of trestrict), rather than Eagle, but it might be helpful for

    anyone suffering similar problems.

     

    I imagine that other HP Laserjets are also affected.

     

    Cheers,

     

    Bob von Knobloch.

     

    In the CUPS config file (usually /etc/cups/cupsd.conf) you can change the

    LogLevel parameter to 'debug', restart CUPS, and it will then dump the

    entire print job history of any future print jobs to its log file

    (/var/log/cups/error_log or wherever SUSE puts it). If CUPS is failing

    silently, examining these detailed logs will typically show where things

    went wrong. Don't forget to revert the LogLevel back to the default

    (typically 'warn') when done to avoid massive print logs.

     

    Another option is to print to PDF and then, if it actually generated a PDF,

    just output the PDF file directly to the printer using lpr.

     

    If you've already tried both of those steps, CUPS doesn't report any

    problems, and the printer still doesn't print, then yes, you've run across a

    printer bug. I've occasionally run across them on my Brother laser printer's

    built-in postscript interpreter as well.

     

    Bob Johnson

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 12 years ago in reply to autodeskguest

    On 13/09/13 08:45, Robert Johnson wrote:

    Robert von Knobloch wrote:

     

    I have found a 'feature' while trying to print a layout.

     

    In this layout, I use the "trestrict" layer.

    Printing allows the option 'solid' to be selected or not.

    If 'solid' is selected (the default), then all is OK.

    If 'solid' is deselected (to not obscure some detail) then my HP

    laserjet appears to swallow the print job without trace.

     

    I have Eagle version 6.5 installed on OpenSuse Linux 12.1, using CUPS,

    printing directly (over a TCP socket) to an HP Laserjet CP3525 colour

    laser.

     

    CUPS insists that the files have printed (data was sent), but no paper

    or error or warning appears on either the printer or in CUPS, just no

    printout.

     

    I imagine that this is a printer problem (it doesn't like the 'hashed'

    pattern of trestrict), rather than Eagle, but it might be helpful for

    anyone suffering similar problems.

     

    I imagine that other HP Laserjets are also affected.

     

    Cheers,

     

    Bob von Knobloch.

     

    In the CUPS config file (usually /etc/cups/cupsd.conf) you can change the

    LogLevel parameter to 'debug', restart CUPS, and it will then dump the

    entire print job history of any future print jobs to its log file

    (/var/log/cups/error_log or wherever SUSE puts it). If CUPS is failing

    silently, examining these detailed logs will typically show where things

    went wrong. Don't forget to revert the LogLevel back to the default

    (typically 'warn') when done to avoid massive print logs.

     

    Another option is to print to PDF and then, if it actually generated a PDF,

    just output the PDF file directly to the printer using lpr.

     

    If you've already tried both of those steps, CUPS doesn't report any

    problems, and the printer still doesn't print, then yes, you've run across a

    printer bug. I've occasionally run across them on my Brother laser printer's

    built-in postscript interpreter as well.

     

    Bob Johnson

     

     

    No Bob, it's the printer.

    I can capture the Postscript file on the ethernet cable, as it is sent

    to the printer. Just no output.

     

    Chees,

     

    Bob

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 12 years ago in reply to autodeskguest

    This could be the 'banknote printing prevention' mechanism that many

    laser color printers now have, mandatory scanning for the fine hashed

    patterns as banknotes typically have. Another government intrusion in IT.

     

    R.

     

    On 13/09/2013 10:03, Robert von Knobloch wrote:

    On 13/09/13 08:45, Robert Johnson wrote:

    Robert von Knobloch wrote:

     

    I have found a 'feature' while trying to print a layout.

     

    In this layout, I use the "trestrict" layer.

    Printing allows the option 'solid' to be selected or not.

    If 'solid' is selected (the default), then all is OK.

    If 'solid' is deselected (to not obscure some detail) then my HP

    laserjet appears to swallow the print job without trace.

     

    I have Eagle version 6.5 installed on OpenSuse Linux 12.1, using CUPS,

    printing directly (over a TCP socket) to an HP Laserjet CP3525 colour

    laser.

     

    CUPS insists that the files have printed (data was sent), but no paper

    or error or warning appears on either the printer or in CUPS, just no

    printout.

     

    I imagine that this is a printer problem (it doesn't like the 'hashed'

    pattern of trestrict), rather than Eagle, but it might be helpful for

    anyone suffering similar problems.

     

    I imagine that other HP Laserjets are also affected.

     

    Cheers,

     

    Bob von Knobloch.

     

    In the CUPS config file (usually /etc/cups/cupsd.conf) you can change the

    LogLevel parameter to 'debug', restart CUPS, and it will then dump the

    entire print job history of any future print jobs to its log file

    (/var/log/cups/error_log or wherever SUSE puts it). If CUPS is failing

    silently, examining these detailed logs will typically show where things

    went wrong. Don't forget to revert the LogLevel back to the default

    (typically 'warn') when done to avoid massive print logs.

     

    Another option is to print to PDF and then, if it actually generated a

    PDF,

    just output the PDF file directly to the printer using lpr.

     

    If you've already tried both of those steps, CUPS doesn't report any

    problems, and the printer still doesn't print, then yes, you've run

    across a

    printer bug. I've occasionally run across them on my Brother laser

    printer's

    built-in postscript interpreter as well.

     

    Bob Johnson

     

     

    No Bob, it's the printer.

    I can capture the Postscript file on the ethernet cable, as it is sent

    to the printer. Just no output.

     

    Chees,

     

    Bob

     

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube