- started work in HPGL2 parser

This commit is contained in:
Marius Stanciu 2019-12-11 14:32:01 +02:00
parent 2e0c07381a
commit a664f21dc1
3 changed files with 1254 additions and 1 deletions

View File

@ -9,6 +9,10 @@ CAD program, and create G-Code for Isolation routing.
=================================================
11.12.2019
- started work in HPGL2 parser
10.12.2019
- small changes in the Geometry UI

View File

@ -459,7 +459,7 @@ class Geometry(object):
defaults = {
"units": 'in',
"geo_steps_per_circle": 128
"geo_steps_per_circle": 64
}
def __init__(self, geo_steps_per_circle=None):

1249
flatcamParsers/ParseHPGL2.py Normal file

File diff suppressed because it is too large Load Diff