23466 Commits

Author SHA1 Message Date
Lukas Matena
fe3cf27394 Label objects: refactoring + fix of object/instance indexing when instances are rotated/out-of-bed 2023-09-26 11:24:19 +02:00
Lukas Matena
387376fb25 LabelObjects: Fixed a typo 2023-09-26 11:24:19 +02:00
Lukas Matena
37dc3378ec Label objects: List of objects moved before custom start gcode, quotes added for M486 A on RRF 2023-09-26 11:24:18 +02:00
Lukas Matena
ef31e4f487 LabelObjects: differentiate based on firmware flavor, change M486 N to M486 A 2023-09-26 11:24:18 +02:00
Lukas Matena
395a5639cc Label objects: rename Marlin -> Firmware-specific, updated tooltip 2023-09-26 11:24:18 +02:00
Lukas Matena
5d50a91c30 Label objects refactoring (enum->enum class, initial header export separated in a dedicated function) 2023-09-26 11:24:18 +02:00
Lukas Matena
6d41a76af7 M486 cancel object implementation:
- gcode_label_objects changed from coBool to coEnum
- the start-end pairs are emitted at the start for all objects
2023-09-26 11:24:18 +02:00
Lukas Matena
c968b797ed Follow-up to c8263d1: do the same change for XL temp notifications 2023-09-26 11:20:35 +02:00
YuSanka
fd7d7e1ae5 SubstitutionManager: Follow-up 2b25f55f8 - Fixed a crash.
(Added missed cleaning of the m_chb_match_single_lines on Delete All substitutions)

+ Added missed Layout on add substitution

+ EditGCodeDialog: Deleted unused code caused compilation warning.
2023-09-25 15:00:27 +02:00
rtyr
fc03b9f36c
Updated compatible printer condition for some filament profiles. 2023-09-25 11:02:34 +02:00
Martin Šach
0a4766e8d3 Fix linux compiling issue.
Just add .template to the right place.
2023-09-22 14:41:04 +02:00
Martin Šach
d9d0ed293e Improve curvature calculation.
Fix authored by Pavel Mikus.
2023-09-22 13:30:05 +02:00
Martin Šach
6164051d60 Use proper formula for second moment of area.
SupportSpotsGenerator originally used a heuristic formula. Current
formula is properly derived using known properties of
second moment of area. Several tests of this formula are added.
2023-09-22 13:30:05 +02:00
Vojtech Bubnik
d623ece5da Least squares circle fitting. 2023-09-22 13:22:23 +02:00
rtyr
9d13b39736
Added new print profiles for MINI IS. Updated MK4IS profiles. 2023-09-22 10:40:43 +02:00
YuSanka
bbd47f0e16 Fix for SPE-1918 : Modificators will be shows after undo(CTRL+Z) with seam/support painting gizmo. 2023-09-22 10:04:58 +02:00
rtyr
a5a40fe38f
Removed invalid compatible_print condition. 2023-09-21 17:29:08 +02:00
rtyr
18e5c81c10
Sync with PrusaSlicer-settings 2023-09-21 11:12:22 +02:00
rtyr
b4270f70fe
Photon MONO X 6K thumbnail 2023-09-21 11:11:42 +02:00
rtyr
a2a11fe686
Sync with PrusaSlicer-settings 2023-09-21 11:08:36 +02:00
rtyr
7756b62a2d
Added thumbnails for XL2, XL5 and MK3SMMU3 2023-09-21 11:04:42 +02:00
YuSanka
0371dc7d41 Partially revert of d327a6b2
It looks like CallAfter is no needed any more
2023-09-21 10:41:50 +02:00
YuSanka
a9eebb27f8 Code cleaning: Deleted code which was commented till the testing some time ago 2023-09-21 10:22:32 +02:00
YuSanka
a05a4f2a5d Localization: Updated POT 2023-09-20 12:34:09 +02:00
Lukas Matena
95e084565a Updated tooltip on thumbnails 2023-09-20 12:10:49 +02:00
Lukas Matena
4694f2444e Updated some phrases 2023-09-20 10:44:44 +02:00
YuSanka
efa2547a4f Thumbnails: Fix for SPE-1895 : SLA crash when export .sl1 / .sl1s files 2023-09-20 09:53:09 +02:00
YuSanka
38a4c341d5 EditGCodeDialog: Added info line with link to helper 2023-09-19 15:59:08 +02:00
Vojtech Bubnik
9824d0e4cc ArcWelder: Hot fix for producing extremely short arches, that get
quantized to zero length by the G-code export.
2023-09-19 13:56:53 +02:00
YuSanka
361ef22b6d EditGCodeDialog: Fixed Linux specific crash on Destroy()
+ Improved cursor position in custom G-code after a paste of placeholder
2023-09-19 12:38:31 +02:00
rtyr
0d734e7bb5
Added MK3.9, MINI IS. Enabled arc fitting and binary for MINI. 2023-09-19 10:36:42 +02:00
tamasmeszaros
c1e21bad08 Sync master branch 2023-09-19 10:15:57 +02:00
Adrian Bunk
1a4a31e929
format/AnycubicSLA: use float instead of float_t (#11036) 2023-09-19 10:12:11 +02:00
enricoturri1966
d7b77e44bf SPE-1891: Fixed color of modifiers when moved below the printbed 2023-09-19 09:40:19 +02:00
Matt Coleman
1b5ab1ae82 Move the "About" menu item to the application menu on macOS 2023-09-19 09:00:19 +02:00
Matt Coleman
7b68c09bff Extract macOS application menu initialization to a dedicated function 2023-09-19 09:00:19 +02:00
Matt Coleman
e9592a9b30 Extract "About" menu item creation to a dedicated function 2023-09-19 09:00:19 +02:00
Vojtech Bubnik
eac0fa6271 Removed [input_filename] from command line help.
[input_filename] placeholder was removed in 0cbbe96.
2023-09-19 08:56:23 +02:00
rtyr
b2dd760a7a
MK3.9 and MINI IS resources 2023-09-18 21:39:08 +02:00
YuSanka
0a46aeea09 Variable layer height is limited to 3 digits (related to PR#10298) 2023-09-18 16:29:44 +02:00
YuSanka
2b25f55f8b Follow up 2c9a21c - Fixed SubstitutionManager::delete_substitution()
+ Fixed visibility of the "Match single line" CheckBoxes, when preset is switched and values are transferred to new selected preset.
 + Fixed typos in some functions names
2023-09-18 14:48:38 +02:00
YuSanka
2c9a21ca9a Refactoring for SubstitutionManager to avoid flickering on any config changes on active TabPage. (SPE-1889) 2023-09-18 12:00:00 +02:00
rtyr
2aded51161
Updated compatible printer condition.
To disable filament templates for some printers.
2023-09-15 15:14:41 +02:00
YuSanka
7b55ef7520 Thumbnails: Fixed a typo in a tooltip and warning texts
+ Added call of handle_legacy_composite() at the end of each Config::load_* functions.
2023-09-15 15:08:39 +02:00
YuSanka
8e693c5a14 Updated tooltip for "use_firmware_retraction" parameter (related to PR#11301)
+ fixed typo in "Edit Custom G-code" tooltip
2023-09-15 10:30:04 +02:00
YuSanka
79676fe4cc Added missed includes 2023-09-15 10:15:52 +02:00
Lukas Matena
bf3938f506 Fixed some compiler warnings 2023-09-13 16:27:37 +02:00
Oleksandra Yushchenko
c6ce4a662e
Merge pull request #50 from Prusa-Development/ys_thumbnails_refact
Thumbnails refactoring
2023-09-13 15:29:20 +02:00
YuSanka
cfc520c97a Thumbnails refactoring: Next round
* Check errors state on all places of its using (throw exceptions or show a warnings message)
+ To backward compatibility, save "thumbnails_format" value to the config
+ deep_diff() function is extended for the case of "thumbnails" comparison
+ Added unit tests to:
  * check a load of configuration for "thumbnails" and "thumbnails_format" options
  * check return values for make_and_check_thumbnail_list() function
2023-09-13 15:24:40 +02:00
Lukas Matena
e1012815b8 Merge branch 'ys_gcode_editor' into master_262 2023-09-13 10:14:45 +02:00