Skip to content

Commit

Permalink
Merge branch 'bugfix-JyersUI' of https://github.com/LMoesman/Marlin i…
Browse files Browse the repository at this point in the history
…nto E3-RRF

* 'bugfix-JyersUI' of https://github.com/LMoesman/Marlin: (78 commits)
  Update Config Versions
  🍻 Preliminary fix for Max31865 SPI (MarlinFirmware#22682)
  🐛 Fix JyersUI scrolling filename, etc. (MarlinFirmware#23082)
  🐛 Fix DGUS Reloaded status message (MarlinFirmware#23090)
  [cron] Bump distribution date (2021-11-07)
  [cron] Bump distribution date (2021-11-06)
  Updated Workflow for Maple Env
  v2.0.1
  Re-add Beeper Mute
  Put back support for other UIs
  [cron] Bump distribution date (2021-11-05)
  🍻 Get/clear reset source earlier
  🐛 Prevent AVR watchdogpile (MarlinFirmware#23075)
  🐛 Fix TFT backlight [STM32] (MarlinFirmware#23062)
  🐛 Fix Octopus-Pro Max31865 / SPI (MarlinFirmware#23072)
  🔨 Fix IntelliSense / PIO conflicts (MarlinFirmware#23058)
  📌 'STOP' auto-assign, some Chitu V9 pins (MarlinFirmware#22889)
  [cron] Bump distribution date (2021-11-04)
  🔨 Script 'mfprep' finds pending commits
  🔨 Update git helper scripts
  ...
  • Loading branch information
Lars Moesman committed Nov 7, 2021
2 parents 11b20f1 + 633e79f commit c608108
Show file tree
Hide file tree
Showing 309 changed files with 6,314 additions and 2,940 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/compile-configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
sed -i "s/#define MOTHERBOARD.*/#define MOTHERBOARD BOARD_CREALITY_$BOARD/g" Marlin/Configuration.h
pio run
mkdir temp
mv .pio/build/STM32F103RET6_creality/*.bin temp/build.bin
mv .pio/build/STM32F103RET6_creality_maple/*.bin temp/build.bin
env:
BOARD: ${{ matrix.board }}
VERSION: ${{ env.RELEASE_VERSION }}
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
sed -i "s/[^ ]*#define BLTOUCH_HS_MODE/$TEMP#define BLTOUCH_HS_MODE/g" Marlin/Configuration_adv.h
pio run
mkdir temp
mv .pio/build/STM32F103RET6_creality/*.bin temp/build.bin
mv .pio/build/STM32F103RET6_creality_maple/*.bin temp/build.bin
env:
BOARD: ${{ matrix.board }}
GRID: ${{ matrix.grid }}
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
sed -i "s/#define GRID_MAX_POINTS_X.*/#define GRID_MAX_POINTS_X $GRID/g" Marlin/Configuration.h
pio run
mkdir temp
mv .pio/build/STM32F103RET6_creality/*.bin temp/build.bin
mv .pio/build/STM32F103RET6_creality_maple/*.bin temp/build.bin
env:
BOARD: ${{ matrix.board }}
GRID: ${{ matrix.grid }}
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
sed -i "s/[^ ]*#define BLTOUCH_HS_MODE/$TEMP#define BLTOUCH_HS_MODE/g" Marlin/Configuration_adv.h
pio run
mkdir temp
mv .pio/build/STM32F103RET6_creality/*.bin temp/build.bin
mv .pio/build/STM32F103RET6_creality_maple/*.bin temp/build.bin
env:
BOARD: ${{ matrix.board }}
GRID: ${{ matrix.grid }}
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
sed -i "s/#define GRID_MAX_POINTS_X.*/#define GRID_MAX_POINTS_X $GRID/g" Marlin/Configuration.h
pio run
mkdir temp
mv .pio/build/STM32F103RET6_creality/*.bin temp/build.bin
mv .pio/build/STM32F103RET6_creality_maple/*.bin temp/build.bin
env:
BOARD: ${{ matrix.board }}
GRID: ${{ matrix.grid }}
Expand Down
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bdf2u8g
# OS
#
applet/
*.DS_Store
.DS_Store

#
# Misc
Expand Down Expand Up @@ -167,7 +167,3 @@ __pycache__

# IOLogger logs
*_log.csv

# Simulation / Native
eeprom.dat
imgui.ini
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 02000902
#define CONFIGURATION_ADV_H_VERSION 02000903

//===========================================================================
//============================= Thermal Settings ============================
Expand Down Expand Up @@ -1220,7 +1220,7 @@
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
#endif

#if HAS_LCD_MENU
#if EITHER(HAS_LCD_MENU, HAS_DWIN_E3V2)

// Add Probe Z Offset calibration to the Z Probe Offsets menu
#if HAS_BED_PROBE
Expand Down Expand Up @@ -1248,7 +1248,7 @@
//#define TURBO_BACK_MENU_ITEM

// Add a mute option to the LCD menu
//#define SOUND_MENU_ITEM
#define SOUND_MENU_ITEM

/**
* LED Control Menu
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 02000902
#define CONFIGURATION_H_VERSION 02000903

//===========================================================================
//============================= Getting Started =============================
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 02000902
#define CONFIGURATION_ADV_H_VERSION 02000903

//===========================================================================
//============================= Thermal Settings ============================
Expand Down Expand Up @@ -1220,7 +1220,7 @@
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
#endif

#if HAS_LCD_MENU
#if EITHER(HAS_LCD_MENU, HAS_DWIN_E3V2)

// Add Probe Z Offset calibration to the Z Probe Offsets menu
#if HAS_BED_PROBE
Expand Down Expand Up @@ -1248,7 +1248,7 @@
//#define TURBO_BACK_MENU_ITEM

// Add a mute option to the LCD menu
//#define SOUND_MENU_ITEM
#define SOUND_MENU_ITEM

/**
* LED Control Menu
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 02000902
#define CONFIGURATION_H_VERSION 02000903

//===========================================================================
//============================= Getting Started =============================
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 02000902
#define CONFIGURATION_ADV_H_VERSION 02000903

//===========================================================================
//============================= Thermal Settings ============================
Expand Down Expand Up @@ -1220,7 +1220,7 @@
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
#endif

#if HAS_LCD_MENU
#if EITHER(HAS_LCD_MENU, HAS_DWIN_E3V2)

// Add Probe Z Offset calibration to the Z Probe Offsets menu
#if HAS_BED_PROBE
Expand Down Expand Up @@ -1248,7 +1248,7 @@
//#define TURBO_BACK_MENU_ITEM

// Add a mute option to the LCD menu
//#define SOUND_MENU_ITEM
#define SOUND_MENU_ITEM

/**
* LED Control Menu
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 02000902
#define CONFIGURATION_H_VERSION 02000903

//===========================================================================
//============================= Getting Started =============================
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 02000902
#define CONFIGURATION_ADV_H_VERSION 02000903

//===========================================================================
//============================= Thermal Settings ============================
Expand Down Expand Up @@ -1220,7 +1220,7 @@
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
#endif

#if HAS_LCD_MENU
#if EITHER(HAS_LCD_MENU, HAS_DWIN_E3V2)

// Add Probe Z Offset calibration to the Z Probe Offsets menu
#if HAS_BED_PROBE
Expand Down Expand Up @@ -1248,7 +1248,7 @@
//#define TURBO_BACK_MENU_ITEM

// Add a mute option to the LCD menu
//#define SOUND_MENU_ITEM
#define SOUND_MENU_ITEM

/**
* LED Control Menu
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 02000902
#define CONFIGURATION_H_VERSION 02000903

//===========================================================================
//============================= Getting Started =============================
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 02000902
#define CONFIGURATION_ADV_H_VERSION 02000903

//===========================================================================
//============================= Thermal Settings ============================
Expand Down Expand Up @@ -1220,7 +1220,7 @@
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
#endif

#if HAS_LCD_MENU
#if EITHER(HAS_LCD_MENU, HAS_DWIN_E3V2)

// Add Probe Z Offset calibration to the Z Probe Offsets menu
#if HAS_BED_PROBE
Expand Down Expand Up @@ -1248,7 +1248,7 @@
//#define TURBO_BACK_MENU_ITEM

// Add a mute option to the LCD menu
//#define SOUND_MENU_ITEM
#define SOUND_MENU_ITEM

/**
* LED Control Menu
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 02000902
#define CONFIGURATION_H_VERSION 02000903

//===========================================================================
//============================= Getting Started =============================
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 02000902
#define CONFIGURATION_ADV_H_VERSION 02000903

//===========================================================================
//============================= Thermal Settings ============================
Expand Down Expand Up @@ -1220,7 +1220,7 @@
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
#endif

#if HAS_LCD_MENU
#if EITHER(HAS_LCD_MENU, HAS_DWIN_E3V2)

// Add Probe Z Offset calibration to the Z Probe Offsets menu
#if HAS_BED_PROBE
Expand Down Expand Up @@ -1248,7 +1248,7 @@
//#define TURBO_BACK_MENU_ITEM

// Add a mute option to the LCD menu
//#define SOUND_MENU_ITEM
#define SOUND_MENU_ITEM

/**
* LED Control Menu
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 02000902
#define CONFIGURATION_H_VERSION 02000903

//===========================================================================
//============================= Getting Started =============================
Expand Down
2 changes: 1 addition & 1 deletion 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 02000902
#define CONFIGURATION_H_VERSION 02000903

//===========================================================================
//============================= Getting Started =============================
Expand Down
6 changes: 3 additions & 3 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 02000902
#define CONFIGURATION_ADV_H_VERSION 02000903

//===========================================================================
//============================= Thermal Settings ============================
Expand Down Expand Up @@ -1220,7 +1220,7 @@
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
#endif

#if HAS_LCD_MENU
#if EITHER(HAS_LCD_MENU, HAS_DWIN_E3V2)

// Add Probe Z Offset calibration to the Z Probe Offsets menu
#if HAS_BED_PROBE
Expand Down Expand Up @@ -1248,7 +1248,7 @@
//#define TURBO_BACK_MENU_ITEM

// Add a mute option to the LCD menu
//#define SOUND_MENU_ITEM
#define SOUND_MENU_ITEM

/**
* LED Control Menu
Expand Down
Binary file added Images/Advanced Options.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Configuration_adv.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Configuration_adv2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Display Config.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/ExtUI.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Filament Change.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Main Menu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Manual Leveling.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Mesh Leveling.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/OctoPrint.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/OctoPrint_Behavior.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Preheat Constants.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Preheat Menu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Preprare Menu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/UBL Manual Tuning.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/UBL Mesh Viewer 15x15.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/UBL Mesh Viewer 3x3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Z Offset.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions Marlin/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 02000902
#define CONFIGURATION_H_VERSION 02000903

//===========================================================================
//============================= Getting Started =============================
Expand Down Expand Up @@ -260,7 +260,6 @@

#define PARKING_EXTRUDER_PARKING_X { -78, 184 } // X positions for parking the extruders
#define PARKING_EXTRUDER_GRAB_DISTANCE 1 // (mm) Distance to move beyond the parking point to grab the extruder
//#define MANUAL_SOLENOID_CONTROL // Manual control of docking solenoids with M380 S / M381

#if ENABLED(PARKING_EXTRUDER)

Expand Down
Loading

0 comments on commit c608108

Please sign in to comment.