Marlin icon indicating copy to clipboard operation
Marlin copied to clipboard

step_loops instead of 4

Open jaune74 opened this issue 7 years ago • 0 comments

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".

jaune74 avatar May 03 '17 21:05 jaune74