sane-project-website/old-archive/1998-11/0233.html

71 wiersze
2.8 KiB
HTML

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<!-- received="Mon Nov 23 14:59:13 1998 PST" -->
<!-- sent="Tue, 24 Nov 1998 23:57:42 +0100" -->
<!-- name="Angel Orille-Franz" -->
<!-- email="angel@ee1.upc.es" -->
<!-- subject="Mustek MFC-08000CZ suffers damage with y_range.max=292.0" -->
<!-- id="" -->
<!-- inreplyto="" -->
<title>sane-devel: Mustek MFC-08000CZ suffers damage with y_range.max=292.0</title>
<h1>Mustek MFC-08000CZ suffers damage with y_range.max=292.0</h1>
<b>Angel Orille-Franz</b> (<a href="mailto:angel@ee1.upc.es"><i>angel@ee1.upc.es</i></a>)<br>
<i>Tue, 24 Nov 1998 23:57:42 +0100</i>
<p>
<ul>
<li> <b>Messages sorted by:</b> <a href="date.html#233">[ date ]</a><a href="index.html#233">[ thread ]</a><a href="subject.html#233">[ subject ]</a><a href="author.html#233">[ author ]</a>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0234.html">Volker Beyerle: "microtek 330"</a>
<li> <b>Previous message:</b> <a href="0232.html">David Mosberger-Tang: "Re: Too many options for xscanimage"</a>
<!-- nextthread="start" -->
<!-- reply="end" -->
</ul>
<!-- body="start" -->
Hello,<br>
<p>
I want to inform you that with the following settings in<br>
"sane-1.00/backend/mustek.c"<br>
the Mustek MFC-08000CZ scanner breaks apart in thousand peaces without<br>
having time to shut it down:<br>
<p>
else if (strncmp (model_name, "MFC-08000CZ", 11) == 0)<br>
{<br>
dev-&gt;x_range.max = SANE_FIX (220.0); /* measured */<br>
dev-&gt;y_range.max = SANE_FIX (292.0); /* measured */<br>
dev-&gt;dpi_range.max = SANE_FIX (800);<br>
<p>
Though, it was interesting to screw it several times together ;) ,<br>
I would like to suggest to modify these lines in order to prevent further<br>
hardware breakdowns to :<br>
<p>
else if (strncmp (model_name, "MFC-08000CZ", 11) == 0)<br>
{<br>
dev-&gt;x_range.max = SANE_FIX (220.0); /* measured */<br>
dev-&gt;y_range.max = SANE_FIX (284.0); /* experienced */<br>
dev-&gt;dpi_range.max = SANE_FIX (800);<br>
}<br>
<p>
(Each value &gt; 284.0 leads to loose one or more sprockets in my scanner ;) - I<br>
think that<br>
the differences between the values is due to great production tolerances)<br>
<p>
<p>
Thank you very much for your attention!<br>
<p>
Greetings,<br>
Angel Orille<br>
<p>
<p>
<pre>
--
Source code, list archive, and docs: <a href="http://www.mostang.com/sane/">http://www.mostang.com/sane/</a>
To unsubscribe: echo unsubscribe sane-devel | mail <a href="mailto:majordomo@mostang.com">majordomo@mostang.com</a>
</pre>
<!-- body="end" -->
<p>
<ul>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0234.html">Volker Beyerle: "microtek 330"</a>
<li> <b>Previous message:</b> <a href="0232.html">David Mosberger-Tang: "Re: Too many options for xscanimage"</a>
<!-- nextthread="start" -->
<!-- reply="end" -->
</ul>