23
« on: October 02, 2017, 19:05:44 pm »
when you use, say, the horizontal 3D MOP, the milling path is a set of parallel lines within the surface or some constraint. it repeats this path over and over as it incrementally drops the cutter head. it also raises the cutter head as it passes over parts that are higher than the current cutting level. so, perhaps I'm missing something, but if say, we are currently cutting at Z=6mm, working our way down to Z=0 [the table height], why couldn't we skip all the moves where Z>6mm? then when Z=6 level is done, skip moves where Z>5mm etc...[assuming 1mm increments]. I am observing while cutting this paddle that when cutting the tapered tip the machine runs all the way to the far end, then back, then cuts for a few inches, then back to the far end..... so, I don't understand why the tool path would always travel the full extents, other than it makes for a very simple algorithm. if I were to use increment=0 for the final finish [as has been suggested] then the full travel makes sense because it would be constantly cutting.