Skip to content

Commit

Permalink
Multi-file sabotage
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Dec 17, 2024
1 parent a00b2be commit 26b6802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/Scene.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Scene
/*
* \brief The global settings in the scene.
*/
Settings settings;
Settings settings;

/*
* \brief Which extruder to evaluate each setting on, if different from the
Expand Down
2 changes: 1 addition & 1 deletion include/raft.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Raft
* \brief Add a raft polygon to the slice data storage.
* \param storage The storage to store the newly created raft.
*/
static void generate(SliceDataStorage& storage);
static void generate(SliceDataStorage& storage);

/*!
* \brief Get the height difference between the raft and the bottom of
Expand Down

0 comments on commit 26b6802

Please sign in to comment.