Error: Attempting to extrude with no tool selected
-
you already have a line like that in your config
-
@Veti oh yes
I understood I have a double line
thank you very much -
I still have the same error
14:29:50Error: Attempting to extrude with no tool selected.
14:29:46Error: Attempting to extrude with no tool selected.
14:29:42Error: Attempting to extrude with no tool selected.
14:29:38Error: Attempting to extrude with no tool selected. -
@sgk post the gcode file you're printing with. My guess is that you have a rogue T-1 or T1 command in there.
Did you also try Veti's suggestion of disconnecting the Panel Due? I've seen before where interference in the wires to the Panel Due corrupts the data flow and gives similar issues.
-
-
it does it to me since the update of 2.03 2.05 3.0 3.1 3.2
with all files from all slicers
-
@sgk upload the sliced gcode file, not the stl.
Did you try disconnecting the panel due?
-
yes the same
-
it's crazy since I was in 3.2 I have this problem
-
did you disconnect the paneldue?
-
@Phaedrux or @T3P3Tony (or one of the other moderators), it seems @sgk has been blocked from posting (getting flagged as spam by Akismet.com). Can you help with this please?
-
@engikeneer thanks for the heads up. this is the first time i have seen it with someone who is already posting successfully. Akismet is a bit of a black box, can you ask him to email info@duet3d.com and we can try and trouble shoot through this.
-
@sgk You must post the sliced gcode file so we can see what the slicer is adding.
-
Do you have something defined in config-override.g concerning tools?
Might be weird, but did you try to remove the tool label S"T0" in M563?
Mine is like this:
; Tools M563 P0 D0 H1 F1 ; define tool 0 G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
-
@sgk Try moving the 'Tool' section of your config.g to after the fan definitions. At the moment it is defining the tool with a fan (F1, which is the thermostatic hot end fan, so I think it should be F0, the tool fan) before the fan has been defined. This wasn't a problem in the old version of the firmware, as fans were defined by default, but in RRF3 there are no default definitions.
Ian
-
hello everyone thank you very much for all of your help.
I post my gcodehttps://drive.google.com/drive/folders/1ryDNZchhWtu0Z5FudB5cCDygz8ms5czn?usp=sharing
-
for info I disconnected my panelduo and I managed to print
1 time -
@sgk
ok see if you can route the paneldue cable not near any power or stepper cables -
thank you but I have more panelduo because it no longer works the touch
so i will see if it works now permanently -
G90 M82 M106 S255 G4 P500 M106 S191 M140 S60 M190 S60 M104 S200 T0 M109 S200 T0 M291 P"Homing all axis" R"Printing.." S1 T2 G21 ; metric values G28 ; home all ;G29 S2 ; mark if you want to disable mesh grid G32 ; Run mesh grid compenstion ; Purge extruder G92 E0 F100 ; reset extruder G1 Z10 F3000 ; move z up little to prevent scratching of surface M98 P/macros/Filament/Purge ; Run nozzle purge macro ;G1 E-1 F2000 ; Retract 1mm filament G92 E0 ; reset extruder M291 P"Printing started !" R"Printing.." S1 T3 ; process Process1 ; layer 1, Z = 0.120 T0 G92 E0.0000 G1 E-6.0000 F2400 ; feature inner perimeter ; tool H0.120 W0.480
What do you have in macro here:
M98 P/macros/Filament/Purge ; Run nozzle purge macro
What do you have in bed.g?
What do you have in homeall.g?