Raman Varabets

Results 39 comments of Raman Varabets

It should be `-T /dev/ttyGS0`. And in printer.cfg, `/dev/ttyAMA0`.

@gumyr thanks, that's what I understood. But that makes my project not portable :-( What happens if I want to open it on my other workstation, or to share it...

Maybe it's possible to make it possible to construct instances of bearings, screws etc by providing their parameters directly?

I solved my issue using the following code, borrowed and modified from the cq_warehouse's source code: ```py def read_fastener_parameters_from_csv(filename: str) -> dict: """Parse a csv parameter file into a dictionary...

Thinking about it, this issue depends on #18 since we want the whole row of an outer table to be either `Some` or `None`.

return this['search-results'].results? Works for me.

For those curious how to do it: ``` jsawk -b 'return this[0].foo' -a 'return [this]' 'return this+1' ```