- started work in HPGL2 parser
This commit is contained in:
@@ -9,6 +9,10 @@ CAD program, and create G-Code for Isolation routing.
|
|||||||
|
|
||||||
=================================================
|
=================================================
|
||||||
|
|
||||||
|
11.12.2019
|
||||||
|
|
||||||
|
- started work in HPGL2 parser
|
||||||
|
|
||||||
10.12.2019
|
10.12.2019
|
||||||
|
|
||||||
- small changes in the Geometry UI
|
- small changes in the Geometry UI
|
||||||
|
|||||||
@@ -459,7 +459,7 @@ class Geometry(object):
|
|||||||
|
|
||||||
defaults = {
|
defaults = {
|
||||||
"units": 'in',
|
"units": 'in',
|
||||||
"geo_steps_per_circle": 128
|
"geo_steps_per_circle": 64
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self, geo_steps_per_circle=None):
|
def __init__(self, geo_steps_per_circle=None):
|
||||||
|
|||||||
1249
flatcamParsers/ParseHPGL2.py
Normal file
1249
flatcamParsers/ParseHPGL2.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user