Motorized filament assistance
-
I have a highly fragile filament, in order to successfully print it, I came up with a stepper motor that withdraws the filament out of the spool, and directs it toward the extruder.
I have a Duet wifi + Duex 5, and the spool stepper motor is connected to D6 on the Duex.
I've tried following this, with no success.
Here is the config file:
; Configuration file for Duet WiFi (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.2.3 on Wed Feb 24 2021 16:17:10 GMT+0200 (Eastern European Standard Time); Network configurations
M552 S0;
M552 S1;
M587 S"shafir_secure" P"PaSS$shafir123";
;M587 S"Printer_1" P"canada1234567";; General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"My Printer" ; set printer name; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S0 ; X - right extruder - physical drive 0 goes forwards
M569 P1 S1 ; Y physical drive 1 goes forwards
M569 P2 S1 ; Z physical drive 2 goes forwards
M569 P3 S1 ; X1 - right extruder physical drive 3 goes forwards
M569 P4 S1 ; right extruder - physical drive 3 goes forwards
M569 P5 S1 ; left extruder - physical drive 3 goes forwardsM584 X0 Y1 Z2 U3 E4:5 ; set drive mapping
M350 X16 Y16 Z16 U16 E16:16 ; configure microstepping with interpolation
M92 X71.11 Y71.11 Z800 U71.11 E400:400 ; set steps per mm
M566 X720.00 Y720.00 Z240.00 U720.00 E1080.00:1080.00 ; set maximum instantaneous speed changes (mm/min)
M203 X14000.00 Y14000.00 U14000.00 Z2000.00 E1200.00:1200.00 ; set maximum speeds (mm/min)
M201 X2000.00 Y2000.00 U2000.00 Y2000.00 Z600.00 E1600.00:1600.00 ; set accelerations (mm/s^2)
M906 X1000 Y1000 Z1000 U800 E650:650 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 X98 Y-80 Z-20 U0 S1 ; set axis minima
M208 X458 Y237 Z250 U359.4 S0 ; set axis maxima; Endstops
M574 X2 S1 P"xstop" ; configure active-high endstop for high end on X via pin xstop
M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop
M574 Z1 S1 P"zstop" ; configure active-high endstop for low end on Z via pin zstop
M574 U2 S1 P"e0stop" ; configure active-high endstop for low end on Z via pin zstop; Z-Probe
;M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
M558 P9 C"^zprobe.in" H4 F500 T14000 ;
M557 X100:340 Y10:237 S25; ; define mesh grid
M950 S0 C"duex.pwm5" ; Create a GPIO/Servo pin index using your chosen control pin
G31 X-31.75 Y49.48 Z0.76 P25 ; Set up the probe offsets, trigger height and trigger value in G31:; Heaters
M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S140 ; set temperature limit for heater 0 to 120CM308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S280 ; set temperature limit for heater 1 to 280CM308 S2 P"e1temp" Y"thermistor" T100000 B4138 ; configure sensor 2 as thermistor on pin e0temp
M950 H2 C"e1heat" T2 ; create nozzle heater output on e0heat and map it to sensor 2
M307 H2 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H2 S280 ; set temperature limit for heater 1 to 280C; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on; Tools
M563 P0 D0 H1 F0 ; define tool 0
M563 P1 D1 H2 X3 F2 ; tool 1 uses extruder 1 and heater 2 and maps X to U, use fan 2 as the print cooling fan
G10 P0 Y0 X0 Y-0.4 Z0 R180 S180 ; ; set initial tool 0 active and standby temperatures to 0C
G10 P1 Y0 U0 Z0 S200 R200 ; set tool 1 offsets and temperatures
;G10 P1 X100 Y0 Z0 ; set tool 0 axis offsets;M563 P1 D1 H2 F1 ; define tool 1
;G10 P1 X100 Y0 Z0 ; set tool 0 axis offsets
;G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C; Custom settings are not defined
; Miscellaneous
M575 P1 S1 B57600 ; enable support for PanelDue; Heaters & bed Tuning
; M307 H0 D200 ;
;M307 H1 R4.063 C68.5 D3.79 S0.2 V26.7 ; E0 PID tunining
;M307 H1 R5.489 C58 D25.82 S0.16 V20;
;M307 H2 R5.489 C58 D25.82 S0.16 V20;
M307 H0 R0.280 C426.0 D24.18 V26.8 B0 ;M307 H1 R4.485 C110.5 D9.65 S0.40 V24.2;
M307 H2 R3.046 C265.8 D11.00 S1.00 V24.3;M302 S120 R110 ; Allow extrusion starting from 120°C and retractions already from 110°C
-
@eranglr you can add 2 extruders to one tool
-
like M563 P0 D3:6 H1 and then make the "mixing" ratio 1:1 with M567 P0 E1.00:1.00
-
@pcr I've tried both M563 P0 D0:6 and M563 P0 D0:2, with no luck.
What's more, when I try this, HEATER 1 disappears from the GUI (I've got two independent extruders on IDEX printer).; Tools
M563 P0 D0:2 H1 F0 ; define tool 0
M563 P1 D1 H2 X3 F2 ; tool 1 uses extruder 1 and heater 2 and maps X to U, use fan 2 as the print cooling fan
G10 P0 Y0 X0 Y-0.4 Z0 R180 S180 ; ; set initial tool 0 active and standby temperatures to 0C
G10 P1 Y0 U0 Z0 S200 R200 ; set tool 1 offsets and temperatures -
@pcr I've added 'V' axis and I manage to control the extruder by G1 V50 for example.
; Drives
M569 P0 S0 ; X - right extruder - physical drive 0 goes forwards
M569 P1 S1 ; Y physical drive 1 goes forwards
M569 P2 S1 ; Z physical drive 2 goes forwards
M569 P3 S1 ; X1 - right extruder physical drive 3 goes forwards
M569 P4 S1 ; right extruder - physical drive 3 goes forwards
M569 P5 S1 ; left extruder - physical drive 3 goes forwards
M569 P6 S1 ; Spool extruderM584 X0 Y1 Z2 U3 E4:5 V6 ; set drive mapping
M350 X16 Y16 Z16 U16 E16:16 V16 ; configure microstepping with interpolation
M92 X71.11 Y71.11 Z800 U71.11 E400:400 V400 ; set steps per mm
M566 X720.00 Y720.00 Z240.00 U720.00 E1080.00:1080.00 V1080 ; set maximum instantaneous speed changes (mm/min)
M203 X14000.00 Y14000.00 U14000.00 Z2000.00 E1200.00:1200.00 V1200 ; set maximum speeds (mm/min)
M201 X2000.00 Y2000.00 U2000.00 Y2000.00 Z600.00 E1600.00:1600.00 V1600 ; set accelerations (mm/s^2)
M906 X1000 Y1000 Z1000 U800 E650:650 V500 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout -
@eranglr said in Motorized filament assistance:
M563 P0 D0:D2
it should be
M563 P0 D0:2
remove the extra D -
@jay_s_uk I don't have an extra D in the config file.
-
Here's the solution:
M584 X0 Y1 Z2 U3 E4:5:6 ; set drive mapping
M350 X16 Y16 Z16 U16 E16:16:16 ; configure microstepping with interpolation
M92 X71.11 Y71.11 Z800 U71.11 E400:400:400 ; set steps per mm
M566 X720.00 Y720.00 Z240.00 U720.00 E1080.00:1080.00:1080.00 ; set maximum instantaneous speed changes (mm/min)
M203 X14000.00 Y14000.00 U14000.00 Z2000.00 E1200.00:1200.00:1200.00 ; set maximum speeds (mm/min)
M201 X2000.00 Y2000.00 U2000.00 Y2000.00 Z600.00 E1600.00:1600.00:1600.00 ; set accelerations (mm/s^2)
M906 X1000 Y1000 Z1000 U800 E650:650:650 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout