Re: Experimental firmware 0.78a-dc42 July 08, 2014 05:14PM |
Registered: 10 years ago Posts: 14,682 |
Re: Experimental firmware 0.78a-dc42 July 09, 2014 05:18AM |
Registered: 10 years ago Posts: 145 |
Re: Experimental firmware 0.78a-dc42 July 09, 2014 06:26AM |
Registered: 10 years ago Posts: 782 |
Quote
GregL
Quote
appjaws1
...
M83 ; ...but relative extruder moves
;M208 X200 Y215 ; Set bed size
M906 X900 Y1000 Z900 E800 ; Set motor currents (mA)
...
/quote]
Paul,
Is that line really commented out?
Should it be?
Greg
GregL, I commented it out yesterday when having a lot of problems after the upgrades. Since the machine was new I have never had that line in my config and everything worked well.
I'm not sure if that entry is needed but everything works without it.
Paul
appjaws - Core XYUV Duet Ethernet Duex5
firmware 3.1.1 Web Interface 3.1.1
Ormerod 1-converted to laser engraver, Duet wifi
OpenSCAD version 2020.07
slic3r-1.3.0, Simplify3D 4.1.2, Cura-4.4.1
Re: Experimental firmware 0.78a-dc42 July 09, 2014 06:53AM |
Registered: 10 years ago Posts: 782 |
Quote
dc42
Paul, can you test your extra fans using the M106 command?
I've just tested the M106 command on my system with a cheap 12V fan connected to the fan pins on the Duet. It works as long as I send either m106 s0 or m106 s255. I've also checked that m107 turns the fan off. The fan isn't designed for PWM operation, so I'm not surprised that it doesn't like intermediate PWM values.
Re: Experimental firmware 0.78a-dc42 July 09, 2014 07:54AM |
Registered: 10 years ago Posts: 14,682 |
Re: Experimental firmware 0.78a-dc42 July 09, 2014 08:12AM |
Registered: 10 years ago Posts: 665 |
Re: Experimental firmware 0.78a-dc42 July 09, 2014 08:32AM |
Registered: 10 years ago Posts: 782 |
Quote
dc42
Paul, if you want really good speed control then you should get a 4-wire PWM fan (cheap as chips on eBay and Amazon). Wire the fan between +12V and ground (you can use the positive fan output on the Duet for the +12V). Then wire the fan PWM input to the anode of a 1N4148 or similar diode, and the cathode of that diode to the negative fan output pin on the Duet. You'll need to select inverse PWM in the M106 command. A fan meeting the Intel PWM fan specification has to go down to 30% PWM or lower.
Re: Experimental firmware 0.78a-dc42 July 09, 2014 08:48AM |
Registered: 10 years ago Posts: 2,472 |
Re: Experimental firmware 0.78a-dc42 July 09, 2014 10:05AM |
Registered: 10 years ago Posts: 14,682 |
Re: Experimental firmware 0.78a-dc42 July 09, 2014 12:54PM |
Registered: 10 years ago Posts: 138 |
Re: Experimental firmware 0.78a-dc42 July 09, 2014 02:00PM |
Registered: 10 years ago Posts: 14,682 |
Re: Experimental firmware 0.78a-dc42 July 09, 2014 03:38PM |
Registered: 10 years ago Posts: 782 |
Re: Experimental firmware 0.78a-dc42 July 09, 2014 04:07PM |
Registered: 10 years ago Posts: 14,682 |
Re: Experimental firmware 0.78a-dc42 July 09, 2014 04:25PM |
Registered: 10 years ago Posts: 782 |
Re: Experimental firmware 0.78a-dc42 July 09, 2014 04:32PM |
Registered: 10 years ago Posts: 14,682 |
G91 G1 Z3 F200 G1 Y220 F2000 S1 G90 G1 Y0 F12000 G91 G1 Z-3 F200 G90
Re: Experimental firmware 0.78a-dc42 July 09, 2014 05:21PM |
Registered: 10 years ago Posts: 14,682 |
Re: Experimental firmware 0.78a-dc42 July 10, 2014 07:18AM |
Registered: 10 years ago Posts: 14,682 |
Re: Experimental firmware 0.78a-dc42 July 10, 2014 09:57AM |
Registered: 10 years ago Posts: 782 |
Re: Experimental firmware 0.78a-dc42 July 10, 2014 10:20AM |
Registered: 10 years ago Posts: 14,682 |
Re: Experimental firmware 0.78a-dc42 July 10, 2014 10:56AM |
Registered: 10 years ago Posts: 782 |
Re: Experimental firmware 0.78a-dc42 July 10, 2014 11:02AM |
Registered: 10 years ago Posts: 14,682 |
Re: Experimental firmware 0.78a-dc42 July 10, 2014 11:09AM |
Registered: 10 years ago Posts: 782 |
Re: Experimental firmware 0.78a-dc42 July 10, 2014 11:19AM |
Registered: 10 years ago Posts: 782 |
Quote
dc42
Paul, here is another test you can do. After switch on, raise Z a little if you need to, then send G1 Y220 S1. This is the command used in the Y homing file. It should move the bed to the left until it hits the Y microswitch, then the web interface should indicate that Y has been homed (even though it is not at Y=0).
My Ormerod is busy with a print that is not estimated to finish until about 22:30, so I won't be able to do any tests before then.
Re: Experimental firmware 0.78a-dc42 July 10, 2014 11:23AM |
Registered: 10 years ago Posts: 14,682 |
Re: Experimental firmware 0.78a-dc42 July 10, 2014 12:09PM |
Registered: 10 years ago Posts: 782 |
Re: Experimental firmware 0.78a-dc42 July 10, 2014 12:22PM |
Registered: 10 years ago Posts: 14,682 |
Re: Experimental firmware 0.78a-dc42 July 10, 2014 02:43PM |
Registered: 10 years ago Posts: 782 |
Re: Experimental firmware 0.78a-dc42 July 10, 2014 02:50PM |
Registered: 10 years ago Posts: 665 |
Re: Experimental firmware 0.78a-dc42 July 10, 2014 03:09PM |
Registered: 10 years ago Posts: 782 |
Quote
zombiepantslol
Huh, are you sure your endstop microswitch is connected properly? I remember experiencing the same phenomenon when I had a loose connection at the switch.
Btw, I replaced my homey.g file with dc42's one a few hours ago, tested it, and it worked nicely. But perhaps there's something else in your setbed.g I haven't noticed? I'd test that one, but I don't have an IR probe yet...
Re: Experimental firmware 0.78a-dc42 July 10, 2014 03:36PM |
Registered: 10 years ago Posts: 14,682 |
Quote
appjaws1
How does my config compare to yours?
; RepRapPro Ormerod config ; Standard configuration G Codes modified by dc42 some more M111 S0 ; Debug off M550 PDC42's Ormerod ; Set the machine's name M551 Preprap ; Set the password M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address M552 P192.168.1.80 ; Set the IP address M553 P255.255.255.0 ; Set netmask M554 P192.168.1.254 ; Set the gateway M555 P2 ; Emulate Marlin USB output G21 ; Work in mm G90 ; Absolute positioning M83 ; Extrusions relative M906 X1000 Y1000 Z800 E1000 ; Motor currents (mA) M563 P1 D0 H1 ; Define tool 1 ;M563 P2 D1 H2 G10 P1 S0 R0 ; Set tool 1 operating and standby temperatures M92 E420 ; Set extruder steps/mm M558 P1 ; enable differential IR sensor G31 P500 Z1.25 ; set height and threshold M305 P0 H18.2 L-14 ; set ADC correction M305 P1 H18.2 L-14 ; set ADC correction M557 P0 X35 Y20 M557 P1 X35 Y200 M557 P2 X210 Y200 M557 P3 X210 Y20 M556 S78 X0 Y0 Z0 ; Put your axis compensation here M201 X800 Y800 Z15 E1000 ; set accelerations M203 X15000 Y15000 Z100 E3600 ; set XYZ and extruder speeds M566 X600 Y600 Z30 E20 ; Minimum speeds mm/minute M208 X214 Y210 ; set axis travel M208 X-8 S1 ; set axis minimum