23466 Commits

Author SHA1 Message Date
YuSanka
e9d967f4b2 Fix for #11070 - Crash on cut 2023-08-07 12:58:17 +02:00
enricoturri1966
57df182d6c GCodeViewer: Fixed crash when selecting Layer time view after importing a binary gcode encoded using MeatPack with no comments 2023-08-07 12:17:13 +02:00
YuSanka
89d66737b5 CutGizmo: Put the check of groove flaps validity to the has_valid_groove() function to avoid perform a cut with non valid groove 2023-08-07 11:03:56 +02:00
YuSanka
0c2913f20c CutGizmo: Code refactoring to correct a modifiers processing during a cut.
Now it's work in same way for all types of cut. After cut we leave just only modifiers which are intersecting with solid parts bounding box.
+ Clean code in perform_cut_with_groove. Deleted non-used anymore code.
+ Extract same code (for perform_cut_by_contour and perform_cut_with_groove) to separate functions
+ Save CutInfo for objects which was cut with Tongue and Groove mode
2023-08-07 10:25:01 +02:00
enricoturri1966
7b822184a7 Fixes in Plater::convert_gcode_to_ascii() and Plater::convert_gcode_to_binary() 2023-08-07 09:20:50 +02:00
enricoturri1966
5deb4470c7 Changes required by updated library libbgcode 2023-08-04 14:44:45 +02:00
tamasmeszaros
954b6d85b0 Merge branch 'tm_fix_find_wxwidgets' 2023-08-04 13:03:54 +02:00
tamasmeszaros
831ea57483 Simplify and fix wxWidgets find procedure with up to date find module 2023-08-04 14:10:50 +02:00
enricoturri1966
eb8d01888d Added import of config from binary gcode files 2023-08-04 12:35:40 +02:00
enricoturri1966
87f6fed274 Fixed link of RelWithDebInfo configuration 2023-08-04 10:16:37 +02:00
YuSanka
6659d108d5 CutGizmo: Fixed memory leaks.
All temporary ModelObjectPtrs have to belong to some Model to correct memory de-allocation
2023-08-04 10:10:23 +02:00
tamasmeszaros
7ab044fb86 Add debug build for LibBGCode in deps
Probably no need for debug build of it's respective heatshrink dependency, as it's a C only lib
2023-08-04 08:43:15 +02:00
enricoturri1966
28346f78dd Fixed naming of metadata exported to gcode file in binary format 2023-08-04 08:33:28 +02:00
YuSanka
492e356a21 CutGizmo: Fixed and improved Undo/Redo. 2023-08-03 16:09:28 +02:00
enricoturri1966
1e993a481a Implemented command 'Convert ascii G-code to binary' 2023-08-03 15:44:04 +02:00
enricoturri1966
cd43a8e744 Fixes required by changes into libbgcode library interface 2023-08-03 15:31:13 +02:00
YuSanka
4e74e4ecc0 CutGizmo: Implemented validation of groove size/position 2023-08-03 13:15:05 +02:00
enricoturri1966
ec16420f11 Integrated library libbgcode 2023-08-03 12:57:55 +02:00
enricoturri1966
c82f9c7627 Removed code moved to libbgcode library 2023-08-03 12:37:41 +02:00
tamasmeszaros
793a2710dd Change libbgcode git repo link to use https instead of git@ 2023-08-03 09:46:58 +02:00
Filip Sykala - NTB T15p
6c0d7b79e3 Set default align to center as mentioned in SPE-1597
Align visualization warning is active only for multiline
2023-08-03 09:12:49 +02:00
enricoturri1966
07065c9e19 Partial revert of 7e56d807185348987026786c4f8607fcfdc84d6e - Removal of integrated Heatshrink library 2023-08-03 08:56:21 +02:00
tamasmeszaros
2c80865ea9 Fix missing dependent targets from libbgcode deps 2023-08-02 15:34:29 +02:00
enricoturri1966
6e88ee76da Fixed conflicts after merge with tm_integrate_libbgcode 2023-08-02 15:21:23 +02:00
Lukas Matena
ba25da571a MeshRaycaster: added a function to check for mesh-line intersections 2023-08-02 15:09:35 +02:00
Pavel
b6ed64428a SPE-1820 Fix missing solid infill in thin parts by improving the ensuring filtering 2023-08-02 10:32:28 +02:00
enricoturri1966
eacffe0a57 SPE-1765: Fixed redundant emit of EVT_GLCANVAS_WIPETOWER_MOVED event 2023-08-02 10:01:16 +02:00
YuSanka
75eccfd650 Added new type of SceneRaycaster (FallbackGizmo)
to add possibility to split the Gizmo grabbers to two priority of "raycastering".
meshes with Gizmo type has highest priority then FallbackGizmo.

+ CutGizmo: Use SceneRaycaster type for CutPlane grabber
2023-08-01 16:23:18 +02:00
YuSanka
0c686f1ff9 CutGizmo improvements: Reworked CutPlane grabber for TaG mode 2023-08-01 16:15:51 +02:00
tamasmeszaros
be468dca79 Revert accidental commenting out of dep_OCCT 2023-08-01 13:34:39 +02:00
YuSanka
c239c54dc6 CutGizmo: Bug fixing and improvements:
* Get correct labels width form all label
* Set Plane mode as default for cut
* Fixed tooltip for CutPlane in TaG mode
* Fixed Crash when "Instances" item is selected with open CutGizmo
* Fixed move limits for CutPlane
* TaG mode: Suppressed perform a cut when CutPlane is out of object
* Update warning info lines when switch between modes
* Don't allow to switch to TaG mode, when cut has connectors
2023-08-01 10:58:31 +02:00
Lukas Matena
5de69b962e MeshRaycaster: added a function to check for mesh-line intersections 2023-07-31 16:04:41 +02:00
YuSanka
bd43118148 Fix of Asserts and incompatible filament selection, when hide/show template filaments (SPE-1786) 2023-07-31 13:28:26 +02:00
YuSanka
724d2aec20 Fix for SPE-1788 - Redundant sidebar layout on object move 2023-07-31 13:28:17 +02:00
tamasmeszaros
6d3d3298da use git to download libbgcode by default
should work on the build server
2023-07-29 15:45:29 +02:00
tamasmeszaros
d9f0c1a052 fix unknown policy on older cmakes 2023-07-29 15:41:13 +02:00
tamasmeszaros
866fc767bb Integrating LibBGCode into deps with an optional var for source dir
One can then co-develop the two projects with relative convenience
2023-07-28 19:30:49 +02:00
enricoturri1966
cc7f2f3aae Fixed missing whitespace in GXX lines when unbinarizing using meatpack 2023-07-28 14:48:14 +02:00
tamasmeszaros
10b6d355ca Merge branch 'tm_fix_export_crash_SPE-1801' 2023-07-27 15:34:45 +02:00
tamasmeszaros
c5b22163c5 Fix crash when exporting to stl 2023-07-27 15:33:05 +02:00
Lukas Matena
3ab20de3c0 Wipe tower: Use perimeter_speed and infill_speed instead of the hardcoded values 2023-07-27 12:53:10 +02:00
Filip Sykala - NTB T15p
071f88de13 Fix Missing text line od edge of object with Function "per glyph orientation" enabled 2023-07-27 12:26:09 +02:00
Filip Sykala - NTB T15p
d10c7b633f Merge branch 'master' into fs_dir_per_glyph_SPE-1597 2023-07-27 10:42:25 +02:00
enricoturri1966
2cde917f11 Delete output file when gcode conversion fails 2023-07-27 10:22:22 +02:00
Vojtech Bubnik
e0baccd654 ArcWelder: Disabled for pressure equalizer.
Fixed some compiler warnings
2023-07-27 10:04:21 +02:00
Pavel
c74eb1abe0 SPE-1821 Fix issue with overhangs sometimes wrongly detected when using classic
Fix gcode export - remove empty lines
2023-07-27 09:22:27 +02:00
Pavel
ec2caaec82 Added invalidation of the new step, paralellize the computation of overhangs 2023-07-27 09:21:24 +02:00
Pavel Mikus
a98e2f893a fixed issues, it now replicates the previous results 2023-07-27 09:21:19 +02:00
Vojtech Bubnik
fa0986c0c5 Rebased pm_arcwelder_overhangs_port to vb_arc_welder 2023-07-27 09:17:35 +02:00
enricoturri1966
f02e8e3438 Renamed namespace 2023-07-27 09:04:44 +02:00