YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								5c6987137d 
								
							 
						 
						
							
							
								
								Removed code which is redundant now,  
							
							... 
							
							
							
							but causes an issue #3642  (G-Code Export button visible in "non-default" position)
All Show/Hide() of active buttons are processed inside show_action_buttons() function 
							
						 
						
							2020-02-18 15:45:17 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								1693a56ea3 
								
							 
						 
						
							
							
								
								Suppress print info about Weight and cost, if they are equal to zero  
							
							
							
						 
						
							2020-02-17 11:51:22 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								23732864ab 
								
							 
						 
						
							
							
								
								Fixed bug related to possibility of load several files as a multi-part object  
							
							... 
							
							
							
							Steps to repro:
 - set MMU printer
 - set SL1 printer
 - add two or more objects
 - select yes in "Multi-part object detected" dialog 
							
						 
						
							2020-02-14 14:44:17 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								3f27802c0a 
								
							 
						 
						
							
							
								
								Fix of Crash when trying to select extruders for multiple parts ( #3657 )  
							
							
							
						 
						
							2020-02-14 13:27:25 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukas Matena 
								
							 
						 
						
							
							
							
							
								
							
							
								2f3b665ac5 
								
							 
						 
						
							
							
								
								Fixup of  6d0cf16: Export hollowed STL  
							
							
							
						 
						
							2020-02-13 13:49:18 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								4a59a45d51 
								
							 
						 
						
							
							
								
								ENABLE_SHOW_SCENE_LABELS set as default  
							
							
							
						 
						
							2020-02-13 13:24:52 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								6914f688f8 
								
							 
						 
						
							
							
								
								ENABLE_BACKWARD_COMPATIBLE_RELOAD_FROM_DISK set as default  
							
							
							
						 
						
							2020-02-13 12:43:19 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								904263d231 
								
							 
						 
						
							
							
								
								ENABLE_CONFIGURABLE_PATHS_EXPORT_TO_3MF_AND_AMF set as default  
							
							
							
						 
						
							2020-02-13 11:25:34 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukas Matena 
								
							 
						 
						
							
							
							
							
								
							
							
								6d0cf16797 
								
							 
						 
						
							
							
								
								Export STL exports hollowed & drilled mesh (if it is shown)  
							
							
							
						 
						
							2020-02-11 11:15:44 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									David Kocik 
								
							 
						 
						
							
							
							
							
								
							
							
								a6f1c41b94 
								
							 
						 
						
							
							
								
								eject button text correction  
							
							
							
						 
						
							2020-02-07 15:13:20 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								a1c0a29af2 
								
							 
						 
						
							
							
								
								ENABLE_BACKWARD_COMPATIBLE_RELOAD_FROM_DISK - Fixed inconsistencies for splitted and cutted objects  
							
							
							
						 
						
							2020-02-07 09:49:48 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								f37a31596c 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/prusa3d/PrusaSlicer  into et_labels  
							
							
							
						 
						
							2020-02-06 09:15:15 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								495a71ed00 
								
							 
						 
						
							
							
								
								Implemented top_solid_min_thickness / bottom_solid_min_thickness.  
							
							... 
							
							
							
							The two new config keys define a minimum vertical shell thickness.
The top shell thickness is calculated as a maximum of sum over
top_solid_layers * layer heights and top_solid_min_thickness,
the bottom shell thickness is calculated as a maximum of sum over
bottom_solid_layers * layer heights and bottom_solid_min_thickness.
The results of the formula above are shown at the Print parameter page
below the two new values to hint the user about the interaction
of the old versus new config values.
top_solid_min_thickness has no meaning if top_solid_layers is zero,
bottom_solid_min_thickness has no meaning if bottom_solid_layers is zero. 
							
						 
						
							2020-02-05 16:53:48 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								5c4b481e35 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/prusa3d/PrusaSlicer  into et_labels  
							
							
							
						 
						
							2020-02-05 15:27:20 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									David Kocik 
								
							 
						 
						
							
							
							
							
								
							
							
								65b9ef6636 
								
							 
						 
						
							
							
								
								configuration updater  
							
							... 
							
							
							
							forced update dialog
check for updates button
check address when downloading bundles 
							
						 
						
							2020-02-04 15:27:11 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukas Matena 
								
							 
						 
						
							
							
							
							
								
							
							
								0e3ebb3e07 
								
							 
						 
						
							
							
								
								Hollowing gizmo: Invalidate drilled mesh in case a hole is manipulated  
							
							... 
							
							
							
							This way the holes cannot be placed on its own walls
Downside is that AABB trees have to be recalculated 
							
						 
						
							2020-02-04 15:03:10 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								3ec4b77dcd 
								
							 
						 
						
							
							
								
								Added item menu 'Edit/Show labels' and removed labels activation from preferences dialog  
							
							
							
						 
						
							2020-02-04 14:42:26 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								f09bed32b6 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/prusa3d/PrusaSlicer  
							
							
							
						 
						
							2020-02-03 15:48:56 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								03680bb014 
								
							 
						 
						
							
							
								
								Follow-up of  3a99b23ec7 -> F5 accelerator added also to objects list  
							
							
							
						 
						
							2020-02-03 15:47:09 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukas Matena 
								
							 
						 
						
							
							
							
							
								
							
							
								227cc4dc33 
								
							 
						 
						
							
							
								
								Fixed conflicts after merge  
							
							... 
							
							
							
							slaposHollowing was divided into slaposHollowing and slaposDrillHoles on master
This commit takes this into account on the code that was merged from lm_drilling_backend_rebased 
							
						 
						
							2020-02-03 15:42:54 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								1472ad9b14 
								
							 
						 
						
							
							
								
								To fix blurred icons under OSX there is implemented PresetBitmapComboBox, derived from wxBitmapComboBox,  
							
							... 
							
							
							
							which now will be used for preset choosers on sidebar a preset tabs.
+ for BitmapCache class added m_scale used for correct scaling of SVG images on Retina displays
+ some code clearing from unused functions or function's parameters 
							
						 
						
							2020-01-31 16:57:45 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								3a99b23ec7 
								
							 
						 
						
							
							
								
								#3580  - Added menu item 'Edit/Reload from disk' and F5 key acceleration to reload the entire plater  
							
							
							
						 
						
							2020-01-31 12:15:04 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								d937ac1ed3 
								
							 
						 
						
							
							
								
								Forcing a print bed update after config or config bundle is loaded.  
							
							... 
							
							
							
							The solution is hackish, but a major refactoring would be needed
to avoid multiple refreshes of the print bed, and to avoid
expensive checks at Plater::on_config_change() every time
a config value changes at a parameter tab. 
							
						 
						
							2020-01-24 15:16:36 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukas Matena 
								
							 
						 
						
							
							
							
							
								
							
							
								1c0aedbbe5 
								
							 
						 
						
							
							
								
								Hollowing gizmo can now trigger the backend calculation  
							
							
							
						 
						
							2020-01-24 10:53:40 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									tamasmeszaros 
								
							 
						 
						
							
							
							
							
								
							
							
								b45e95877e 
								
							 
						 
						
							
							
								
								Merge branch 'master' into lm_tm_hollowing  
							
							
							
						 
						
							2020-01-23 17:43:18 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								5ff8ae955b 
								
							 
						 
						
							
							
								
								Implemented editing for extruder of existing ToolChangeCode tick  
							
							... 
							
							
							
							+ Code refactoring: DoubleSlider is extracted from wxExtensions 
							
						 
						
							2020-01-23 16:11:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								1ed313ab79 
								
							 
						 
						
							
							
								
								Synchronized mode of color_print data to/from 3mf/amf  
							
							... 
							
							
							
							+ Code refactoring " CustomGCode extracted to separate namespace and file 
							
						 
						
							2020-01-23 16:11:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								d8b5f2950d 
								
							 
						 
						
							
							
								
								Select first printer for 3rd vendor.  
							
							... 
							
							
							
							+ fixed typo in output message 
							
						 
						
							2020-01-21 16:34:07 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								2b93900ac0 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/prusa3d/PrusaSlicer  
							
							
							
						 
						
							2020-01-21 14:07:22 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								dd09077bba 
								
							 
						 
						
							
							
								
								Reload from disk command enhanced to work with 3mf/amf files saved with PrusaSlicer 2.1.0 and earlier  
							
							
							
						 
						
							2020-01-21 14:07:13 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									David Kocik 
								
							 
						 
						
							
							
							
							
								
							
							
								8cf2a97807 
								
							 
						 
						
							
							
								
								removable drive manager bug fixes  
							
							
							
						 
						
							2020-01-21 13:29:39 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									David Kocik 
								
							 
						 
						
							
							
							
							
								
							
							
								2c1bedf503 
								
							 
						 
						
							
							
								
								new graphics for export button  
							
							
							
						 
						
							2020-01-21 13:29:39 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									David Kocik 
								
							 
						 
						
							
							
							
							
								
							
							
								787a6264b1 
								
							 
						 
						
							
							
								
								changed button usage: save to hd is now save to sd card  
							
							
							
						 
						
							2020-01-21 13:29:39 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									David Kocik 
								
							 
						 
						
							
							
							
							
								
							
							
								53f04b4bfd 
								
							 
						 
						
							
							
								
								callback for showing action buttons when device is connected/disconnected  
							
							
							
						 
						
							2020-01-21 13:29:39 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									David Kocik 
								
							 
						 
						
							
							
							
							
								
							
							
								7e97576e56 
								
							 
						 
						
							
							
								
								button for exporting gcode to harddrive  
							
							
							
						 
						
							2020-01-21 13:29:39 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									David Kocik 
								
							 
						 
						
							
							
							
							
								
							
							
								b08788cf96 
								
							 
						 
						
							
							
								
								typo at Unmounting successful message  
							
							
							
						 
						
							2020-01-21 13:29:39 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukas Matena 
								
							 
						 
						
							
							
							
							
								
							
							
								63b0eec5a9 
								
							 
						 
						
							
							
								
								Merge branch 'master' into lm_tm_hollowing  
							
							
							
						 
						
							2020-01-21 13:00:07 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jebtrix 
								
							 
						 
						
							
							
							
							
								
							
							
								b616c16c0a 
								
							 
						 
						
							
							
								
								Change confusing message text  
							
							
							
						 
						
							2020-01-20 11:18:26 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									foxox 
								
							 
						 
						
							
							
							
							
								
							
							
								07d6fd8f7e 
								
							 
						 
						
							
							
								
								Platter->Plater  
							
							
							
						 
						
							2020-01-20 11:16:49 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								cc19e9c48f 
								
							 
						 
						
							
							
								
								ENABLE_KEEP_LOADED_VOLUME_TRANSFORM_AS_STAND_ALONE set as default  
							
							
							
						 
						
							2020-01-17 12:12:38 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								4eee702984 
								
							 
						 
						
							
							
								
								ENABLE_ADAPTIVE_LAYER_HEIGHT_PROFILE set as default  
							
							
							
						 
						
							2020-01-17 11:26:26 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								ccb126a5f4 
								
							 
						 
						
							
							
								
								ENABLE_RELOAD_FROM_DISK_MISSING_SELECTION set as default  
							
							
							
						 
						
							2020-01-17 11:07:10 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								b6ab6378d7 
								
							 
						 
						
							
							
								
								ENABLE_VIEW_TOOLBAR_BACKGROUND_FIX set as default  
							
							
							
						 
						
							2020-01-17 10:50:25 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								89fcd7f95a 
								
							 
						 
						
							
							
								
								Added "mode" variable for custom_gcode_per_print_z  
							
							
							
						 
						
							2020-01-16 16:01:19 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									bubnikv 
								
							 
						 
						
							
							
							
							
								
							
							
								8bfc986fa7 
								
							 
						 
						
							
							
								
								Refactoring of GCode::process_layer().  
							
							... 
							
							
							
							Refactoring of GCode export of color changes, extruder switches etc,
so that the "color change" like extruder switches are applied first
at the Wipe Tower / G-code export, so that adding / removing
an extruder switch at the G-code preview slider does not invalidate
slicing. 
							
						 
						
							2020-01-14 10:31:18 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									YuSanka 
								
							 
						 
						
							
							
							
							
								
							
							
								3d4cda8ace 
								
							 
						 
						
							
							
								
								Fixed update of "Cost" field in "Sliced Info" box after a change of any material's options  
							
							... 
							
							
							
							("bottle_cost", "bottle_volume", "bottle_weight", "material_density") 
							
						 
						
							2020-01-08 15:27:09 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								abd432e7a8 
								
							 
						 
						
							
							
								
								Configurable paths export (fullpath or not) to 3mf and amf  
							
							
							
						 
						
							2020-01-08 11:11:38 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lukas Matena 
								
							 
						 
						
							
							
							
							
								
							
							
								0551411c48 
								
							 
						 
						
							
							
								
								Merge branch 'master' into lm_tm_hollowing  
							
							
							
						 
						
							2020-01-06 12:41:29 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								a4ad0a0925 
								
							 
						 
						
							
							
								
								Fixed unresponsive 3Dconnexion device when switching to preview  
							
							
							
						 
						
							2020-01-03 11:41:29 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Enrico Turri 
								
							 
						 
						
							
							
							
							
								
							
							
								a2ff94515f 
								
							 
						 
						
							
							
								
								#3430  - Fixed crash when right-clicking on wipe tower  
							
							
							
						 
						
							2020-01-02 09:07:33 +01:00