Commit Graph

22784 Commits

Author SHA1 Message Date
PavelMikus
3a08097cd2 Improve performance of bridge over infill algorithm for very noisy/textured top surfaces
improve bridging direction unification when briding areas start overlapping
2023-03-30 16:23:03 +02:00
enricoturri1966
2e0d21d2e2 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_picking_parts_fix 2023-03-30 13:08:13 +02:00
enricoturri1966
2057d0ce9a SPE-1610 - Modified SceneRaycaster to keep the current selection when the user clicks and drag a selected volume 2023-03-30 13:05:57 +02:00
tamasmeszaros
47aacbdc5e Merge branch 'tm_bugfix_SPE-1617' 2023-03-30 13:00:27 +02:00
Filip Sykala - NTB T15p
e0a133b442 Merge branch 'master' into fs_undoredo 2023-03-30 12:37:59 +02:00
Filip Sykala - NTB T15p
827d08d090 add more comment 2023-03-30 12:37:50 +02:00
Vojtech Bubnik
e4c479aba4 Added first layer print times to print statistics written at the end
of a G-code export.
; estimated first layer printing time (normal mode) = xxx
; estimated first layer printing time (silent mode) = yyy
2023-03-30 12:19:45 +02:00
Filip Sykala - NTB T15p
e966b1e0cd Merge branch 'master' into fs_undoredo 2023-03-30 11:58:28 +02:00
Filip Sykala - NTB T15p
ba715ea005 fix you can't reselect to another text object 2023-03-30 11:58:02 +02:00
Filip Sykala - NTB T15p
471d8df398 Fix right button dragging 2023-03-30 11:49:23 +02:00
Vojtech Bubnik
2b7cf2d877 GCodeGenerator / custom G-codes: Added new read/only options providing
the amount of total extruded material and per extruder extruded material
up to the point the value is evaluated:
"extruded_volume", "extruded_weight",
"extruded_volume_total", "extruded_weight_total"
2023-03-30 10:36:36 +02:00
kubispe1
ec4c153dcf
Update config.yml
Add customer support form
2023-03-30 10:24:18 +02:00
Lukáš Hejl
89b9f702d6 Fixed asserts and calculations in calculateExtrusionAreaDeviationError.
The previous method worked just for near collinear edges. But it was also used for sharp corners, and for those sharp corners, there was an overflow in the computation of weighted width.
Also, the computation of deviation error was wrong for those sharp corners.
2023-03-30 10:01:32 +02:00
enricoturri1966
91db979c8c Show the reset button for skew only when the world matrix contains skew (so that the skewed object is visible in the 3D scene view) 2023-03-30 09:09:50 +02:00
enricoturri1966
6084a92d9b Fixed conflicts after merge with master 2023-03-30 08:52:20 +02:00
Vojtech Bubnik
7a5639f322 Fixed crash if toolchange G-code modifies final position,
because the extruder was not set yet.
2023-03-29 17:53:23 +02:00
tamasmeszaros
cbd25227c4 More meaningful error message if slicing fails in SLA 2023-03-29 16:10:00 +02:00
Vojtech Bubnik
ab1813bdc8 PlaceholderParser: fixed access to "position" variable
Follow-up to 59552a8aee
2023-03-29 15:32:43 +02:00
Lukáš Hejl
9ed97abdb0 Fix of #10034 (SPE-1608): Fixed crash inside Arachne caused by degenerated Voronoi diagram.
Boost Voronoi diagram produced degenerated Voronoi diagram. This Voronoi diagram was detected by our method for detection of those types of degeneration. But rotation by PI / 6 wasn't able to fix it.
So now, when the Voronoi diagram is still degenerated after the first rotation, then we try another rotation by different angles to fix the degenerated Voronoi diagram.
2023-03-29 14:38:22 +02:00
YuSanka
eb2c121f94 Follow-up cc5660ad8c - Fixed tooltip texts 2023-03-29 14:20:31 +02:00
YuSanka
eefae26961 Merge remote-tracking branch 'origin/et_show_sla_supports' into master 2023-03-29 13:17:29 +02:00
YuSanka
dcf5889cfa Fixed a save to 3mf: Added a check if cut information have to be saved to 3mf 2023-03-29 12:53:09 +02:00
rtyr
0ed47616f9
Added MK4 profiles. 2023-03-29 11:22:09 +02:00
tamasmeszaros
048e05af7e Merge branch 'tm_arrange_skirt_brim_SPE-1465' 2023-03-29 11:06:19 +02:00
Filip Sykala - NTB T15p
72f5f681e8 Merge branch 'master' into fs_undoredo 2023-03-29 10:58:18 +02:00
Filip Sykala - NTB T15p
6f9f7ad47a change to constexpr 2023-03-29 10:57:48 +02:00
rtyr
f71ea4b615
MK4 resources 2023-03-29 10:54:03 +02:00
Filip Sykala - NTB T15p
073a07e9d9 Merge branch 'master' into fs_undoredo 2023-03-29 10:51:04 +02:00
Vojtech Bubnik
eec51c67d3 Refactoring of PrintObject::discover_vertical_shells() for readability
and efficiency.
Also added an experiment of adding one more "ensuring" layer to support
top / bottom surfaces, disabled with one_more_layer_below_top_bottom_surfaces
2023-03-29 10:49:49 +02:00
Filip Sykala - NTB T15p
cc5660ad8c Lock for rotation. 2023-03-29 10:45:11 +02:00
Filip Sykala - NTB T15p
bf79062842 Merge branch 'master' into fs_undoredo 2023-03-29 09:32:55 +02:00
Filip Sykala - NTB T15p
85ee20dc8b Only on mouse up is emboss closed and only when no drag(move with scene) before was made. 2023-03-29 09:27:47 +02:00
Filip Sykala - NTB T15p
adb6e00d4d Open emboss when already opened 2023-03-29 09:14:30 +02:00
Filip Sykala - NTB T15p
856b8d1a24 Add check for unselection to close emboss gizmo before snapshot 2023-03-28 21:48:34 +02:00
Pavel Mikus
c234b98db5 Fix additional special case for ordering of extra perimeters 2023-03-28 21:00:07 +02:00
Filip Sykala - NTB T15p
cc9a3a473e Merge branch 'master' into fs_undoredo 2023-03-28 17:19:50 +02:00
Filip Sykala - NTB T15p
392dbba96f Fix offsets for SLA Text dragging with visible supports. 2023-03-28 17:10:56 +02:00
YuSanka
0cb1c74ec2 Disabled font experiments 2023-03-28 16:47:31 +02:00
YuSanka
91f6530acf ObjectList: Fixed selection, when object part is moving/rotating/scaling and "Sinking" info is appearing/disappearing.
+ Reverted "patch" commit e65ebccb7f
2023-03-28 16:47:31 +02:00
tamasmeszaros
f0949f30eb Merge branch 'tm_export_stl_booleans_SPE-1540' 2023-03-28 16:34:08 +02:00
Filip Sykala - NTB T15p
56d15253d4 Fix update of model after finish text jobs. 2023-03-28 16:07:00 +02:00
tamasmeszaros
5a586b2b4e Fix failed export message when cgal errors are detected on target meshes 2023-03-28 15:32:23 +02:00
tamasmeszaros
4e64e7e74f Export boolean-ed models if possible to STL/obj files 2023-03-28 15:32:23 +02:00
David Kocik
e103f287ca Merge branch 'dk_sla_put' 2023-03-28 14:18:36 +02:00
David Kocik
d798bc62ae Sl1host inherits from prusalink 2023-03-28 14:07:34 +02:00
YuSanka
41bf6aeab8 EmbossGizmo: Fixed a text of the tooltip for "Keep rotation" option 2023-03-28 13:54:11 +02:00
YuSanka
e65ebccb7f OSX specific: EmbossGizmo: Fixed for SPE-1616 - Crash on MacOS when text in emboss gizmo is moved 2023-03-28 13:39:53 +02:00
tamasmeszaros
95d3a2b2ec Fix CGAL exception preventing preview generation fallback
SPE-1617
2023-03-28 12:58:32 +02:00
Vojtech Bubnik
59552a8aee PlaceholderParser & G-code export: Exchange of position & extrusion status between custom G-codes and slicer, extension of script syntax.
Newly each custom G-code block may exchange the following values with slicer:

Position and Z-hop:
position (read/write)- 3 element vector (X, Y, Z) of current G-code position. Z element contains the current Z hop.
zhop (read only)- initial zhop value

Extruders: vector variables, one element per extruder:
e_position (read/write) - absolute E position, only available with absolute extruder addressing
e_retracted (read/write) - current retraction state
e_restart_extra (read/write) - current planned extra deretraction when starting printing

For readibility, script's if / elsif / else / endif syntax was modified:

{if cond then
	block
elsif cond then
	block
else
	block
endif}

Semicolon is not required after else or endif.
2023-03-28 12:47:32 +02:00
tamasmeszaros
f1dd85309b Add back sla svg export alias 2023-03-28 12:11:19 +02:00