Страница 1 из 1

Area engraving

Добавлено: 27 сен 2014, 01:09
narvf
How to calculate correctly how many "Maximum area cutting curves" do i need? Not too much becase last lines will overlap in the same place...
In area width i set width of my rectangle for example, tool overlap - how far overlapping will be 0.4 ie.

Re: Area engraving

Добавлено: 10 окт 2014, 17:38
Nick
area width is a kind of hack to determine how many paths should be created...
right now inkscape opens api for some it's internal functions, so may be in some not far future we will redesign area function.

Tool overlap lies in [0..1], 1 - full overlap, 0 - no overlap. So actual cutting pass is tooldiameter*(1-overlap)