28a01e7c5e
Fix past participle
2013-06-02 16:58:23 +02:00
655d528d92
Fixed recent regression causing a spike when avoid_crossing_perimeters was used on split objects
2013-06-02 16:56:08 +02:00
30ce7dc745
Bugfix: wizard crashing in Simple Mode. #1077 #1122
2013-06-01 18:56:23 +02:00
d801876ee9
Revert "Bugfix: configuration wizard crash 2 #1077 "
...
This reverts commit 55c413627f .
2013-06-01 18:54:07 +02:00
973d30a2b4
Merge pull request #1148 from hroncok/patch-1
...
Bugfix: configuration wizard crash 2 #1077
2013-06-01 09:46:17 -07:00
49531f6f78
Fixed regression causing rotation from plater to also translate the resulting G-code. #1191
2013-05-31 19:41:31 +02:00
8f5a958948
Rename do_slice() to quick_slice()
2013-05-20 11:02:12 +02:00
71d6f428ca
Apparent fix for "Attempt to free unreferenced scalar"
2013-05-20 10:57:27 +02:00
f13d4e4e66
Restore skirt preview and extrude clearance after recent usage of int_offset()
2013-05-19 18:03:18 +02:00
5494f4f385
Free @_ before spawning a new thread (known old Perl bug) as an attempt to fix the unref scalars error
2013-05-19 17:34:33 +02:00
08a0bbd7f0
Optimization: split meshes automatically when avoid_crossing_perimeters is enabled, so that we reduce the complexity of the MotionPlanner graphs. This commit includes a very large refactoring of the Model class which is now responsible for duplication and arrangement
2013-05-18 16:48:26 +02:00
5c74fd095b
Very basic implementation of 3D preview - install Wx::GLCanvas to get it working
2013-05-17 14:14:33 +02:00
228c84ddc1
Use glDrawArrays()
2013-05-16 13:42:19 +02:00
fc1a23f5b0
Quick and dirty OpenGL mockup
2013-05-16 12:09:01 +02:00
06ad6b70f8
Bugfix: scaling object from the plater applied scale factor over the factor used in the previous slicing job. #1075
2013-05-14 16:31:50 +02:00
ccdb29ddc9
New --spiral-vase option to continously raise Z when printing single-walled vases. #997
2013-05-13 20:15:45 +02:00
7c89476602
Move fan_always_on in the Enable options group. #1166
2013-05-13 18:33:44 +02:00
f6dc712158
Bugfix: most of the File menu items didn't work with --no-plater. #1112
2013-05-13 18:22:47 +02:00
bac5093de4
Alwyas apply disable_fan_first_layers, even if cooling is disabled, since fan_always_on is applied in that case as well. Update descriptive text and have it appear in case of disabled auto cooling. #1166
2013-05-10 15:09:27 +02:00
f7153d67d0
Make preset placeholders available in Quick Slice too. #921
2013-04-28 23:26:50 +02:00
6db8afe36d
New option to remember last output directory. #698
2013-04-27 21:07:30 +02:00
f5bda326b8
Version check. #1006
2013-04-27 20:55:43 +02:00
55c413627f
Bugfix: configuration wizard crash 2 #1077
2013-04-23 16:17:43 +03:00
b160feacfd
Merge branch 'master' into clipper-optimizations
2013-04-18 17:36:42 +02:00
b725847a51
Bugfix: configuration wizard led to crash with simple mode. #1077
2013-04-03 19:26:59 +02:00
1187f4846d
Some Clipper optimizations
2013-03-31 19:40:25 +02:00
0d6ff22e19
Merge branch 'wipe'
2013-03-31 11:36:04 +02:00
7f23e72a10
Display preview for small files too. #929
2013-03-30 00:52:45 +01:00
33a4ec660d
better handling of too-small and too-short models #929 .
...
These changes handle small models better in the plater preview.
Extremely small thumbnails are preserved instead of culled,
allowing the model to be scaled up. The scale range is extended to
100000% to allow mm-scale objects expressed in meters to be opened
and scaled to mm.
Original coding by mesheldrake
2013-03-30 00:47:13 +01:00
7b7c9f6330
Launch even if config is corrupted. #1067
2013-03-30 00:30:21 +01:00
e563c62094
Replace SetValue with ChangeValue to avoid wxWidgets to fire useless events
2013-03-29 18:56:34 +01:00
d2b451d9a1
Merge branch 'master' into wipe
2013-03-26 16:28:01 +01:00
2f046799f2
Removed offset() method from Slic3r::Polygon because it only works with ccw polygons
2013-03-26 14:03:24 +01:00
4cb36fcbe2
Remove cooling checkbox from simple mode
2013-03-24 21:28:16 +01:00
6bc5de0b5d
Allow custom ranges with layer_height = 0
2013-03-24 15:26:55 +01:00
34b192fde3
Merge pull request #1059 from cakeller98/Universal_File_Visibility
...
Added "known" as a valid model file type
2013-03-19 08:05:19 -07:00
813aa5b307
Allow drag and drop for OBJ files
2013-03-19 12:25:10 +01:00
8bbaafd830
Added "known" as a valid model file type
...
=> 'Known files (*.stl, *.obj, *.amf)|*.stl;*.STL;*.obj;*.OBJ;*.amf;*.AMF;*.xml;*.XML',
When dialog pops up, it can see ALL known file types instead of only stl.
2013-03-18 20:52:55 -07:00
ec5f0635f7
Add wipe in GUI
2013-03-18 21:20:32 +01:00
35bd5a3423
New --solid-infill-extrusion-width option
2013-03-17 00:02:31 +01:00
cf5adca928
New --resolution option to simplify input models
2013-03-16 19:58:34 +01:00
db2e76a0df
New option to change perimeter order. #534
2013-03-16 18:56:49 +01:00
33b40eda18
Always fix self-intersecting polygons that Douglas-Peucker might return
2013-03-16 18:42:56 +01:00
5c1336d2de
Clarify that min Z, max Z and layer height are supposed to be expressed in mm
2013-03-12 10:28:51 +01:00
a5e6340004
Workaround for HideRowLabels() missing in wxWidgets 2.8. #770
2013-03-11 20:00:12 +01:00
2942485a94
New option to make infill before perimeters. #1039
2013-03-10 18:15:44 +01:00
f670acb4b1
Slice a single object with multiple layer heights. :-)
2013-03-10 14:58:49 +01:00
d1acc511b3
Refactor ObjectDialog into a tab panel
2013-03-10 12:46:54 +01:00
6a0ba97f0e
Move ObjectDialog to a separate file
2013-03-10 12:33:10 +01:00
e9c7460c11
New --bridge-acceleration option
2013-03-09 20:31:09 +01:00