From e2b3d25edfb3bb9f2a8d3c1acc8b59e0c293cfa8 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sat, 3 Jun 2017 23:29:56 -0500 Subject: [PATCH] Added Printer and Filament notes to things to avoid invalidating. --- xs/src/libslic3r/Print.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xs/src/libslic3r/Print.cpp b/xs/src/libslic3r/Print.cpp index 4459a5935..29a57c21e 100644 --- a/xs/src/libslic3r/Print.cpp +++ b/xs/src/libslic3r/Print.cpp @@ -197,6 +197,7 @@ Print::invalidate_state_by_config(const PrintConfigBase &config) || opt_key == "fan_below_layer_time" || opt_key == "filament_colour" || opt_key == "filament_diameter" + || opt_key == "filament_notes" || opt_key == "first_layer_acceleration" || opt_key == "first_layer_bed_temperature" || opt_key == "first_layer_speed" @@ -216,6 +217,7 @@ Print::invalidate_state_by_config(const PrintConfigBase &config) || opt_key == "perimeter_acceleration" || opt_key == "post_process" || opt_key == "pressure_advance" + || opt_key == "printer_notes" || opt_key == "retract_before_travel" || opt_key == "retract_layer_change" || opt_key == "retract_length"