23962 Commits

Author SHA1 Message Date
YuSanka
5cdc0a9143 Updated icons.
+ Fix for phrase
2023-10-19 13:57:27 +02:00
Filip Sykala - NTB T15p
52e1ba0448 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate 2023-10-19 13:54:22 +02:00
Filip Sykala - NTB T15p
4d5b91ac57 Fix of loacale in path for emboss SVG 2023-10-19 13:54:12 +02:00
David Kocik
b102826726 fix of string format 2023-10-19 13:22:05 +02:00
YuSanka
315a988a8a Localization: fixes and changes in phrases 2023-10-19 13:01:05 +02:00
David Kocik
6da93f04bf Merge branch 'dk_config_update' 2023-10-19 11:16:30 +02:00
David Kocik
78e128de1c SPE-1970: Notify about available config update after sync.
Notification about conf update with new printer mockup.
"new printer" information in the update dialogs.
2023-10-19 11:15:24 +02:00
David Kocik
5862e85c57 Change order in enum to original values
followup of 210f1abf1dcbc033d4d9bf6fe50f3d54da8bf283
2023-10-19 11:03:18 +02:00
Lukas Matena
aaaaf8c83b Bumped up version to 2.7.0-alpha0, new splashscreen 2023-10-19 11:01:23 +02:00
YuSanka
e6ea3cc50f Localization: Updated internal dictionaries (CS, DE, ES, FR, IT, PL).
+ Fixed some phrases.
2023-10-19 10:50:14 +02:00
enricoturri1966
33e40512f8 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate 2023-10-19 10:33:52 +02:00
enricoturri1966
92650f8283 SPE-1932: Tweaks to the file conversion logic 2023-10-19 10:33:42 +02:00
enricoturri1966
9d346e80bf SPE-1932: Automatic renaming of output file for conversion from/to binary gcode when the destination filename is equal to the source filename 2023-10-19 10:33:28 +02:00
Lukas Matena
6b94d25cc2 Improved const-correctness, removed extra includes 2023-10-19 10:33:10 +02:00
Lukas Matena
86812fa5dd Fixed crash on macOS due to uninitialized variables,
this happened when the wipe tower was not generated in the data for the conflict
checker. The code was refactored to not use the extra FakeWipeTower class, all
wipe tower related info is in Print::WipeTowerData object
2023-10-19 10:33:10 +02:00
enricoturri1966
b467e5c247 SPE-1923: Fixed wrong x of tool position when z offset is applied 2023-10-19 10:32:44 +02:00
enricoturri1966
e26a8982da SPE-1920: Fixed crash while moving horizontal slider in preview 2023-10-19 10:31:44 +02:00
enricoturri1966
7341561ec4 SPE-1920: Fixed travel toolpaths not hidden when first layer is not visible. 2023-10-19 10:31:28 +02:00
David Kocik
210f1abf1d PrusaLink at Physical Printer Dialog: Show Http Digest as first choice. 2023-10-19 10:12:32 +02:00
YuSanka
37afe79c60 EditGCodeDialog: Added new icons.
+ BitmapCache: Fixed replaces during SVG loading(quotation marks are redundant).
2023-10-19 10:00:34 +02:00
enricoturri1966
e8ba79a0ad SPE-1908: Fixed travel moves starting above the top layer not shown in preview 2023-10-19 09:49:08 +02:00
YuSanka
e1ff5feb41 Fix for SPE-1976 : Crash on extruder change
+ Updated Ui color mode for Extruder combobox
2023-10-19 09:31:44 +02:00
enricoturri1966
fc5a4c1e13 #11337: Fixed detection of toolpaths in first layer when using z offset (SPE-1902) 2023-10-19 09:31:14 +02:00
enricoturri1966
a8155eb8db SPE-1964: Fixed export of M73 lines
Added post processing of G0

Added post processing of G2/G3

Added post processing of G28

Modified ExportLines::update()

M73 line exported after current line has been processed (to get the proper time)
2023-10-19 09:01:38 +02:00
rtyr
82e70b744a
XLIS and MINI IS resources 2023-10-18 17:02:15 +02:00
Lukas Matena
bec6b8d032 Merge branch 'ys_ui' 2023-10-18 16:32:21 +02:00
YuSanka
8d1165d6ed SpinInputDouble
+ Update font size for application in respect to the display size
2023-10-18 16:32:12 +02:00
YuSanka
fea655f668 Set max font size in respect to the display size.
+ non-MSW specific: Suppress colored border for focused control.
+ Fixed layout of the PointCtrl
+ WipeTowerDialog: use SpinInput control instead of wxSpinCtrl
2023-10-18 16:32:12 +02:00
YuSanka
168dadc0fa OSX specific: Set window variant for regular buttons to correct rendering with big font 2023-10-18 16:32:12 +02:00
YuSanka
1a182999a8 SkinnedUI: bug fixing and improvements:
* SPE-1945 : LINUX - Black background in dark mode in search - "Category"
* SPE-1941 : Font size is applied for old PS version (app_config key for font size is changed to "font_pt_size")
* SPE-1939 : Preferences : PS widows have incorrect dims when used max font size
* SPE-1943 : Fixed gtk resize popup window (Manually merged 60dbf71cd6 )
* SPE-1942 : Linux specific: Brim check button on sidebar jumps
* SPE-1944 : PrusaConnect URL is missing in physical Printer
+ Changed icon which is used to comboboxes
2023-10-18 16:32:12 +02:00
YuSanka
d42e3823dc Preferences: Linux specific: Fixed layouts.
(CallAfter() is used to correct set of controlls sizes)
2023-10-18 16:32:12 +02:00
YuSanka
9cf971769d WIP (NewUI with fonts): Improvements some controls
* SpinInput : Code refactoring
 * BitmapToggleButton :
     * Create wxBitmapToggleButton if control doesn't have a label and wxToggleButton otherwise
     * Linux specific: Calculate default size from label size

 + Tab: Linux specific: Set background color for tree_ctrl and don't set background color for Tab
2023-10-18 16:32:12 +02:00
YuSanka
1f0b834a70 WIP (NewUI with fonts): Next improvements for fonts.
* AboutDialog, SysInfoDialog, ConfigSnapshotDialog, ConfigWizard: Set correct/scaled font.
* PreferencesDialog:
  * Use SpinInput instead of wxSpinCtrl.
  * Added layout of the activated tab.
  * Remove "suppress_round_corners" option and ignore its value for whole application.
+ Plater: fixed obj_list() function to check existence of the control to avoid crash on recreate_GUI().
+ GLCanvas3D: Increased delta value between current and new values of the toolbar icon scale.
2023-10-18 16:32:12 +02:00
YuSanka
f27ad88d55 WIP (NewUI with fonts): Next improvements for fonts.
* Fixed new font applying for TreeCtrl and DataViewCtrl
* Fixed update of the em_unit in respect to the new font size
+ MSW specific: Fixed re-scaling of the non-standard buttons
2023-10-18 16:32:12 +02:00
YuSanka
a4767695ea Allow font scaling
+ Fix for em_unit in respect to the scaled font
+ TextInput: Fix for non-default size
2023-10-18 16:32:12 +02:00
YuSanka
c0aef5ff0a Skinned UI: WIP
* Non-MSW specific: Next improvements for BG of the controls
  + Create wrap class BitmapToggleButton to correct create under all platforms
  + TabFilament: Fixes crash on recreating of the app

* Next improvements for background under nonMSW systems
 + Fixed Field::SpinCtrl::propagate_value

* DropDown: Implemented transparent background for rounded corners.
  + Tab: use TextInput and SwitchButton for substitutions
  + nonMSW specific: Don't set BackgroundColors for panels

* ObjectManipulation: Use TextInput instead wxTextCtrl

* Process rectangle/rounded controls
  + Preferences: Added "Suppress round corners" parameter

* Skinned UI: SwitchButton. Use it for CheckBox Field

* Skinned UI: SpinInput
  + ScalableBitmap/ScalableButton respects to different width and height of bitmap.

* Skinned UI: ComboBox

* Skinned UI: CheckBox
2023-10-18 16:32:12 +02:00
YuSanka
aff3864200 Added some widgets from BambuStudio(http://github.com/bambulab) from the state of 96707fc4b4
Thanks https://github.com/bambu123, https://github.com/lanewei120 and https://github.com/walterwongbbl for implementation.
2023-10-18 16:32:11 +02:00
Lukas Matena
6e206d8c9e Merge branch 'fs_svg_SPE-1517_' 2023-10-18 16:24:39 +02:00
Lukas Matena
e002bee285 Merge branch 'et_spe1954' 2023-10-18 16:22:41 +02:00
enricoturri1966
d0dc6b99b6 SPE-1954: Fixed 3MF file containing post-processing script cannot be open as 'Start new PrusaSlicer instance' 2023-10-18 16:22:19 +02:00
enricoturri1966
3f3a3dd190 SPE-1954: Inform the user when loading/importing a project or a config file containing a post-processing script 2023-10-18 16:22:19 +02:00
Filip Sykala - NTB T15p
92704881fb Merge branch 'fs_svg_SPE-1517' into fs_svg_SPE-1517_without_face_to_camera 2023-10-18 15:21:07 +02:00
Filip Sykala - NTB T15p
4088a4bcd6 Merge branch 'master' into fs_svg_SPE-1517 2023-10-18 15:20:55 +02:00
Filip Sykala - NTB T15p
47dd1106b4 Disable function "face to camera" 2023-10-18 15:20:30 +02:00
Filip Sykala - NTB T15p
a2139d4eb4 Fix special character in file path of SVG.
Found by "Ondřej Stříteský"
2023-10-18 11:49:21 +02:00
David Kocik
44376443ea Change dialog headline 2023-10-18 10:21:35 +02:00
David Kocik
e0331d1351 Wifi config file explanation text. 2023-10-18 09:59:06 +02:00
David Kocik
e2cbc3d4e4 fix of 4db4c0740a6cf45a8a4c9c07e2fca054de50ca16 2023-10-18 09:06:25 +02:00
David Kocik
4db4c0740a TRN comments 2023-10-17 15:12:34 +02:00
Lukas Matena
30861c81d2 Removed G2/3 R option, it does not work correctly 2023-10-17 13:32:05 +02:00