Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 06:54AM |
Registered: 9 years ago Posts: 60 |
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 07:09AM |
Registered: 9 years ago Posts: 638 |
as for the Temperature its usauly the resistors your duet uses if you have a newer ormerod it probably uses 4.7k check your duet:Quote
kpapr1
Hi,
My original problem was that when trying to do an auto bed compensation the web interface would always crash with a AJAX error straight after the termination of the calibration process (Windows 8 - tried Chrome-Waterfox-Explorer all the same result).
Reading several posts on the forum I thought I might try to upgrade to 1.09k-dc42, but as soon as I opened the web interface I saw the wrong temperatures. Both sensors read around 55 degrees Celsius, where the temperature readings should be around 18 degrees.
Also, trying home all axes, the z axis crashed on the bed and the homing process never ended.
Any clues?
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 07:14AM |
Registered: 9 years ago Posts: 60 |
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 07:19AM |
Registered: 9 years ago Posts: 638 |
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 07:34AM |
Registered: 9 years ago Posts: 60 |
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 07:45AM |
Registered: 9 years ago Posts: 638 |
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 08:52AM |
Registered: 11 years ago Posts: 14,685 |
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 11:04AM |
Registered: 9 years ago Posts: 60 |
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 11:37AM |
Registered: 9 years ago Posts: 60 |
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 12:27PM |
Registered: 9 years ago Posts: 60 |
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 12:36PM |
Registered: 11 years ago Posts: 14,685 |
Quote
kpapr1
OK, I have discovered that M558 P1 works for me, this means I don't have a differential probe, but M558 P2 worked in 1.09 version (I was getting 2 values - one inside parenthesis, now I only get one value and z-homing works)...
... BUT after auto bed compensation I still get the AJAX error, any ideas about that?
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 01:10PM |
Registered: 9 years ago Posts: 60 |
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 02:50PM |
Registered: 11 years ago Posts: 14,685 |
Quote
kpapr1
Updated web interface files on the SD card with latest (I think I had already done that), also cleaned cookies from Chrome browser, AJAX error still there. Just after bed compensation is done.
I also hear a bleeping sound at that point from the printer not sure from where, but it's not from the PC...
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 03:42PM |
Registered: 9 years ago Posts: 60 |
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 04:34PM |
Registered: 9 years ago Posts: 60 |
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 04:38PM |
Registered: 10 years ago Posts: 1,699 |
G1 X49.97 Y184.58 F2000 G30 P3 S Z-100000 ; ************ this is the command that causes the problem ***********
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 04:49PM |
Registered: 9 years ago Posts: 638 |
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 04:55PM |
Registered: 9 years ago Posts: 60 |
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 04:57PM |
Registered: 9 years ago Posts: 638 |
Quote
kpapr1
I found this:
dc42 [ PM ]
Re: New firmware 1.09k-dc42
October 09, 2015 02:31PM Registered: 2 years ago
Posts: 8,344
Thanks, looks like the firmware is producing a spurious message when you use S0 or just S on the last G30 command. Changing to to S5 (as you have 5 probe points in the file) will probably avoid it. But I'll investigate it with a view to implementing a fix in the next release.
Could it be related?
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 05:04PM |
Registered: 10 years ago Posts: 1,699 |
M561 ; Zero any previous bed compensation G1 Z8 F300 ; Move 10mm off the bed G1 X50 Y10 F12000 ; *** First probe point G30 P0 Z-100000 ; Probe the bed G1 Z8 F300 ; Move back up G1 X50 Y184 F12000 ; *** Second probe point G30 P1 Z-100000 ; Probe the bed G1 Z10 F300 ; Move back up G1 X200 Y184 F12000 ; *** Third probe point G30 P2 Z-100000 ; Probe the bed G1 Z10 F300 ; Move back up G1 X200 Y10 F12000 ; *** Fourth probe point G30 P3 Z-100000 S ; Probe the bed G1 Z5 F300 ; Move back up ;G1 X120 Y110 F12000 ; *** Fifth probe point ;G30 P4 Z-100000 S ; Probe the bed and use the five measured points to set the bed equation G4 P1500 ; Pause to give the web interface time to report the points G1 Z8 ; Move back up
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 05:07PM |
Registered: 9 years ago Posts: 60 |
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 03, 2016 05:17PM |
Registered: 9 years ago Posts: 60 |
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 04, 2016 04:05AM |
Registered: 11 years ago Posts: 14,685 |
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 04, 2016 10:48AM |
Registered: 9 years ago Posts: 60 |
Re: Ormerod 2 displays wrong temperature after firmware upgrade to 1.09k-dc42 January 04, 2016 12:10PM |
Registered: 11 years ago Posts: 1,230 |