|
|
@ -648,7 +648,7 @@
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
|
|
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
|
|
|
|
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
|
|
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
|
|
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
|
|
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
|
|
|