From 7a3e2136ae34398530acd5894848bb6354e60323 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Sat, 19 Oct 2019 16:29:36 +0300 Subject: [PATCH] - small import problem fixed - RELEASE 8.98 --- FlatCAMPostProc.py | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/FlatCAMPostProc.py b/FlatCAMPostProc.py index cfb99577..853b0090 100644 --- a/FlatCAMPostProc.py +++ b/FlatCAMPostProc.py @@ -9,6 +9,7 @@ from importlib.machinery import SourceFileLoader import os from abc import ABCMeta, abstractmethod +import math # module-root dictionary of postprocessors import FlatCAMApp diff --git a/README.md b/README.md index 0b91859c..c8bee27a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ CAD program, and create G-Code for Isolation routing. - finished the update on the Google translated Spanish translation. - updated the new objects icons for Gerber, Geometry and Excellon +- small import problem fixed - RELEASE 8.98 17.10.2019