Skip to content

Commit

Permalink
added print in debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Boyer committed Feb 16, 2012
1 parent 407b6d1 commit e6b6671
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.xml
Expand Up @@ -31,4 +31,4 @@
<py name="gizmoLed.py"/>
</project>
</Projects>
<Catalog/><Selected>Tools/svgEngraver.py</Selected></Hugomatic>
<Catalog/><Selected>Primitives/rectangle.py</Selected></Hugomatic>
3 changes: 2 additions & 1 deletion pocketRect2points.py
Expand Up @@ -33,6 +33,7 @@ def takeAbreak():
but don't call print, because the program will go into an infinite loop.
"""
a = 42
print "(--- THIS IS THE DEBUG LINE! ---)"

params = hugomatic.toolkit.Parameters('Rectangular pocket',
'Very popular, beyond squares',
Expand Down Expand Up @@ -68,7 +69,7 @@ def takeAbreak():
params.addArgument(z_depth, 'Final Z depth (a negative number)', group='pocket')


#if __name__ == "__main__":
#if __name__ == "__main__": b
if params.loadParams():

hugomatic.code.header(units, feed)
Expand Down

0 comments on commit e6b6671

Please sign in to comment.