Improve Debug output

Here's the place for discussion related to CAM/CNC and the development of the Path module.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
MRx
Posts: 319
Joined: Wed Jul 08, 2020 5:59 am
Location: Tainan / Taiwan

Improve Debug output

Post by MRx »

Hi,

when processing my object I get following on the console:

Code: Select all

PathAdaptive.INFO: *** Done. Elapsed time: 1.710368 sec

PathGeom.INFO: Zero working area to process. Check your selection and settings.
PathAdaptive.INFO: *** Adaptive toolpath processing started...

PathAdaptive.INFO: *** Done. Elapsed time: 0.028954 sec


PathGeom.INFO: Zero working area to process. Check your selection and settings.
PathAdaptive.INFO: *** Adaptive toolpath processing started...

PathAdaptive.INFO: *** Done. Elapsed time: 0.008054 sec


PathAdaptive.INFO: *** Adaptive toolpath processing started...

PathAdaptive.INFO: *** Done. Elapsed time: 19.459117 sec


PathGeom.INFO: Zero working area to process. Check your selection and settings.
PathAdaptive.INFO: *** Adaptive toolpath processing started...

PathAdaptive.INFO: *** Done. Elapsed time: 0.050020 sec


PathGeom.INFO: Zero working area to process. Check your selection and settings.
PathAdaptive.INFO: *** Adaptive toolpath processing started...

PathAdaptive.INFO: *** Done. Elapsed time: 0.078226 sec


PathAdaptive.INFO: *** Adaptive toolpath processing started...

PathAdaptive.INFO: *** Done. Elapsed time: 6.232327 sec


PathGeom.INFO: Zero working area to process. Check your selection and settings.
PathAdaptive.INFO: *** Adaptive toolpath processing started...

PathAdaptive.INFO: *** Done. Elapsed time: 0.009358 sec


PathAdaptive.INFO: *** Adaptive toolpath processing started...

PathAdaptive.INFO: *** Done. Elapsed time: 0.104020 sec


PathAdaptive.INFO: *** Adaptive toolpath processing started...

PathAdaptive.INFO: *** Done. Elapsed time: 0.017833 sec


PathAdaptive.INFO: *** Adaptive toolpath processing started...

PathAdaptive.INFO: *** Done. Elapsed time: 0.198576 sec
Could you add the operation name to this? Eg. Adaptive toolpath processing started for operation "Adaptive001" (=Name of operation)
I use to rename all the operations and sometimes modify the g-code afterwards.
I'd like to know to which operation the zero working area messages belong to.
Post Reply