Skip to content

Commit

Permalink
🔧 Fix custom wiring, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Nov 16, 2024
1 parent 3c73fb1 commit cfae353
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3494,6 +3494,7 @@
//#define DWIN_CREALITY_LCD_JYERSUI // Jyers UI by Jacob Myers
//#define DWIN_MARLINUI_PORTRAIT // MarlinUI (portrait orientation)
//#define DWIN_MARLINUI_LANDSCAPE // MarlinUI (landscape orientation)
#define NO_CONTROLLER_CUSTOM_WIRING_WARNING

//
// Touch Screen Settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3494,6 +3494,7 @@
//#define DWIN_CREALITY_LCD_JYERSUI // Jyers UI by Jacob Myers
#define DWIN_MARLINUI_PORTRAIT // MarlinUI (portrait orientation)
//#define DWIN_MARLINUI_LANDSCAPE // MarlinUI (landscape orientation)
#define NO_CONTROLLER_CUSTOM_WIRING_WARNING

//
// Touch Screen Settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3495,6 +3495,7 @@
//#define DWIN_CREALITY_LCD_JYERSUI // Jyers UI by Jacob Myers
//#define DWIN_MARLINUI_PORTRAIT // MarlinUI (portrait orientation)
//#define DWIN_MARLINUI_LANDSCAPE // MarlinUI (landscape orientation)
#define NO_CONTROLLER_CUSTOM_WIRING_WARNING

//
// Touch Screen Settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3495,6 +3495,7 @@
//#define DWIN_CREALITY_LCD_JYERSUI // Jyers UI by Jacob Myers
#define DWIN_MARLINUI_PORTRAIT // MarlinUI (portrait orientation)
//#define DWIN_MARLINUI_LANDSCAPE // MarlinUI (landscape orientation)
#define NO_CONTROLLER_CUSTOM_WIRING_WARNING

//
// Touch Screen Settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3494,6 +3494,7 @@
//#define DWIN_CREALITY_LCD_JYERSUI // Jyers UI by Jacob Myers
//#define DWIN_MARLINUI_PORTRAIT // MarlinUI (portrait orientation)
//#define DWIN_MARLINUI_LANDSCAPE // MarlinUI (landscape orientation)
#define NO_CONTROLLER_CUSTOM_WIRING_WARNING

//
// Touch Screen Settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3494,6 +3494,7 @@
//#define DWIN_CREALITY_LCD_JYERSUI // Jyers UI by Jacob Myers
#define DWIN_MARLINUI_PORTRAIT // MarlinUI (portrait orientation)
//#define DWIN_MARLINUI_LANDSCAPE // MarlinUI (landscape orientation)
#define NO_CONTROLLER_CUSTOM_WIRING_WARNING

//
// Touch Screen Settings
Expand Down
2 changes: 1 addition & 1 deletion config/examples/Turnigy/Fabrikator/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -2006,7 +2006,7 @@
// Commands to execute on filament runout.
// With multiple runout sensors use the %c placeholder for the current tool in commands (e.g., "M600 T%c")
// NOTE: After 'M412 H1' the host handles filament runout and this script does not apply.
#define FILAMENT_RUNOUT_SCRIPT "M600"
#define FILAMENT_RUNOUT_SCRIPT "M600 T%c"

// After a runout is detected, continue printing this length of filament
// before executing the runout script. Useful for a sensor at the end of
Expand Down

0 comments on commit cfae353

Please sign in to comment.