1220 Commits

Author SHA1 Message Date
Alessandro Ranellucci
3271010226 Write mm^3/s to the G-code comments 2017-04-01 10:19:14 +02:00
Joseph Lenox
e78c189411 Merge pull request #3826 from xoan/hotfix-hide-controller
Fix regression from 35fc1de
2017-03-31 23:47:13 -05:00
Xoan Sampaiño
478b89d909 Minor change: break long line 2017-03-31 14:26:18 +02:00
Xoan Sampaiño
b93bf2a116 Fix regression from 35fc1de which hides settings from PresetEditor
but leaves Controller tab always visible
2017-03-31 14:11:08 +02:00
Alessandro Ranellucci
ff42ad5512 Added "Move to bed center" in the object menu 2017-03-31 14:05:01 +02:00
Alessandro Ranellucci
4a2eeaf27f One more fix for #3819 2017-03-30 16:21:01 +02:00
Alessandro Ranellucci
35fc1decfa Fixed regression causing no_controller not to hide the USB/Serial configuration options in Printer config. Fixes #3819 2017-03-30 16:21:01 +02:00
Alessandro Ranellucci
0c8f5eeb90 Whenever user opens and closes the preset editor, apply the new defaults to the overrides. This is less confusing. #3814 2017-03-29 17:49:36 +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
Alessandro Ranellucci
f9f8be46e3 Populate the filament_preset placeholder with all the presets. #3577 2017-03-26 21:27:58 +02: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
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
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
ccaafba4b8 Merge remote-tracking branch 'origin/master' into gui3 2017-03-25 15:27:41 +01:00
Alessandro Ranellucci
9a1dc1a35e Typos 2017-03-25 14:03:00 +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
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
Alessandro Ranellucci
bd2117d346 Align objects imported from AMF to ground. #3785 2017-03-23 14:10:41 +01:00
Alessandro Ranellucci
0de3a72eb4 Bugfix: canceling the "Set Copies" dialog didn't work. #3787 2017-03-23 12:59:05 +01:00
Alessandro Ranellucci
488cc02f53 Try to fix OctoPrint issues. #3789 2017-03-23 12:49:25 +01:00
Alessandro Ranellucci
82db702801 List objects in a submenu and allow to select them from it 2017-03-22 22:19:12 +01:00
Alessandro Ranellucci
ce64cb05a1 Use a nicer "All" checkbox for printer compatibility 2017-03-22 21:05:22 +01:00
Alessandro Ranellucci
0b180c6273 Move the overridable settings list in the preset editor without opening one more dialog 2017-03-22 20:48:58 +01:00
Alessandro Ranellucci
4ca5f9ee16 Allow dirty presets, and many more improvements including remembering the preset dialog position and closing it with the Esc key 2017-03-22 19:47:23 +01:00
Alessandro Ranellucci
9a9597df83 Removed duplicate filament_notes left after merge 2017-03-21 21:43:25 +01:00
Alessandro Ranellucci
c2d933382a Add nice icons to the dropdown override menu 2017-03-21 21:16:14 +01:00
Alessandro Ranellucci
cea9ff53d5 Allow to add overrides in the plater on the fly 2017-03-21 20:41:39 +01:00
Alessandro Ranellucci
f055b496ea Make overridable options easier to find 2017-03-21 20:33:37 +01:00
Alessandro Ranellucci
c2fecf7c70 Minor fix to prevent the Cancel button from showing when there are no objects 2017-03-21 20:29:36 +01:00
Alessandro Ranellucci
9e6b869bd4 Enlarge the preset dialog to avoid horizontal scrollbars 2017-03-21 19:46:50 +01:00
Alessandro Ranellucci
fb22900738 Merge remote-tracking branch 'origin/master' into gui3
Conflicts:
	lib/Slic3r/GUI/Plater.pm
2017-03-21 17:47:55 +01:00
Alessandro Ranellucci
8560655372 Only reload the selected object and not all the objects of the input file. #3786 2017-03-21 17:34:30 +01:00
Alessandro Ranellucci
ddad7ce25f One more fix for slider. #3779 2017-03-21 16:48:04 +01:00
Alessandro Ranellucci
a69e4e39c9 Bugfix (untested): prevent cursor to go to the beginning while typing in a slider textctrl. #3779 2017-03-20 19:28:08 +01:00
Alessandro Ranellucci
6d0cb54cf2 A few more fixes to plater 2017-03-20 17:01:19 +01:00
Alessandro Ranellucci
1fadfd6fb8 Merge remote-tracking branch 'origin/master' into gui3
Conflicts:
	lib/Slic3r/GUI.pm
	lib/Slic3r/GUI/Plater.pm
	lib/Slic3r/GUI/PresetEditor.pm
	slic3r.pl
	xs/src/libslic3r/Config.cpp
	xs/src/libslic3r/Config.hpp
2017-03-20 17:00:42 +01:00
Alessandro Ranellucci
9dbe2eea37 Menu option for coloring toolpaths by extruder using the configured filament colors 2017-03-20 15:47:02 +01:00
Alessandro Ranellucci
a19cc10b8e Bugfix: Controller was crashing on wxWidgets 2.8.x. #3159 2017-03-20 13:59:09 +01:00
Joseph Lenox
dddbe64b86 Restrict file types for model exports to what we are permitting (UX fix). Changed extension from .amf.xml -> .amf (common usage)
Fixes #3774
2017-03-19 00:31:14 -05:00
Joseph Lenox
af8ae8d268 Added single-object AMF export (with modifier meshes). Extended text on plate AMF export to indicate that it exports modifier meshes. 2017-03-19 00:22:17 -05:00
Alessandro Ranellucci
b571f4af84 Bugfix: scale to size didn't work multiple times. #3768 2017-03-18 15:59:21 +01:00
Alessandro Ranellucci
086fd2e8a8 Merge pull request #3771 from pn2200/issue1300
Use default size for label and size column label to fit content.
2017-03-18 12:35:30 +01:00
Alessandro Ranellucci
7467eb8fbb Merge all OctoPrint print options in a single dialog (bypassable by pressing the Alt key). #3765 #3655 2017-03-18 12:28:53 +01:00