lane.wei
7a68cc56b2
fix the language code not correct issue
...
Change-Id: I73092fee16b2e1284ac79e63edbb3165c04d5650
2022-07-23 20:57:06 +08:00
gerrit
0df07fcfde
FIX: fix cannot connect to server
...
Change-Id: Id3a4e2316c4f9a513b6acffda0bf08636441990b
2022-07-23 20:57:06 +08:00
stone.li
cfd62e4aeb
ENH: use order mapping with U0 firmware
...
do not check iot environment
Signed-off-by: stone.li <stone.li@bambulab.com>
Change-Id: I500ec81fb9f8cdf706cac38b19bd52218ce52d1f
Signed-off-by: stone.li <stone.li@bambulab.com>
2022-07-23 20:49:28 +08:00
SoftFever
b806df7710
Merge remote-tracking branch 'remote/master' into SoftFever
...
# Conflicts:
# resources/profiles/BBL/filament/Bambu PC @BBL X1C.json
# resources/profiles/BBL/filament/Bambu TPU 95A @BBL X1C.json
2022-07-23 20:29:33 +08:00
lane.wei
2fd0238a47
set the default languange to wxLANGUAGE_ENGLISH_UK if not available
...
Change-Id: Iaba8184eb84ac3f16d371ef54ae169acfd13393a
2022-07-23 16:40:02 +08:00
tao wang
4d59db23e4
FIX:fixed amsmapping button can not get click event on macos
...
Change-Id: I4816365a2857e3e40c805af0e94654a8684c155c
2022-07-23 16:21:55 +08:00
lane.wei
9300f3a00d
add more check when bambu network init
...
Change-Id: I63cc93759fcb7c2717472a32b98d833e257aea49
2022-07-23 16:19:39 +08:00
yifan.wu
a4c1e17284
ENH: only display perform button in Gap Fill tool
...
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: If4cefd99ebe526a7d266b5e4bd9f6115f1b440e2
2022-07-23 16:19:39 +08:00
tao wang
b5311059aa
FIX:printer setting background colour is wrong
...
Change-Id: Ice0e326e01cbd0e4afa5a5858fc7bd1c5894420a
2022-07-22 20:56:52 +08:00
lane.wei
e9e4d75877
Update the codes to 01.01.00.10 for the formal release
...
1. first formal version of macos
2. add the bambu networking plugin install logic
3. auto compute the wipe volume when filament change
4. add the logic of wiping into support
5. refine the GUI layout and icons, improve the gui apperance in lots of
small places
6. serveral improve to support
7. support AMS auto-mapping
8. disable lots of unstable features: such as params table, media file download, HMS
9. fix serveral kinds of bugs
10. update the document of building
11. ...
2022-07-22 20:35:34 +08:00
SoftFever
e2ff8cb1c8
Fix an issue: was not able to switch language
2022-07-19 06:27:26 -07:00
SoftFever
f61603c585
Allow users to export .gcode files
2022-07-19 06:27:26 -07:00
lane.wei
0f987e993a
adjust the log level for released version
...
Change-Id: Id874cc5b84a1c236dc00d9430867a913b0417beb
2022-07-16 15:25:36 +08:00
lane.wei
4544dad62c
turnoff the debug mode on preferences
...
also switch the environment to production
and update version to 1.0.10.4
Change-Id: I396993ffa2bdfa5e60d69b61870d3710c6963489
2022-07-16 12:48:36 +08:00
Stone Li
0b921c44a8
ENH: compatible with U0 firmware
...
Change-Id: I30a4702424fd0df2ad118505c62b6843968465da
2022-07-15 23:52:47 +08:00
lane.wei
1555904bef
Add the full source of BambuStudio
...
using version 1.0.10
2022-07-15 23:42:08 +08:00
Vojtech Bubnik
15d95e4264
Fix of Can't add Filament in RC2 #7544
2021-12-21 13:20:47 +01:00
Vojtech Bubnik
53af2fc0b8
Fixed crash in send system info dialog due to empty prerelease string.
2021-12-21 10:34:55 +01:00
YuSanka
f2e2b03fa4
Follow-up to 942c6ea7d8 - an assert is commented.
...
Note: value can be equal to zero, when move.type==Travel
2021-12-20 16:19:17 +01:00
YuSanka
2419357a88
Non-MSW specific: Fixed a default focus for message dialog
...
See https://twitter.com/ZMelmed/status/1472678454168539146
2021-12-20 16:01:09 +01:00
Vojtech Bubnik
942c6ea7d8
Follow-up to 2e250c1463
...
2f63805857
The issue was caused by 2e250c1463
that did not do the binning of floating values well for small numbers,
small numbers were rounded to zero.
The new code now rounds to two significant digits similarly to
sprintf(buf, "%.2g", value)
2021-12-20 14:47:51 +01:00
enricoturri1966
2f63805857
#7522 - Fixed toolpaths height calculation for ironing extrusion role
2021-12-20 11:17:44 +01:00
YuSanka
1955baa14b
GUI_ObjectList: Get list of the loaded files before a taking of Undo/Redo snapshot
...
+ Fixed localization for the "Post processing" description line
2021-12-17 12:49:55 +01:00
Vojtech Bubnik
13566e3f93
Follow-up to acee3ff1f9
...
Fixed crash when changing modifier type on a circular printbed
2021-12-16 17:50:36 +01:00
YuSanka
f83ba22a12
Fix for switch Dark/Light mode when preset settings are in separate dialog.
...
Set new color for title bar, tab bar and all scroll bars for settings dialog
2021-12-16 15:06:48 +01:00
enricoturri1966
acee3ff1f9
Fixed crash when changing modifier type on a circular printbed
2021-12-16 14:01:44 +01:00
enricoturri1966
818a92497a
Fixed call to take_snapshot() in ObjectList::load_subobject()
2021-12-16 12:03:11 +01:00
Vojtech Bubnik
2dc461719f
Importing newer config when starting the application:
...
Cache directory is newly deleted before it is imported from the newer
config location.
Linux specific: When asking for certificate directory, perform import
of configs first.
2021-12-15 16:09:22 +01:00
YuSanka
5579b31a26
UpdateDialogs: Fixed an alignment inside a GridSizer, when "Open changelog page" is added.
2021-12-15 15:58:18 +01:00
Vojtech Bubnik
b2bcf17dfa
Fixed previous commit
2021-12-15 14:52:01 +01:00
Vojtech Bubnik
5ba9d59307
If taking configuration snapshot before importing newer configuration fails,
...
offer to stop importing configuration.
2021-12-15 14:27:25 +01:00
Vojtech Bubnik
56d50d7707
Delete existing vendors before importing newer vendors, as the existing
...
vendors may not be referenced by newer PrusaSlicer.ini imported.
2021-12-15 13:43:37 +01:00
YuSanka
ab245a97a4
Fix for #7496 - Dark-mode selection highlight
2021-12-15 13:24:40 +01:00
Vojtech Bubnik
12756e7979
Fixing previous commit on AppConfig and loading newer configuration.
2021-12-15 11:22:44 +01:00
Vojtech Bubnik
87880022fc
Some improvements to copying of newer configuration to current folder:
...
1) Less context is kept in GUI_App.
2) Copying is not being done if loading current PrusaSlicer.ini fails
3) AppConfig (PrusaSlicer.ini) is saved first after the newer configuration is installed.
2021-12-15 11:09:34 +01:00
YuSanka
3ec78c4ccf
MsgDialog: Fix for scale of the message size, when mainframe wasn't created yet but InfoDialog is shown
2021-12-15 11:01:12 +01:00
Vojtech Bubnik
b95a83aec1
Bugfix: Loading of AppConfig from an alternate locations.
2021-12-15 10:30:22 +01:00
YuSanka
14cb4a1314
Initialize fonts before first UI action
2021-12-15 09:50:19 +01:00
YuSanka
322583bc78
Revert of the 8b3e413633, which was caused the issue #7498
2021-12-15 09:03:38 +01:00
YuSanka
74cf1ed0f9
MsgDialog: Fixed text color under non-MSW platforms
2021-12-14 16:34:56 +01:00
Vojtech Bubnik
b3d42df0f7
Bumped up version to release candidate,
...
changed the configuration directory from beta to final.
2021-12-14 14:49:32 +01:00
YuSanka
e2ac37e717
Follow-up 6d2efe29a4 - Call wxInitAllImageHandlers() before any UI actions to avoid "No image handler..." warnings.
...
+ Deleted unnecessary app_config->save() call
2021-12-14 14:56:38 +01:00
YuSanka
6d2efe29a4
Localization: Updated dictionaries for CS, DE, ES, FR, IT, NL, PL
...
+ GUI_App.cpp: Set language, color mode and initialization of image handlers before a call of check_older_app_config()
2021-12-14 14:13:44 +01:00
enricoturri1966
cc2b8da6a4
#7461 - Use three floats for defining vertex normal to render travel toolpaths. This fixes a crash on NVIDIA Quadro graphics cards when turning on travel moves visibility in preview.
2021-12-14 13:53:37 +01:00
YuSanka
8b3e413633
Follow-up e2475c95 - Disable check of the compatibility of the "support_material" and "overhangs" options for profile which was loaded from 3mf
2021-12-14 11:49:53 +01:00
YuSanka
5243abcece
Check "support_material" and "overhangs" relations only on global settings level.
...
Note: It can be changed in the future, when infrastructure for saving of this relation per configuration will be implemented
2021-12-14 10:49:47 +01:00
YuSanka
dc3da0b626
Fix for crash from #7486 - PrusaSlicer crashes when doing this commands
2021-12-13 16:19:58 +01:00
David Kocik
2121a98bea
Double ampersand in text
2021-12-13 13:39:24 +01:00
enricoturri1966
80324de45d
Fixed objects bigger than print volume set as sinking after calling 'Scale to print volume' command - SPE-1155
2021-12-13 11:32:59 +01:00
enricoturri1966
0d68a534ab
Always use batched models to render options in preview
2021-12-13 09:50:13 +01:00