~martijnbraam

The Netherlands

https://brixit.nl/

I do computer stuff

Trackers

~martijnbraam/turbocase

Last active 2 months ago

~martijnbraam/logbookd

Last active 4 months ago

~martijnbraam/numberstation

Last active 9 months ago

~martijnbraam/mixolydian

Last active 11 months ago

~martijnbraam/synapsectl

Last active 1 year, 1 month ago

~martijnbraam/createaport

Last active 1 year, 6 months ago

~martijnbraam/struct

Last active 1 year, 7 months ago

~martijnbraam/OpenAtem

Last active 1 year, 7 months ago

~martijnbraam/certtool

Last active 1 year, 10 months ago

~martijnbraam/Megapixels

Last active 1 year, 10 months ago
View more

#5 Invalid/unable to parse scad file Line 24 2 months ago

Comment by ~martijnbraam on ~martijnbraam/turbocase

Should be fixed now in the latest git version.

REPORTED RESOLVED CLOSED

#4 KeyError: 'Reference' on mounting holes 2 months ago

Comment by ~martijnbraam on ~martijnbraam/turbocase

Oh that's an interesting change in KiCad 8 then, there you get the reference "REF#" set if you add footprints in the board editor.

The reference is not actually used except to add a comment in the final generated OpenSCAD file to know which function call is for which hole. I think it's easier to just set it to REF# if there's no reference defined through KiCad in this case.

I've pushed a fix for this to git.

#3 KeyError: 'fp_circle' 3 months ago

Comment by ~martijnbraam on ~martijnbraam/turbocase

I've pushed version 1.4.2 now which should fix this.

#3 KeyError: 'fp_circle' 3 months ago

Comment by ~martijnbraam on ~martijnbraam/turbocase

Certainly the Dsub connector, I have a rather lazy way of loading the mountingholes now which is checking if the footprint name contains "MountingHole".

#3 KeyError: 'fp_circle' 3 months ago

Comment by ~martijnbraam on ~martijnbraam/turbocase

Hmm interesting. It looks like there's a mountinghole footprint on the board that does not have any circle graphics to grab the measurements of. Can you write down which footprint it is so I can add it to the tests?

#2 ModuleNotFoundError: No module named 'turbocase.parts' 3 months ago

Comment by ~martijnbraam on ~martijnbraam/turbocase

Ah yes, the parts submodule was not listed in setup.py, I've pushed the 1.4.1 release now to fix it.

REPORTED RESOLVED FIXED

#1 Index out of bounds when reading in PCB file 3 months ago

Comment by ~martijnbraam on ~martijnbraam/turbocase

Looks like it's an issue with parsing a connector footprint. Currently it grabs the graphics on the F.Fab layer to do that and the footprint you added the height to might not have anything on that layer.

Can you copy and paste that footprint into the issue here for reference? The footprint parser can probably be improved.

#6 Incorrect parsing of RFC 5424 messages with NULL time quality 6 months ago

Comment by ~martijnbraam on ~martijnbraam/logbookd

I've added a testcase for this now and the fix will be in the next release

REPORTED RESOLVED FIXED

#5 Segfault when feeding non-syslog-formatted data 7 months ago

~martijnbraam assigned ~martijnbraam to #5 on ~martijnbraam/logbookd

#4 Don't output ANSI color codes if the output is not a terminal 8 months ago

Ticket created by ~martijnbraam on ~martijnbraam/logbookd