Alessandro Ranellucci
|
528595c7f7
|
Automatically ignore per-role extruders if they're not configured in Printer Settings (only in GUI expert mode) - CLI mode continues to autogenerate extruder settings. #1236
|
2013-07-31 20:43:19 +02:00 |
|
Alessandro Ranellucci
|
3b47e1a492
|
New --info option to show file info (size, volume, repair stats). Removed utils/file_info.pl
|
2013-07-31 15:10:11 +02:00 |
|
Alessandro Ranellucci
|
913f401280
|
Merge new-support2
|
2013-07-29 20:50:26 +02:00 |
|
Alessandro Ranellucci
|
1210b89893
|
Remove thumbnail simplification because it caused loss of very thin parts. #1327
|
2013-07-29 16:43:48 +02:00 |
|
Alessandro Ranellucci
|
aa194c8125
|
Fix little regression causing object height not to be updated when object in plater was scaled
|
2013-07-26 14:30:00 +02:00 |
|
Alessandro Ranellucci
|
c1c1416838
|
Scale layer height ranges too when scaling object in plater. #1284
|
2013-07-26 14:26:59 +02:00 |
|
Alessandro Ranellucci
|
69a8bac9c9
|
Show a warning if we repaired the input file
|
2013-07-13 20:34:57 +02:00 |
|
Alessandro Ranellucci
|
6affa23297
|
Show repair stats in object info dialog
|
2013-07-13 20:23:03 +02:00 |
|
Alessandro Ranellucci
|
28f8083ab7
|
Merge branch 'master' into xs
|
2013-07-06 11:38:40 +02:00 |
|
Alessandro Ranellucci
|
f455ecb7da
|
Rename adjust_overhang_flow to overhangs
|
2013-07-06 11:35:40 +02:00 |
|
Alessandro Ranellucci
|
606d856af8
|
Lower case option group titles
|
2013-07-06 02:46:09 +02:00 |
|
Alessandro Ranellucci
|
b857d79604
|
Move spiral_vase to vertical shells section
|
2013-07-05 22:23:45 +02:00 |
|
Alessandro Ranellucci
|
f8ae8d3e8d
|
New option to disable overhang flow
|
2013-07-05 22:12:58 +02:00 |
|
Alessandro Ranellucci
|
282c751b0f
|
New option for disabling thin wall detection
|
2013-07-05 22:10:43 +02:00 |
|
Alessandro Ranellucci
|
0a7e0ffecf
|
New options: start_perimeters_at_concave_points start_perimeters_at_non_overhang
|
2013-07-05 22:06:58 +02:00 |
|
Alessandro Ranellucci
|
362232ada4
|
New Quality section in GUI
|
2013-07-05 21:57:56 +02:00 |
|
Alessandro Ranellucci
|
f0440bede4
|
Move infill_every_layers infill_only_where_needed into their own "Reducing Printing Time" section
|
2013-07-05 21:55:01 +02:00 |
|
Alessandro Ranellucci
|
eb2d20d062
|
Merge branch 'master' into xs
|
2013-07-05 17:29:28 +02:00 |
|
Alessandro Ranellucci
|
8061cc6e30
|
Optimization in Polyline instantiation
|
2013-07-05 14:44:41 +02:00 |
|
Alessandro Ranellucci
|
bb656ea72c
|
Merge branch 'master' into xs
|
2013-07-03 10:52:13 +02:00 |
|
Alessandro Ranellucci
|
63ba894260
|
Add some comments to OpenGL code
|
2013-07-01 12:23:44 +02:00 |
|
Alessandro Ranellucci
|
8ec3ec6bda
|
Cosmetic changes to the new OpenGL code by iXce
|
2013-07-01 10:58:30 +02:00 |
|
Guillaume Seguin
|
b2e0c1ab42
|
Use max of all dimensions instead of max of first 2
|
2013-07-01 00:08:02 +02:00 |
|
Guillaume Seguin
|
1f229f3233
|
Cleanup
|
2013-06-30 23:54:13 +02:00 |
|
Guillaume Seguin
|
e92fefb6ff
|
Working rotation for mesh viewer
|
2013-06-30 23:51:06 +02:00 |
|
Guillaume Seguin
|
6668a81c64
|
Start work on rotation handling
|
2013-06-29 18:31:06 +02:00 |
|
Guillaume Seguin
|
dd7830b1b7
|
Add panning support
|
2013-06-29 15:12:57 +02:00 |
|
Guillaume Seguin
|
43d764feff
|
Implement zoom to point
|
2013-06-29 14:16:56 +02:00 |
|
Guillaume Seguin
|
317c911c67
|
Remove leftover from 47b2c13c
|
2013-06-29 14:16:38 +02:00 |
|
Guillaume Seguin
|
bb3ebb0244
|
Switch to orthographic projection
|
2013-06-29 10:43:35 +02:00 |
|
Guillaume Seguin
|
47b2c13c99
|
Get rid of demo timer in PreviewCanvas
|
2013-06-29 10:43:21 +02:00 |
|
Alessandro Ranellucci
|
f29faf0548
|
New Slic3r::TriangleMesh::XS class
|
2013-06-24 19:35:49 +02:00 |
|
Alessandro Ranellucci
|
2a2633da0a
|
New automatic built-in STL repair
|
2013-06-23 21:11:46 +02:00 |
|
Alessandro Ranellucci
|
b71bc37111
|
Remove a couple cases of dangerous aliasing, causing crashes. #1257
|
2013-06-17 19:27:08 +02:00 |
|
Alessandro Ranellucci
|
c4036470af
|
Fix one thing leftover from bounding box refactoring
|
2013-06-17 12:11:28 +02:00 |
|
Alessandro Ranellucci
|
ac4a0bcdd8
|
Refactoring: use Slic3r::Geometry::BoundingBox objects everywhere
|
2013-06-16 12:21:25 +02:00 |
|
Alessandro Ranellucci
|
cb75b1e47b
|
Fix plater crash on threaded perls
|
2013-06-15 19:15:24 +02:00 |
|
Alessandro Ranellucci
|
7bf308c08f
|
Fix one more centering problem caused by wrong bounding box implementation
|
2013-06-15 15:50:02 +02:00 |
|
Alessandro Ranellucci
|
145fe08203
|
More fixes for plater positioning. #1171
|
2013-06-13 20:05:32 +02:00 |
|
Alessandro Ranellucci
|
962a51cc80
|
Some cleanup for the plater code
|
2013-06-13 14:33:10 +02:00 |
|
Alessandro Ranellucci
|
def013ba91
|
Use _transform_thumbnail when rescaling thumbnails
|
2013-06-13 11:28:27 +02:00 |
|
Alessandro Ranellucci
|
0a74e45432
|
Scale and recenter thumbnails when bed size and/or print center is changed
|
2013-06-13 11:27:15 +02:00 |
|
Alessandro Ranellucci
|
5dcf277563
|
Rotate cw when using free rotation button to be consistent with icon. #1171
|
2013-06-13 10:27:47 +02:00 |
|
Alessandro Ranellucci
|
aee7b70d79
|
Bugfix: the order of transformations was not consistent in plater and actual G-code generation. #1171 #1191
|
2013-06-12 16:53:19 +02:00 |
|
Alessandro Ranellucci
|
510c2092df
|
Fix rotation and scaling in plater producing mispositioned objects in G-code after recent changes. Includes a large refactoring and the new Slic3r::Geometry::BoundingBox class. #1171 #1191
|
2013-06-07 23:16:02 +02:00 |
|
Alessandro Ranellucci
|
9ea55497c2
|
Prevent crash when user deleted object from plater before thumbnail was generated in the other thread. #1207
|
2013-06-07 13:54:40 +02:00 |
|
Alessandro Ranellucci
|
fcc442882c
|
Fix plater defect causing misalignment
|
2013-06-06 20:53:56 +02:00 |
|
Alessandro Ranellucci
|
8c74d2f41e
|
New --autosave option for better toolchain integration. #837
|
2013-06-02 20:03:22 +02:00 |
|
Alessandro Ranellucci
|
28a01e7c5e
|
Fix past participle
|
2013-06-02 16:58:23 +02:00 |
|
Alessandro Ranellucci
|
655d528d92
|
Fixed recent regression causing a spike when avoid_crossing_perimeters was used on split objects
|
2013-06-02 16:56:08 +02:00 |
|