MisterHW
MisterHW
I was asked to add a help mechanism to list all currently supported scpi commands. Hopefully I haven't overlooked another implementation somewhere. I'd love to hear your thoughts on the...
Human-readability is often a welcome aspect when developing software for SCPI devices, but also valuable when testing configurations or debugging issues in a lab or test setup. Command syntax and...
scpi-99 6.2.3.4 and 6.2.6 suggest returning multiple blocks is valid. SCPI_ResultArbitraryBlockHeader() would need to insert a delimiter. Other changes are: testing for _GLIBCXX_HAVE_STDBOOL_H (see https://github.com/j123b567/scpi-parser/issues/116), testing for non-NULL data in...
change signature to `module skin(profiles, no_endcaps=false)` change last line to `polyhedron(convexity=4, points=profiles, faces = no_endcaps ? triangles : concat(start_cap, triangles, end_cap));` duplicate vertices are acceptable (https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Primitive_Solids#Point_repetitions_in_a_polyhedron_point_list) so when the first...
Compact OWL as of https://github.com/geezacoleman/OpenWeedLocator/tree/68f2ee177ff4bf59b490357e216150cbcec619c8/3D%20Models/Compact%20OWL has a few issues affecting printability and the function of the o-ring face seals. ### tray.stl The bottom of the model is not flat, leading...
Starting this issue to collect some notes regarding the project documentation. This may be an ongoing issue, or (depending on how it develops) be done at some point. - add...
Having thought about the temperature logger for a bit, I feel that a small addition would improve performance: - 5mm thick metal base plate bonded to the PCB with thermal...