Skip to content

Commit

Permalink
Fix virtual definition
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Oct 27, 2024
1 parent 69d98a9 commit 5bb4fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CYD-Klipper/src/core/printer_integration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class BasePrinter
virtual Files get_files() = 0;
virtual bool start_file(const char* filename) = 0;
// Free thumbnail externally when done
virtual Thumbnail get_32_32_png_image_thumbnail(const char* gcode_filename);
virtual Thumbnail get_32_32_png_image_thumbnail(const char* gcode_filename) = 0;
virtual bool set_target_temperature(PrinterTemperatureDevice device, unsigned int temperature) = 0;

BasePrinter(unsigned char index);
Expand Down

0 comments on commit 5bb4fd2

Please sign in to comment.