PavelMikus
b5514120e5
Ensuring improvements and fixes:
...
Fix issue https://github.com/prusa3d/PrusaSlicer/issues/9978 - too agressive filtering caused holes in top surfaces
Fix issue https://github.com/prusa3d/PrusaSlicer/issues/10231 - thin bridges not anchored, again due to too aggressive ensuring filter
Fix issue https://github.com/prusa3d/PrusaSlicer/issues/9988 -
Slicing with 1 top/bottom surface and very low min shell thickness caused non-anchored solid fills.
Fixed by handling as a special case.
2023-04-05 18:09:28 +02:00
Mimoja
e93b222d33
format/AnycubicSLA: refactor Anycubic SLA format and add Photon Mono and Mono SE printers ( #9929 )
...
* format/sla: Rename pwmx format to AnycubicSLA
The Anycubic Photon SLA printer familiy is shipped with the PhotonWorkshop slicer.
This slicer generates the sliced archives. These archives have per-printer
extensions, not only pwmx. The name is -most of the times- comprised of the
PhontonWorkshop "pw" bit and the model name. "mo" for the Photon Mono, "mx"
for the Mono X.
Therefore the format name "pwmx" is incorrect and we are renaming it to AnycubicSLA.
On top of it we are introducing a helper macro to connect file extension and printer
definition as most printers use extremely similiar formats.
Signed-off-by: Mimoja <git@mimoja.de>
* format/AnycubicSLA: Add missing fields
The AnycubicSLA format description is derived from reverse engineering of
the PhotonWorkshop output files.
While the initial Photon devices had their binary headers with version 1
we have seen newer models with additional versions. Namely 515, 516 and 517.
We are adding the version handling to the AnycubicSLA exporter to prepare
for future version handling.
Some fields were missing for Version 1 which are added.
Signed-off-by: Mimoja <git@mimoja.de>
* PrintConfig/sla: Move material notes to simple view
As the Anycubic Photon Mono X uses the material notes to configure the
printers parameters we need to change the visibility to allow every user acces.
This will change the default behaviour for non Anycubic SLA printers.
Signed-off-by: Mimoja <git@mimoja.de>
* format/AnycubicSLA: Expose Antialiasing via material notes
Similiar to how the other machine configurations are exposed via the material notes
we are adding the Antialiasing config.
Signed-off-by: Mimoja <git@mimoja.de>
* Printer/sla: Add Anycubic Photon Mono and Mono SE
The Photon Mono and Mono SE are format compatible printers with the Mono X.
They support Version 1 and Version 515 binary archives.
We are implementing them as Version 1 priters to reduce the overhead and keep the code
in line with the Mono X.
The addition as Version 1 printers leaves some features unexposed, most noteably the Antialiasing
level configuration which is now always the maximum.
Given that the printers check the eligability of sliced files by file extension we are
poised to create per-printer sla_print default configurations to overwrite output_filename_format.
Tested: Successfully printed multiple objects. Changing the layer parameter on the onscreen display
succeeded.
---------
Signed-off-by: Mimoja <git@mimoja.de>
2023-04-05 15:05:18 +02:00
enricoturri1966
f56cffe546
Follow-up of 439e9bc7e7
- Added a button into Preview legend to quickly switch between showing/hiding custom gcode toolpaths for visualization which use different color ranges for the two cases
2023-04-05 10:57:02 +02:00
David Kocik
6f6f714f84
alt eject in thread to multiple tries of LOCK operation and additional checks.
2023-04-05 10:32:02 +02:00
enricoturri1966
439e9bc7e7
#10259 - Preview/GCodeViewer: Ignore purge line in 'Width' display when Custom extrusion paths are set to invisible
2023-04-05 09:23:19 +02:00
PavelMikus
eef077b6ff
Fix issue 10229: When dynamic fan speed is enabled, sometimes the extrusion speed was not reset correctly after travel,
...
resulting in travel speeds used for printing.
https://github.com/prusa3d/PrusaSlicer/issues/10229
2023-04-04 16:06:50 +02:00
Filip Sykala - NTB T15p
df54792055
Merge branch 'master' into fs_undoredo
2023-04-04 15:32:17 +02:00
enricoturri1966
61d45cf3b5
Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_sla_switch_view
2023-04-04 14:38:17 +02:00
enricoturri1966
0181c60eaf
SPE-1635 - Fixed crash when trying to select as intance an object already sliced with an SLA printer
2023-04-04 14:36:03 +02:00
Filip Sykala - NTB T15p
a7c5a8fda9
In simple mode is possible create only Text object
2023-04-04 13:26:05 +02:00
Filip Sykala - NTB T15p
997a8b9cf2
Merge branch 'master' into fs_undoredo
2023-04-04 13:20:02 +02:00
Filip Sykala - NTB T15p
c6d5013e9a
Allowe edit text objects in simple mode
2023-04-04 13:18:55 +02:00
enricoturri1966
a0f1b0313a
Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_picking_parts_fix
2023-04-04 11:40:10 +02:00
enricoturri1966
368d36089b
Follow-up of 745a454081
- Refactoring in ImGuiWrapper::init_font() to remove duplicated code
2023-04-04 10:56:49 +02:00
enricoturri1966
745a454081
Follow-up of 81cebe5be3
- Fixed crash at startup when any of the svg files used as icon into imgui dialog (and/or splash screen icon) is renamed/removed.
2023-04-04 10:23:47 +02:00
enricoturri1966
1835e52842
Fixed visibility of volumes when switching to FFF printer after slicing an object with SLA printer
2023-04-04 09:58:14 +02:00
enricoturri1966
799e44f155
Show an icon button, in place of a plain imgui button, in the 3D scene as switch between view types of an object sliced with sla printer
2023-04-04 09:47:22 +02:00
Filip Sykala - NTB T15p
10a85c10a5
Merge branch 'master' into fs_undoredo
2023-04-03 16:33:27 +02:00
Filip Sykala - NTB T15p
ad81d530b1
Fix of freez when undo redo on text with modifier.
2023-04-03 16:24:07 +02:00
Filip Sykala - NTB T15p
b9ac8aeafa
Fix for crash
2023-04-03 14:07:16 +02:00
enricoturri1966
d1c959529c
Fixed assert showing up after merge with master
2023-04-03 11:39:53 +02:00
YuSanka
102d3e0d2c
Localization:
...
* Fixed phrases
* Updated POT
* New POT is merged with community POs
2023-04-03 11:32:50 +02:00
Filip Sykala - NTB T15p
482b56f108
Merge branch 'master' into fs_undoredo
2023-04-03 11:15:07 +02:00
enricoturri1966
81cebe5be3
SPE-1629 - Fixed crash at startup when any of the svg files used as icon into imgui dialog is renamed/removed.
2023-04-03 10:48:59 +02:00
Filip Sykala - NTB T15p
f9c784dd41
Remove unneccesarry union of healing holes. Mentioned by @BubnikV.
...
Union of overlapped holes is not neccessary, Clipper calculate winding number separately for each input parameter
2023-04-03 10:14:25 +02:00
enricoturri1966
c5b224c0c1
Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_sla_switch_view
2023-04-03 08:56:27 +02:00
enricoturri1966
797dd1197e
Allow the user to switch between visualizing original or processed volumes in 3D scene after slicing using SLA printers
2023-04-03 08:54:04 +02:00
Lukas Matena
3d855580ce
Wipe tower: fix the height of preview in 3D scene
2023-03-31 16:42:44 +02:00
Lukas Matena
b14855beda
Wipe tower: remove 'Purging volumes' button for printers with separate extruders:
...
the setting really only makes sense for single extruder MM, the others can use
filament_minimal_purge_on_wipe_tower
2023-03-31 16:42:44 +02:00
Lukas Matena
9775bf213d
Wipe tower: changed the way how initial wipe tower preview depth is calculated
2023-03-31 16:42:44 +02:00
Lukas Matena
2ac964a676
XL specific temporary:
...
- only enable the temp backtracking for XL
- hardcode toolchange time to 4.5s
2023-03-31 16:39:46 +02:00
Lukas Matena
211b8cdc90
Added a marker for the ooze prevention cooldown commands
2023-03-31 16:37:52 +02:00
enricoturri1966
943eb5b4fe
Modified gcode postprocessor to remove gcode lines while backtracing from the current position
2023-03-31 16:37:52 +02:00
Lukas Matena
97397ba6cb
Increased the backtracing time to 120 s
2023-03-31 16:37:52 +02:00
Lukas Matena
86f2142325
Change the notification from M117 to M104
2023-03-31 16:37:52 +02:00
enricoturri1966
64b3e0d6a9
Fixed method GCodeLine::extract_cmd()
2023-03-31 16:37:52 +02:00
Lukas Matena
57e1f3d4db
Backtracing updates:
...
- always enable the feature
- read the tool that we change to
- get temperature for that tool (from config at this point)
- replace the dummy XYYY gcode by M117 (print to display)
showing the tool, time to toolchange and required temp
2023-03-31 16:37:52 +02:00
enricoturri1966
c9724ae6fd
Modify gcode post-process to allow to insert new gcode lines by backtracing from the current processed line.
...
Current state is a prototype and the new code is embedded into a new tech: ENABLE_GCODE_POSTPROCESS_BACKTRACE
2023-03-31 16:37:52 +02:00
enricoturri1966
3c8ecf5bd6
Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_transformations
2023-03-31 16:10:36 +02:00
David Kocik
e1c253b29e
fix of obsolete text
2023-03-31 15:42:13 +02:00
YuSanka
41026d47b6
EmbossGizmo: Fixed some phrases to improve localization
2023-03-31 14:31:22 +02:00
Filip Sykala - NTB T15p
4cf8d671cb
Change imgui dialog in emboss to wxWidget dialog for better styling.
2023-03-31 13:36:35 +02:00
David Kocik
6be2aa29dc
Alternative eject function (IOCTL_STORAGE_EJECT_MEDIA)
...
Detect if device has CARD READER configuration in Configuration Descriptor
log
2023-03-31 13:11:23 +02:00
tamasmeszaros
e1861d220c
Revert "Try to handle fff supports in arrange after slicing"
...
This reverts commit 92e0c13513
.
2023-03-31 12:24:14 +02:00
Filip Sykala - NTB T15p
d56f09a92a
Fix removing neighbor duplicit point between first and last point in polygon mentioned by @BubnikV
2023-03-31 09:48:14 +02:00
Filip Sykala - NTB T15p
dd7a19505a
Another approach to fix undo redo:
...
Do not open gizmo on shortcut key: only create volume
2023-03-30 19:04:29 +02:00
Filip Sykala - NTB T15p
115b230367
Merge branch 'master' into fs_undoredo
2023-03-30 18:17:13 +02:00
Filip Sykala - NTB T15p
58e3143ad8
Different handling of shortcut 'T' for emboss text
2023-03-30 18:16:59 +02:00
PavelMikus
d3037d325a
Minor improvement of the special case of extra perimeters path ordering
2023-03-30 16:57:44 +02:00
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
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
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
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
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
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
tamasmeszaros
4b6fe61083
Prevent crash if archive format is invalid
...
Throw exception instead and display it's error message
2023-03-28 10:58:07 +02:00
tamasmeszaros
c6ea4d19c9
change identification of sla archives with svg images
2023-03-28 10:27:21 +02:00
YuSanka
47c318fa05
Follow-up 4764a701c1
- Fix a typo
2023-03-27 16:54:54 +02:00
YuSanka
4764a701c1
Experiments with font size
2023-03-27 16:39:28 +02:00
YuSanka
989ca9d8ee
CutGizmo: Fix for Cut by Line
2023-03-27 16:00:13 +02:00
Lukas Matena
fd457fb40b
Revert " #9483 - Added keyboard shortcut CTRL+D to toggle the visibility of the printbed reference axes"
...
This reverts commit f038eca52c
. We will only use the axes that automatically
scale, without the option to turn the rendering off.
2023-03-27 15:58:33 +02:00
Lukas Matena
451097bcac
Downscale axes when viewed from close-up
2023-03-27 15:38:14 +02:00
Vojtech Bubnik
f591c2503a
PlaceholderParser: changed the syntax of if inside a {} block to
...
{if condition then block elsif}
The "then" keyword is now mandatory.
On the other hand, "then" keyword must NOT be used using old syntax:
{if condition}...{endif}
2023-03-27 15:36:14 +02:00
PavelMikus
c6c6f361da
remove infill lines which are snapped to the perimeter from anchors - they confuse the angle selection algorithm
2023-03-27 14:12:44 +02:00
YuSanka
3ad5f52b00
Simplified "Save/Rename Preset" dialog when only one preset is saved/renamed.
2023-03-27 13:34:40 +02:00
PavelMikus
0eb2a2cf04
Disable "infill only where needed" option
...
Note: only commented out for now.
2023-03-27 13:27:57 +02:00
Lukas Matena
c654a6714a
Fixed validation of cfg when a vector contains a nullable option which is nil for some elements but not for others #10163 , SPE-1613
2023-03-27 12:31:45 +02:00
PavelMikus
8e0b45fc83
Fix compilation - add missing includes
2023-03-27 10:44:54 +02:00
Vojtech Bubnik
a53070f5e6
PlaceholderParser: Simpler if / elsif / else / endif syntax.
...
{if cond1}{expr1}{elsif cond2}{expr2}{else}{expr3}{endif}
could be written as
{if cond1;expr1;elsif cond2;expr2;else;expr3;endif}
the first semicolon after else is not manadtory, thus the following is valid
{if cond1;expr1;elsif cond2;expr2;else expr3;endif}
each expression could be also empty or contain multiple expressions:
{if cond1;elsif cond2;else endif}
2023-03-24 16:35:53 +01:00
Filip Sykala - NTB T15p
e14c7f275b
Merge branch 'master' into fs_undoredo
2023-03-24 15:06:57 +01:00
Vojtech Bubnik
59d3683a79
PlaceholderParser: Refactored, removed all the unncesseary <Iterator>
...
template parameters.
2023-03-24 14:26:25 +01:00
Vojtech Bubnik
5b115b7972
PlaceholderParser: Implemented skipping of inactive if / else / endif
...
and ternary operator branches, thus missing variables or addressing
outside of the variable range in an inactive branch will not trigger
an error.
2023-03-24 13:55:58 +01:00
enricoturri1966
8b1d0159f7
Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_show_sla_supports
2023-03-24 12:57:17 +01:00
enricoturri1966
7f1df7b110
Fixed Fit to print volume command when applied to an object sliced using SLA printer
2023-03-24 12:57:07 +01:00
YuSanka
a391d4c445
Added missed includes of "format.hpp"
2023-03-24 10:07:41 +01:00
Lukas Matena
c9b15736da
Fixed compilation errors and warnings
2023-03-24 09:56:40 +01:00
Lukas Matena
0a52ef8da7
Fix format of M204 emitted from machine limits for various fws
2023-03-24 09:29:53 +01:00
Lukas Matena
847a34c644
Do not clamp travel acceleration when current firmware flavor does not allow separate setting of print and travel acceleration
2023-03-24 09:29:53 +01:00
YuSanka
51129fd4f3
Follow-up 87d77f338d
- Added control of a value of changed parameter "How to apply limits", when Klipper is selected
2023-03-24 09:29:53 +01:00
YuSanka
dcfbff5ec8
Check value of the parameter "How to apply limits", when Klipper is selected
...
+ Suppress silent mode for G-code flavor that is different from MarlinFirmware or MarlinLegacy
2023-03-24 09:29:53 +01:00
Lukas Matena
4b27210b6e
Bypass a crash when validating custom gcodes
2023-03-24 09:29:53 +01:00
Lukas Matena
09122fb0d0
Added a new config option to disable automatic temperature commands around start gcode (autoemit_temperature_commands)
2023-03-24 09:29:53 +01:00
Lukas Matena
da714c7210
Removed M107 inserted automatically at the start of the G-Code
2023-03-24 09:29:53 +01:00
Lukas Matena
06bccab711
Added Mainsail print host
2023-03-24 09:29:53 +01:00
Lukas Matena
b9eb13dff9
Klipper: specific behaviour (GCodeProcessor, WipeTower). GCodeWriter should behave as Marlin(legacy).
2023-03-24 09:29:53 +01:00
Lukas Matena
42f1217f6e
Klipper: Adding the new firmware flavor:
...
- added the new option
- allowed machine limits page
- added a check for Klipper + 'emit limits to gcode' (Print::validate so far)
2023-03-24 09:29:53 +01:00
Lukas Matena
3ff600bed0
Separated travel and print acceleration control
2023-03-24 09:29:53 +01:00
Lukas Matena
cf226f8eab
Added 'travel_acceleration' configuration option (not used so far)
2023-03-24 09:29:52 +01:00
YuSanka
5d89e742b4
Added missed includes of "format.hpp"
2023-03-24 09:27:12 +01:00
enricoturri1966
98346824e8
Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_show_sla_supports
2023-03-24 08:49:35 +01:00
enricoturri1966
6ba067ad36
Fixed crash when trying to add text on an object sliced using SLA printer by right clicking on supports or pad
2023-03-24 08:40:32 +01:00
enricoturri1966
582f51cdfd
Fixed crash when opening Emboss Gizmo pressing 'T' key after slicing an object using SLA printer
2023-03-24 08:36:43 +01:00
Lukas Matena
f57de43680
Fixed several more warnings
2023-03-23 22:59:01 +01:00
YuSanka
18e56c3d53
Localization: Fixes for some phrases
...
+ Added/Fixed comments where it's needed
2023-03-23 22:55:38 +01:00
YuSanka
f9de995f9e
Remove '_utf8' makro.
...
(Initially, it was used because of using of boost::format for localized lines. But now It's better to use format and formal_wxstr functions)
+ Fixed missed marks for localization
+ Added missed filed to localization to the list.txt
2023-03-23 22:55:38 +01:00
Lukas Matena
73857703b8
Added a check that libslic3r/I18N.hpp is not included on the frontend by mistake,
...
also added a check that L macro is not defined when including libslic3r/I18N.hpp
2023-03-23 22:55:38 +01:00
YuSanka
19f2a1d9e9
Unified usage of localization macros in slic3r/libslic3r
2023-03-23 22:55:38 +01:00
Filip Sykala - NTB T15p
51db683c9d
Prevent creation volume on undo redo action.
2023-03-23 18:05:26 +01:00
Vojtech Bubnik
9cb50e6586
PlaceholderParser: added size() and empty() functions over vector variables.
2023-03-23 17:51:37 +01:00
Vojtech Bubnik
929a0eba2c
PlaceholderParser: replaced the new "array" operator with "repeat",
...
simplified the parser a bit more.
2023-03-23 17:08:56 +01:00
Filip Sykala - NTB T15p
369a881872
Merge branch 'master' into fs_undoredo
2023-03-23 16:29:33 +01:00
Filip Sykala - NTB T15p
4c0e7d9683
Set volume only by function data_changed.
2023-03-23 16:29:23 +01:00
Vojtech Bubnik
3045884640
PlaceholderParser: Reduced code duplicity.
2023-03-23 15:00:45 +01:00
Lukas Matena
6170783f7c
Wipe tower: Increased maximum of wipe_tower_extra_spacing to 300 %
2023-03-23 12:46:38 +01:00
Lukas Matena
64cf357907
Wipe tower: fix the cone in combination with 'no_sparse_layers'
2023-03-23 12:44:42 +01:00
Lukas Matena
b20325671a
Wipe tower: added the stabilization cone into configuration
2023-03-23 12:44:42 +01:00
Lukas Matena
26ba74fad0
Wipe tower: stabilization cone bottom infill
2023-03-23 12:44:42 +01:00
Lukas Matena
571b133791
Wipe tower: stabilization cone
2023-03-23 12:44:42 +01:00
Lukas Matena
cd70954758
Wipe tower: added an option to change spacing of the lines
2023-03-23 12:44:42 +01:00
Lukas Matena
7df4cfb453
Fixed a crash when selection wipe tower and using add instance function:
...
this was between 2.6.0-alpha3 and 2.6.0-alpha4 in 4d5b85e
.
2023-03-23 12:27:07 +01:00
enricoturri1966
5d40088c0e
Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_show_sla_supports
2023-03-23 11:43:57 +01:00
enricoturri1966
84284b4418
Fixed crash when scaling object to fit print volume with SLA printers
2023-03-23 11:42:46 +01:00
tamasmeszaros
92e0c13513
Try to handle fff supports in arrange after slicing
...
Not really precise yet
2023-03-23 10:24:56 +01:00
tamasmeszaros
333d0727ef
Handling brim offset in SLA without the need to slice the object
2023-03-23 10:24:56 +01:00
tamasmeszaros
3c5ecd4a8f
FFF arrange minding skirt and brim distances
...
many thanks to @individ-divided and @jschuh
2023-03-23 10:24:56 +01:00
enricoturri1966
e585fd2221
Fixed duplication of auxiliary volumes when GLCanvas3D::reload_scene() is called for SLA printers
2023-03-23 10:16:13 +01:00
tamasmeszaros
6b1c9119be
Add code to extract sla supports outline for arrangement
...
Add functionality to libnest to support on_packed handler for all items.
Use it to swap arrange polygon from envelope to core poly after packing was succesful.
Solving brim issue by offset adjustments of arrange polygons
Only in sla yet
2023-03-23 10:01:46 +01:00
Vojtech Bubnik
e46891fa8c
PlaceholderParser: Fixed compilation issues, added integration test
...
with FDM slicing process.
2023-03-23 09:23:20 +01:00
Filip Sykala - NTB T15p
af21038d94
Merge branch 'master' into fs_undoredo
2023-03-22 18:15:33 +01:00
Vojtech Bubnik
c28585ab7f
WIP PlaceholderParser: Support for local and global variables.
...
Implements #4048 #7196
Syntax:
(global|local) variable_name =
(scalar_expression|vector_variable|array_expr|initializer_list)
array_expr := array(repeat, value)
initializer_list := (value, value, value, ...)
The type of the newly created variable is defined by the type
of the right hand side intitializer.
Newly declared variable must not override an existing variable.
Variable may be assigned with global|local expression, but its type
must not be changed.
Newly the assignment operator also accepts the same right hand expressions
as the global|local variable definition.
2023-03-22 17:46:57 +01:00
Vojtech Bubnik
963ca415d4
PlaceholderParser: new interpolate_table() "function"
...
interpolate_table(x, (x0, y0), (x1, y1), (x2, y2), ...)
interpolates a table at position x.
2023-03-22 17:46:57 +01:00
Filip Sykala - NTB T15p
c5b43107ba
Merge branch 'fs_emboss_Fix_fontpath'
2023-03-22 13:46:26 +01:00
Filip Sykala - NTB T15p
0a3db4525d
Fix suggested by Stefan Csomor<csomor@advancedconcepts.ch> for releasing MacOs references.
...
link: https://groups.google.com/g/wx-users/c/f2nVyT59H6M/m/_BocNmwCAgAJ
2023-03-22 13:46:10 +01:00
Pavel Mikus
fbcc1ab276
Fix SPE-1595 - crash when no bridgin surfaces present and adaptive fill selected
2023-03-22 13:23:07 +01:00
YuSanka
760f74ce6a
CutGizmo: Respect to the SLA shift
2023-03-22 12:36:51 +01:00
enricoturri1966
ddf636fe38
Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_show_sla_supports
2023-03-22 11:00:32 +01:00
enricoturri1966
e1c289f51a
Fixed GLCanvas3D::reload_scene() method to avoid adding volumes coming from the sla backend
2023-03-22 11:00:04 +01:00
enricoturri1966
c251122e89
Fixed SupportsClipper::render_cut() method
2023-03-22 09:41:30 +01:00
enricoturri1966
37edec974c
Gizmo Hollow - Show clipped supports only when the supports are visible
2023-03-21 15:33:27 +01:00
enricoturri1966
9d156463b1
Fixed crash when rotating a part after slicing with sla printer
2023-03-21 14:43:14 +01:00
Filip Sykala - NTB T15p
59f14be1a8
Merge branch 'master' into fs_emboss
2023-03-21 12:11:31 +01:00
Filip Sykala - NTB T15p
ae016aceb9
Fix for selection of unknodn font
2023-03-21 12:11:09 +01:00
Pavel Mikus
ff5767b6f5
enable AABB tree over 3D lines
2023-03-20 20:01:37 +01:00
Filip Sykala - NTB T15p
a60bf51ce4
Merge branch 'master' into fs_emboss
2023-03-20 17:42:05 +01:00
Filip Sykala - NTB T15p
9c70ed01e5
Fix add emboss volume on reflected
2023-03-20 17:41:51 +01:00
Filip Sykala - NTB T15p
d653cc6ab5
Fix crash made on MMU printers
2023-03-20 16:10:13 +01:00
Vojtech Bubnik
7afabcde95
PlaceholderParser: Implemented one_of() matching function:
...
1st parameter is the text to match against,
the rest of the parameters are pattern to be matched:
either strings, then the match is exact,
or regex enclosed in //
or regex string starting with ~
For example
one_of("a", "a", "b")
finds a in "a", "b"
one_of("abc", /.*a.*/)
matches "abc" using regular expression /.*a.*/
2023-03-20 15:55:18 +01:00
Filip Sykala - NTB T15p
d24472675c
Keep color of object during drag over surface.
2023-03-20 15:33:00 +01:00
Filip Sykala - NTB T15p
201e9d493f
Remove side effects from setter for enable picking.
2023-03-20 15:32:21 +01:00
enricoturri1966
997e731c41
Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_show_sla_supports
2023-03-20 14:35:02 +01:00
enricoturri1966
1b8553c747
Reintroduced visualization of SLA supports and pad into 3D scene and gizmos Hollow and SLA support as it was in 2.5.0
2023-03-20 14:34:04 +01:00
Filip Sykala - NTB T15p
ab30d37c3c
Merge branch 'master' into fs_emboss
2023-03-20 13:45:55 +01:00
Filip Sykala - NTB T15p
5ab9532e39
Fix bad actualization without mesh source sorting
2023-03-20 13:45:41 +01:00
Vojtech Bubnik
d152b67ce5
PlaceholderParser: Simplified the parser after introducing
...
the writable variables.
2023-03-20 10:25:52 +01:00
Vojtech Bubnik
b9d8fe7118
WIP: PlaceholderParser support for writable output variables.
2023-03-20 07:48:38 +01:00
YuSanka
39bca4420c
Fix for #10072 - Split to objects is acting funky
2023-03-17 17:14:32 +01:00
PavelMikus
79adb72a25
Fix int overflow, reduces amount of bridging substantially, improve code description,
...
extend bridge anchors when anchoring to solid surfaces on lower layers
2023-03-17 17:15:07 +01:00
PavelMikus
b61a6f293d
fix problem with missing lslice Links - detection could occasionally fail, issue 9744
2023-03-17 12:58:29 +01:00
David Kocik
d5f229a249
Refactoring of miniz extract calls. Use file_index instead of filename as identifier.
2023-03-17 11:08:49 +01:00
Filip Sykala - NTB T15p
19d02e6d74
Fix:
...
../src/slic3r/GUI/IconManager.cpp:174:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
../src/slic3r/GUI/SurfaceDrag.cpp:104:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Slic3r::GLVolume*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
../src/slic3r/GUI/SurfaceDrag.cpp:57:30: warning: 'std::optional<double> Slic3r::GUI::calc_scale(const Matrix3d&, const Matrix3d&, const Vec3d&)' defined but not used [-Wunused-function]
../src/slic3r/Utils/RaycastManager.cpp:14:56: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
../src/slic3r/Utils/RaycastManager.cpp:316:32: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Slic3r::GLVolume*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
2023-03-17 09:41:48 +01:00
Filip Sykala - NTB T15p
bc825ec7d7
Merge branch 'master' into fs_emboss
2023-03-17 08:30:09 +01:00
PavelMikus
8ed8adfd3d
Fix anchoring over sparse infill bug causing overextrusion when stacking thick bridges onto each other
2023-03-16 14:56:07 +01:00
David Kocik
b8a479ea9a
Get file size from Archive dialog, so correct file is opened.
2023-03-16 13:05:15 +01:00
David Kocik
c06816212d
Duplicities in zip file. Show warning. Small refactoring.
2023-03-16 12:59:39 +01:00
David Kocik
7a14406902
Missing overrides in PrusaConnect class.
2023-03-16 12:02:27 +01:00
PavelMikus
96cdcf72d3
Fix disable fan for first x layers not working correctly.
...
Co-authored-by: Justin Schuh (@justinschuh)
2023-03-16 09:43:19 +01:00
Vojtech Bubnik
66abc34e88
Fixed wrong direction of bridges after "ensure vertical wall thickness"
...
rework. Fixes SPE-1598
2023-03-15 18:51:04 +01:00
PavelMikus
5277ed502d
improve anchoring on lower layer solids, cut the expanded bridge strictly, which hopefully fixes tests
2023-03-15 16:13:06 +01:00
PavelMikus
46a558129d
improve translation descriptions in support alerts
2023-03-15 14:12:54 +01:00
PavelMikus
f65c0b2600
Rewrite missing supports alert message, now it should be translation-friendly
2023-03-15 13:16:42 +01:00
Filip Sykala - NTB T15p
ca5b310e43
Fix: moving with text object(not volume) over build plate by canvas dragging
2023-03-15 11:30:41 +01:00