Kamikazer2
About
- Username
- Kamikazer2
- Joined
- Visits
- 18
- Last Active
- Roles
- Member
Comments
-
Any Duet have the same mac-address. You have to modify the mac-address on any boad with different one. es. M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address
-
I have solved whit this simple command in Start G-Code{IF_EXT0}T0 {IF_EXT1}T1
-
No, the parameter T1 is correct. To do this automatically I have insert the following parameter in slide>configuration>Start G-Code:{IF_EXT0}M104 T0 S{TEMP0} {IF_EXT0}M104 T1 S{TEMP0} {IF_EXT0}M109 T0 S{TEMP0} {IF_EXT0}M109 T1 S{TEMP0}
-
I understand, my need arises from the fact that I have an extruder of 0.4 on the first extruder and one of 0.6 on the second extruder on a chimera. To print at 0.6 I should remove the nozzle every time. It would be convenient to be able to choose.Th…
-
I have already insert this command in the G-Code start:{IF_EXT0}M104 T0 S{TEMP0} {IF_EXT0}M104 T1 S{TEMP0} G92 E0 ; Reset extruder position ; Wait for all used extruders to reach temperature {IF_EXT0}M109 T0 S{TEMP0} {IF_EXT0}M109 T1 S{TEMP0}and the…
-
I have similar problem with version 2.0.1: 17:30:25.594 : Warning: Missed line detected - correcting buffer usage.17:30:31.595 : k?4745817:30:31.623 : Warning: Missed line detected - correcting buffer usage.17:31:44.134 : ?ok 5005317:31:44.151 : Wa…
-
Great!! tnks