enricoturri1966
22b634ca1d
Fixed crash at startup on Mac OS
2022-07-13 08:56:00 +02:00
YuSanka
92f874cdea
Fix for #8450 - Tip Of The Day - configuration snapshots shortcut not work in the language Portuguese Brazil
...
Note: This bug was related not just for the language Portuguese Brazil but for all another dictionaries, where
for "&MenuItem" and "MenuItem" are used "&LocalMenuItem1" and "LocalMenuItem2" instead of "&LocalMenuItem" and "LocalMenuItem"
2022-07-12 14:57:11 +02:00
YuSanka
1afc6fb57c
Fix for #8459 - Tooltip on "Retract amount before wipe" setting for retractions
2022-07-12 14:17:37 +02:00
Lukas Matena
c7640bb650
Update year in the copyright notice
2022-07-08 16:37:06 +02:00
Lukas Matena
c99de065f7
Fix of #8299 (Linux crash when selecting locales)
2022-07-07 16:09:56 +02:00
tamasmeszaros
7fbaf0f96c
Fix previous commit
2022-07-07 15:57:15 +02:00
tamasmeszaros
6091412c6b
Arrange params storage/retrieve functions now ignore locale
2022-07-07 15:53:53 +02:00
tamasmeszaros
e58a15bdf8
Prepare arrange for variable bed distance
2022-07-07 15:51:41 +02:00
enricoturri1966
a7af73795d
Tech ENABLE_RAYCAST_PICKING - Method GLCanvas3D::_mouse_to_3d() modified to use the new scene raycaster instead of reading data from the depth buffer
2022-07-01 15:00:27 +02:00
enricoturri1966
c991798740
Tech ENABLE_RAYCAST_PICKING - Fixed wrong scope for ENABLE_RAYCAST_PICKING_DEBUG in GLCanvas3D::_picking_pass() causing the 3d scene to freeze while rotating it
2022-07-01 14:57:22 +02:00
YuSanka
49dd124169
Added link to helper for "Pressure equalizer" parameters
2022-07-01 13:35:47 +02:00
enricoturri1966
e6742279cb
Attempt to fix crash at startup on Mac OS
2022-07-01 12:47:23 +02:00
enricoturri1966
a10495f132
Added some debug output to help finding the reason of crash at startup on Mac OS
2022-07-01 09:21:41 +02:00
enricoturri1966
4b6d2a58b0
Tech ENABLE_OPENGL_DEBUG_OPTION - Fix in GUI_App::init_glcontext
2022-06-30 13:40:46 +02:00
enricoturri1966
1fdb927b56
Fixed build on non Windows systems
2022-06-30 12:21:52 +02:00
enricoturri1966
38683ee221
Tech ENABLE_OPENGL_DEBUG_OPTION - Add new command line option '--opengl-debug' to allow users to force PrusaSlicer to output to console OpenGL related errors on graphics cards supporting it.
2022-06-30 09:49:29 +02:00
Filip Sykala - NTB T15p
13fdde796f
Fix update texture with font names after close combobox
2022-06-29 17:09:16 +02:00
Lukas Matena
6c0db58628
Fixing conflicts part 4:
...
See previous commit. This one applies changes from master_250
to the files mentioned
2022-06-29 16:43:29 +02:00
Lukas Matena
d662bf2a18
Fixing conflicts part 3:
...
Some files have whitespace changes that make resolving conflicts difficult.
Take the version from master first, next commit will apply changes from master_250
2022-06-29 16:43:29 +02:00
Lukas Matena
b61714bb3e
Merge branch 'master_250' (NO CONFLICTS FIXED):
...
CONFLICT (content): Merge conflict in resources/profiles/PrusaResearch.idx
CONFLICT (content): Merge conflict in resources/profiles/PrusaResearch.ini
CONFLICT (content): Merge conflict in src/libslic3r/CMakeLists.txt
CONFLICT (content): Merge conflict in src/libslic3r/Fill/Fill.cpp
CONFLICT (content): Merge conflict in src/libslic3r/GCode.cpp
CONFLICT (content): Merge conflict in src/libslic3r/GCode.hpp
CONFLICT (content): Merge conflict in src/libslic3r/GCode/GCodeProcessor.cpp
CONFLICT (content): Merge conflict in src/libslic3r/GCode/GCodeProcessor.hpp
CONFLICT (content): Merge conflict in src/libslic3r/GCode/SeamPlacer.cpp
CONFLICT (content): Merge conflict in src/libslic3r/GCode/SeamPlacer.hpp
CONFLICT (add/add): Merge conflict in src/libslic3r/Geometry/Curves.hpp
CONFLICT (content): Merge conflict in src/libslic3r/PerimeterGenerator.cpp
CONFLICT (content): Merge conflict in src/libslic3r/Point.hpp
CONFLICT (content): Merge conflict in src/libslic3r/PrintConfig.hpp
CONFLICT (content): Merge conflict in src/slic3r/GUI/ConfigWizard.cpp
CONFLICT (content): Merge conflict in src/slic3r/GUI/GCodeViewer.cpp
CONFLICT (content): Merge conflict in src/slic3r/GUI/GLCanvas3D.cpp
CONFLICT (content): Merge conflict in src/slic3r/GUI/GUI_App.cpp
CONFLICT (content): Merge conflict in src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp
CONFLICT (content): Merge conflict in src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp
CONFLICT (content): Merge conflict in src/slic3r/Utils/FixModelByWin10.cpp
CONFLICT (modify/delete): t/perimeters.t deleted in HEAD and modified in master_250. Version master_250 of t/perimeters.t left in tree.
CONFLICT (content): Merge conflict in tests/fff_print/CMakeLists.txt
CONFLICT (content): Merge conflict in tests/fff_print/test_fill.cpp
CONFLICT (content): Merge conflict in version.inc
CONFLICT (modify/delete): xs/xsp/PerimeterGenerator.xsp deleted in HEAD and modified in master_250. Version master_250 of xs/xsp/PerimeterGenerator.xsp left in tree.
2022-06-29 14:37:14 +02:00
enricoturri1966
39b1222b22
Tech ENABLE_RAYCAST_PICKING - Rendering for rectangle selection made only inside the rectangle, on systems supporting framebuffers
2022-06-29 12:14:41 +02:00
Filip Sykala
ab3148538a
Partial difference for multiple volume cuts
2022-06-29 11:55:55 +02:00
tamasmeszaros
d23f9d7674
Refactoring and performance optimization for support trees in SLA
2022-06-29 10:43:46 +02:00
enricoturri1966
ae76468f7c
Tech ENABLE_RAYCAST_PICKING - Partial revert of 89ac932628
- Restored rectangle selection using encoded colors rendering
2022-06-28 14:12:57 +02:00
YuSanka
d81009c6ce
Follow-up 56466abe99
# - Fixed a Search in the Preferences options
...
+ Preferences dialog: Deleted unused variable 'reverted'
2022-06-27 11:10:33 +02:00
YuSanka
4c65e468de
Localization: New POT and updated dictionaries for CZ, PL, IT and ES
...
+ Fix for minor issue https://github.com/prusa3d/PrusaSlicer/issues/5672#issuecomment-1160245417
+ Fix for #7858 - Small formatting error in dutch language
+ Community PO-files are extended by new phrases
2022-06-23 13:34:29 +02:00
Lukas Matena
a96eaf5426
Fix crash when pressing Ctrl+A while a gizmo is open ( #8416 ):
...
There were two separate issues. Missing update when select_all was invoked in
the scene and missing check when SLA supports/hollow gizmo were asked to select
all points/holes.
2022-06-22 16:51:27 +02:00
enricoturri1966
bcbde32678
Tech ENABLE_GL_CORE_PROFILE - Fixed rendering of rectangle selection with dashed lines
2022-06-22 11:27:40 +02:00
YuSanka
ba9993c198
ObjectLayers: Negative value for layer heights are suppressed
...
+ Set last valid value, when invalid numeric value was inputted
+ Linux specific: Fixed a crash, when alternate decimal separator was used in input
2022-06-22 11:09:09 +02:00
YuSanka
9d20b01c5b
Linux specific: Fix for #7531 , #8055 , #8408
2022-06-22 11:09:09 +02:00
enricoturri1966
3928c5c01c
Tech ENABLE_GL_CORE_PROFILE - Fixed rendering of circle cursor with dashed lines in GLGizmoPainterBase
2022-06-22 10:51:54 +02:00
Filip Sykala
a865fbf3b1
Fix> ../src/slic3r/GUI/Jobs/EmbossJob.cpp:109:33: error: no matching function for call to 'std::exception::exception(const char* const&)'
2022-06-21 17:26:15 +02:00
YuSanka
5f5e971fe7
UnsavedChangesDialog: Fixed a crash, when enum_labels wasn't defined for some enum config option.
2022-06-21 12:48:39 +02:00
enricoturri1966
0a1d1ef6c8
Follow-up of 37d36616ee
- Fixed previous commit
2022-06-21 11:29:18 +02:00
enricoturri1966
89ac932628
Tech ENABLE_NEW_RECTANGLE_SELECTION set as default
2022-06-21 11:10:57 +02:00
enricoturri1966
6d97de14d9
Tech ENABLE_RAYCAST_PICKING - Removal of all remaining code related to old OpenGL based picking
2022-06-21 09:16:36 +02:00
enricoturri1966
255d8657dd
Tech ENABLE_RAYCAST_PICKING - Small refactoring
2022-06-21 08:26:39 +02:00
Filip Sykala
950c8e0216
Fix multiple volume merge transformation
2022-06-20 18:55:57 +02:00
Filip Sykala
c28fa46c58
Fix ration of projection
2022-06-20 18:55:25 +02:00
Lukas Matena
27a18065b3
Added possibly missing includes
2022-06-20 14:48:30 +02:00
enricoturri1966
37d36616ee
Tech ENABLE_RAYCAST_PICKING - Do know allow picking while dragging gizmos
2022-06-20 14:07:38 +02:00
enricoturri1966
63890b5f8d
Do know allow picking while dragging gizmos
2022-06-20 13:58:06 +02:00
YuSanka
07dfcdd94c
Minor fixes for KR localization: Added missed line breaks
2022-06-17 17:37:34 +02:00
YuSanka
2688a29b08
SplashScreen: New image
...
+ PressureEqualizer" fixed warning
2022-06-17 17:14:14 +02:00
PavelMikus
a3d10f7f50
fix deadlock condition varaible use in netfabb wrapper
2022-06-17 16:14:30 +02:00
Lukas Matena
9aa104d080
Revert "Merge branch 'pm_stable_meshfix' into dev_250"
...
This reverts commit 71a8ead282
, reversing
changes made to a1143ab26e
.
2022-06-17 16:13:18 +02:00
YuSanka
d59b11568e
Print bed has to be updated, when printer preset is detached from the system preset
2022-06-17 15:35:38 +02:00
Lukas Matena
570b43941e
Fixed title label when run as G-Code Viewer:
...
Builds that were not tagged and contained number of commits since last tag
showed "-UNKNOWN" in the title bar, even when they went through the build server
2022-06-17 12:58:24 +02:00
YuSanka
84ec233734
Follow-up d0b4a4a87d
- Preferences Dialog:Set flag m_settings_layout_changed to false,
...
when CANCEL button was pushed.
2022-06-16 12:59:33 +02:00
enricoturri1966
db31995310
Allow drag and drop on files into PrusaSlicer no matter which is the current selected tab
2022-06-16 11:12:45 +02:00
enricoturri1966
3a760d61e4
Tech ENABLE_RAYCAST_PICKING - Fixed other warnings on Mac
2022-06-15 15:32:34 +02:00
enricoturri1966
692aabd8e1
Tech ENABLE_RAYCAST_PICKING - Fixed build and warnings on Mac
2022-06-15 14:58:04 +02:00
enricoturri1966
f45711e7e5
Removed tech ENABLE_RENDER_PICKING_PASS
2022-06-15 14:29:29 +02:00
enricoturri1966
7926781ac1
Tech ENABLE_RAYCAST_PICKING - Raytraced picking of Gizmo SLA Supports
2022-06-15 14:07:42 +02:00
enricoturri1966
ae09c864c2
Follow-up of c5c5c23ed2
- Fixed raycasters update after deletion
2022-06-15 09:09:11 +02:00
enricoturri1966
c5c5c23ed2
Tech ENABLE_RAYCAST_PICKING - Raytraced picking of Gizmo Hollow
2022-06-15 09:01:13 +02:00
Lukas Matena
c3edafcc33
Arachne parameter names: unified case with the rest
2022-06-14 12:48:54 +02:00
enricoturri1966
f5e68a6ac6
Tech ENABLE_RAYCAST_PICKING - Raytraced picking of Gizmo Flatten
2022-06-14 11:30:30 +02:00
enricoturri1966
9ac5ab857b
Tech ENABLE_RAYCAST_PICKING - Refactoring to allow for easier update of raycasters transform
2022-06-14 10:44:14 +02:00
Lukas Matena
419014133a
OSX specific: Fixing opening of G-codes by drag & dropping of G-code
...
on slicer icon in case slicer is not yet running. (backport of 91a5ceb
from master)
2022-06-14 10:03:10 +02:00
Vojtech Bubnik
91a5ceb1dd
OSX specific: Fixing opening of G-codes by drag & dropping of G-code
...
on slicer icon in case slicer is not yet running.
2022-06-13 15:44:43 +02:00
enricoturri1966
0a7dae6df6
Tech ENABLE_RAYCAST_PICKING - Raytraced picking of Cut Gizmo
2022-06-13 14:54:52 +02:00
enricoturri1966
0cedf331b1
Tech ENABLE_RAYCAST_PICKING - Raytraced picking of Scale Gizmo
2022-06-13 14:46:06 +02:00
enricoturri1966
9962a5a873
Tech ENABLE_RAYCAST_PICKING - Raytraced picking of Rotate Gizmo
2022-06-13 14:17:19 +02:00
enricoturri1966
df47ba7122
Tech ENABLE_RAYCAST_PICKING - Raytraced picking of gizmos - Move Gizmo
2022-06-13 13:09:24 +02:00
enricoturri1966
36ec839767
Tech ENABLE_GIZMO_GRABBER_REFACTOR set as default
2022-06-10 15:46:28 +02:00
enricoturri1966
6c6713c4ad
Tech ENABLE_RAYCAST_PICKING - Raytraced picking of volumes
2022-06-10 14:56:15 +02:00
enricoturri1966
cfc3988b9f
Tech ENABLE_RAYCAST_PICKING - 1st installment - Raytraced picking of printbed
2022-06-10 13:20:52 +02:00
Lukáš Hejl
a497769558
Modified the description of pressure equalizer parameters and moved it to the separate section.
2022-06-09 21:07:48 +02:00
Lukáš Hejl
0463518dc3
Attempted to reenable the old pressure equalizer and fix its issues.
2022-06-09 21:07:41 +02:00
Filip Sykala
eea0ce9569
Calculation of projection distances
2022-06-09 15:07:44 +02:00
Vojtech Bubnik
8ed6d1b466
WIP: Implemented support for QOI G-code thumbnail format as requested
...
by the RepRapFirmware team due to their low RAM budget for decompression.
Bundled the QOI image compression library.
2022-06-08 21:12:00 +02:00
Lukas Matena
48e1919ff1
Fix double undo/redo snapshot when using SpinCtrl
2022-06-08 21:08:40 +02:00
Lukas Matena
60894a26dd
Fix of 8342 (deselection when changing object-specific settings)
2022-06-08 14:49:31 +02:00
enricoturri1966
b42e4b2927
GLTexture - Use BitmapCache::nsvgParseFromFileWithReplace() in place of nsvgParseFromFile() to load images from files
2022-06-08 13:12:29 +02:00
Lukas Matena
9420f47b26
Fixed a crash when rescaling or changing color mode (Windows, macOS)
2022-06-08 10:32:54 +02:00
PavelMikus
52b80590c3
incldue README
...
disable MeshFix on windows 10
2022-06-07 11:10:52 +02:00
PavelMikus
04ac99a54e
fix deadlock condition varaible use in netfabb wrapper
2022-06-07 11:10:52 +02:00
PavelMikus
24dc0317a2
Fix undefined behavior and other issues in the MeshFix library
...
!ADD call to TMesh::init function to initialize prediacates, fixes problems
turn off result check - sometimes it is too restrictive
2022-06-07 11:10:52 +02:00
PavelMikus
91eb0b8153
fix multipart object progress bar
2022-06-07 11:10:52 +02:00
PavelMikus
4a92b110e6
small includes optimization
2022-06-07 11:10:51 +02:00
PavelMikus
20c91aa48e
Meshfix integration into GUI
2022-06-07 11:10:51 +02:00
enricoturri1966
cd6155293b
Fixed conflicts after merge with master
2022-06-07 11:10:19 +02:00
enricoturri1966
904e3a874e
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_trafo_matrix_rebase
2022-06-06 14:57:09 +02:00
enricoturri1966
c99e93c357
Fixed differences after rebase with master
2022-06-06 14:55:38 +02:00
enricoturri1966
00878fb330
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES merged into ENABLE_WORLD_COORDINATE
...
Fixed conflicts during rebase with master
2022-06-06 13:36:29 +02:00
enricoturri1966
f591535d20
Removed tech ENABLE_WORLD_COORDINATE_VOLUMES_LOCAL_OFFSET
2022-06-06 12:44:01 +02:00
enricoturri1966
4846b504a2
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Improved detection and removal of skew in matrices
...
Fixed conflicts during rebase with master
2022-06-06 12:43:42 +02:00
enricoturri1966
b76f9fc2ee
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Scaling using object manipulator fields
...
Fixed conflicts during rebase with master
2022-06-06 12:38:20 +02:00
enricoturri1966
3b3edb5a97
Fixed build and warnings on Linux and Mac
...
Fixed conflicts during rebase with master
2022-06-06 12:22:42 +02:00
enricoturri1966
e3d648c802
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Reoworked calculation of volume matrix for newly added modifiers and parts
...
Fixed conflicts during rebase with master
2022-06-06 12:16:17 +02:00
enricoturri1966
2602c6bf92
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Implemented reset skew button for the case when volume world matrix contains skew while volume and instance matrices do not
...
Fixed conflicts during rebase with master
2022-06-06 12:07:45 +02:00
enricoturri1966
e4fb142afc
Tech ENABLE_WORLD_COORDINATE_SCALE_REVISITED merged into tech ENABLE_WORLD_COORDINATE
...
Fixed conflicts during rebase with master
2022-06-06 12:01:44 +02:00
enricoturri1966
ebb9a4aadb
Tech ENABLE_WORLD_COORDINATE_SHOW_AXES merged into tech ENABLE_WORLD_COORDINATE
...
Fixed conflicts during rebase with master
2022-06-06 11:39:15 +02:00
enricoturri1966
7c86cf84a3
Tech ENABLE_COORDINATE_DEPENDENT_SELECTION_BOX merged into tech ENABLE_WORLD_COORDINATE
...
Fixed conflicts during rebase with master
2022-06-06 10:53:26 +02:00
enricoturri1966
882a5ffec5
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Fixed uniform scale using object manipulator panel
...
Fixed conflicts during rebase with master
2022-06-06 10:22:05 +02:00
enricoturri1966
9062a74c5c
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Fixed scale reset
2022-06-06 10:18:04 +02:00
enricoturri1966
9efeb0b9e5
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Fixed missing update of object manipulator panel after selecting an object in the 3D scene
2022-06-06 10:18:04 +02:00
enricoturri1966
243985173e
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Allow for relative rotations only when using the object manipulator panel
2022-06-06 10:18:04 +02:00
enricoturri1966
3fcfd04921
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Fixed translation of volumes in local coordinate system
...
Fixed conflicts during rebase with master
2022-06-06 10:17:43 +02:00
enricoturri1966
fd45d0eeed
Tech ENABLE_WORLD_COORDINATE_SHOW_AXES - Fixed bed axes visualization
2022-06-06 10:00:53 +02:00
enricoturri1966
19712749c3
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Added reset button to remove skew, when detected, in object manipulator panel
...
Fixed conflicts during rebase with master
2022-06-06 10:00:28 +02:00
enricoturri1966
eeb81b1ef8
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Let reset buttons in object manipulator to be always visible when needed, no matter what is the current selected reference system
2022-06-06 09:54:46 +02:00
enricoturri1966
88ce6ccdef
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Reworked method void Selection::scale(const Vec3d& scale, TransformationType transformation_type) to use matrix multiplication
...
Fixed conflicts during rebase with master
2022-06-06 09:54:19 +02:00
enricoturri1966
b5d366d385
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Allow skew in matrices
...
Fixed conflicts during rebase with master
2022-06-06 09:07:50 +02:00
enricoturri1966
63c9ce23df
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Reworked method void synchronize_unselected_instances(SyncRotationType sync_rotation_type) to use the new matrix only implementation of Geometry::Transformation
...
Fixed conflicts during rebase with master
2022-06-06 09:04:12 +02:00
enricoturri1966
c8d93e69be
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Reworked method void Selection::synchronize_unselected_volumes() to use the new matrix only implementation of Geometry::Transformation
...
Fixed conflicts during rebase with master
2022-06-06 08:55:38 +02:00
enricoturri1966
f9f7e6e759
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Reworked method void Selection::flattening_rotate(const Vec3d& normal) to use matrix multiplication
...
Fixed conflicts during rebase with master
2022-06-06 08:50:57 +02:00
enricoturri1966
0e3490620e
Added method const GLVolume* Selection::get_first_volume() const to simplify client code
...
Fixed conflicts during rebase with master
2022-06-06 08:44:11 +02:00
enricoturri1966
9f503b95e8
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Reworked method void Selection::rotate(const Vec3d& rotation, TransformationType transformation_type) to use matrix multiplication
...
Fixed conflicts during rebase with master
2022-06-03 15:44:45 +02:00
enricoturri1966
55be16d158
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Reworked method void Selection::translate(unsigned int object_idx, unsigned int instance_idx, const Vec3d& displacement) to use matrix multiplication and removed unused method void Selection::translate(unsigned int object_idx, const Vec3d& displacement)
...
Fixed conflicts during rebase with master
2022-06-03 15:05:44 +02:00
enricoturri1966
2f6f73e10f
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Reworked method void Selection::translate(const Vec3d& displacement, ECoordinatesType type) to use matrix multiplication
...
Fixed conflicts during rebase with master
2022-06-03 14:56:07 +02:00
enricoturri1966
7e72963293
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - 1st installment. Geometry::Transformation modified to store data in a single matrix, without store the matrix components
...
Fixed conflicts during rebase with master
2022-06-03 13:58:36 +02:00
enricoturri1966
a4c0d99616
Tech ENABLE_GL_SHADERS_ATTRIBUTES - Fixed rendering of gizmo rotate
...
Fixed conflicts during rebase with master
2022-06-03 13:06:53 +02:00
enricoturri1966
8c95f47d4a
Tech ENABLE_GL_SHADERS_ATTRIBUTES - Fixed rendering of sidebar hints reference system
...
Fixed conflicts during rebase with master
2022-06-03 13:00:10 +02:00
Lukas Matena
75a6f54f0b
Fixed compiler warnings
2022-06-03 12:45:06 +02:00
enricoturri1966
155c3e8895
Tech ENABLE_GL_SHADERS_ATTRIBUTES - Fixed rendering of selection bounding box
...
Fixed conflicts during rebase with master
2022-06-03 12:42:30 +02:00
enricoturri1966
9acf181dda
Tech ENABLE_GL_SHADERS_ATTRIBUTES - Fixed rendering of bed axes
2022-06-03 12:31:02 +02:00
enricoturri1966
47a1989fdc
Tech ENABLE_WORLD_COORDINATE - ObjectManipulation::update_reset_buttons_visibility() changed logic for drop to bed button
2022-06-03 12:31:02 +02:00
enricoturri1966
45335ee26b
Tech ENABLE_OBJECT_MANIPULATOR_FOCUS - Fixed kill focus handling for sidebar object manipulator fields
2022-06-03 12:27:41 +02:00
enricoturri1966
2b002da8ce
Tech ENABLE_WORLD_COORDINATE - Fixed rotation performed from sidebar manipulation fields
2022-06-03 12:27:41 +02:00
enricoturri1966
e86cbf0d8c
Tech ENABLE_WORLD_COORDINATE_SCALE_REVISITED - Detection of required transformation baking done on mouse dragging event in place of mouse up event for gizmo scale
...
Fixed conflicts during rebase with master
2022-06-03 12:27:24 +02:00
enricoturri1966
622796e9e3
Tech ENABLE_WORLD_COORDINATE_SCALE_REVISITED - Alternate implementation of manipulating scale for instances and volumes using gizmo scale and sidebar object manipulator fields - 1st installment
...
Fixed conflicts during rebase with master
2022-06-03 12:17:12 +02:00
enricoturri1966
558bccec48
Tech ENABLE_WORLD_COORDINATE_SHOW_AXES - Show axes of the current reference system when sidebar hints are active for non-world reference systems
...
Fixed conflicts during rebase with master
2022-06-03 11:45:22 +02:00
enricoturri1966
912d781446
Tech ENABLE_COORDINATE_DEPENDENT_SELECTION_BOX - Render the selection bounding box in the current reference system
...
Fixed conflicts during rebase with master
2022-06-03 11:05:49 +02:00
enricoturri1966
9706f16e69
Tech ENABLE_WORLD_COORDINATE - Revisited rotation of single volume
...
Fixed conflicts during rebase with master
2022-06-03 10:26:37 +02:00
enricoturri1966
c29bb039a6
Tech ENABLE_WORLD_COORDINATE - Revisited rotation of single instance
2022-06-03 09:59:02 +02:00
enricoturri1966
90e54e5821
Tech ENABLE_INSTANCE_COORDINATES_FOR_VOLUMES merged into tech ENABLE_WORLD_COORDINATE
...
Fixed conflicts during rebase with master
2022-06-03 09:57:07 +02:00
enricoturri1966
cd4704e493
Fixed warnings
...
Fixed conflicts during rebase with master
2022-06-03 09:11:06 +02:00
enricoturri1966
6e92b4fc3b
Tech ENABLE_INSTANCE_COORDINATES_FOR_VOLUMES - Mirror transform in local system for volumes and a few fixes in rotation
...
Fixed conflicts during rebase with master
2022-06-03 08:41:23 +02:00
enricoturri1966
fb31bcd0f0
Tech ENABLE_INSTANCE_COORDINATES_FOR_VOLUMES - Volumes scaling in all reference systems using Scale gizmo and part manipulator fields
...
Fixed conflicts during rebase with master
2022-06-03 08:25:08 +02:00
enricoturri1966
65adbd5b0d
Tech ENABLE_INSTANCE_COORDINATES_FOR_VOLUMES - Volumes rotation in all reference systems using Rotate gizmo and part manipulator fields
...
Fixed conflicts during rebase with master
2022-06-02 16:03:27 +02:00
enricoturri1966
5767feecab
Tech ENABLE_INSTANCE_COORDINATES_FOR_VOLUMES - Attempt to fix build on non-Windows OSs
2022-06-02 15:45:21 +02:00
enricoturri1966
5e5fdc4844
Tech ENABLE_INSTANCE_COORDINATES_FOR_VOLUMES - Volumes translation in all reference systems using Move gizmo and part manipulator fields
...
Fixed conflicts during rebase with master
2022-06-02 15:45:06 +02:00
enricoturri1966
4f1df27309
Tech ENABLE_INSTANCE_COORDINATES_FOR_VOLUMES - Modified part manipulation fields to show the proper values in dependence of the selected reference system
2022-06-02 15:06:15 +02:00
enricoturri1966
fdc8a51d3c
Tech ENABLE_INSTANCE_COORDINATES_FOR_VOLUMES - Fixed orientation for sidebar hints in 3D scene for part manipulation in instance and local systems
...
Fixed conflicts during rebase with master
2022-06-02 15:05:56 +02:00
enricoturri1966
79bdcefbde
Tech ENABLE_INSTANCE_COORDINATES_FOR_VOLUMES - 1st installment: introduction of instance reference system in part manipulation
...
Fixed conflicts during rebase with master
2022-06-02 14:58:44 +02:00
enricoturri1966
679f8b0111
Tech ENABLE_WORLD_COORDINATE - Fixed center of Move and Scale gizmos
...
Fixed conflicts during rebase with master
2022-06-02 14:20:26 +02:00
enricoturri1966
23b5860e35
Tech ENABLE_WORLD_COORDINATE - Fixed visualization of sidebar hints when editing values in Object manipulation fields while using an MMU printer
2022-06-02 13:39:01 +02:00
enricoturri1966
f944595d3d
Tech ENABLE_WORLD_COORDINATE - Fixed constrained scaling of volumes in local coordinates
2022-06-02 13:39:01 +02:00
enricoturri1966
cf90ad699f
Tech ENABLE_WORLD_COORDINATE - Fixed unconstrained scaling of volumes in local coordinates
...
Fixed conflicts during rebase with master
2022-06-02 13:38:47 +02:00
enricoturri1966
9e0bb83041
Follow-up of 9ddf2ba41c
- Code cleanup
...
Fixed conflicts during rebase with master
2022-06-02 13:34:21 +02:00
enricoturri1966
ad6dcf3f10
Tech ENABLE_WORLD_COORDINATE - Fixed constrained scaling of instances in local coordinates
...
Fixed conflicts during rebase with master
2022-06-02 13:30:23 +02:00
enricoturri1966
4aac01a221
Tech ENABLE_WORLD_COORDINATE - Fixed scaling using the Part Manipulation fields in world coordinates for volumes
...
Fixed conflicts during rebase with master
2022-06-02 13:26:02 +02:00
enricoturri1966
0eaa4c5dea
Tech ENABLE_WORLD_COORDINATE - Fixed unconstrained scaling in world coordinates for volumes
...
Fixed conflicts during rebase with master
2022-06-02 13:21:24 +02:00
enricoturri1966
9074407196
Follow-up of 86b44b4800
- Constrained uniform scaling in world coordinates for rotated instances
2022-06-02 13:09:43 +02:00
enricoturri1966
1191ab42cb
Tech ENABLE_WORLD_COORDINATE - Added constrained uniform scaling in world coordinates for instances
...
Fixed conflicts during rebase with master
2022-06-02 13:09:30 +02:00
enricoturri1966
d7753fc476
Tech ENABLE_WORLD_COORDINATE - Fixed constrained non-uniform scaling in world coordinates for rotated instances
...
Fixed conflicts during rebase with master
2022-06-02 13:05:12 +02:00
enricoturri1966
d5a02e617a
Partial revert of 7e5c214b91
to restore code mistakenly removed and needed when tech ENABLE_WORLD_COORDINATE is disabled
...
Fixed conflicts during rebase with master
2022-06-02 12:58:35 +02:00
enricoturri1966
856e0caea6
Tech ENABLE_WORLD_COORDINATE - Fixed rotation in local coordinate for single instance selection
...
Fixed conflicts during rebase with master
2022-06-02 12:27:49 +02:00
enricoturri1966
f89a902bbb
Tech ENABLE_WORLD_COORDINATE - Fixed translation in local coordinate for single instance selection
...
Fixed conflicts during rebase with master
2022-06-02 12:23:01 +02:00
enricoturri1966
ca5c04bab2
Tech ENABLE_WORLD_COORDINATE - Modified method Selection::requires_uniform_scale()
...
Fixed conflicts during rebase with master
2022-06-02 12:13:52 +02:00
enricoturri1966
6433d3af91
Tech ENABLE_WORLD_COORDINATE - Fixed volumes rotation in world coordinate
...
Added sub-tech ENABLE_WORLD_COORDINATE_VOLUMES_LOCAL_OFFSET which enable showing world coordinates of volumes' offset relative to the instance containing them
Show 'Drop to bed' button in sidebar whenever the selected instance or volume is not laying on the printbed
Fixed conflicts during rebase with master
2022-06-02 12:07:00 +02:00
enricoturri1966
b2a7c84c85
Tech ENABLE_WORLD_COORDINATE - Fixed gizmo Scale in world coordinates
...
Fixed conflicts during rebase with master
2022-06-02 11:34:53 +02:00
enricoturri1966
c4ad8bc41a
Other refactoring plus some fixes into GLGizmoScale3D
...
Fixed conflicts during rebase with master
2022-06-02 11:29:47 +02:00
enricoturri1966
4946466633
Fixed color of the line connecting the grabbers while hovering one grabber and pressing CTRL key in Gizmo Scale
2022-06-02 11:27:27 +02:00
enricoturri1966
d50ce6c69c
Another small refactoring into GLGizmoScale3D
...
Fixed conflicts during rebase with master
2022-06-02 11:27:09 +02:00
enricoturri1966
567162a647
Refactoring into GLGizmoScale3D
...
Fixed conflicts during rebase with master
2022-06-02 11:25:03 +02:00
enricoturri1966
e76b5875b7
Tech ENABLE_WORLD_COORDINATE - Fixed Move and Rotate Gizmo size when the selected instance is scaled
...
Fixed conflicts during rebase with master
2022-06-02 11:20:09 +02:00
enricoturri1966
30a0246610
Tech ENABLE_WORLD_COORDINATE - Fixes in Gizmo Move behavior
...
Fixed conflicts during rebase with master
2022-06-02 11:08:37 +02:00
enricoturri1966
bd58b1c1c5
Fixed build when tech ENABLE_WORLD_COORDINATE is disabled
...
Fixed conflicts during rebase with master
2022-06-02 10:57:33 +02:00
tamasmeszaros
345ee7cf28
Let's not call yield in PlaterWorker
...
Not worth the risk, needs further investigation
2022-06-02 10:55:59 +02:00
enricoturri1966
e89dc34b3a
Tech ENABLE_WORLD_COORDINATE - Fixed drop to bed button behavior
2022-06-02 10:50:36 +02:00
enricoturri1966
c968ba05fb
Tech ENABLE_WORLD_COORDINATE - Resize Move and Rotate gizmos in dependence of the selected coordinate system
...
Fixed conflicts during rebase with master
2022-06-02 10:50:22 +02:00
enricoturri1966
ca5742c401
Tech ENABLE_WORLD_COORDINATE - Gizmo rotate oriented in dependence of the selected coordinate system
...
Fixed conflicts during rebase with master
2022-06-02 10:16:07 +02:00
Filip Sykala
4af976e19c
Inform user about unsuccessfull cut surface from job
2022-06-02 09:38:47 +02:00
YuSanka
50fa4d3d98
Fixed a bug, when "Detach from system preset" button wasn't disappears after click on it and
...
detaching of the profile from system profile
2022-06-02 09:29:11 +02:00
YuSanka
906f8914a6
SLA estimation time:
...
* A calculation of the estimation of a print time is ported from the FW
(See https://gitlab.com/prusa3d/sl1/sla-fw/-/blob/1.7/slafw/project/project.py#L485 )
* Some missed parameters are added to the Printer Presets
2022-06-02 09:29:11 +02:00
Lukas Matena
c450592222
Fixed out of bounds when showing color prints in gcode preview legend:
...
backport of a2a85af4dd
onto 2.4.2
Fixes flickering of color square in legend in G-Code Viewer
2022-06-02 09:28:09 +02:00
tamasmeszaros
488cffa559
Fix crash when optimizing rotation
...
probably helps to solve #8319
2022-06-02 09:28:09 +02:00
Lukas Matena
366167c88b
SendSystemInfoDialog: fixed check of internet connection on Windows:
...
S_FALSE is returned when COM interface is already initialized, it should be considered a success.
2022-06-02 09:28:09 +02:00
Lukas Matena
d557bd1dd3
Fixed a crash when using a selection rectangle in cut gizmo
2022-06-02 09:28:08 +02:00
enricoturri1966
61e7eb4ade
Tech ENABLE_WORLD_COORDINATE - Modified text of tooltips for Gizmo Move
...
Fixed conflicts during rebase with master
2022-06-02 09:08:24 +02:00
Slicer
879a03fda4
Changed http::ca_file_supported function to return false for OSX.
2022-06-02 09:03:52 +02:00
tamasmeszaros
97a9c1ae1d
Revamp CURL integration. Exclude it from APPLE
2022-06-02 09:03:52 +02:00
enricoturri1966
51e80f7049
Fixed syntax error introduced with 116f928903
...
Fixed conflicts during rebase with master
2022-06-02 09:02:20 +02:00
enricoturri1966
ebe411aefb
Tech ENABLE_WORLD_COORDINATE - 1st installment
...
1) Added combo to select world/local coordinate to part manipulator in sidebar
2) Gizmo move oriented in dependence of the selected coordinate system
3) Sidebar hints for position oriented in dependence of the selected coordinate system
Fixed conflicts during rebase with master
2022-06-02 08:57:07 +02:00
Lukáš Hejl
c76c497234
Renamed slicing engine to perimeter generator and slightly rearrangement of Arachne parameters.
2022-06-01 21:43:00 +02:00
Lukáš Hejl
3942cf958c
Updated Arachne with Cura master.
2022-06-01 21:41:40 +02:00
Lukáš Hejl
d868261399
Updated the default values for wall_add_middle_threshold and wall_split_middle_threshold, which should decrease the number of missing tiny islands.
2022-06-01 21:40:15 +02:00
Lukáš Hejl
3610afd393
Updated Arachne with Cura master.
2022-06-01 21:40:15 +02:00
Lukáš Hejl
556e2b71cc
Initial port of Arachne from Cura.
2022-06-01 21:40:13 +02:00
tamasmeszaros
cf16dafad9
Fix PlaterWorker not calling yield from main thread
...
Also fix UIThreadWorker not setting busy cursor
2022-06-01 15:39:07 +02:00
Filip Sykala
ff604785f6
Fix cleaning during actualization of raycast manager
2022-05-31 20:09:51 +02:00
Filip Sykala
e0d5505413
Merge branch 'master' into fs_emboss
...
# Conflicts:
# src/libslic3r/Technologies.hpp
# src/slic3r/CMakeLists.txt
# src/slic3r/GUI/GUI_App.cpp
# src/slic3r/GUI/Gizmos/GLGizmoRotate.cpp
2022-05-31 11:14:53 +02:00
enricoturri1966
4dee789e9e
Follow-up of b00c550463
- More robust fix for: Do not show legend and bottom slider when loading an invalid gcode file into GCodeViewer
2022-05-31 08:39:15 +02:00
Filip Sykala
cb5e4e29b3
Fix translation issue after cut surface
2022-05-30 22:43:49 +02:00
enricoturri1966
8d0780aabe
Tech ENABLE_GL_CORE_PROFILE - Added command line option '--opengl-core=M.m' which allows the user to select a specific OpenGL version supporting core profile
2022-05-30 16:15:25 +02:00
enricoturri1966
a1eb8c5cbd
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_opengl_3_rebase
2022-05-30 15:41:08 +02:00
enricoturri1966
e8753ee8cd
Tech ENABLE_COPY_CUSTOM_BED_MODEL_AND_TEXTURE - 1st installment - Copies custom bed texture and model files to 'data_dir()\printer' folder, if needed, and updates the printer config accordingly
...
Fixed conflicts after rebase with master
2022-05-30 11:28:54 +02:00
tamasmeszaros
4326e083eb
Fix sla rotation gizmo menu not being remembered
2022-05-30 11:15:23 +02:00
tamasmeszaros
c5e3a56511
Further fix to is_idle() and rethrow unhandled exception after finalize
...
In UIThreadWorker
2022-05-30 10:01:47 +02:00
tamasmeszaros
6ab8e3a138
Fix id_idle() for UIThreadWorker
2022-05-27 16:09:32 +02:00
enricoturri1966
b00c550463
Do not show legend and bottom slider when loading an invalid gcode file into GCodeViewer
2022-05-27 15:55:25 +02:00
tamasmeszaros
6c284882ba
Fix cancellation from UI for UIThreadWorker
2022-05-27 15:54:26 +02:00
tamasmeszaros
9892893587
Add UIThreadWorker for debugging and profiling purposes
2022-05-27 15:33:03 +02:00
Filip Sykala
49467667f8
add clear of conversion map for vertex index between conversions of AOI_cuts to indexed_triangle_set
...
AOI_cut could share vertex and this vertex has own index in each cut.
2022-05-27 09:40:26 +02:00
enricoturri1966
7da94fb07d
Fixed differences after rebase with master
2022-05-26 13:20:56 +02:00
enricoturri1966
c468dcbed7
Tech ENABLE_LEGACY_OPENGL_REMOVAL - Fixed calculation of normal matrices sent to shaders
...
Fixed conflicts during rebase with master
2022-05-26 12:25:55 +02:00
enricoturri1966
1d5be00acf
Fixed warning
...
Fixed conflicts during rebase with master
2022-05-26 11:53:16 +02:00
enricoturri1966
172929259a
Tech ENABLE_GL_CORE_PROFILE - Fix in generate_system_info_json()
...
Fixed conflicts during rebase with master
2022-05-26 11:45:44 +02:00
enricoturri1966
6cb860ba50
Fix into OpenGLManager::GLInfo::to_string()
2022-05-26 11:39:53 +02:00
enricoturri1966
7b3db7a88a
Techs ENABLE_LEGACY_OPENGL_REMOVAL and ENABLE_GL_CORE_PROFILE set as default into GLShaderProgram
2022-05-26 11:39:53 +02:00
enricoturri1966
db583640ad
Tech ENABLE_GL_CORE_PROFILE set as default into GLModel::Geometry
2022-05-26 11:39:53 +02:00
enricoturri1966
8718c20a9e
Tech ENABLE_GL_CORE_PROFILE - Modified message for required OpenGL version
2022-05-26 11:39:52 +02:00
enricoturri1966
96803b5384
Follow-up of 09ad6d704060a6a2a9a08771e796bc9bec09479f - Code for Mesa drivers in Windows only builds
...
Fixed conflicts during rebase with master
2022-05-26 11:39:35 +02:00
enricoturri1966
aaf0861da3
Tech ENABLE_GL_CORE_PROFILE - Fixed detection of OpenGL extensions and support for newer Mesa drivers
...
Fixed conflicts during rebase with master
2022-05-26 11:27:00 +02:00
enricoturri1966
2b8ff607bd
Tech ENABLE_GL_CORE_PROFILE - Use thick line for layers editing profile rendering
...
Fixed conflicts during rebase with master
2022-05-26 11:17:32 +02:00
enricoturri1966
106b666e18
Tech ENABLE_GL_CORE_PROFILE - Fixed rendering of GLMmSegmentationGizmo3DScene
...
Fixed conflicts during rebase with master
2022-05-26 11:10:53 +02:00
enricoturri1966
41541287a1
Tech ENABLE_GL_IMGUI_SHADERS merged into ENABLE_LEGACY_OPENGL_REMOVAL
...
Fixed conflicts during rebase with master
2022-05-26 11:08:24 +02:00
enricoturri1966
1a1cf108fc
Tech ENABLE_GL_SHADERS_ATTRIBUTES merged into ENABLE_LEGACY_OPENGL_REMOVAL
...
Fixed conflicts during rebase with master
2022-05-26 10:50:32 +02:00
enricoturri1966
eb9af502c8
Use OpenGLManager::are_compressed_textures_supported() where needed
2022-05-26 08:11:32 +02:00
enricoturri1966
914a66e2c3
Tech ENABLE_GL_CORE_PROFILE - Thick lines shader enhanced to render dashed lines
...
Fixed conflicts while rebase with master
2022-05-26 08:11:04 +02:00
enricoturri1966
8d8a5b4b41
Fixed warning
...
Fixed conflicts during rebase with master
2022-05-25 16:01:16 +02:00
enricoturri1966
017784c38e
Tech ENABLE_GL_CORE_PROFILE - Use thick_lines shader where needed
...
Fixed conflicts during rebase with master
2022-05-25 15:55:39 +02:00
enricoturri1966
389dc36053
Tech ENABLE_GL_CORE_PROFILE - Use OpenGL core profile context - 1st installment
...
Fixed conflicts during rebase with master
2022-05-25 15:29:10 +02:00
enricoturri1966
1b09628b0d
#8332 - File association on Windows: reimplemented to allow setting PrusaSlicer as default application for .3mf and .stl files and GCodeViewer as default application for .gcode files
2022-05-25 13:14:33 +02:00
enricoturri1966
fcd3966a5b
Fixed crash when opening the preference dialog in GCodeViewer
2022-05-25 11:01:48 +02:00
enricoturri1966
ed482316ee
Revert of 39cefdad89
2022-05-25 09:36:52 +02:00
Filip Sykala
ca848b0a14
Merge branch 'master' into fs_emboss
...
# Conflicts:
# src/libslic3r/Format/3mf.cpp
# src/slic3r/GUI/Selection.cpp
2022-05-24 23:04:36 +02:00
Lukáš Hejl
8e19c945ae
Bumped up version to 2.5.0-alpha1
2022-05-19 13:04:38 +02:00
enricoturri1966
910db38ae8
Fixed rotation, using gizmo, for instances whose offset does not match with bounding box center
2022-05-19 12:34:43 +02:00
Filip Sykala
5d7144cf29
Fix
...
../src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp:656:11: warning: unused variable 'icon_width_with_spacing' [-Wunused-variable]
../src/slic3r/GUI/Jobs/CreateFontNameImageJob.hpp:57:10: warning: 'finalize' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
../src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp:1381:35: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
../src/slic3r/GUI/Jobs/CreateFontNameImageJob.cpp:102:23: warning: unused variable 'border' [-Wunused-variable]
2022-05-18 15:22:37 +02:00
Filip Sykala
8e40501e0e
fix ..\src\slic3r\GUI\Jobs\CreateFontNameImageJob.cpp(100): warning C4101: 'tex_id': unreferenced local variable
2022-05-18 15:10:35 +02:00
Filip Sykala
37961c36e8
Merge branch 'master' into fs_emboss
...
# Conflicts:
# src/libslic3r/Technologies.hpp
# src/slic3r/GUI/GLCanvas3D.cpp
# src/slic3r/GUI/GUI_App.cpp
2022-05-18 14:35:48 +02:00
enricoturri1966
39cefdad89
Tech ENABLE_REMOVE_ASSOCIATION_TO_FILE_FOR_WINDOWS_8_AND_LATER - Disable association to 3mf and stl files if the application is run on Windows 8 or later
2022-05-17 13:19:33 +02:00
Lukas Matena
51211e265a
SendSystemInfoDialog: fixed check of internet connection on Windows:
...
S_FALSE is returned when COM interface is already initialized, it should be considered a success.
2022-05-17 12:14:03 +02:00
Slicer
b27264a8c9
Changed http::ca_file_supported function to return false for OSX.
2022-05-17 11:58:43 +02:00
Filip Sykala
abea5c95f3
Font name in selecetion of font
2022-05-17 11:17:37 +02:00
tamasmeszaros
e931800ea8
Merge branch 'tm_curl_new'
2022-05-16 15:26:43 +02:00
enricoturri1966
dc3cf1f7b8
#8327 - Fixed gcode window disappearing when selecting volumetric speed in preview
2022-05-16 14:29:33 +02:00
tamasmeszaros
3a7cdeeae4
Revamp CURL integration. Exclude it from APPLE
2022-05-16 14:02:46 +02:00
David Kocik
ca3df3926e
typo in notification text
2022-05-13 16:54:57 +02:00
Lukas Matena
ae14f677c2
Fix of a crash when using selection rectangle with a gizmo open
2022-05-13 15:44:44 +02:00
Filip Sykala
664fb8120c
font style combo contain grayed style text
2022-05-13 15:30:22 +02:00
Filip Sykala
1ba66a0e71
Fix delete message for last style
2022-05-13 13:19:22 +02:00
Filip Sykala
872bccb530
Delete button for style delete actual style if it is possible
2022-05-13 13:16:13 +02:00
Filip Sykala
bbbe809cbc
cache wxFont
2022-05-13 09:56:27 +02:00
Filip Sykala
0964c074d9
Fix undo changes for italic and bold
2022-05-13 09:23:03 +02:00
Filip Sykala
378e791b82
Fix of load imgui font without glyph in range(symbolic fonts)
2022-05-13 08:33:31 +02:00
Filip Sykala
48420b33d0
Change GUI of emboss
2022-05-12 15:22:27 +02:00
tamasmeszaros
e82ef1094b
Fix crash when optimizing rotation
...
probably helps to solve #8319
2022-05-12 13:29:13 +02:00
Filip Sykala
f4376273c0
fix for Mac
2022-05-12 12:34:28 +02:00
Filip Sykala
df42cc8101
Fix for Mac OSx
2022-05-12 11:19:00 +02:00
Filip Sykala
101e57e9ad
initialization is detected set/unset gui_cfg
2022-05-12 09:21:21 +02:00
Filip Sykala
f746925781
Delete volume when close gizmo with empty text
2022-05-11 19:49:46 +02:00
Filip Sykala
73edac761b
Move text object on bed
2022-05-11 19:12:16 +02:00
Filip Sykala
370e84b785
Fix surface after chenge position
...
Fix position when change type and using surface
2022-05-11 17:30:13 +02:00
Filip Sykala
8cf8e06164
Fix: ../src/slic3r/GUI/Jobs/EmbossJob.cpp:388:21: warning: 'Slic3r::ModelVolume* get_volume(const Slic3r::ObjectID&)' defined but not used [-Wunused-function]
2022-05-11 16:46:44 +02:00
Filip Sykala
34304a40bf
Merge branch 'master' into fs_emboss
2022-05-11 16:05:40 +02:00