Building an Ormerod 2 from scratch August 06, 2017 01:18PM |
Registered: 8 years ago Posts: 26 |
Re: Building an Ormerod 2 from scratch August 07, 2017 08:40AM |
Registered: 9 years ago Posts: 2,472 |
Re: Building an Ormerod 2 from scratch August 20, 2017 07:30AM |
Registered: 8 years ago Posts: 26 |
Re: Building an Ormerod 2 from scratch August 20, 2017 04:09PM |
Registered: 9 years ago Posts: 1,230 |
Re: Building an Ormerod 2 from scratch September 02, 2017 09:09AM |
Registered: 8 years ago Posts: 26 |
Re: Building an Ormerod 2 from scratch September 02, 2017 10:27AM |
Registered: 8 years ago Posts: 26 |
Re: Building an Ormerod 2 from scratch September 03, 2017 07:08AM |
Registered: 9 years ago Posts: 14,659 |
Re: Building an Ormerod 2 from scratch October 08, 2017 06:05PM |
Registered: 8 years ago Posts: 123 |
Re: Building an Ormerod 2 from scratch October 15, 2017 03:09AM |
Registered: 9 years ago Posts: 1,699 |
Re: Building an Ormerod 2 from scratch October 16, 2017 10:19AM |
Registered: 8 years ago Posts: 26 |
Re: Building an Ormerod 2 from scratch November 18, 2018 07:40AM |
Registered: 8 years ago Posts: 26 |
Re: Building an Ormerod 2 from scratch November 18, 2018 08:35AM |
Registered: 8 years ago Posts: 123 |
Re: Building an Ormerod 2 from scratch November 18, 2018 08:58AM |
Registered: 8 years ago Posts: 26 |
Re: Building an Ormerod 2 from scratch November 18, 2018 10:44AM |
Registered: 9 years ago Posts: 14,659 |
Quote
sinnedwrong
what specification of glass (other than flat) is required. Soda glass, borosilicate or ??
Re: Building an Ormerod 2 from scratch November 18, 2018 04:23PM |
Registered: 8 years ago Posts: 123 |
I don't know enough about such things personally, but I can tell you what I can.Quote
sinnedwrong
Sorry! For a PhD scientist that was very sloppy, by size of wire I meant diameter (I don't care if its AWG or fractions of a mm I can convert) My concern is for current carrying capacity and or voltage drop.
Re: Building an Ormerod 2 from scratch November 26, 2018 10:48AM |
Registered: 8 years ago Posts: 26 |
Re: Building an Ormerod 2 from scratch November 26, 2018 01:54PM |
Registered: 9 years ago Posts: 14,659 |
Quote
The config tool produces the code:
M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
which I assuming is the cooling not the hot end fan so I propose to connect the hot end fan to the permanently on and the cooling fan to Fan 0. Does that sound OK?
Re: Building an Ormerod 2 from scratch November 27, 2018 04:34AM |
Registered: 8 years ago Posts: 123 |
Re: Building an Ormerod 2 from scratch November 27, 2018 04:47AM |
Registered: 8 years ago Posts: 123 |
Quote
sinnedwrong
If so it then raises another question. On my original Ormerod my slicer Slic3r V1.2.9 as per the orinal reprappro config file turns the cooling fan on after 3 layers with the command M106 S255. I see the firmware defaults to fan0 if the fan isn't specified in the M106 code but if I wanted to use a different fan how would I get e.g M106 P1 S255 into the slic3r output?
Re: Building an Ormerod 2 from scratch November 27, 2018 07:10AM |
Registered: 6 years ago Posts: 174 |
Quote
cheeseandham
You want to "Allocate fans to tools" in your config.g or in your slic3r g-code section , then whenever tool 0 is selected, sending M106 Snnn will control the fan you want.
Re: Building an Ormerod 2 from scratch November 27, 2018 06:43PM |
Registered: 9 years ago Posts: 14,659 |
Quote
Karoo Klong
Quote
cheeseandham
You want to "Allocate fans to tools" in your config.g or in your slic3r g-code section , then whenever tool 0 is selected, sending M106 Snnn will control the fan you want.
How many controlable 12v pins are there on the Duet board?
or is it only the one fan out pin next to the sd card slot?
Re: Building an Ormerod 2 from scratch November 28, 2018 05:26AM |
Registered: 6 years ago Posts: 174 |
Quote
dc42
Quote
Karoo Klong
Quote
cheeseandham
You want to "Allocate fans to tools" in your config.g or in your slic3r g-code section , then whenever tool 0 is selected, sending M106 Snnn will control the fan you want.
How many controlable 12v pins are there on the Duet board?
or is it only the one fan out pin next to the sd card slot?
Duet 0.6: 3 (2 heater + 1 fan outputs)
Duet 0.8.5: 5 (3 heater + 2 fan outputs)
Duet WiFi/Ethernet/Maestro: 6 (3 heater + 3 fan outputs)
Re: Building an Ormerod 2 from scratch November 28, 2018 09:37AM |
Registered: 8 years ago Posts: 26 |
Re: Building an Ormerod 2 from scratch November 28, 2018 02:16PM |
Registered: 9 years ago Posts: 14,659 |
Quote
sinnedwrong
DC42: For info the URL on [escher3d.com] in the section Modification of the sensor is at your own risk. You can find the schematic here and the... is coming up for me as a 404. To be clear I'm not interested in going into competition or modification. I just wanted to look up the specs of the LED's and the sensor to satisfy my curiousity of the beam angles.
Re: Building an Ormerod 2 from scratch December 05, 2018 10:48AM |
Registered: 8 years ago Posts: 26 |
Re: Building an Ormerod 2 from scratch December 05, 2018 12:06PM |
Registered: 6 years ago Posts: 174 |
Quote
sinnedwrong
Slowly getting to understand the differences between a standard Ormerod " running RepRapPro's original firmware and the latest DC42 version. Regarding the Z probe (DC42s mounted on Treito's mount) I find that I need to change homez.g, homeall.g and bed.g from an X value of 15 to one of 40 in order for the sensor to be over the bed. Does that sound right and are there any other files I need to explore? Also do I ned to adjust M208 X0 Y0 Z0 S1 to something with a different X value to allow for the displacement between the sensor pad edge and the edge of the bed?
I note the homex.g from my original Ormerod had :
G1 X15 F2000 ; ADJUST the X value to put the nozzle on the edge of the bed
G92 X0 ; set position to X=0
As regards my earlier post while the sensor board stops about 4mm from the sensor pad looking at the circuit because the phototransistor is proud of the board it triggers exactly whne that is above the sensor. My stupidity!
Dennis
Re: Building an Ormerod 2 from scratch January 08, 2019 01:14PM |
Registered: 8 years ago Posts: 26 |
Re: Building an Ormerod 2 from scratch January 08, 2019 04:59PM |
Registered: 8 years ago Posts: 123 |
Quote
sinnedwrong
I see from the M208 G-code wiki that the example for minima is M208 X-5 Y0..... (i.e with a minus sign) and also that "The axis limits you set are also the positions assumed when an endstop is triggered."
Am I correct in assuming that this means that in the example when zeroing X the position for logical X0 is trigger point minus 5mm and all references to X in the gcode would relate to the logical X0 position ( i.e trigger minus 5).
Re: Building an Ormerod 2 from scratch January 08, 2019 06:06PM |
Registered: 9 years ago Posts: 14,659 |
Re: Building an Ormerod 2 from scratch January 09, 2019 04:18AM |
Registered: 8 years ago Posts: 26 |