mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fixed a typo for the last commit
This commit is contained in:
parent
2df069323c
commit
a690466dbf
2 changed files with 3 additions and 3 deletions
|
@ -1056,8 +1056,8 @@ void SLAPrint::fill_statistics()
|
|||
// This variable will be a part of the print preset
|
||||
const int fade_layers_cnt = 10; // [3;20]
|
||||
|
||||
const double width = m_printer_config.display_width.getFloat() / SCALING_FACTOR;
|
||||
const double height = m_printer_config.display_width.getFloat() / SCALING_FACTOR;
|
||||
const double width = m_printer_config.display_width.getFloat() / SCALING_FACTOR;
|
||||
const double height = m_printer_config.display_height.getFloat() / SCALING_FACTOR;
|
||||
const double display_area = width*height;
|
||||
|
||||
double supports_volume = 0.0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue