1st installment of export to gcode of M73 lines for remaining time to next printer stop

This commit is contained in:
enricoturri1966 2021-03-23 09:05:52 +01:00
parent a618bfe078
commit 6ffa51da58
3 changed files with 116 additions and 0 deletions

View file

@ -55,6 +55,8 @@
#define ENABLE_VALIDATE_CUSTOM_GCODE (1 && ENABLE_2_3_1_ALPHA1)
// Enable showing a imgui window containing gcode in preview
#define ENABLE_GCODE_WINDOW (1 && ENABLE_2_3_1_ALPHA1)
// Enable exporting lines M73 for remaining time to next printer stop to gcode
#define ENABLE_EXTENDED_M73_LINES (1 && ENABLE_VALIDATE_CUSTOM_GCODE)
#endif // _prusaslicer_technologies_h_