Alessandro Ranellucci
9b4fe076a6
Workaround for detect_surfaces_type() not being idempotent and causing artifacts after multiple runs. #3764
2017-03-28 15:58:52 +02:00
Alessandro Ranellucci
ff9bae79ca
Merge pull request #3796 from platsch/slice_xs
...
Ported parts of Slice to xs
2017-03-28 10:37:52 +02:00
Joseph Lenox
fe9d294687
Merge pull request #3804 from alexrj/lordofhyphens-split_gui
...
force --gui for shell during compilation if -DFORCE_GUI is set for compile wrapper. Fixes #3803
2017-03-27 23:15:54 -05:00
Joseph Lenox
41407f360d
Remove Sub::Name from package
2017-03-27 22:51:57 -05:00
Joseph Lenox
00744c259c
Append the --gui flag if compiled with -DFORCE_GUI.
2017-03-27 21:49:34 -05:00
Joseph Lenox
8adeb2b5d0
Forgot to account for null character
2017-03-27 21:49:34 -05:00
Joseph Lenox
68ab876bec
slic3r-console now doesn't have gui turned on by default, slic3r does
2017-03-27 21:49:34 -05:00
Joseph Lenox
8719dea4e5
change execs to slic3r-console and slic3r
2017-03-27 21:49:34 -05:00
Joseph Lenox
3534dc8084
added slic3r-gui.exe
2017-03-27 21:49:34 -05:00
Joseph Lenox
59f801d2ed
added compile flag for FORCE_GUI
2017-03-27 21:49:34 -05:00
Joseph Lenox
63eadcef97
force --gui for shell during compilation if -DFORCE_GUI is set
2017-03-27 21:49:34 -05:00
Joseph Lenox
840cd2eda0
put the exception test back to the way it was (and it PASSES :D)
2017-03-27 20:16:24 -05:00
Alessandro Ranellucci
acda91322c
Merge pull request #3812 from xoan/hotfix-remove-no-plater-option
...
Remove unused --no-plater option
2017-03-27 15:51:48 +02:00
Xoan Sampaiño
7ffb760556
Remove unused --no-plater option
2017-03-27 15:44:29 +02:00
Alessandro Ranellucci
c347487de5
Merge pull request #3525 from lordofhyphens/infill-over-plate
...
A new feature "support_material_buildplate_only" implemented.
2017-03-26 23:38:32 +02:00
Joseph Lenox
9ecc1a2603
Merge pull request #3809 from lordofhyphens/fix-3238-garbage-stl
...
Abort loading if the file size is larger than the header facets
2017-03-26 15:22:12 -05:00
Joseph Lenox
66df176447
Abort loading if the file size is larger than the reported # of facets in the file header.
2017-03-26 15:20:24 -05:00
Alessandro Ranellucci
f9f8be46e3
Populate the filament_preset placeholder with all the presets. #3577
2017-03-26 21:27:58 +02:00
Alessandro Ranellucci
fc5fec1315
Always send M105 on connection in case firmware is silent. #3767
2017-03-26 21:07:46 +02:00
Joseph Lenox
977b0aa8e1
Use correct variable type.
2017-03-26 13:54:03 -05:00
bubnikv
cc1ddc5770
A new feature "support_material_buildplate_only" implemented.
...
Also a bug has been fixed for zero interface layers. Before
slic3r would put infinite number of interface layers over top surfaces,
if the number of interface layers was set to zero.
2017-03-26 13:54:03 -05:00
Alessandro Ranellucci
35758819f2
New Select Next and Select Prev menu items. #3770
2017-03-26 20:50:25 +02:00
Alessandro Ranellucci
9e71fe2bf3
Merge pull request #3770 from alexrj/gui3
...
Changes to the GUI
2017-03-26 20:08:03 +02:00
Alessandro Ranellucci
5473cc53a9
Use a wxChoice to list/select objects in the plater. #3770
2017-03-26 16:03:27 +02:00
Alessandro Ranellucci
ed70030512
Merge branch 'gui3' of github.com:alexrj/Slic3r into gui3
2017-03-26 15:06:28 +02:00
Alessandro Ranellucci
815141f75e
Merge remote-tracking branch 'origin/master' into gui3
2017-03-26 15:06:12 +02:00
Alessandro Ranellucci
426e79c654
Use shift key instead of alt for the OctoPrint shortcut. #3789
2017-03-26 15:00:39 +02:00
Alessandro Ranellucci
5f30ab2f0d
Make N 0-based
2017-03-26 04:18:06 +02:00
Alessandro Ranellucci
2fc8152e24
Add 57600 baud. #3782
2017-03-25 19:25:32 +01:00
Alessandro Ranellucci
93c298f7ac
Include all Print options in the overridable options list. #3770
2017-03-25 19:18:41 +01:00
Alessandro Ranellucci
a267af2e1a
Keep overrides added on the fly when opening and closing the preset editor dialog. #3800
2017-03-25 19:09:18 +01:00
Alessandro Ranellucci
05e3bdc271
Merge remote-tracking branch 'origin/master' into gui3
2017-03-25 15:33:33 +01:00
Alessandro Ranellucci
b2bf08697a
Typo
2017-03-25 15:31:21 +01:00
Alessandro Ranellucci
ccaafba4b8
Merge remote-tracking branch 'origin/master' into gui3
2017-03-25 15:27:41 +01:00
Alessandro Ranellucci
684b8de236
Use exec for running the OSX binary
2017-03-25 15:24:06 +01:00
Alessandro Ranellucci
5fc5bf06db
Smarter BOOST_DIR
2017-03-25 14:09:05 +01:00
Alessandro Ranellucci
9a1dc1a35e
Typos
2017-03-25 14:03:00 +01:00
Alessandro Ranellucci
d77469c658
Update Slic3r::GCode::Sender API
2017-03-25 14:00:21 +01:00
Alessandro Ranellucci
42e9ec90be
Updated log method calls
2017-03-25 13:59:29 +01:00
Alessandro Ranellucci
67f0fe3344
Removed duplicated console log in manual control dialog; process Enter key in manual commands; append outgoing commands to log
2017-03-25 13:57:43 +01:00
Alessandro Ranellucci
5f9adf8922
Workaround for eof errors on Linux
2017-03-25 13:23:33 +01:00
Alessandro Ranellucci
116cfefb08
Fix serial connection on Linux
2017-03-25 00:31:29 +01:00
Alessandro Ranellucci
969f28f9d3
New GCodeTimeEstimator class, with basic estimation code by @lordofhyphens. #3747
2017-03-24 17:54:02 +01:00
Alessandro Ranellucci
5d2626fd3a
Typo
2017-03-24 00:57:07 +01:00
Alessandro Ranellucci
8f27e8f1c0
Some updates to the README
2017-03-24 00:56:00 +01:00
Joseph Lenox
aa02dfe214
working on rc file to define manifest and filetype ( #3797 )
...
* working on rc file to define manifest and filetype
* use number 24 instead of name manifest
2017-03-23 15:48:53 -05:00
Alessandro Ranellucci
7039525715
Merge pull request #3795 from xoan/gui3-add-view-accels
...
Add accelerators (keyboard shortcuts) to View menu
2017-03-23 19:36:13 +01:00
Alessandro Ranellucci
1843e377d3
Bugfix: missing infill segments in some rare circumstances
2017-03-23 17:07:11 +01:00
Alessandro Ranellucci
48910a7970
Remove the stable branch from Travis and add IRC notifications
2017-03-23 15:08:00 +01:00
Xoan Sampaiño
a34c80b70b
Add accelerators (keyboard shortcuts) to View menu
...
* Follow the OpenSCAD convention:
* Reorder the items
* Rename Rear -> Back and Iso -> Diagonal (Iso stands for a projection,
not for a view -- upcoming versions could have isometric/prespective
views...)
* Assign accels from 4 to 0
2017-03-23 14:57:21 +01:00