From 1dc01a66b51478e7511aeb218d63b1429b7ec546 Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Tue, 29 Oct 2019 12:01:26 +0100 Subject: [PATCH] On a hunch, change to RAMPS 1.4 board. (cherry picked from commit 8bfeadbbd332780b36bbbab3ad248b026c46b8c1) --- Marlin/Configuration.h | 2 +- Marlin/example_configurations/Renkforce/RF100/Configuration.h | 2 +- Marlin/example_configurations/Renkforce/RF100v2/Configuration.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index bcdf660e21bf..4e18c6d292b4 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -131,7 +131,7 @@ // The following define selects which electronics board you have. // Please choose the name from boards.h that matches your setup #ifndef MOTHERBOARD - #define MOTHERBOARD BOARD_RAMPS_13_EFB + #define MOTHERBOARD BOARD_RAMPS_14_EFB #endif #define FAN_PIN -1 diff --git a/Marlin/example_configurations/Renkforce/RF100/Configuration.h b/Marlin/example_configurations/Renkforce/RF100/Configuration.h index bfe4b73b0420..f2db4bb01ae1 100644 --- a/Marlin/example_configurations/Renkforce/RF100/Configuration.h +++ b/Marlin/example_configurations/Renkforce/RF100/Configuration.h @@ -131,7 +131,7 @@ // The following define selects which electronics board you have. // Please choose the name from boards.h that matches your setup #ifndef MOTHERBOARD - #define MOTHERBOARD BOARD_RAMPS_13_EFB + #define MOTHERBOARD BOARD_RAMPS_14_EFB #endif #define FAN_PIN -1 diff --git a/Marlin/example_configurations/Renkforce/RF100v2/Configuration.h b/Marlin/example_configurations/Renkforce/RF100v2/Configuration.h index bcdf660e21bf..4e18c6d292b4 100644 --- a/Marlin/example_configurations/Renkforce/RF100v2/Configuration.h +++ b/Marlin/example_configurations/Renkforce/RF100v2/Configuration.h @@ -131,7 +131,7 @@ // The following define selects which electronics board you have. // Please choose the name from boards.h that matches your setup #ifndef MOTHERBOARD - #define MOTHERBOARD BOARD_RAMPS_13_EFB + #define MOTHERBOARD BOARD_RAMPS_14_EFB #endif #define FAN_PIN -1