Commit Graph

2857 Commits

Author SHA1 Message Date
b59040f954 Rename 'Save Config' menu item to 'Export Config' to match button label. 2012-06-21 22:50:40 +02:00
60ff9938ef - Add Slic3r::Config::get_raw() for getting the raw, uncalculated values.
- Use get_raw() for saving and displaying options in GUI

Forward-ported from 4031cf26b4
2012-06-21 13:28:55 +02:00
f2617bffda Add debug information for locating a users data directory 2012-06-21 13:21:42 +02:00
c4f8c36ecc Handle ENTER key in Slic3r::GUI::SavePresetWindow 2012-06-21 13:01:59 +02:00
f69903573a Always enable preset save button. 2012-06-21 12:20:18 +02:00
a578af9d28 Fix support material 2012-06-21 11:51:24 +02:00
94e28b9ab8 Require Math::Clipper 1.09 because it contains important bugfixes 2012-06-21 10:53:04 +02:00
81a5267cc7 Fix widths on plater 2012-06-20 22:50:38 +02:00
ac59297e39 Fixes for Windows 2012-06-20 21:43:06 +02:00
8d465aca34 A couple fixes for GTK 2012-06-20 17:17:07 +02:00
69c3f12c60 Workaround for GTK issues 2012-06-20 17:08:38 +02:00
be8970b497 Fixed regression causing infill lines not being always connected near perimeters 2012-06-19 18:49:46 +02:00
a664709b31 Remember last presets 2012-06-19 18:11:51 +02:00
0ef8da42a6 Preset deletion 2012-06-19 17:47:48 +02:00
b910840f76 Preset shortcuts in the plater tab 2012-06-19 17:23:10 +02:00
8fcf24a766 Merge pull request #467 from henrikbrixandersen/ratio-options
Two small ratio option improvements/bug fixes
2012-06-19 06:44:16 -07:00
4031cf26b4 - Add Slic3r::Config::get_raw() for getting the raw, uncalculated values.
- Use get_raw() for saving and displaying options in GUI
2012-06-19 15:32:56 +02:00
0003c093e3 Reflect external configs in preset menus 2012-06-19 14:47:02 +02:00
8d25e6490a Set CLI option type to 'string' for all options allowing ratio inputs 2012-06-19 11:38:12 +02:00
b7d2860d5b Allow negating bool cli options by using '--no-foo' or '--nofoo' 2012-06-18 23:39:53 +02:00
35f36e0446 New preset management (unfinished) 2012-06-18 22:27:57 +02:00
9e6e3bd269 Custom Treebook implementation 2012-06-18 16:46:43 +02:00
e810f9b898 Moved filament settings to new Filament tab 2012-06-18 14:29:47 +02:00
20e1a9c860 Updates to the description and the README 2012-06-18 13:52:38 +02:00
2b6b91cd01 Tooltips 2012-06-18 13:49:14 +02:00
d8a64f0386 Use spin controls for integer values 2012-06-18 11:52:45 +02:00
f38f2f139e Make window resizable 2012-06-18 11:26:21 +02:00
19a78de82f Enlarge the Output filename format field 2012-06-18 10:28:53 +02:00
a59b82db06 Switch from wxComboBox to wxChoice 2012-06-18 10:24:17 +02:00
72298877bb Moved units of measure to the right of input fields 2012-06-18 10:19:24 +02:00
b7983b54f8 Remove label for large text fields 2012-06-17 23:24:10 +02:00
ce9fdbc047 Icons for settings 2012-06-17 22:54:08 +02:00
21ef09c228 Group settings using Treebooks 2012-06-17 22:27:05 +02:00
48d345c189 Bugfix: first_layer_speed was accepting mm/m values rather than mm/s when expressed as absolute. #452 2012-06-17 19:42:11 +02:00
217a6f2525 Bugfix: any retraction_lift value different from "0" caused no retraction before layer changes. #453 2012-06-17 19:36:02 +02:00
7d6545dd07 Further simplification of point_in_polygon() 2012-06-17 19:09:11 +02:00
2ef565fc4d Simplify creation of $n, @x and @y in point_in_polygon test.
Gives 30% speed up on simcop2387's coaster on my laptop and it cuts the
maximum resident set size too.  I know this is going to be replaced but
thought this might be useful in the meantime.
2012-06-16 08:28:37 +01:00
4d2a813450 Bump version number 2012-06-14 20:26:58 +02:00
a2c0e4a674 Releasing 0.8.3 2012-06-14 19:13:04 +02:00
ca8a91b2b0 Only apply arc compensation to circular holes. #418 2012-06-14 15:06:22 +02:00
b00d960f4d Merge pull request #450 from henrikbrixandersen/growl
Move Growl::GNTP handling to Slic3r::GUI
2012-06-14 05:35:25 -07:00
129f0fa904 Move Growl::GNTP handling to Slic3r::GUI to allow notifications from both Slic3r::GUI::SkeinPanel and Slic3r::GUI::Plater. 2012-06-14 13:49:50 +02:00
4296ea6da1 Slic3r::Polygon's boost_linestring method needs to close the contour.
This prevented Slic3r from detecting some bridge supporting edges
(basically, if that edge was the last one in the contour).  This
addresses some of the bridge detection issues (#414, #358).
2012-06-14 13:33:59 +02:00
3aa901f149 Show version and description in About dialog 2012-06-12 23:51:59 +02:00
65d6a83672 wxID_EXIT is already imported, no need to specify package name 2012-06-12 23:47:59 +02:00
230d4377c9 Fix display of special menu items (wxID_ABOUT, wxID_EXIT) on OS X 2012-06-12 23:46:50 +02:00
b926e0b27d Support material lines need to be white 2012-06-11 20:42:39 +02:00
55ed4af06e DLP support material in SVG output (untested) 2012-06-11 14:47:48 +02:00
1f35a3f6aa Fixed regression preventing SVG export to work properly. #428 2012-06-11 13:50:38 +02:00
71c1c66985 Label and CLI option were wrong for top_solid_infill_speed. #425 2012-06-11 13:45:03 +02:00