Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
digant73 committed Jan 12, 2023
1 parent ee90df0 commit 22ee07e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 49 deletions.
19 changes: 4 additions & 15 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -3286,22 +3286,8 @@
* Requires PWM frequency between 50 <> 100Hz (Check HAL or variant)
* Use FAST_PWM_FAN, if possible, to reduce fan noise.
*/
<<<<<<< HEAD

// LED Type. Enable only one of the following two options:
//#define RGB_LED
//#define RGBW_LED

#if EITHER(RGB_LED, RGBW_LED)
//#define RGB_LED_R_PIN 34
//#define RGB_LED_G_PIN 43
//#define RGB_LED_B_PIN 35
//#define RGB_LED_W_PIN -1
//#define RGB_STARTUP_TEST // For PWM pins, fade between all colors
#if ENABLED(RGB_STARTUP_TEST)
#define RGB_STARTUP_TEST_INNER_MS 10 // (ms) Reduce or increase fading speed
#endif
=======
#define RGB_LED // DIGA-Tech:
//#define RGBW_LED

Expand All @@ -3310,7 +3296,10 @@
#define RGB_LED_G_PIN 4 // DIGA-Tech:
#define RGB_LED_B_PIN 6 // DIGA-Tech:
#define RGB_LED_W_PIN -1 // DIGA-Tech:
>>>>>>> b1776336788747b5bfcc4f657743fdb3c52a9f4f
//#define RGB_STARTUP_TEST // For PWM pins, fade between all colors
#if ENABLED(RGB_STARTUP_TEST)
#define RGB_STARTUP_TEST_INNER_MS 10 // (ms) Reduce or increase fading speed
#endif
#endif

// Support for Adafruit NeoPixel LED driver
Expand Down
29 changes: 5 additions & 24 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1079,8 +1079,8 @@
* X<1> Set the given parameters only for the X axis.
* Y<1> Set the given parameters only for the Y axis.
*/
//#define INPUT_SHAPING_X
//#define INPUT_SHAPING_Y
//#define INPUT_SHAPING_X // DIGA-Tech:
//#define INPUT_SHAPING_Y // DIGA-Tech:
#if EITHER(INPUT_SHAPING_X, INPUT_SHAPING_Y)
#if ENABLED(INPUT_SHAPING_X)
#define SHAPING_FREQ_X 40 // (Hz) The default dominant resonant frequency on the X axis.
Expand Down Expand Up @@ -1447,12 +1447,6 @@
// On the Info Screen, display XY with one decimal place when possible
//#define LCD_DECIMAL_SMALL_XY

<<<<<<< HEAD
=======
// Add an 'M73' G-code to set the current percentage
#define LCD_SET_PROGRESS_MANUALLY // DIGA-Tech:

>>>>>>> b1776336788747b5bfcc4f657743fdb3c52a9f4f
// Show the E position (filament used) during printing
//#define LCD_SHOW_E_TOTAL

Expand Down Expand Up @@ -1485,7 +1479,7 @@
#endif // HAS_DISPLAY || DWIN_LCD_PROUI

// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
//#define SET_PROGRESS_MANUALLY
#define SET_PROGRESS_MANUALLY // DIGA-Tech:
#if ENABLED(SET_PROGRESS_MANUALLY)
#define SET_PROGRESS_PERCENT // Add 'P' parameter to set percentage done
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time
Expand Down Expand Up @@ -1636,14 +1630,9 @@
// LCD's font must contain the characters. Check your selected LCD language.
//#define UTF_FILENAME_SUPPORT

<<<<<<< HEAD
//#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L'
//#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol
//#define M20_TIMESTAMP_SUPPORT // Include timestamps by adding the 'T' flag to M20 commands
=======
#define LONG_FILENAME_HOST_SUPPORT // Get the long filename of a file/folder with 'M33 <dosname>' and list long filenames with 'M20 L' // DIGA-Tech:
#define LONG_FILENAME_WRITE_SUPPORT // Create / delete files with long filenames via M28, M30, and Binary Transfer Protocol // DIGA-Tech:
>>>>>>> b1776336788747b5bfcc4f657743fdb3c52a9f4f
//#define M20_TIMESTAMP_SUPPORT // Include timestamps by adding the 'T' flag to M20 commands

//#define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu

Expand Down Expand Up @@ -2118,24 +2107,16 @@
*/
#define LIN_ADVANCE // DIGA-Tech:
#if ENABLED(LIN_ADVANCE)
<<<<<<< HEAD
#if ENABLED(DISTINCT_E_FACTORS)
#define ADVANCE_K { 0.22 } // (mm) Compression length per 1mm/s extruder speed, per extruder
#else
#define ADVANCE_K 0.22 // (mm) Compression length applying to all extruders
#define ADVANCE_K 0.13 // (mm) Compression length applying to all extruders // DIGA-Tech:
#endif
//#define ADVANCE_K_EXTRA // Add a second linear advance constant, configurable with M900 L.
//#define LA_DEBUG // Print debug information to serial during operation. Disable for production use.
//#define EXPERIMENTAL_SCURVE // Allow S-Curve Acceleration to be used with LA.
//#define ALLOW_LOW_EJERK // Allow a DEFAULT_EJERK value of <10. Recommended for direct drive hotends.
//#define EXPERIMENTAL_I2S_LA // Allow I2S_STEPPER_STREAM to be used with LA. Performance degrades as the LA step rate reaches ~20kHz.
=======
//#define EXTRA_LIN_ADVANCE_K // Enable for second linear advance constants
#define LIN_ADVANCE_K 0.13 // Unit: mm compression per 1mm/s extruder speed // DIGA-Tech:
//#define LA_DEBUG // If enabled, this will generate debug information output over USB.
//#define EXPERIMENTAL_SCURVE // Enable this option to permit S-Curve Acceleration
//#define ALLOW_LOW_EJERK // Allow a DEFAULT_EJERK value of <10. Recommended for direct drive hotends.
>>>>>>> b1776336788747b5bfcc4f657743fdb3c52a9f4f
#endif

// @section leveling
Expand Down
12 changes: 2 additions & 10 deletions Marlin/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@
/**
* Marlin release version identifier
*/
<<<<<<< HEAD
//#define SHORT_BUILD_VERSION "2.1.2"
=======
//#define SHORT_BUILD_VERSION "2.1.1" // DIGA-Tech:
>>>>>>> b1776336788747b5bfcc4f657743fdb3c52a9f4f
//#define SHORT_BUILD_VERSION "2.1.2" // DIGA-Tech:

/**
* Verbose version identifier which should contain a reference to the location
Expand All @@ -45,11 +41,7 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
<<<<<<< HEAD
//#define STRING_DISTRIBUTION_DATE "2022-12-17"
=======
//#define STRING_DISTRIBUTION_DATE "2022-08-06" // DIGA-Tech:
>>>>>>> b1776336788747b5bfcc4f657743fdb3c52a9f4f
//#define STRING_DISTRIBUTION_DATE "2022-12-17" // DIGA-Tech:

/**
* Defines a generic printer name to be output to the LCD after booting Marlin.
Expand Down

0 comments on commit 22ee07e

Please sign in to comment.