<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Ormerod from RS</title>
        <description>Hi All

This is my first post on the forum, so ......Hello :-)

I&#039;ve just purchased an Ormerod  from RS components. Number 003 of 500 no less!

As no assembly instructions were supplied, I assume the only place to get the instructions is on  Reprappro web site. I did find instructions there, but obviously the proof reader had taken a day off, as there are numerous omissions and design changes since these instruction were posted.

So is there another website for assembly instructions for the current/RS model of Ormerod printer or is it a case of just emailing support at Reprappro?

Thanks

Rob</description>
        <link>https://reprap.org/forum/read.php?340,275446,275446#msg-275446</link>
        <lastBuildDate>Wed, 15 Jul 2026 13:06:31 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,359753#msg-359753</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,359753#msg-359753</link>
            <description><![CDATA[ I guess you could make up a small board that plugs into the expansion connector, containing 3 resistors to provide 2 different voltages to feed to 2 spare analog inputs of the SAM3X. The gain and offset errors should be the same for all inputs as there is only one amplifier. But it's a shame that this ADC needs calibration. I have never needed to calibrate the ADCs on atmega and attiny processors, because the gain and offset errors in these processors are very small (at least if you don't use the amplifier that some of these processors have).<br />
<br />
RRP's solution is to increase the value of the series resistor, so that less ADC accuracy is needed at the bottom of the temperature range.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Ormerod</category>
            <pubDate>Sat, 24 May 2014 06:43:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,359734#msg-359734</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,359734#msg-359734</link>
            <description><![CDATA[ Its true that its not as convenient as the simpler A2D , however the gain and offsets can be largely eliminated by calibration. With that done , you effectively get much better accuracy by being able to take the average of more samples.<br />
<br />
The pdf note in link above suggests to use 0.1 %resistors to  set the calibration points at 20% and 80% of the supply, but I am wondering whether it may not be possible to use the hot end board PWM to set the calibration points which anyway is trying to simulate a DAC ( if I understand how it works correctly)<br />
<br />
As always apolgies for talking about it rather than doing it!<br />
<br />
regards<br />
Andy]]></description>
            <dc:creator>kwikius</dc:creator>
            <category>Ormerod</category>
            <pubDate>Sat, 24 May 2014 05:39:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,358699#msg-358699</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,358699#msg-358699</link>
            <description><![CDATA[ Yes, the SAM3X sampling speed is indeed much better than for the atmega. Although that's irrelevant in the Duet, because nothing needs to be sampled that fast. It's the gain and offset errors that I said were appalling. I guess it's because the SAM3X has an amplifying buffer on the ADC input. It's a pity that you can't bypass the buffer when you are using it single-ended with a gain of 1, as the Duet does.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Ormerod</category>
            <pubDate>Wed, 21 May 2014 18:08:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,358680#msg-358680</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,358680#msg-358680</link>
            <description><![CDATA[ DC42 - calling the SAM3 ADC  characteritics appaling is a bit harsh!  :)<br />
<br />
I believe the SAM3 outperforms the atmega series an order of magnitude in terms of sheer sampling speed , which was a major design goal I believe(See  link below). Adjustable gain, differential inputs  1 usec per sample versus 65 usec for the atmega I think (200 kHz max clock * 13 ck cycles per sample AFAICS).  <br />
<br />
Some useful info on SAM3 calibration <a href="http://www.atmel.com/Images/doc11106.pdf" target="_blank"  rel="nofollow">here</a><br />
<br />
regards<br />
Andy]]></description>
            <dc:creator>kwikius</dc:creator>
            <category>Ormerod</category>
            <pubDate>Wed, 21 May 2014 17:35:22 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,358265#msg-358265</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,358265#msg-358265</link>
            <description><![CDATA[ Dc42, Ahh you are right - never compared the datasheets before.]]></description>
            <dc:creator>T3P3</dc:creator>
            <category>Ormerod</category>
            <pubDate>Wed, 21 May 2014 02:54:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,358051#msg-358051</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,358051#msg-358051</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>T3P3</strong><br />
Dc42, not sure that the ADC is worse - rather that the sense resistors we used to be a better fit at 160C + make it a worse fit at 16C.</div></blockquote>
<br />
TPT3, the ADC in the SAM3X is worse, at least in the typical case. <br />
<br />
For the atmega range, the datasheets quote the gain and offset errors as typically 2 LSB. For the SAM3X8E, the gain error min/typ/max are -64, -23 and +12LSB. The offset error min/typ/max are -30, +11.5 and +56LSB. So allowing for the fact that the SAM3X8E ADC is 12-bit and the atmega ADC is 10-bit, the typical gain error of the SAM is 3 times worse than the atmega and the typical offset error is 1.5 times worse. The worst-case errors of the SM3X8E are appalling.<br />
<br />
You would probably have got away with using 1K resistors with the atmega processors.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Ormerod</category>
            <pubDate>Tue, 20 May 2014 14:35:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,358018#msg-358018</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,358018#msg-358018</link>
            <description><![CDATA[ Dc42, not sure that the ADC is worse - rather that the sense resistors we used to be a better fit at 160C + make it a worse fit at 16C.]]></description>
            <dc:creator>T3P3</dc:creator>
            <category>Ormerod</category>
            <pubDate>Tue, 20 May 2014 13:34:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,357749#msg-357749</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,357749#msg-357749</link>
            <description><![CDATA[ cheers dc42.<br />
<br />
the ATC fan was working so i undid the 12V wires and re crimped and soldered them. fan working again! :)]]></description>
            <dc:creator>barkerboy</dc:creator>
            <category>Ormerod</category>
            <pubDate>Tue, 20 May 2014 05:41:07 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,357734#msg-357734</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,357734#msg-357734</link>
            <description><![CDATA[ From previous posts, I believe there are two common causes of this:<br />
<br />
1. ATX PSU has failed. Is the fan on the ATX PSU turning?<br />
<br />
2. Bad connection to the wire that carries 12V from the ATX board to the Duet, because one of the screw terminals has come loose. These terminals need to be re-tightened regularly, especially if you tinned the wires instead of crimping the ferrules on.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Ormerod</category>
            <pubDate>Tue, 20 May 2014 05:04:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,357697#msg-357697</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,357697#msg-357697</link>
            <description><![CDATA[ Hi all<br />
<br />
I've just turned my ormerord on at the power source and the hot end fan didn't turn on. I've had it working before but now it seems to have stopped but I don't remember changing anything. has anyone else had a similar problem?]]></description>
            <dc:creator>barkerboy</dc:creator>
            <category>Ormerod</category>
            <pubDate>Tue, 20 May 2014 03:42:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,349024#msg-349024</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,349024#msg-349024</link>
            <description><![CDATA[ The surprising thing is that the SAM3X ADC is so much worse in this respect than the ADC in the Atmega processors used in earlier RepRaps, despite being 12-bit vs.10-bit.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Ormerod</category>
            <pubDate>Fri, 02 May 2014 06:49:27 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,348992#msg-348992</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,348992#msg-348992</link>
            <description><![CDATA[ Yes, we're replacing the boards with ADC readings that are out of range. They'll come back to us, and then back to the manufacturer, the idea being that they will rework them with higher value sense resistors, I think. As Adrian pointed out to me, you pay a lot for accurate ADCs, particularly fine measuring ones! These are manufactured and tested to exacting standards. So the variability in the ADCs of the cheap Due ARM processor is to be expected, and is most likely caused by minute variations in track width within the processor changing the resistance. Our next batch of Duets will have higher value sense resistors to negate the problem.<br />
<br />
It's still a small proportion that are far out of range. We test any that go out as warranty replacements, though. The boards are tested by the manufacturer, but I'm still not convinced how rigorous they are.<br />
<br />
Ian<br />
RepRapPro tech support]]></description>
            <dc:creator>droftarts</dc:creator>
            <category>Ormerod</category>
            <pubDate>Fri, 02 May 2014 05:57:42 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,348971#msg-348971</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,348971#msg-348971</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>droftarts</strong><br />
Regarding the readings you got; if the 100k resistor reads -2.4C when directly connected to the Duet, it generally means that the Duet needs to be replaced, which we'll do under warranty.</div></blockquote>
<br />
Great that you're offering him a warranty replacement board! In another thread I pointed out an alternative solution to another user having the same problem (AFAR he lives overseas and didn't want to wait for a new board):<br />
<br />
1. Connect a fixed resistor in parallel with the thermistor to bring the readings closer to room temperature, Somewhere between 100K and 220K should do the trick.<br />
<br />
2. Pretend that the added resistor is in parallel with the 1K series resistor, and work out the resistance of the parallel combination. This gives the effective series resistance.<br />
<br />
3. Set that as the series resistance using the R parameter in the M305 command. Use the H parameter to trim out any remaining temperature offset.<br />
<br />
Obviously this solution is most appropriate for those who are used to soldering and have or can easily get a selection of resistors.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Ormerod</category>
            <pubDate>Fri, 02 May 2014 05:14:16 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,348962#msg-348962</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,348962#msg-348962</link>
            <description><![CDATA[ Tom, can you email me, on support at reprappro dot com ? Particularly if you are going to need parts, it needs to go through our system. The forum and private messaging on the forum isn't an 'official' support channel.<br />
<br />
Regarding the readings you got; if the 100k resistor reads -2.4C when directly connected to the Duet, it generally means that the Duet needs to be replaced, which we'll do under warranty. The temperature sensing is affected by the Analogue to Digital Converter (ADC) in the Duet, which are quite variable at the limits of their capability. We regard a temperature of between 16C and 30C acceptable when a 100k resistor is plugged in; any lower than 16C, and the board will register -273C at ambient room temperatures of 10 to 15C. The temperature accuracy improves drastically as the temperature increases.<br />
<br />
Poor connections will also cause higher resistance, so check your wiring first, and the connections in the hot end connector, as dc42 suggests. We'll replace anything that was supplied damaged under warranty, but this does need to be done by emailing us directly.<br />
<br />
Ian<br />
RepRapPro tech support]]></description>
            <dc:creator>droftarts</dc:creator>
            <category>Ormerod</category>
            <pubDate>Fri, 02 May 2014 04:54:37 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,348950#msg-348950</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,348950#msg-348950</link>
            <description><![CDATA[ Tom, are you sure the problem isn't in the 6-pin hot end connector? I had similar issues and that's where the problem was. You need to make sure that the pins are pushed fully home into the plastic shell, otherwise they may not make contact. <br />
<br />
If you do need a new cable then I am sure RRP will supply one free of charge.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Ormerod</category>
            <pubDate>Fri, 02 May 2014 04:29:44 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,348924#msg-348924</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,348924#msg-348924</link>
            <description><![CDATA[ Hi Ian<br />
<br />
Sorry aboutthe long wait. I was under the impression that I would receive an email when you replied but I didn't and only just today came on to see if anything way here, turns out there had been for quite a while.<br />
<br />
I went out and bought a 100k ohm resister which i placed in the circuit instead of the thermister. The circuit then was working (giving a reading of -2.4deg). Then I checked the resistance over the thermister, while it was completely disconnected from the circuit and it read 100k ohm<br />
<br />
This lead me to think that it must have been a connection of the wires to te thermister so I resoldered the thermister into the circuit and it worked for 2 tries of the reseting and testing (M562 P1 followed by M105) procedure, but then it stopped working again.<br />
<br />
Then I looked at the connections elsewhere and found that the female port going into the ciruit board was quite loose so i jiggled it abit and the thermister started working again. <br />
<br />
I then unplugged the circuit from teh board and just placed the resister on the pegs and the readings were correct.<br />
<br />
All this is leading me to believe that I may need a new lead going from the board to the suspended section (lead going from board to hot end fan, probe and thermister) Is it possible to buy just this lead and if so how much is it?<br />
<br />
<br />
TLDR; can i buy a new lead from the board to the thermister?<br />
<br />
Tom<br />
<br />
PS I've now clicked the follow topic box]]></description>
            <dc:creator>barkerboy</dc:creator>
            <category>Ormerod</category>
            <pubDate>Fri, 02 May 2014 02:56:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,343954#msg-343954</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,343954#msg-343954</link>
            <description><![CDATA[ Hi Tom<br />
<br />
This is the easiest way to test the Duet is responding correctly; with the hot end heater off, disconnect the thermistor wires, and put a known-value resistor in place. The following resistor values should yield the following temperatures (if you get a temperature fault, because it is disconnected for more than 1 second, reset it with 'M562 P1') :<br />
100k ohm = 25C<br />
47k ohm = 42C<br />
10k ohm = 84C<br />
1k ohm = 173C<br />
470 ohm = 212C<br />
220 ohm = 261C<br />
100 ohm = 321C<br />
<br />
This will help diagnose if the fault is with the Duet, or with the thermistor wiring.<br />
<br />
If the board is always reading -273, it's probably a board fault. Please email me on support at reprappro dot com with a description of the problem, your full name and address, your RS order number, and whether you have a kit with red or green plastic parts.<br />
<br />
Ian<br />
RepRapPro tech support]]></description>
            <dc:creator>droftarts</dc:creator>
            <category>Ormerod</category>
            <pubDate>Wed, 23 Apr 2014 08:55:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,343931#msg-343931</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,343931#msg-343931</link>
            <description><![CDATA[ Hi Ian<br />
<br />
Just a quick question as I'm struggling to get my thermistor in my hotend working (it keeps displaying -273).<br />
<br />
I've connected it up correctly (as far as I can tell) and when I disconnect it from the control board and check the resistance of the thermistor circuit with my multimeter it returns a resistance of about 125-130 K-ohms, which seemed about right. <br />
<br />
I then figured to test the control board I could set resistance to 0 and see if I got the highest reading I could. I then shorted out the two hot end thermistor pins and pronterface was still returning -273.<br />
<br />
From what I've tested I'm thinking that the problem must be originating within the board or the software.<br />
<br />
Any suggestions?<br />
<br />
Sorry if this is abit all over the place, I'm at a complete loss.<br />
<br />
Tom]]></description>
            <dc:creator>barkerboy</dc:creator>
            <category>Ormerod</category>
            <pubDate>Wed, 23 Apr 2014 08:11:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,331958#msg-331958</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,331958#msg-331958</link>
            <description><![CDATA[ Hi RyanVeitch<br />
<br />
Sorry for the missing parts. All the kits are packed by hand, and it's quite a complicated kit, so we do make mistakes occasionally. RS don't stock any spare parts, you need to get them from us. We don't have access to the RS customer database, so please email us on support at reprappro dot com with a description of the problem, your full name and address, your RS order number, and whether you have a kit with red or green plastic parts, and we'll send out the parts you need as soon as we can.<br />
<br />
Ian<br />
RepRapPro tech support]]></description>
            <dc:creator>droftarts</dc:creator>
            <category>Ormerod</category>
            <pubDate>Sat, 29 Mar 2014 20:34:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,331867#msg-331867</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,331867#msg-331867</link>
            <description><![CDATA[ Hi Ryan,<br />
<br />
One of the bags of parts was missing in my kit too. I emailed RepRapPro about it and they sent me the missing bag straight away.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Ormerod</category>
            <pubDate>Sat, 29 Mar 2014 15:45:13 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,331858#msg-331858</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,331858#msg-331858</link>
            <description><![CDATA[ Hi there,<br />
<br />
We got our Ormerod just this week, last night as we were attempting to assemble it, we hit a problem, it didn't come with any of the required wiring looms, as the instructions said it would. Is this a common problem, is it a radionics problem, or reprap???<br />
<br />
<br />
thanks,<br />
Ryan.]]></description>
            <dc:creator>RyanVeitch</dc:creator>
            <category>Ormerod</category>
            <pubDate>Sat, 29 Mar 2014 15:29:45 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,312731#msg-312731</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,312731#msg-312731</link>
            <description><![CDATA[ The website is down]]></description>
            <dc:creator>Ecko</dc:creator>
            <category>Ormerod</category>
            <pubDate>Tue, 18 Feb 2014 17:18:47 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,283870#msg-283870</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,283870#msg-283870</link>
            <description><![CDATA[ @skebengaboy, yes you are correct, there will probably be some changes in this area.<br />
<br />
See [<a href="http://forums.reprap.org/read.php?340,283119" target="_blank"  rel="nofollow">forums.reprap.org</a>] for some results.]]></description>
            <dc:creator>Treth</dc:creator>
            <category>Ormerod</category>
            <pubDate>Mon, 23 Dec 2013 13:59:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,283868#msg-283868</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,283868#msg-283868</link>
            <description><![CDATA[ More on the fan:<br />
<br />
During commissioning, I felt so much air coming from the fan that I was convinced I had it turning the wrong way round. It turns out that this fan (the Elma HDF4020L) will only run in one direction. If you wire it back to front, it just doesn't move, which surprised me a bit - it must have a brushless motor. I also confirmed, by removing the fan, that it is running in the right direction, what I feel is "just" backwash.<br />
<br />
So: don't underestimate that backwash.]]></description>
            <dc:creator>skebengaboy</dc:creator>
            <category>Ormerod</category>
            <pubDate>Mon, 23 Dec 2013 13:55:03 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,281781#msg-281781</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,281781#msg-281781</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Moigy</strong><br />
Hi Treth,<br />
<br />
I had the same issues with the prints not sticking.<br />
Found two causes -<br />
1 - print head too high to start with. I now set by sliding a bit of paper under the print head, fine adjust in 0.1 steps, the paper should drag ever so slightly on the head.<br />
2 - clean the Kapton tape after every print. I use paper tissue and RS solvent cleaner. Wipe dry after to ensure no residue.<br />
Haven't had an issue since following these two points.</div></blockquote>
Thanks Moigy,<br />
I now set the print head low, probably lower than you, I pinch a piece of paper and then reduce the gap by 0.1 step, so I might be a bit too close.<br />
I also rebuilt my extruder to move the nozzle lower by inserting some washers between the thermal insulator and the aluminium mounting block. This has in effect raised the z-sensor 3D printed mounting block (it has worked for me, but may not be relevant for others!)<br />
<br />
I am now using IPA solvent, but your solution looks more friendly so I'll look into the RS wipes, thanks for the tip.]]></description>
            <dc:creator>Treth</dc:creator>
            <category>Ormerod</category>
            <pubDate>Wed, 18 Dec 2013 16:19:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,281694#msg-281694</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,281694#msg-281694</link>
            <description><![CDATA[ Hi Treth,<br />
<br />
I had the same issues with the prints not sticking.<br />
Found two causes -<br />
1 - print head too high to start with. I now set by sliding a bit of paper under the print head, fine adjust in 0.1 steps, the paper should drag ever so slightly on the head.<br />
2 - clean the Kapton tape after every print. I use paper tissue and RS solvent cleaner. Wipe dry after to ensure no residue.<br />
Haven't had an issue since following these two points.]]></description>
            <dc:creator>Moigy</dc:creator>
            <category>Ormerod</category>
            <pubDate>Wed, 18 Dec 2013 12:27:07 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,281533#msg-281533</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,281533#msg-281533</link>
            <description><![CDATA[ On Monday afternoon I saw the future!<br />
Ian arranged a visit for meto the local RepRappro factory to swap my Duet with the wrongly mounted resistors and he demonstrated the replacement board talks to Pronterface via Lan.<br />
<br />
Thanks Ian.<br />
<br />
I saw the factory at work..lovely packing ladies and Sally and many other workers and about 20 Mendels breeding or laying Ormerod eggs.<br />
One self replicating machine is fascinating, seeing 20 trundling is scary. so I went home and reread Azimov's 1st law of robotics.<br />
<br />
Anyway, family from Italy collected at Bristol airport so gobbling time. I hope to reassemble my Ormerod electrics soon and will report success as soon as!]]></description>
            <dc:creator>pault</dc:creator>
            <category>Ormerod</category>
            <pubDate>Wed, 18 Dec 2013 06:52:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,281235#msg-281235</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,281235#msg-281235</link>
            <description><![CDATA[ Many post back I mentioned my Z-axis distance sensor readings.<br />
 <br />
Just as an example and to help you visualise what to expect, I share my data over a 4.5mm range with my original build and also my current readings after adjusting the extrude nozzle to be lower in respect to the z-sensor face.<br />
Hope this may help in understanding choosing the values for the G31 Z1.4 P687 command (but with your values!)<br />
[attachment 23095 Zsensorreadings.JPG]]]></description>
            <dc:creator>Treth</dc:creator>
            <category>Ormerod</category>
            <pubDate>Tue, 17 Dec 2013 14:38:03 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,280676#msg-280676</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,280676#msg-280676</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>droftarts</strong><br />
You can use our Mendel Tricolour troubleshooting guide for many problems - it will form the basis of the Ormerod troubleshooting guide (which we're working on), as there will be a large crossover between the two. See specifically: [<a href="http://www.reprappro.com/documentation/RepRapPro_Tricolour_troubleshooting#Filament_doesn.27t_stick_or_parts_warp" target="_blank"  rel="nofollow">www.reprappro.com</a>]<br />
<br />
Ian<br />
RepRapPro tech support</div></blockquote>
Thanks Ian this is a good guide.<br />
<br />
I now have one successful print of a snowman (2d shape with thickness) which I assume looks like what it is supposed to!<br />
Anyway it 'stuck' and printed, so on with more test printing tomorrow. I tried the orthogonal print supplied, but this would not remain stuck, so I need to investigate further.<br />
<br />
Thanks again to everyone who helped me at various points.]]></description>
            <dc:creator>Treth</dc:creator>
            <category>Ormerod</category>
            <pubDate>Mon, 16 Dec 2013 15:16:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,275446,280348#msg-280348</guid>
            <title>Re: Ormerod from RS</title>
            <link>https://reprap.org/forum/read.php?340,275446,280348#msg-280348</link>
            <description><![CDATA[ Treth<br />
<br />
You can use our Mendel Tricolour troubleshooting guide for many problems - it will form the basis of the Ormerod troubleshooting guide (which we're working on), as there will be a large crossover between the two. See specifically: [<a href="http://www.reprappro.com/documentation/RepRapPro_Tricolour_troubleshooting#Filament_doesn.27t_stick_or_parts_warp" target="_blank"  rel="nofollow">www.reprappro.com</a>]<br />
<br />
Ian<br />
RepRapPro tech support]]></description>
            <dc:creator>droftarts</dc:creator>
            <category>Ormerod</category>
            <pubDate>Sun, 15 Dec 2013 19:56:00 -0500</pubDate>
        </item>
    </channel>
</rss>
