kopia lustrzana https://github.com/vilemduha/blendercam
11 wiersze
232 B
Python
11 wiersze
232 B
Python
![]() |
import iso_read as iso
|
||
|
import sys
|
||
|
|
||
|
# use the iso reader, but with i_and_j_always_positive
|
||
|
|
||
![]() |
|
||
![]() |
class Parser(iso.Parser):
|
||
|
def __init__(self, writer):
|
||
|
iso.Parser.__init__(self, writer)
|
||
|
self.arc_centre_positive = True
|