Bob Cousins

Results 19 comments of Bob Cousins
trafficstars

I'm also interested in a numbers only display for a clock. One workaround for the mechanical issues might be to repeat each digit several times, so 4 times 10 gives...

Are you sure it is not a firmware problem?

> May I set VLOG JP101 to 3-2, (FD_5V) with Due ? No, do not do that, it may damage your Due. Only use JP101 pins 2-3 if you have...

The usual problem with Due is the pulse width is much shorter than AVR, because of the faster CPU. Allegro A4988 etc drivers can cope with short (1us) pulse width,...

I don't have DXF files for previous versions, but I will try to add a DXF in future.

Colors currently do not survive the CGAL rendering process, so it needs enhancement / replacement of the CGAL backend.

I think there may be code or libraries we can pick up from Kicad. @cbernado is working on MCAD export (cf https://github.com/cbernardo/libIGES)

One could have the view that outputting overlapping STLs is a "hack", and AMF is the "proper" way to do multi-volumes. In the case of AMF, the standard requires volumes...

There is no doubt that `pgm_read_ptr` works on AVR platforms, so it doesn't help at all, frankly. Creating a runnable test case for Due once the compile issue has been...

A lot of logic devices for example in 74xgxx.lib also violate several of those rules. It's difficult to create compact symbols otherwise. I'm trying to create small gates for 74xx.lib,...