mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Squash merge of lh_brim_rework,
brim separated to Brim.cpp,hpp Refactored accessors to PrintObjectPtrs, PrintRegionPtrs, LayerPtrs, SupportLayerPtrs for const correctness.
This commit is contained in:
@@ -13,6 +13,11 @@
|
||||
namespace Slic3r
|
||||
{
|
||||
|
||||
void PrintTryCancel::operator()()
|
||||
{
|
||||
m_print->throw_if_canceled();
|
||||
}
|
||||
|
||||
size_t PrintStateBase::g_last_timestamp = 0;
|
||||
|
||||
// Update "scale", "input_filename", "input_filename_base" placeholders from the current m_objects.
|
||||
|
||||
Reference in New Issue
Block a user