50 Commits (e3924c12eea72f1108f31eea7ad930c01c5f15bb)

Author SHA1 Message Date
John Beard a88831d7a9 Fix -Wcatch-value in kicad2step.cpp 7 years ago
John Beard f0c571769c Fix -Wcatch-value in sexpr.cpp 7 years ago
Jeff Young 8f0aa68ab8 Fold 3D Search Paths dialog into Configure Paths. 8 years ago
Maciej Suminski a08c0ac08c kicad2step: Added minimum distance parameter 8 years ago
Maciej Suminski 7ef97e0bca kicad2step: Simplified unit conversion 8 years ago
Maciej Suminski 04a462e48f kicad2step: Converted #defines to constexprs 8 years ago
Maciej Suminski 1541cbdf04 kicad2step: Add short segments to fix outline contiguity for arcs 8 years ago
Maciej Suminski ba3f2b30ee kicad2step: More diagnostic messages to determine export issues 8 years ago
jean-pierre charras 6d77e594b5 Python binding: fix pcbnew.Refresh() to make a better re-initialization. 8 years ago
Jeff Young 6a2dc8d4eb Roll back last 2 commits meant for the other resolver only. 8 years ago
Jeff Young 10ec39a107 Move 3D file error messages to tracePathsAndFiles key. 8 years ago
Jeff Young c48e5b6423 Remove unhelpful warning message. 8 years ago
Seth Hillbrand 584409b2ef Make OpenCascade more secondary 8 years ago
Maciej Suminski 161b4a56fc kicad2step: Handle escaped quotes in sexpr parser 8 years ago
Seth Hillbrand 2bab30d9ac Allow Kicad to use OpenCascade 8 years ago
Jeff Young aa7da5dfcd Treat ${...} and $(...) envvar references uniformly. 8 years ago
Maciej Suminski eebabf165b kicad2step: Report lack of model definition rather than empty file names 8 years ago
Maciej Suminski 47e4798423 kicad2step: Report function name and line number only in debug builds 8 years ago
Maciej Suminski ce610f33a2 Coverity fixes 8 years ago
jean-pierre charras b327da6e5a Fix incorrect parsing in kicad2step when a footprint has both locked and placed options activated. 8 years ago
Oliver 76f5df8a43 Decode "offset" in STEP export tool 8 years ago
Oliver b80449b069 Fixes for 3D model offset 8 years ago
Wayne Stambaugh f3908bd87c Revert premature commit of 17ab319b, "Fixes for 3D model offset". 8 years ago
Oliver 17ab319b99 Fixes for 3D model offset 8 years ago
Oliver c932e4af1b Added IGES replacement option 8 years ago
Oliver 30455092c8 Replace WRL files with STEP equivalent 8 years ago
Wayne Stambaugh 15478bda41 Fix various STEP export dialog issues. 8 years ago
jean-pierre charras 33e0758636 Fixes: lp:1696204 3D STEP export doesn't handle B.Cu rename 9 years ago
jean-pierre charras 713d475df6 mark override 2 virtual methods. 9 years ago
Chris Pavlina b535303a0a kicad2step: unused variable 9 years ago
Chris Pavlina 527c98fe15 kicad2step: shadowed virtual because of wrong qualifiers 9 years ago
Cirilo Bernardo 960c139064 Fix UTF8 filename issues in kicad2step 9 years ago
Cirilo Bernardo 227ef64212 Fix coding style of 'sexpr' code in kicad2step 9 years ago
Cirilo Bernardo 4a1e2644a4 kicad2step was not accepting module names which are valid numbers. 9 years ago
Cirilo Bernardo d29f39dce4 Fix line number tracking in sexpr parser 9 years ago
Cirilo Bernardo cf1003955d Added more info to kicad2step parsing failures 9 years ago
Morgan Quigley 1b9c8676df Fix bug in STEP import with curve intersections. 9 years ago
Cirilo Bernardo 451cbedd2c Change KICADMODEL definition from struct to class for consistency 9 years ago
jean-pierre charras 2717c63c6a Add missing override to 4 virtual methods in kicad2step.cpp. 9 years ago
Simon Wells 7a1d39ccc6 Add system to OCE includes, Change order of local includes for kicad2step 9 years ago
Simon Wells 44d3018125 Added explicit conversion from wxstring to cstring 9 years ago
Cirilo Bernardo 8b8626ceeb Removed wxT() from kicad2step modules and made modifications to the STEP Export GUI 9 years ago
Cirilo Bernardo 34fef23bd4 Reworked cmdline options and added output filename option 9 years ago
Cirilo Bernardo a9cb10c947 Added --no-virtual option to suppress inclusion of 3D models from components with the virtual attribute 9 years ago
Cirilo Bernardo 375741eeaa Modified parser to skip drill specifications for SMD pads 9 years ago
Cirilo Bernardo ad7302358b Fixed install path for OSX 9 years ago
Cirilo Bernardo 1848a87844 Fixed build conditions to depend on KICAD_USE_OCE (formerly USE_OCE) and removed extra spaces 9 years ago
Cirilo Bernardo 11a44388ee Added options to use Drill or Grid origin for outptu STEP file 9 years ago
Cirilo Bernardo 231b08e58f Added kicad2step tool. 9 years ago
Cirilo Bernardo 809b0040ea Added mroszko's SEXPR parser (ref: https://github.com/marekr/sexpr) 9 years ago