Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boxotron config file #2

Open
getSurreal opened this issue Aug 23, 2013 · 4 comments
Open

boxotron config file #2

getSurreal opened this issue Aug 23, 2013 · 4 comments

Comments

@getSurreal
Copy link

Can you add a sample config file? When I try to create a config file I get the following

Options
using box.cfg
no such config , populating default
Traceback (most recent call last):
File "./boxotron.py", line 423, in
if name == 'main' : main()
File "./boxotron.py", line 410, in main
conffile(option,args[0])
File "./boxotron.py", line 376, in conffile
c.add_section('default')
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py", line 253, in add_section
raise ValueError, 'Invalid section name: %s' % section
ValueError: Invalid section name: default

@ghost
Copy link

ghost commented Aug 23, 2013

Hey, I looked at the code and couldn't understand it myself. This has come from the original (here: http://www.thingiverse.com/thing:404) - where there is a recent comment exactly like yours!

I've removed the bit that tries to create a default, and also the (bad) exception handling - so now you should at least see what the error is.

Hope it helps,
Matt

@getSurreal
Copy link
Author

Yea, that was my comment on there as well :) I was just taking a shot that you would be able to help. I don't think the original owner is doing anything with it. I'll try again with your changes. Thanks!

@mattvenn
Copy link
Owner

Have a look at this too: http://www.mattvenn.net/2013/02/17/using-openscad-for-2d-machining/
I've found it much easier making good enclosures with this technique. The boxotron stuff kind of works but it was always hard getting it just right, and then always needed modifications.

@getSurreal
Copy link
Author

Thanks for the link. I'll have to try that as well. I'm just getting into CNC and finding the software portion of it very challenging. I'm trying to keep it all open source. Can I ask what you've used to generate your gcode?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants