Skip to content

Instantly share code, notes, and snippets.

@ntoff
Created August 10, 2016 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ntoff/f4ef715413ce93ab9984990543ff64e5 to your computer and use it in GitHub Desktop.
Save ntoff/f4ef715413ce93ab9984990543ff64e5 to your computer and use it in GitHub Desktop.
In file included from sketch\pins_K8200.h:32:0,
from sketch\pins.h:103,
from sketch\MarlinConfig.h:33,
from sketch\Marlin.h:36,
from sketch\M100_Free_Mem_Chk.cpp:43:
sketch\pins_3DRAG.h:60:0: warning: "HEATER_0_PIN" redefined
#define HEATER_0_PIN 10
^
In file included from sketch\pins_3DRAG.h:39:0,
from sketch\pins_K8200.h:32,
from sketch\pins.h:103,
from sketch\MarlinConfig.h:33,
from sketch\Marlin.h:36,
from sketch\M100_Free_Mem_Chk.cpp:43:
sketch\pins_RAMPS.h:148:0: note: this is the location of the previous definition
#define HEATER_0_PIN RAMPS_D10_PIN
^
In file included from sketch\pins_K8200.h:32:0,
from sketch\pins.h:103,
from sketch\MarlinConfig.h:33,
from Z:\Firmware\Marlin-RC\Marlin\Marlin.ino:37:
sketch\pins_3DRAG.h:60:0: warning: "HEATER_0_PIN" redefined
#define HEATER_0_PIN 10
^
In file included from sketch\pins_3DRAG.h:39:0,
from sketch\pins_K8200.h:32,
from sketch\pins.h:103,
from sketch\MarlinConfig.h:33,
from Z:\Firmware\Marlin-RC\Marlin\Marlin.ino:37:
sketch\pins_RAMPS.h:148:0: note: this is the location of the previous definition
#define HEATER_0_PIN RAMPS_D10_PIN
^
In file included from sketch\pins_K8200.h:32:0,
from sketch\pins.h:103,
from sketch\MarlinConfig.h:33,
from sketch\MarlinSerial.h:35,
from sketch\MarlinSerial.cpp:32:
sketch\pins_3DRAG.h:60:0: warning: "HEATER_0_PIN" redefined
#define HEATER_0_PIN 10
^
In file included from sketch\pins_3DRAG.h:39:0,
from sketch\pins_K8200.h:32,
from sketch\pins.h:103,
from sketch\MarlinConfig.h:33,
from sketch\MarlinSerial.h:35,
from sketch\MarlinSerial.cpp:32:
sketch\pins_RAMPS.h:148:0: note: this is the location of the previous definition
#define HEATER_0_PIN RAMPS_D10_PIN
^
In file included from sketch\pins_K8200.h:32:0,
from sketch\pins.h:103,
from sketch\MarlinConfig.h:33,
from sketch\Marlin.h:36,
from sketch\Marlin_main.cpp:35:
sketch\pins_3DRAG.h:60:0: warning: "HEATER_0_PIN" redefined
#define HEATER_0_PIN 10
^
In file included from sketch\pins_3DRAG.h:39:0,
from sketch\pins_K8200.h:32,
from sketch\pins.h:103,
from sketch\MarlinConfig.h:33,
from sketch\Marlin.h:36,
from sketch\Marlin_main.cpp:35:
sketch\pins_RAMPS.h:148:0: note: this is the location of the previous definition
#define HEATER_0_PIN RAMPS_D10_PIN
^
sketch\Marlin_main.cpp: In function 'void gcode_M42()':
Marlin_main.cpp:4162: error: duplicate case value
case FAN1_PIN: fanSpeeds[1] = pin_status; break;
^
Marlin_main.cpp:4159: error: previously used here
case FAN_PIN: fanSpeeds[0] = pin_status; break;
^
exit status 1
duplicate case value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment