Skip to content

Commit 126284f

Browse files
committed
warn
1 parent bc8150a commit 126284f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gcodeplot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,8 @@ def help():
928928
penData = dedup(penData)
929929

930930
if toolOffset > 0.:
931+
if scalingMode != SCALE_NONE:
932+
sys.stderr.write("Scaling with tool-offset > 0 will produce unpredictable results.\n")
931933
op = OffsetProcessor(toolOffset=toolOffset, overcut=overcut, tolerance=tolerance)
932934
for pen in penData:
933935
penData[pen] = op.processPath(penData[pen])

0 commit comments

Comments
 (0)