New experimental firmware 0.78v-dc42 and web interface 1.03 November 01, 2014 11:06AM |
Registered: 9 years ago Posts: 14,640 |
Quote
* The M0 command no longer turns the motors off. The M1 command still does. This brings my fork into line with zpl's.
* The M18 and M84 commands now allow selective disabling of motors (thanks to zpl for this one)
* The code has been updated to permit compilation with newer versions of gcc. However, there is a problem with the free memory calculation when the newer compiler is used, so for now I am still using the original one.
* There are now separate SD-Image/sys folders in my repository for Ormerod 1 and Ormerod 2. Choose the one appropriate to your machine. Alternative, if you don't want to allow negative X coordinates and set X=0 to be at the edge of the bed, use the appropriate files from RepRapPro's 0.78c version.
Quote
* If the Reset button is pressed after pausing a print, the heater temperatures are not reset, and command M0 is sent instead of M1.
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 01, 2014 02:31PM |
Registered: 9 years ago Posts: 665 |
Quote
dc42
2. Change the Move code to pre-compensate for elasticity in the Bowden extruder system. I hope this will improve the print quality, of top surfaces in particular.
Quote
dc42
It's doubtful whether the bed heater should remain on, and on a multi-head machine the heaters are best not left on standby, especially at the end of a print
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 01, 2014 03:04PM |
Registered: 9 years ago Posts: 780 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 01, 2014 04:00PM |
Registered: 9 years ago Posts: 14,640 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 13, 2014 07:17AM |
Registered: 8 years ago Posts: 2 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 13, 2014 07:41AM |
Registered: 9 years ago Posts: 14,640 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 18, 2014 04:43PM |
Registered: 8 years ago Posts: 461 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 18, 2014 05:11PM |
Registered: 9 years ago Posts: 665 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 18, 2014 05:20PM |
Registered: 8 years ago Posts: 461 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 19, 2014 02:25AM |
Registered: 9 years ago Posts: 14,640 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 20, 2014 05:03PM |
Registered: 8 years ago Posts: 102 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 20, 2014 05:36PM |
Registered: 8 years ago Posts: 32 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 21, 2014 06:24AM |
Registered: 8 years ago Posts: 461 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 21, 2014 07:23AM |
Registered: 9 years ago Posts: 665 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 21, 2014 07:25AM |
Registered: 9 years ago Posts: 2,472 |
Quote
MikeyD
I normally set the bed temp to 65C before I begin to transfer the file, because the bed is really slow to heat. Have you tried setting it to 100 degrees for ABS? I don't think it would ever get there.
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 21, 2014 08:01AM |
Registered: 9 years ago Posts: 14,640 |
Quote
Sardi
I am having new issues after firware upgrade:
1) everything resets itself after the print is finished - I have to home all 3 axis cause their button turns orange.
Quote
Sardi
2) I can not control my extruder via web interface.
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 21, 2014 08:32AM |
Registered: 8 years ago Posts: 461 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 21, 2014 09:19AM |
Registered: 9 years ago Posts: 14,640 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 21, 2014 09:31AM |
Registered: 8 years ago Posts: 461 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 21, 2014 09:57AM |
Registered: 9 years ago Posts: 2,472 |
Quote
dc42
That behaviour is intentional, because when you turn the motors off, you can move the bed by hand and the axis references become invalid. But I can that see there are times when you don't want that.
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 23, 2014 03:11PM |
Registered: 8 years ago Posts: 21 |
; If the hot end goes inactive whithout reaching its nominal temperature, try raising the heater timeout (default is 120s) ;M570 S240 ; set heater timeout to 240s ; X axis direction : S0 (default) "0 is far from Duet, +xx move the head closer to the Duet", S1 "0 is close to the Duet, +xx move the head away from the Duet" ;M569 P0 S1
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 23, 2014 04:03PM |
Registered: 9 years ago Posts: 14,640 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 24, 2014 11:52AM |
Registered: 8 years ago Posts: 21 |
You're welcome ;-)Quote
dc42
Thanks for trying my firmware fork.
Understood. I don't know what I'll do, I'm rather reluctant to change things that do operate well (some sort of profesionnal obsession !). For the moment it's easier to add a M569 command as I did, maybe I'll change the wiring later.Quote
dc42
1. The default X motor direction in my firmware is set to be correct when you have the X motor loom plugged into the Duet the same way round as the other motor looms (as on the Ormerod 2). So for the Ormerod 1, you either need to reverse the X motor loom to be like that, or add the M569 command to config.g.
I've no M301 command in my config.g file, and a query returned the following :Quote
dc42
2. Check that if you have any M301 commands in config.g, the S parameter in those commands is set to 1. In some earlier versions of the firmware, I set the default to 0.9. This reduces the heater power, which is a good thing for some recent cartridge heaters I have received from RepRapPro, but not for some of the original heaters, especially if you are using the ATX power supply supplied with Ormerod 1. If there are no M305 commands or the S parameters are already set to 1, then use the M570 command to increase the heater timeout.
Heater 1 P:10.00 I:0.100 D:100.00 T:0.40 S:1.00 W:180.0 B:30.0
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 November 30, 2014 06:58AM |
Registered: 8 years ago Posts: 49 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 December 05, 2014 06:57AM |
Registered: 9 years ago Posts: 47 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 December 05, 2014 07:11AM |
Registered: 8 years ago Posts: 57 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 December 05, 2014 08:54AM |
Registered: 9 years ago Posts: 47 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 December 05, 2014 01:09PM |
Registered: 9 years ago Posts: 14,640 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 December 12, 2014 11:09AM |
Registered: 9 years ago Posts: 327 |
Re: New experimental firmware 0.78v-dc42 and web interface 1.03 December 12, 2014 11:31AM |
Registered: 9 years ago Posts: 859 |