mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 03:37:54 -06:00
Altering sla export interface to support explicit project name.
This commit is contained in:
parent
369cdd8b3b
commit
590ae25b13
5 changed files with 19 additions and 30 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
#include "Zipper.hpp"
|
||||
#include "miniz/miniz_zip.h"
|
||||
#include <boost/filesystem/path.hpp>
|
||||
#include <boost/log/trivial.hpp>
|
||||
|
||||
#include "I18N.hpp"
|
||||
|
@ -213,10 +212,6 @@ void Zipper::finish_entry()
|
|||
m_entry.clear();
|
||||
}
|
||||
|
||||
std::string Zipper::get_name() const {
|
||||
return boost::filesystem::path(m_impl->m_zipname).stem().string();
|
||||
}
|
||||
|
||||
void Zipper::finalize()
|
||||
{
|
||||
finish_entry();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue