Re: RADDS work now stable with RepRap Firmware March 02, 2017 03:21AM |
Registered: 10 years ago Posts: 14,685 |
Re: RADDS work now stable with RepRap Firmware March 02, 2017 06:48PM |
Registered: 8 years ago Posts: 356 |
Re: RADDS work now stable with RepRap Firmware March 03, 2017 02:43PM |
Registered: 8 years ago Posts: 68 |
Re: RADDS work now stable with RepRap Firmware March 11, 2017 12:49AM |
Registered: 9 years ago Posts: 72 |
Re: RADDS work now stable with RepRap Firmware March 11, 2017 02:39AM |
Registered: 9 years ago Posts: 5,232 |
Re: RADDS work now stable with RepRap Firmware March 11, 2017 03:59PM |
Registered: 8 years ago Posts: 356 |
Re: RADDS work now stable with RepRap Firmware March 11, 2017 04:41PM |
Registered: 8 years ago Posts: 35 |
Re: RADDS work now stable with RepRap Firmware March 12, 2017 01:41AM |
Registered: 9 years ago Posts: 5,232 |
Re: RADDS work now stable with RepRap Firmware March 12, 2017 03:48AM |
Registered: 8 years ago Posts: 356 |
Quote
o_lampe
Has anyone found another pin that works as z-probe input than PWM3? I grilled mine yesterday and it seems both other pins RRF can use with Duet boards are occupied on RADDS.
Can I use Z-min endstop as probe input? How do I tell RRF to use this pin? ( M558 P? )
Re: RADDS work now stable with RepRap Firmware March 12, 2017 06:48AM |
Registered: 10 years ago Posts: 14,685 |
Re: RADDS work now stable with RepRap Firmware March 13, 2017 04:11AM |
Registered: 9 years ago Posts: 5,232 |
Re: RADDS work now stable with RepRap Firmware March 13, 2017 05:10AM |
Registered: 8 years ago Posts: 68 |
Quote
GroupB
You dont really need a second SD card slot, the pinout are there to just hook another one to replace the inboard one, Off course you dont put a card in both at the same time.
I did it on my radds cause the sd slot have problem even after less than 100 remove/insert, I hook a full sd card slot to the pinout of the onboard one and its working fine.So my guess is you hook your panel due sd card line to those pinout and that will replace the onboard. Unless I miss something there no need to have 2 functional sd card at the same time.
Re: RADDS work now stable with RepRap Firmware March 13, 2017 07:34AM |
Registered: 9 years ago Posts: 5,232 |
M558 P4 X0 Y0 Z1 I1 R1 H8 F300 T500Later, when I got more confident, I wanted to change it back to 5000, but instead changed the P parameter of this line: G31 X0 Y80 Z0 P5000
Quote
o_lampe
Has anyone found another pin that works as z-probe input than PWM3? I grilled mine yesterday and it seems both other pins RRF can use with Duet boards are occupied on RADDS.
Can I use Z-min endstop as probe input? How do I tell RRF to use this pin? ( M558 P? )
; Z probe parameters ;G31 T1 P400 X0.0 Y0.0 Z0.70 ;G31 T3 P400 X0.0 Y0.0 Z0.70 ;G31 T4 P400 X0.0 Y0.0 Z0.00
; Z probe
Re: RADDS work now stable with RepRap Firmware March 13, 2017 08:20AM |
Registered: 10 years ago Posts: 14,685 |
Re: RADDS work now stable with RepRap Firmware March 13, 2017 08:21AM |
Registered: 10 years ago Posts: 14,685 |
Re: RADDS work now stable with RepRap Firmware March 16, 2017 06:26AM |
Registered: 9 years ago Posts: 5,232 |
Re: RADDS work now stable with RepRap Firmware March 16, 2017 06:47AM |
Admin Registered: 17 years ago Posts: 13,986 |
Re: RADDS work now stable with RepRap Firmware March 16, 2017 07:55AM |
Registered: 9 years ago Posts: 5,232 |
; Generated with: ; "Raster 2 Laser Gcode generator" ; by 305 Engineering G21; Set units to millimeters G90; Use absolute coordinates G92 ; Coordinate Offset M42 P66 S0 ;init D66 as output G00 X134.3 Y13.7 F2000 M42 P66 S1 G01 X134.0 Y13.7 F2000 M42 P66 S0 G00 X128.0 Y13.7 F2000 M42 P66 S1 G01 X127.0 Y13.7 F2000 M42 P66 S0
Re: RADDS work now stable with RepRap Firmware March 16, 2017 09:05AM |
Registered: 8 years ago Posts: 35 |
Re: RADDS work now stable with RepRap Firmware March 16, 2017 10:58AM |
Admin Registered: 17 years ago Posts: 13,986 |
Re: RADDS work now stable with RepRap Firmware March 16, 2017 12:20PM |
Registered: 9 years ago Posts: 5,232 |
Quote
VDX
...
The ArduinoDue pulses are normally 500 nanoseconds long, so not working with common laserdiode drivers ...
I'm using the Extruder CLK-pin to generate the pulses for my laser-modules
Re: RADDS work now stable with RepRap Firmware March 16, 2017 04:04PM |
Registered: 10 years ago Posts: 14,685 |
Quote
VDX
@o_lampe - AFAIK this M42-switching of I/O-pins isn't accurate synchronized with the XY-moves
Re: RADDS work now stable with RepRap Firmware March 17, 2017 02:57AM |
Registered: 9 years ago Posts: 5,232 |
Re: RADDS work now stable with RepRap Firmware March 17, 2017 04:47AM |
Registered: 9 years ago Posts: 5,232 |
; G21; Set units to millimeters G90; Use absolute coordinates G92; Coordinate Offset M302 P1 ; allow cold extrusions M567 P0 E1.0:0.0 ; set mixing ratio (for multiple hotend only) M568 P0 S1 ; mixing on T0 ; select tool 0 M42 P66 S0 ; set P66 as output M571 P66 S1.0 F500 ; trigger Pin 66 when extrusion happens M92 E10:10 ; set extrusion-steps/mm G00 X134.3 Y13.7 F2000 G01 X134.0 Y13.7 E10 F2000 G00 X128.0 Y13.7 F2000 G01 X127.0 Y13.7 E10 F2000 G00 X118.9 Y13.7 F2000
Re: RADDS work now stable with RepRap Firmware March 17, 2017 05:12AM |
Admin Registered: 17 years ago Posts: 13,986 |
Re: RADDS work now stable with RepRap Firmware March 17, 2017 05:22AM |
Registered: 9 years ago Posts: 5,232 |
Re: RADDS work now stable with RepRap Firmware March 17, 2017 07:33AM |
Registered: 9 years ago Posts: 5,232 |
M83 ; Set extrusion to relative
M208 E15000:15000 ; raise max. E speed
M302 P1 ; allow cold extrusions
M567 P0 E1.0:0.0 ; set mixing ratio (for multiple hotend only)
M568 P0 S1 ; mixing on
T0 ; select tool 0
M42 P66 S0 ; set P66 as output
M571 P66 S1.0 F500 ; trigger Pin 66 when extrusion happens
M92 E1000:1000 ; set extrusion-steps/mm
G00 X134.3 Y13.7 F2000
G01 X134.0 Y13.7 E0.001 F2000
G00 X128.0 Y13.7 F2000
G01 X127.0 Y13.7 E0.001 F2000
G00 X118.9 Y13.7 F2000
G01 X118.9 Y13.7 E0.001 F2000
Re: RADDS work now stable with RepRap Firmware March 18, 2017 07:19AM |
Registered: 9 years ago Posts: 5,232 |
Re: RADDS work now stable with RepRap Firmware March 19, 2017 06:32PM |
Registered: 10 years ago Posts: 14,685 |
Quote
o_lampe
@dc42
do you plan to extend the functionality of M571 like M42 is already working?
THX
Olaf
Re: RADDS work now stable with RepRap Firmware March 20, 2017 02:56AM |
Registered: 9 years ago Posts: 5,232 |
M571 P66 S127 F500 G1 F100 E100
Quote
duet3d-wiki
The S parameter sets the value of the PWM to the output. 0.0 is off; 1.0 is fully on.
... M571 P66 S0.176470588235 G1 X186.1 Y28.4 E0.01 F800 M571 P66 S0.235294117647 G1 X186.2 Y28.4 E0.01 F800 M571 P66 S0.270588235294 G1 X186.3 Y28.4 E0.01 F800 M571 P66 S0.286274509804 G1 X186.4 Y28.4 E0.01 F800 M571 P66 S0.298039215686 G1 X186.5 Y28.4 E0.01 F800 M571 P66 S0.305882352941 G1 X186.6 Y28.4 E0.01 F800 M571 P66 S0.309803921569 G1 X186.7 Y28.4 E0.01 F800 M571 P66 S0.305882352941 G1 X186.8 Y28.4 E0.01 F800 ...