Added retract acceleration member variable to GCodeProcessor and modified GCodeProcessor::process_M204() method

This commit is contained in:
enricoturri1966 2021-08-19 09:38:51 +02:00
parent a3b089eceb
commit 81113218cc
3 changed files with 57 additions and 0 deletions

View file

@ -47,6 +47,8 @@
#define ENABLE_FIX_IMPORTING_COLOR_PRINT_VIEW_INTO_GCODEVIEWER (1 && ENABLE_2_4_0_ALPHA0)
// Enable drawing contours, at cut level, for sinking volumes
#define ENABLE_SINKING_CONTOURS (1 && ENABLE_2_4_0_ALPHA0)
// Enable implementation of retract acceleration in gcode processor
#define ENABLE_RETRACT_ACCELERATION (1 && ENABLE_2_4_0_ALPHA0)
#endif // _prusaslicer_technologies_h_