Open GoogleCodeExporter opened 9 years ago
well, ATM you can ADD your PREDEFINED sizes to cutlist plugin menu, by editing
the plugin sources in any text editor. I added the 6 meter board size this way.
Not as easy as "just enter size in mm and the tool adds it to menu", but at
least something...
The process is partially described in wiki.
The part that is not described there, is about the UI itself.
For example, to add a new board size to menu, you need to add a line under "p
id="boardLengthOptions""
in cutlistui.html.
It should have the same name ("value") as your new board definition in
gui.rb getLayoutOptions(a), and in reporter.rb layout_default_options and
setBoardLeftOptions. And don't forget to convert mm to inches in
setBoardLeftOptions.
Original comment by avam0ns...@gmail.com
on 16 Oct 2014 at 10:41
Original issue reported on code.google.com by
fre...@gmail.com
on 9 Aug 2014 at 12:16