mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 00:59:02 +08:00
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_experiments
This commit is contained in:
commit
a9ea9b3e0a
1
.github/ISSUE_TEMPLATE.md
vendored
1
.github/ISSUE_TEMPLATE.md
vendored
@ -24,3 +24,4 @@ _Is this a new feature request?_
|
|||||||
|
|
||||||
#### Project File (.3MF) where problem occurs
|
#### Project File (.3MF) where problem occurs
|
||||||
_Upload a PrusaSlicer Project File (.3MF) (`Plater -> Export plate as 3MF` for Slic3r PE 1.41.2 and older, `File -> Save` / `Save Project` for PrusaSlicer, Slic3r PE 1.42.0-alpha and newer)_
|
_Upload a PrusaSlicer Project File (.3MF) (`Plater -> Export plate as 3MF` for Slic3r PE 1.41.2 and older, `File -> Save` / `Save Project` for PrusaSlicer, Slic3r PE 1.42.0-alpha and newer)_
|
||||||
|
_Images (PNG, GIF, JPEG), PDFs or text files could be drag & dropped to the issue directly, while all other files need to be zipped first (.zip, .gz)_
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#ifndef ZIPPER_HPP
|
#ifndef ZIPPER_HPP
|
||||||
#define ZIPPER_HPP
|
#define ZIPPER_HPP
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ struct LifetimeGuard
|
|||||||
};
|
};
|
||||||
|
|
||||||
BonjourDialog::BonjourDialog(wxWindow *parent, Slic3r::PrinterTechnology tech)
|
BonjourDialog::BonjourDialog(wxWindow *parent, Slic3r::PrinterTechnology tech)
|
||||||
: wxDialog(parent, wxID_ANY, _(L("Network lookup")), wxDefaultPosition, wxDefaultSize, wxRESIZE_BORDER)
|
: wxDialog(parent, wxID_ANY, _(L("Network lookup")), wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
|
||||||
, list(new wxListView(this, wxID_ANY))
|
, list(new wxListView(this, wxID_ANY))
|
||||||
, replies(new ReplySet)
|
, replies(new ReplySet)
|
||||||
, label(new wxStaticText(this, wxID_ANY, ""))
|
, label(new wxStaticText(this, wxID_ANY, ""))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user