Fix nozzle marker position

This commit is contained in:
Andrew Sun
2025-09-20 13:48:20 -04:00
parent f696d19181
commit 9359aa8607
4 changed files with 11 additions and 2 deletions

View File

@@ -202,6 +202,7 @@ class Print;
int timelapse_warning_code {0};
bool support_traditional_timelapse{true};
float printable_height;
float z_offset;
SettingsIds settings_ids;
size_t extruders_count;
bool backtrace_enabled;