Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCQGI debug() colors #80
Comments
|
@adam-urbanczyk can say for sure, but it may be related to this issue. Essentially the options for |
Ok, no problem.
I though that |
I think the CQGI implementation is just lagging a little after the transition to CQ 2.0. I haven't seen many people use the In CadQuery's FreeCAD workbench (CQ 1.0) I rendered debug objects in red with some transparency by default, so the option wasn't used much. I'm not sure if @adam-urbanczyk has something like that planned for CQ-editor or not. |
|
@roipoussiere CQ-editor does not implement the CQGI interface. Currently BTW: there is a dedicated graphical stack inspector in CQ-editor if you are interested in seeing what is on your stack. |
|
After merging #127 it is possible to specify color like so show_object(obj,name='a',options=dict(color='red')) |
|
@adam-urbanczyk really nice! Documentation should be updated as well but I don't know why I'm not currently able to access to the wiki... |
As a beginner, I would like to understand what is in the object stack and what I select. As far as I understand, the
debug()is here for that purpose.When executing the CQGI script example, provided in the documentation:
I get this error:
Is CQGI not yet fully implemented in CadQuery Editor, or I missed something?