File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1095,7 +1095,7 @@ def maybeNone(a):
1095
1095
if doDedup :
1096
1096
penData = dedup (penData )
1097
1097
1098
- if toolOffset > 0. :
1098
+ if toolOffset > 0. or overcut > 0. :
1099
1099
if scalingMode != SCALE_NONE :
1100
1100
sys .stderr .write ("Scaling with tool-offset > 0 will produce unpredictable results.\n " )
1101
1101
op = OffsetProcessor (toolOffset = toolOffset , overcut = overcut , tolerance = tolerance )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ align-y=none
7
7
tolerance=0.05
8
8
no-send
9
9
send-speed=115200
10
- area=0,0,400,400
10
+ area=0,0,609.6,406.4
11
11
input-dpi=1016,1016
12
12
safe-delta-z=10
13
13
lift-delta-z=10
@@ -17,8 +17,8 @@ z-speed=15
17
17
work-z=0
18
18
no-hpgl-out
19
19
shading-threshold=1
20
- shading-lightest=3
21
- shading-darkest=0.5
20
+ shading-lightest=4
21
+ shading-darkest=2
22
22
shading-angle=45
23
23
no-shading-crosshatch
24
24
no-stroke-all
You can’t perform that action at this time.
0 commit comments