YuSanka
c2eac9502f
TabSLAMaterial:: Fixed re-scaling and sys color change for "Overrides" page.
...
(SPE-2322)
2024-06-03 14:17:01 +02:00
Martin Šach
3543f8c738
Remove seam 'visit forward' assert and rename it to better convey what the function does.
2024-05-30 10:47:18 +02:00
YuSanka
114d370f92
wxExtensions: Removed some unused code
...
+ MenuWithSeparators class is moved from wxExtensions into GUI/GUI_Factories
2024-05-29 13:10:21 +02:00
YuSanka
2e6a61d772
TabSLAMaterial: Overridden clear_pages() to avoid a crash on re-scaling
...
(SPE-2322, comments)
2024-05-28 14:44:58 +02:00
YuSanka
b5a5434b67
Tilt settings: Fixed a typo in detection, if a printer is "SL1".
...
+ OSX specific: Fixed a crash on start. (s_Preset_sla_tilt_options is moved to the same file as s_Preset_sla_material_options)
2024-05-28 14:20:35 +02:00
Lukas Matena
21651f185b
Removed some legacy unused code which caused overflows with larger beds,
...
the problem was not visible in Release mode (SPE-2318)
2024-05-28 14:17:25 +02:00
Lukas Matena
8aba30a8cb
Removed some legacy unused code which caused overflows with larger beds,
...
the problem was not visible in Release mode (SPE-2318)
2024-05-28 14:16:30 +02:00
YuSanka
06a7099fa3
localization: Updated POT and internal dictionaries (CS,PL,DE,IT,ES,FR)
...
+ Community dictionaries are merged with new POT
2024-05-28 08:40:48 +02:00
YuSanka
195c78fc2a
TabSLAMaterial:: Fixed re-scaling and sys color change for "Overrides" page.
...
(SPE-2322)
2024-05-27 11:58:00 +02:00
Lukas Matena
0568739577
Merge branch 'lm_spe2262' into lm_spe1916_274
2024-05-27 11:45:27 +02:00
Lukas Matena
f4bd37f64b
Added sidetext 'mm' to absolute_correction parameter
2024-05-27 11:44:58 +02:00
Lukas Matena
b60de25086
Removed printer scaling correction from material overrides
2024-05-27 11:44:58 +02:00
Lukas Matena
c43f90e0e4
Added new SLA material override for absolute correction (SPE-2262)
2024-05-27 11:44:58 +02:00
YuSanka
04e98cc4fc
Fixed position of the "Layer statistics" window
2024-05-23 16:16:08 +02:00
YuSanka
c930af038b
DoubleSlider: Fixed a preview of estimated printer times
2024-05-23 15:35:04 +02:00
Lukas Matena
dbf81fc7fa
Fixed some more compiler warnings
2024-05-22 12:36:47 +02:00
YuSanka
5e78f5e52b
"Area fill" is changed to "Area fill threshold"
2024-05-22 12:00:48 +02:00
Lukas Matena
208082381a
Fixed couple of compiler warnings
2024-05-22 11:23:44 +02:00
Lukas Matena
f35f34376c
Fixed couple of compiler warnings
2024-05-22 11:11:10 +02:00
Lukas Matena
9f95a25040
Fixup of previous commit
2024-05-21 18:55:18 +02:00
YuSanka
a378039733
Fix for error message, when "Use tilt" is off.
...
+ All tilt parameters are moved to section "steps_rasterize"
+ Deleted Sidebar.cpp
2024-05-21 15:57:28 +02:00
YuSanka
74a6ae3f1d
Connect: Updated information line
...
(SPE-2234)
2024-05-21 15:14:31 +02:00
Lukas Matena
06238fbf89
Bumped up version to 2.7.5-alpha0
2024-05-21 11:47:08 +02:00
Lukas Matena
906146a788
Merge branch 'dk_connect'
2024-05-21 08:27:18 +02:00
Lukas Matena
75f13002ff
Merge branch 'master' into dk_connect
2024-05-21 08:27:06 +02:00
Lukas Matena
40a111d089
Little changes in phrases
2024-05-20 20:00:24 +02:00
Martin Šach
80d35831fa
Fix SPE-2297 - slowdown after overhang.
...
The bug lies in the fact that SmoothPathCache comapare path attributes
in `resolve_or_fit_split_with_seam`. For some paths it does the
following: If attributes of paths are the same it merges the paths.
Since the == operator of ExtrusionAttributes did not consider
overhang_attributes in the comparison, some paths were
merged even though they had different overhang_attributes.
This led to the wrong overhang attributes being applied to
some paths.
Now the == operator of ExtrusionAttributes takes overhang_attributes
into account and it fixes the issue.
2024-05-20 16:52:47 +02:00
YuSanka
b7ce546cfc
Workaround for SPE-2295 - Crash when re-cutting with dowel connectors
2024-05-20 16:51:10 +02:00
Martin Šach
258882ca5a
Fix SPE-2304. Rear seam not respecting paiting.
...
If a rear seam was projected it was not respecting seam paiting,
because it continued to search the points even if they had
'worse' point_type (e.g. common/blocker). Now the search
is aborted if there is an enforcer and it is not picked.
2024-05-20 16:49:25 +02:00
YuSanka
e95cc5d09c
Follow-up 26d52595 - Fixed a crash after switching from "Settings in separate dialog" mode to "Old" mode,
...
when "Connect" tab is selected
(SPE-2314)
2024-05-20 16:47:07 +02:00
YuSanka
70d7911ee3
DoubleSliderForLayers improvements:
...
1. Fixed tooltips on ticks
2. Implemented posibility to edit colored band and ticks
2024-05-20 16:46:28 +02:00
DJ Delorie
e405d75a52
Fix skirt separation math (SPE-2285, PR#12621)
...
In the code as-is, the half-width of the skirt extrusion is
added to the user-specified distance. However, the user-specified
distance is scaled to internal units while the half-width is not,
resulting in math like "250000 + 0.125" for a skirt extrusion of
0.5mm
The fix is to include the half-width inside the scaling function
so that it is also scaled, resulting in math like "250000 + 125000".
The user-visible result is that if you have no brim and set the
skirt spacing to zero, the skirt will actually touch the model
and not be offset by half an extrusion width.
2024-05-20 16:44:25 +02:00
YuSanka
d0e70e035a
Follow-up 26d52595 : Fixed a crash on move the GCodeViewer on other monitor
2024-05-20 16:42:54 +02:00
Roman Tyr
281b5632d9
Added values for SLA material profiles.
2024-05-20 16:07:42 +02:00
David Kocik
3e1baf0a61
Do not poll printers when window is not active.
2024-05-20 15:35:35 +02:00
David Kocik
835e6d4805
Fix of path sharing during upload.
2024-05-20 15:06:56 +02:00
Lukas Matena
569a28c45e
Couple more improvements / fixes:
...
- 'Tilt profiles' renamed to 'Profiles settings'
- Area fill and delay before/after exposure are now showed in Normal mode
- Fixed and refactored calculation of time estimates
- Changed '+ / -' to the respective unicode character
- Tolerance added into print statistics
2024-05-20 14:55:33 +02:00
YuSanka
9c365a9f91
Renamed tower/tilt profile to speed (back end only)
2024-05-20 14:55:33 +02:00
YuSanka
1bc0a65106
Added JsonUtils to post-process written json (backported from master)
2024-05-20 14:55:33 +02:00
Lukas Matena
06dffc3f80
Renamed tower/tilt profile to speed (UI only)
2024-05-20 14:40:30 +02:00
Lukas Matena
a54a7e1aac
Added an error message when tilt would be disabled
2024-05-20 14:40:23 +02:00
YuSanka
896e265f5e
New time estimation for PrusaSla printers
2024-05-20 14:40:14 +02:00
YuSanka
12ece082bd
SLA tilt profiles: Show/Hide tilt profiles in respect to the printer model.
...
Note: Tilt profiles are supported for SL1, SL1S and M1 only.
2024-05-20 14:30:54 +02:00
YuSanka
d842a084f0
Follow up dbcd2b59 - Fixed values for tilt and tower profiles
2024-05-20 14:30:40 +02:00
Lukas Matena
60981059f6
Updated tooltips for the new parameters
2024-05-20 14:30:01 +02:00
Lukas Matena
763c02f218
Added a 'layer statistics' legend for SLA
2024-05-20 14:29:43 +02:00
YuSanka
79ec60a049
SLA: Save config.json which contains tilt parameters into sl1s output archive.
2024-05-20 14:09:33 +02:00
YuSanka
f5acac1022
Material Settings: Added tilt parameters
...
+ "area_fill" is moved to Material Settings
+ "Tilt times" group is removed from SLA Printer Settings
+ Processed disabling/enabling of some parameters in respect to "use_tilt"
+ Implemented configuration option for vector of Enums
2024-05-20 14:09:23 +02:00
David Kocik
e553ac5360
Fix of webview dialog closing.
...
Custom script message handlers.
2024-05-20 13:06:48 +02:00
David Kocik
84653cc984
Remove "total" from status line.
2024-05-17 15:13:31 +02:00