Skip to content

Commit

Permalink
Fix Scripta integration
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Jan 24, 2024
1 parent 9687e95 commit 3721bf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/slicer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include "Application.h"
#include "Slice.h"
#include "raft.h"
#include "plugins/slots.h"
#include "settings/AdaptiveLayerHeights.h"
#include "settings/EnumSettings.h"
Expand Down Expand Up @@ -824,7 +825,8 @@ Slicer::Slicer(Mesh* i_mesh, const coord_t thickness, const size_t slice_layer_c
mesh->settings_.get<coord_t>("raft_interface_thickness"),
mesh->settings_.get<coord_t>("raft_base_thickness"),
mesh->settings_.get<coord_t>("raft_airgap"),
mesh->settings_.get<coord_t>("layer_0_z_overlap"));
mesh->settings_.get<coord_t>("layer_0_z_overlap"),
Raft::getFillerLayerCount());

std::vector<std::pair<int32_t, int32_t>> zbbox = buildZHeightsForFaces(*mesh);

Expand Down

0 comments on commit 3721bf8

Please sign in to comment.