how to setup duet 3 extension 1LC driver ?
-
maybe the configurator is wrong.
try 121.0
-
I will try. Did we need to change value in the config.json file ?
-
@Pseud3mys
no the config.json is only for the online configurator if you want to import the config again. -
ah okay thank you.
The motor do a song, but it a bad song and It don't rotate -
That seems like a bug in the online configurator. The wrong canbus address is used.
motor not turning but making a noise is an indication of a wiring problem.
check that the phases are correct and the crimps are making contact. -
@Veti
okay, I check the wiring and now the motor is spining.
But, when it stop spining it make a strage noise like electrical noise or like he is forcing, it is normal ? -
send M569 P121.0 in the console.
if it is in spreadcycle that is normal.
see this
https://duet3d.dozuki.com/Wiki/Reducing_Stand-Still_Noise -
It return this. I now how to interprete it ?
M569 P122.0
Driver 122.0 runs forwards, active low enable, mode spreadCycle, ccr 0x00053, toff 3, tblank 0, hstart/hend/hdec 5/0/0, pos 612 -
-
@Veti I don't now if it help but I use this motor :
https://www.bondtech.se/wp-content/uploads/2019/02/13003-Nema17-25mm.pdfAnd I have an other question, did the E-step is the step per mm ?
-
@Pseud3mys said in how to setup duet 3 extension 1LC driver ?:
I don't now if it help but I use this motor :
no it does not help. you need to follow the guide and try it for yourself which parameter reduces the standstill noise.
did the E-step is the step per mm ?
i am not sure what you are asking.
-
@Veti Thanks, now fixed in configtool version 3.1.10.
-
@Veti yes I change the mode It is okay now thank you.
-
@Veti I have always some issues..
Some time the button here don't stop spinning, even after than the motor stop spining. -
try a newer dwc
-
Have you defined the heater on the toolboard using the M950 command in your config.g?
For example:
M950 H1 C"121.out0" T1
And you need to map the thermistor using the M308 command.
M308 S1 P"121.temp0" Y"thermistor" T100000 B4725 C7. 06e-8 A"Hot End"
-
@Veti said in how to setup duet 3 extension 1LC driver ?:
try a newer dwc
It is already the lastest version, beta4.1 for the reprap firmawre and beta4 for the web interface.
-
@CaLviNx yes, this is my config for it:
; configure sensor 1 as thermistor on pin 121.temp0 M308 S1 P"121.temp0" Y"thermistor" T500000 B3600 C1.196220e-7 H-12 M950 H1 C"121.out0" T1 ; create nozzle heater output on 121.out0 and map it to sensor 1 M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M143 H1 S280
-
Try this instead
M569 P121.0 S1 ; Driver 121.0 is connected to the extruder motor output (Driver 0) on the toolboard LC1 & goes forwards
-
@CaLviNx said in how to setup duet 3 extension 1LC driver ?:
M569 P121.0 S1 ; Driver 121.0 is connected to the extruder motor output (Driver 0) on the toolboard LC1 & goes forwards
ah yes for the driver I aldready put some thing similary:
; Drives M569 P0.0 S1 ; physical drive 0.0 goes forwards M569 P0.1 S1 ; physical drive 0.1 goes forwards M569 P0.2 S1 ; physical drive 0.2 goes forwards M569 P121.0 S1 D3 V2000 ; physical drive 1.0 goes forwards M569 P122.0 S1 D3 V2000 ; physical drive 2.0 goes forwards M584 X0.0 Y0.1 Z0.2 E121.0:122.0 ; set drive mapping M350 X256 Y256 Z256 E64:64 I0 ; configure microstepping without interpolation M92 X80.00 Y80.00 Z400.00 E415.00:415.00 ; set steps per mm M566 X900.00 Y900.00 Z60.00 E120.00:120.00 ; set maximum instantaneous speed changes (mm/min) M203 X31800.00 Y31800.00 Z31800.00 E1200.00:1200.00 ; set maximum speeds (mm/min) M201 X500.00 Y500.00 Z20.00 E250.00:250.00 ; set accelerations (mm/s^2) M906 X800 Y800 Z800 E800:800 ; set motor currents (mA) M84 S0 ; Disable motor idle current reduction