Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,001 changes: 3,001 additions & 0 deletions Configuration Files/Dante's Config/Configuration.h

Large diffs are not rendered by default.

4,219 changes: 4,219 additions & 0 deletions Configuration Files/Dante's Config/Configuration_adv.h

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*
* Advanced settings can be found in Configuration_adv.h
*/
#define CONFIGURATION_H_VERSION 02000903
#define CONFIGURATION_H_VERSION 02000902

//===========================================================================
//============================= Getting Started =============================
Expand Down Expand Up @@ -2806,7 +2806,13 @@
// Ender-3 v2 OEM display with enhancements by Jacob Myers
//
#define DWIN_CREALITY_LCD_JYERSUI

#if ENABLED(DWIN_CREALITY_LCD_JYERSUI)
//
// Enable gcode preview images
// Requires using a post-processing script with Cura or PrusaSlicer
//
#define DWIN_CREALITY_LCD_JYERSUI_GCODE_PREVIEW
#endif
//
// MarlinUI for Creality's DWIN display (and others)
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* Basic settings can be found in Configuration.h
*/
#define CONFIGURATION_ADV_H_VERSION 02000903
#define CONFIGURATION_ADV_H_VERSION 02000902

//===========================================================================
//============================= Thermal Settings ============================
Expand Down Expand Up @@ -2855,7 +2855,7 @@
* Define your own with:
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
*/
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V // All axes (override below)
#define CHOPPER_TIMING CHOPPER_DEFAULT_24V // All axes (override below)
//#define CHOPPER_TIMING_X CHOPPER_TIMING // For X Axes (override below)
//#define CHOPPER_TIMING_X2 CHOPPER_TIMING_X
//#define CHOPPER_TIMING_Y CHOPPER_TIMING // For Y Axes (override below)
Expand Down
10 changes: 8 additions & 2 deletions Configuration Files/E3V2 Templates/BLTouch-3x3/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*
* Advanced settings can be found in Configuration_adv.h
*/
#define CONFIGURATION_H_VERSION 02000903
#define CONFIGURATION_H_VERSION 02000902

//===========================================================================
//============================= Getting Started =============================
Expand Down Expand Up @@ -2806,7 +2806,13 @@
// Ender-3 v2 OEM display with enhancements by Jacob Myers
//
#define DWIN_CREALITY_LCD_JYERSUI

#if ENABLED(DWIN_CREALITY_LCD_JYERSUI)
//
// Enable gcode preview images
// Requires using a post-processing script with Cura or PrusaSlicer
//
#define DWIN_CREALITY_LCD_JYERSUI_GCODE_PREVIEW
#endif
//
// MarlinUI for Creality's DWIN display (and others)
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* Basic settings can be found in Configuration.h
*/
#define CONFIGURATION_ADV_H_VERSION 02000903
#define CONFIGURATION_ADV_H_VERSION 02000902

//===========================================================================
//============================= Thermal Settings ============================
Expand Down Expand Up @@ -2855,7 +2855,7 @@
* Define your own with:
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
*/
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V // All axes (override below)
#define CHOPPER_TIMING CHOPPER_DEFAULT_24V // All axes (override below)
//#define CHOPPER_TIMING_X CHOPPER_TIMING // For X Axes (override below)
//#define CHOPPER_TIMING_X2 CHOPPER_TIMING_X
//#define CHOPPER_TIMING_Y CHOPPER_TIMING // For Y Axes (override below)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*
* Advanced settings can be found in Configuration_adv.h
*/
#define CONFIGURATION_H_VERSION 02000903
#define CONFIGURATION_H_VERSION 02000902

//===========================================================================
//============================= Getting Started =============================
Expand Down Expand Up @@ -2806,7 +2806,13 @@
// Ender-3 v2 OEM display with enhancements by Jacob Myers
//
#define DWIN_CREALITY_LCD_JYERSUI

#if ENABLED(DWIN_CREALITY_LCD_JYERSUI)
//
// Enable gcode preview images
// Requires using a post-processing script with Cura or PrusaSlicer
//
#define DWIN_CREALITY_LCD_JYERSUI_GCODE_PREVIEW
#endif
//
// MarlinUI for Creality's DWIN display (and others)
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* Basic settings can be found in Configuration.h
*/
#define CONFIGURATION_ADV_H_VERSION 02000903
#define CONFIGURATION_ADV_H_VERSION 02000902

//===========================================================================
//============================= Thermal Settings ============================
Expand Down Expand Up @@ -2855,7 +2855,7 @@
* Define your own with:
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
*/
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V // All axes (override below)
#define CHOPPER_TIMING CHOPPER_DEFAULT_24V // All axes (override below)
//#define CHOPPER_TIMING_X CHOPPER_TIMING // For X Axes (override below)
//#define CHOPPER_TIMING_X2 CHOPPER_TIMING_X
//#define CHOPPER_TIMING_Y CHOPPER_TIMING // For Y Axes (override below)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*
* Advanced settings can be found in Configuration_adv.h
*/
#define CONFIGURATION_H_VERSION 02000903
#define CONFIGURATION_H_VERSION 02000902

//===========================================================================
//============================= Getting Started =============================
Expand Down Expand Up @@ -2803,7 +2803,13 @@
// Ender-3 v2 OEM display with enhancements by Jacob Myers
//
#define DWIN_CREALITY_LCD_JYERSUI

#if ENABLED(DWIN_CREALITY_LCD_JYERSUI)
//
// Enable gcode preview images
// Requires using a post-processing script with Cura or PrusaSlicer
//
#define DWIN_CREALITY_LCD_JYERSUI_GCODE_PREVIEW
#endif
//
// MarlinUI for Creality's DWIN display (and others)
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* Basic settings can be found in Configuration.h
*/
#define CONFIGURATION_ADV_H_VERSION 02000903
#define CONFIGURATION_ADV_H_VERSION 02000902

//===========================================================================
//============================= Thermal Settings ============================
Expand Down Expand Up @@ -2855,7 +2855,7 @@
* Define your own with:
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
*/
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V // All axes (override below)
#define CHOPPER_TIMING CHOPPER_DEFAULT_24V // All axes (override below)
//#define CHOPPER_TIMING_X CHOPPER_TIMING // For X Axes (override below)
//#define CHOPPER_TIMING_X2 CHOPPER_TIMING_X
//#define CHOPPER_TIMING_Y CHOPPER_TIMING // For Y Axes (override below)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*
* Advanced settings can be found in Configuration_adv.h
*/
#define CONFIGURATION_H_VERSION 02000903
#define CONFIGURATION_H_VERSION 02000902

//===========================================================================
//============================= Getting Started =============================
Expand Down Expand Up @@ -2806,7 +2806,13 @@
// Ender-3 v2 OEM display with enhancements by Jacob Myers
//
#define DWIN_CREALITY_LCD_JYERSUI

#if ENABLED(DWIN_CREALITY_LCD_JYERSUI)
//
// Enable gcode preview images
// Requires using a post-processing script with Cura or PrusaSlicer
//
#define DWIN_CREALITY_LCD_JYERSUI_GCODE_PREVIEW
#endif
//
// MarlinUI for Creality's DWIN display (and others)
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* Basic settings can be found in Configuration.h
*/
#define CONFIGURATION_ADV_H_VERSION 02000903
#define CONFIGURATION_ADV_H_VERSION 02000902

//===========================================================================
//============================= Thermal Settings ============================
Expand Down Expand Up @@ -2855,7 +2855,7 @@
* Define your own with:
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
*/
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V // All axes (override below)
#define CHOPPER_TIMING CHOPPER_DEFAULT_24V // All axes (override below)
//#define CHOPPER_TIMING_X CHOPPER_TIMING // For X Axes (override below)
//#define CHOPPER_TIMING_X2 CHOPPER_TIMING_X
//#define CHOPPER_TIMING_Y CHOPPER_TIMING // For Y Axes (override below)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*
* Advanced settings can be found in Configuration_adv.h
*/
#define CONFIGURATION_H_VERSION 02000903
#define CONFIGURATION_H_VERSION 02000902

//===========================================================================
//============================= Getting Started =============================
Expand Down Expand Up @@ -2806,7 +2806,13 @@
// Ender-3 v2 OEM display with enhancements by Jacob Myers
//
#define DWIN_CREALITY_LCD_JYERSUI

#if ENABLED(DWIN_CREALITY_LCD_JYERSUI)
//
// Enable gcode preview images
// Requires using a post-processing script with Cura or PrusaSlicer
//
#define DWIN_CREALITY_LCD_JYERSUI_GCODE_PREVIEW
#endif
//
// MarlinUI for Creality's DWIN display (and others)
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* Basic settings can be found in Configuration.h
*/
#define CONFIGURATION_ADV_H_VERSION 02000903
#define CONFIGURATION_ADV_H_VERSION 02000902

//===========================================================================
//============================= Thermal Settings ============================
Expand Down Expand Up @@ -2855,7 +2855,7 @@
* Define your own with:
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
*/
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V // All axes (override below)
#define CHOPPER_TIMING CHOPPER_DEFAULT_24V // All axes (override below)
//#define CHOPPER_TIMING_X CHOPPER_TIMING // For X Axes (override below)
//#define CHOPPER_TIMING_X2 CHOPPER_TIMING_X
//#define CHOPPER_TIMING_Y CHOPPER_TIMING // For Y Axes (override below)
Expand Down
10 changes: 8 additions & 2 deletions Configuration Files/Jyers's Config/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*
* Advanced settings can be found in Configuration_adv.h
*/
#define CONFIGURATION_H_VERSION 02000903
#define CONFIGURATION_H_VERSION 02000902

//===========================================================================
//============================= Getting Started =============================
Expand Down Expand Up @@ -2806,7 +2806,13 @@
// Ender-3 v2 OEM display with enhancements by Jacob Myers
//
#define DWIN_CREALITY_LCD_JYERSUI

#if ENABLED(DWIN_CREALITY_LCD_JYERSUI)
//
// Enable gcode preview images
// Requires using a post-processing script with Cura or PrusaSlicer
//
#define DWIN_CREALITY_LCD_JYERSUI_GCODE_PREVIEW
#endif
//
// MarlinUI for Creality's DWIN display (and others)
//
Expand Down
4 changes: 2 additions & 2 deletions Configuration Files/Jyers's Config/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* Basic settings can be found in Configuration.h
*/
#define CONFIGURATION_ADV_H_VERSION 02000903
#define CONFIGURATION_ADV_H_VERSION 02000902

//===========================================================================
//============================= Thermal Settings ============================
Expand Down Expand Up @@ -2855,7 +2855,7 @@
* Define your own with:
* { <off_time[1..15]>, <hysteresis_end[-3..12]>, hysteresis_start[1..8] }
*/
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V // All axes (override below)
#define CHOPPER_TIMING CHOPPER_DEFAULT_24V // All axes (override below)
//#define CHOPPER_TIMING_X CHOPPER_TIMING // For X Axes (override below)
//#define CHOPPER_TIMING_X2 CHOPPER_TIMING_X
//#define CHOPPER_TIMING_Y CHOPPER_TIMING // For Y Axes (override below)
Expand Down
Binary file modified Display firmware/Firmware Sets/DWIN_SET (Custom)/9.ICO
Binary file not shown.
Binary file modified Display firmware/Firmware Sets/DWIN_SET (Gotcha)/9.ICO
Binary file not shown.
Binary file modified Display firmware/Firmware Sets/DWIN_SET (Original)/9.ICO
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions Git-Jyers.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"folders": [
{
"name": "Marlin",
"path": "."
}
],
"settings": {}
}
Loading