Re: [Kicad-developers] file format change and STEP exporter

2017-12-09 Thread Cirilo Bernardo
Thanks. :) On Sun, Dec 10, 2017 at 8:34 AM, Oliver Walters wrote: >> Thanks - some small change will be needed to kicad2step to handle the >> change in the file format from inch to mm for the model offsets. >> For the wrl/step substitution there is no other work

Re: [Kicad-developers] file format change and STEP exporter

2017-12-09 Thread Oliver Walters
> > Thanks - some small change will be needed to kicad2step to handle the > change in the file format from inch to mm for the model offsets. > For the wrl/step substitution there is no other work needed. This has already been done :) On Sun, Dec 10, 2017 at 8:31 AM, Cirilo Bernardo

Re: [Kicad-developers] file format change and STEP exporter

2017-12-09 Thread Cirilo Bernardo
Thanks - some small change will be needed to kicad2step to handle the change in the file format from inch to mm for the model offsets. For the wrl/step substitution there is no other work needed. The reason the STEP exporter is separate from kicad is that not all people need the mechanical

Re: [Kicad-developers] file format change and STEP exporter

2017-12-09 Thread Oliver Walters
JP, Yep I must have missed that. Thanks for merging. On 9 Dec 2017 19:57, "jp charras" wrote: > Le 09/12/2017 à 09:37, Oliver Walters a écrit : > > Cirilo, there are two changes that I am aware of: > > > > 1. The change to use mm for 3D model offset. The patch set I have

Re: [Kicad-developers] file format change and STEP exporter

2017-12-09 Thread jp charras
Le 09/12/2017 à 09:37, Oliver Walters a écrit : > Cirilo, there are two changes that I am aware of: > > 1. The change to use mm for 3D model offset. The patch set I have submitted > fixed this in > kicad2step. I do not believe this has been merged yet - JP? AFAIK it was merged. Please verify.

Re: [Kicad-developers] file format change and STEP exporter

2017-12-09 Thread Oliver Walters
Cirilo, there are two changes that I am aware of: 1. The change to use mm for 3D model offset. The patch set I have submitted fixed this in kicad2step. I do not believe this has been merged yet - JP? 2. The wrl/step substitution which has already been accepted to master. As an aside, was it too

Re: [Kicad-developers] file format change and STEP exporter

2017-12-08 Thread José Ignacio
Indeed, it is much easier to just re-parse pcb files than it is to extract data using the internal APIs. The intention is for that to be temporary until the internal api improves to the point where writing something interfacing with it wont be a pile of workarounds for quirks and sharp corners. If

[Kicad-developers] file format change and STEP exporter

2017-12-08 Thread Cirilo Bernardo
Hi folks, I haven't had time to follow changes for quite some time but there was some talk about making changes to the PCB file format. If the file format changes, some changes will also have to be made to the STEP exporter (utils/kicad2step) to handle the new format. Unfortunately I can't