mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Follow-up of 9d4344a78c
-> ensure printbed always rendered as custom in gcode preview mode
This commit is contained in:
parent
54a4340631
commit
0348986bda
7 changed files with 33 additions and 30 deletions
|
@ -363,7 +363,7 @@ public:
|
|||
|
||||
void set_bed_shape() const;
|
||||
#if ENABLE_GCODE_VIEWER_AS_STATE
|
||||
void set_bed_shape(const Pointfs& shape, const std::string& custom_texture, const std::string& custom_model) const;
|
||||
void set_bed_shape(const Pointfs& shape, const std::string& custom_texture, const std::string& custom_model, bool force_as_custom = false) const;
|
||||
#endif // ENABLE_GCODE_VIEWER_AS_STATE
|
||||
|
||||
// ROII wrapper for suppressing the Undo / Redo snapshot to be taken.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue