Marlin
Marlin copied to clipboard
step_loops instead of 4
In the programme, you can see this :
// Set E direction (Depends on E direction + advance) for(unsigned char i=0; i<4;i++) {
why we don't use "step_loops" instead of "4" ? Some lines before, you would see similar code that use "step_loops".