Hi! Im kinda lost with the instruccions that we need in MK4... in the gcode generator I see this: 1st Pulse - Switch to tool T0 (filament 1), unloads previous filament if necessary 2nd Pulse - Switch to tool T1 (filament 2), unloads previous filament if necessary 3rd Pulse - Switch to tool T2 (filament 3), unloads previous filament if necessary 4th Pulse - Switch to tool T3 (filament 4), unloads previous filament if necessary
5th Pulse - Home and load T0 - can be used in Start GCode to load the first filament 6th Pulse - Unload current filament - can be used in the End GCode to unload the last used filament 7th Pulse - Home Only (no filament movements)
8th Pulse - Move to "Next" Filament
9th Pulse - Move to "Random" Filament My question is, the filament loading happens when you select one filament? and how long should I put that value, or it should works depending the time pressing the switch? also, it is kinda thight when the extruding ends, this is ok or should I add some debounce or something like that? I have been working on this project for a few days in my Arduino Mega and CNC Shield v3, I think Im close to test it but still with doubts, thanks for all your help and time reading :)