Modify gcode post-process to allow to insert new gcode lines by backtracing from the current processed line.

Current state is a prototype and the new code is embedded into a new tech: ENABLE_GCODE_POSTPROCESS_BACKTRACE
This commit is contained in:
enricoturri1966 2023-01-18 11:00:20 +01:00 committed by Lukas Matena
parent 80e0666401
commit c9724ae6fd
4 changed files with 382 additions and 2 deletions

View file

@ -58,6 +58,8 @@
// Enable alternative version of file_wildcards()
#define ENABLE_ALTERNATIVE_FILE_WILDCARDS_GENERATOR (1 && ENABLE_2_6_0_ALPHA1)
// Enable gcode postprocess modified to allow for backward insertion of new lines
#define ENABLE_GCODE_POSTPROCESS_BACKTRACE (1 && ENABLE_2_6_0_ALPHA1)
#endif // _prusaslicer_technologies_h_