PLEASE HELP WITH 2 IN 1 OUT CONFG. IT IS NOT PRINT.
-
HELLO, SORRY FOR THE ANNOYANCE.
I'M USING RRF2 ON A DUETWIFI I'M TRYING TO SET UP A HOTEND 2 IN 1 OUT MIX FROM BIGTREETECH.
BUT I CAN'T PRINT, I CAN'T CONFIGURE THE FIRMWARE, THE TRUTH I'M TOTALLY LOST.
THIS LEGEND APPEARS WHEN TRYING TO PRINT WITH PRUSASLICER 2.3
"Attempting to extrude with no tool selected."
S I ATTACHED MY CONFIG.G THERE IT CAN HELP ME. FROM ALREADY THANKS.
; #############################
; 4 - DRIVES
; #############################M569 P0 S1; Physical drive 0 goes forwards
M569 P1 S1; Physical drive 1 goes forwards
M569 P2 S0; Physical drive 2 goes backwards
M569 P3 S0; Physical drive 3 goes forwards
; M569 P4 S0; Physical drive 4 goes forwards
M350 X16 Y16 Z16 E16: 16 I1; Configure microstepping with interpolation; #############################
; 5 - SPEEDS
; #############################
; FEEDRATE CONVERSIONS
; 10MM / S = F600
; 20mm / s = F1200
; 40MM / S = F2400
; 70mm / s = F4200
; 120mm / s = F7200M92 X100 Y100 Z400 E410: 410; Set steps per mm
M201 X1200 Y1200 Z400 E600: 6000; Set maximum accelerations (mm / s ^ 2)
M203 X12000 Y12000 Z600 E12000: 12000; Set maximum speeds (mm / min) Z360
; M204 P800 T800; Set printing and travel accelerations
M566 X300 Y300 Z30 E500: 500.00; Set maximum instantaneous speed changes (mm / min) (Jerk) Z12
M906 X750.00 Y750.00 Z850.00 E950: 950 I30; Set motor currents (mA) and motor idle factor in per cent
M84 S30; Set idle timeout
; M593 F80
; Axis Limits
M208 X-15 Y-15 Z0 S1; Set axis minima
M208 X300 Y300 Z230 S0; Set axis maxima; #############################
; 5 - HEATERS
; #############################M305 P0 T100000 B3950 R4700; Set thermistor ADC parameters for heater 0
M143 H0 S130; Set temperature limit for heater 0 to 130C
M305 P1 T100000 B3950 R4700; Set thermistor ADC parameters for heater 1
M143 H1 S290; Set temperature limit for heater 1 to 275C; #############################
; 8 - FANS
; #############################M106 P0 S0 I0 F500 H-1; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on; #############################
; 7 - TOOLS
; #############################M563 P0 S "PEAK" D0: 1 H1; Define tool 0
G10 P0 X0 Y0 Z0.00; Set tool 0 axis offsets
G10 P0 R0 S0; Set initial tool 0 active and standby temperatures to 0C -
@silvasergio15 said in PLEASE HELP WITH 2 IN 1 OUT CONFG. IT IS NOT PRINT.:
"Attempting to extrude with no tool selected."
add a T0 to the end of your config
-
also there is a website that helps you with your config
https://configtool.reprapfirmware.org/Start -
@silvasergio15 In addition to putting T0 at the end of your config.g file, as @Veti has said, you also need to set the mixing ratio by putting an M567 command after your M563 tool definition.
https://duet3d.dozuki.com/Wiki/Gcode#Section_M567_Set_tool_mix_ratiosAssuming you wanted to use equal amounts of each filament, then you would use M567 P0 E0.5:0.5.
-
Please fix your capslock key as it appears to be broken.
-
@deckingman @Veti gracias a ambos sin muy amable gracias a su colaboración logre que imprima, me faltan ajustes finos.
estaba bloqueado mentalmente.
@deckingman @Veti thank you both without very kind thanks to your collaboration I managed to print, I am missing fine adjustments.
I was mentally blocked
thanks -
voy a compartir mi config,g por si a alguno le sirve en el futuro. cuando haga mas pruebas voy a intentar hacer un post con mas detalles gracias.
I'm going to share my config, g in case it works for some in the future. when I do more tests I will try to make a post with more details thanks. -
; ############################
; 4 - DRIVES
; ############################M569 P0 S1 ; Physical drive 0 goes forwards
M569 P1 S1 ; Physical drive 1 goes forwards
M569 P2 S0 ; Physical drive 2 goes backwards
M569 P3 S0 ; Physical drive 3 goes forwards
M569 P4 S1 ; Physical drive 4 goes forwards
M350 X16 Y16 Z16 E16:16 I1 ; Configure microstepping with interpolation; ############################
; 5 - SPEEDS
; ############################
; FEEDRATE CONVERSIONS
; 10MM/S = F600
; 20mm/s = F1200
; 40MM/S = F2400
; 70mm/s = F4200
; 120mm/s = F7200M92 X100 Y100 Z400 E410:410 ; Set steps per mm
M201 X1200 Y1200 Z400 E600:6000 ; Set maximum accelerations (mm/s^2)
M203 X12000 Y12000 Z600 E12000:12000 ; Set maximum speeds (mm/min) Z360
;M204 P800 T800 ; Set printing and travel accelerations
M566 X300 Y300 Z30 E500:500.00 ; Set maximum instantaneous speed changes (mm/min) (Jerk) Z12
M906 X750.00 Y750.00 Z850.00 E950:950 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
;M593 F80
; Axis Limits
M208 X-15 Y-15 Z0 S1 ; Set axis minima
M208 X300 Y300 Z230 S0 ; Set axis maxima; ############################
; 5 - HEATERS
; ############################M305 P0 T100000 B3950 R4700 ; Set thermistor + ADC parameters for heater 0
M143 H0 S130 ; Set temperature limit for heater 0 to 130C
M305 P1 T100000 B3950 R4700 ; Set thermistor + ADC parameters for heater 1
M143 H1 S290 ; Set temperature limit for heater 1 to 275C; ############################
; 8 - FANS
; ############################M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on; ############################
; 7 - TOOLS
; ############################M563 P0 S"PICO" D0 H1 ; Define tool 1
G10 P0 X0 Y0 Z0.00 ; Set tool 0 axis offsets
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0CM563 P1 S"PICO2" D1 H1 ; Define tool 0
G10 P1 X0 Y0 Z0.00 ; Set tool 0 axis offsets
G10 P1 R0 S200 ; Set initial tool 0 active and standby temperatures to 0CT0
M567 P0 E0.5:0.5.
-
@silvasergio15 If you are only using one extruder at a time then you don't need to use the M567 to set the mixing ratio. You only do that if you drive both extruders together and it that case, the tool definition would have both drives assigned to it. e.g M563 P2 D0:1 H1, then M567 P2 E0.5:0.5
-
M563 P0 S"PICO1" D0:1 H1 F0 ; Define tool 0
G10 P0 X0 Y0 Z0.10 ; Set tool 0 axis offsets
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0CM563 P1 S"PICO2" D0 H1 F0 ; Define tool 0
G10 P1 X0 Y0 Z0.10 ; Set tool 0 axis offsets
G10 P1 R0 S220 ; Set initial tool 0 active and standby temperatures to 0CM563 P2 S"PICO" D1 H1 F0 ; Define tool 0
G10 P2 X0 Y0 Z0.10 ; Set tool 0 axis offsets
G10 P2 R0 S220 ; Set initial tool 0 active and standby temperatures to 0CT0
M567 P0 E0.6:0.4
-
Let's say what I want to do is 1 tool T0, another T1, AND THE T2 50/50%. so I choose T2 to mix
that would be the idea.digamos que lo que quiero hacer es 1 herramienta T0, otrA T1, Y LA T2 50/50%. entonces elijo T2 para mezclar
esa seria la idea -
@silvasergio15 said in PLEASE HELP WITH 2 IN 1 OUT CONFG. IT IS NOT PRINT.:
Let's say what I want to do is 1 tool T0, another T1, AND THE T2 50/50%. so I choose T2 to mix
that would be the idea.Then you need
M563 P0 D0 H1
M563 P1 D1 H1
M563 P2 D0:1 H1
M567 P2 E0.5:0.5