mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-09 11:59:12 +08:00
Merge branch 'master' of https://github.com/prusa3d/Slic3r into sidebar_fixes
This commit is contained in:
commit
3aa9435c80
10
.github/ISSUE_TEMPLATE.md
vendored
10
.github/ISSUE_TEMPLATE.md
vendored
@ -1,5 +1,5 @@
|
|||||||
### Version
|
### Version
|
||||||
_Version of Slic3r used goes here_
|
_Version of Slic3r Prusa Edition used goes here_
|
||||||
|
|
||||||
_Use `About->About Slic3r` for release versions_
|
_Use `About->About Slic3r` for release versions_
|
||||||
|
|
||||||
@ -7,6 +7,10 @@ _For -dev versions, use `git describe --tag` or get the hash value for the versi
|
|||||||
|
|
||||||
### Operating system type + version
|
### Operating system type + version
|
||||||
_What OS are you using, and state any version #s_
|
_What OS are you using, and state any version #s_
|
||||||
|
_In case of 3D rendering issues, please attach the content of menu Help -> System Info dialog_
|
||||||
|
|
||||||
|
### 3D printer brand / version + firmware version (if known)
|
||||||
|
_What 3D printer brand / version are you printing on, is it a stock model or did you modify the printer, what firmware is running on your printer, version of the firmware #s_
|
||||||
|
|
||||||
### Behavior
|
### Behavior
|
||||||
* _Describe the problem_
|
* _Describe the problem_
|
||||||
@ -18,5 +22,5 @@ _What OS are you using, and state any version #s_
|
|||||||
|
|
||||||
_Is this a new feature request?_
|
_Is this a new feature request?_
|
||||||
|
|
||||||
#### STL/Config (.ZIP) where problem occurs
|
#### Project File (.3MF) where problem occurs
|
||||||
_Upload a zipped copy of an STL and your config (`File -> Export Config`)_
|
_Upload a Slic3r PE Project File (.3MF) (`Plater -> Export plate as 3MF` for Slic3r PE 1.41.2 and older, `File -> Save` / `Save Project` for Slic3r PE 1.42.0-alpha and newer)_
|
||||||
|
@ -1715,6 +1715,8 @@ void Plater::priv::reset()
|
|||||||
object_list_changed();
|
object_list_changed();
|
||||||
update();
|
update();
|
||||||
|
|
||||||
|
// The hiding of the slicing results, if shown, is not taken care by the background process, so we do it here
|
||||||
|
this->sidebar->show_sliced_info_sizer(false);
|
||||||
|
|
||||||
auto& config = wxGetApp().preset_bundle->project_config;
|
auto& config = wxGetApp().preset_bundle->project_config;
|
||||||
config.option<ConfigOptionFloats>("colorprint_heights")->values.clear();
|
config.option<ConfigOptionFloats>("colorprint_heights")->values.clear();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user