New firmware 0.65e-dc42 and web interface 0.90 June 04, 2014 01:05PM |
Registered: 9 years ago Posts: 14,640 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 04, 2014 02:03PM |
Registered: 9 years ago Posts: 14,640 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 04, 2014 06:06PM |
Registered: 8 years ago Posts: 49 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 04, 2014 07:00PM |
Registered: 9 years ago Posts: 209 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 04, 2014 07:38PM |
Registered: 11 years ago Posts: 1,611 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 05, 2014 05:02PM |
Registered: 9 years ago Posts: 275 |
Quote
dc42
* You must edit your config.g file. Replace the T0 command by T1.
Re: New firmware 0.65e-dc42 and web interface 0.90 June 05, 2014 05:47PM |
Registered: 9 years ago Posts: 14,640 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 03:23AM |
Registered: 9 years ago Posts: 327 |
Quote
* You must edit your config.g file. Replace the T0 command by T1.
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 04:09AM |
Registered: 9 years ago Posts: 14,640 |
Quote
Pointy
Just upgraded to 65e this morning and my homez is causing the duet to reboot. I narrowed it down to the M80 command I had at the beginning of the file.
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 04:28AM |
Registered: 9 years ago Posts: 327 |
;turn on 12v ;M80 ; turn on extruder M104 S190 ; set to Relative Positioning G91 ; move up 5mm G1 Z5 F2000 ; set to Absolute Positioning G90 ; move to 100, 100 G1 X100 Y100 F2000 ; wait for extruder to reach temperature M109 S190 ; move Z to -200 and trigger switch G1 Z-200 F100 S1 ; zero Z G92 Z0 ; move back up 0.5 G1 Z0.5 F200 ; zero Z G92 Z0
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 04:30AM |
Registered: 9 years ago Posts: 14,640 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 07:40AM |
Registered: 9 years ago Posts: 327 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 09:27AM |
Registered: 9 years ago Posts: 105 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 11:32AM |
Registered: 9 years ago Posts: 14,640 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 02:04PM |
Registered: 9 years ago Posts: 105 |
Quote
dc42
Hi MrCrispi, can you post the first 50 or so lines of the gcode file you are trying to print?
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 02:42PM |
Registered: 9 years ago Posts: 14,640 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 03:12PM |
Registered: 9 years ago Posts: 105 |
Quote
dc42
I believe the problem is the line:
G10 P0 S190 R0 ; Set extruder temperature
It should use P1 instead of P0. Does that command come from the custom gcode?
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 03:34PM |
Registered: 9 years ago Posts: 14,640 |
Quote
MrCrispi
Thanks @DC as ever for all your insight - Yes it does, and I can easily change it on my next print to check it out, but intrigued as to why an extruder setting would now affect the bed temp. as it has been like this for a long while and the extruder temp is still working fine?
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 03:35PM |
Registered: 8 years ago Posts: 1,699 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 03:38PM |
Registered: 9 years ago Posts: 105 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 03:42PM |
Registered: 9 years ago Posts: 14,640 |
Quote
TreitoI
press "pause" and then "reset". The bed stays on, but that is not the big problem. After fixing whatever problem and selecting the same g-code file the duet reboots. Normally this should happen as soon as I press "reset", I think so. But this behaviour has been with the original firmware, too.
Quote
According to the documentation you should add "G31 Z1.8 P650" (values may vary) to your config.g. Unfortunately I did not see this using the old firmware. But after adding this parameter after installing your fw I was not able to home the x-axis anymore. I had to change the parameter to "G31 Z3.0 P364" in my case. But why does calibrating the z-axis (or the proximity sensor) influates the homing of the x-axis?
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 04:23PM |
Registered: 8 years ago Posts: 1,699 |
Quote
dc42
The Duet uses the G31 threshold when detecting the x-axis homing tab as well as when z-homing. Put a piece of white paper or white tape on top of the x-homing tab, that should fix it.
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 04:28PM |
Registered: 9 years ago Posts: 14,640 |
Quote
Treito
Quote
dc42
The Duet uses the G31 threshold when detecting the x-axis homing tab as well as when z-homing. Put a piece of white paper or white tape on top of the x-homing tab, that should fix it.
My idea was that either the firmware uses the default value for homing the x-axis or you can edit this value, for example 636 for the z-axis and 364 for the x-axis.
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 04:29PM |
Registered: 9 years ago Posts: 28 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 04:33PM |
Registered: 9 years ago Posts: 14,640 |
Quote
simosartori76
Hello everyone, I have uploaded the firmware 065th (very last) and also update Arduino (newest) following all the procedures, but I still have problems with my Ormerod: does not read the SD card and running the command M503 keeps telling me: Can not open 0: \ sys \ config.g to read from. Error code: 1
Configuration file not found.
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 05:25PM |
Registered: 9 years ago Posts: 14,640 |
Quote
Pointy
Strange, I can't replicate it now, but it definitely did it 3 times on the trot.
Regards,
Les
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 05:39PM |
Registered: 9 years ago Posts: 28 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 08, 2014 05:47PM |
Registered: 9 years ago Posts: 28 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 09, 2014 07:45AM |
Registered: 8 years ago Posts: 1,699 |
Re: New firmware 0.65e-dc42 and web interface 0.90 June 09, 2014 09:07AM |
Registered: 8 years ago Posts: 1,699 |
14:58:11 Program static ram used: 42044 Dynamic ram used: 38476 Recycled dynamic ram: 1400 Current stack ram used: 1288 Maximum stack ram used: 2280 Never used ram: 14104 Last reset 00:01:34 ago, cause: watchdog Last software reset code & available RAM: 0x0000, 16160 Error status: 0 Bed probe heights: 0.000 0.000 0.000 0.000 Free file entries: 10