Page 1 of 1

Config.h for a 3DP-15

Posted: August 18th, 2018, 4:07 am
by njames879
Hi,

I’ve got a 3DP-15, and My maiboard has just died. I’ve bought a Ramps 1.4, and I’m looking to load the latest Marlin firmware. I’ve downloaded the pack, and I’m looking to customise config.h for my printer. Does anyone some pointers as to what I should change? I’ve copied and pasted a version I found (by Chips) but when I try and compile the program moans that I am using “an old version of configuration.h”

Any help gratefully received.

Thanks
Nick

Re: Config.h for a 3DP-15

Posted: August 18th, 2018, 7:08 am
by Roberts_Clif
I posted my 3DP11/3DP12 Marlin 1.1.5 here before, but will post again. I compile using Arduino 1.8.1 and Arduino 1.8.4.
I have made changes in configuration.h, configuration_adv.h and Pins_RAMPS.h
Changes to Pins_RAMPS.h for Filament run-out sensor remarked out (//).

I have a 220mm X 270mm Bed
I have Bi-linear bed leveling enabled
I have a TL-W3MC2 Proximity Sensor
I have TR8-2 lead screws (8mm thread by 2mm pitch per turn single start)

Baby-stepping enabled, Individual Axis homing enabled, EEProm enabled , Z-Safe homing enabled, RepRap discount smart controller enabled.

Re: Config.h for a 3DP-15

Posted: August 18th, 2018, 7:43 am
by njames879
Thanks Clif,

One quick follow up if I may. Will this be OK with the inductive sensor I have on the z axis?

Thanks,
Nick

Re: Config.h for a 3DP-15

Posted: August 18th, 2018, 10:05 am
by Roberts_Clif
I do not know what Inductive proximity sensor you have, though all you would have to do is invert the logic of the Z-Axis end-stop.
I changed from the original SN04-N to my current TL-W3MC2 and had to change the logic of both the following lines.

// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
#define Z_MIN_ENDSTOP_INVERTING false // set to true for SN-04N False for TL-W3M.
#define Z_MIN_PROBE_ENDSTOP_INVERTING false // set to same logic as "Z_MIN_ENDSTOP_INVERTING".


Adjustable Proximity Sensor and Parts cooler fan Duct.
TL-W3M 3.jpg

Re: Config.h for a 3DP-15

Posted: August 18th, 2018, 10:25 am
by Roberts_Clif
I also used the X-Max End-stop for my Filament run-out sensor (" Could not get the correct pin to function ").

#define X_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the Filament run-out sensor.

// #define FILAMENT_RUNOUT_SENSOR

Note this has been disabled using "//" in Pins_Ramp.h.
// define X_MAX_PIN 2 for the filament runout sensor.
// #define FIL_RUNOUT_PIN 2 // X_MAX_PIN 2


Filament Run Out.jpg

Re: Config.h for a 3DP-15

Posted: August 18th, 2018, 1:51 pm
by njames879
Thanks Clif,

Much appreciated.

Cheers,

Nick

Re: Config.h for a 3DP-15

Posted: August 19th, 2018, 9:24 am
by Roberts_Clif
I still cannot find a 3DP15 can you post a image.

This is my 3D Printer before.
3DP11.jpg
This is the After w/T-Slot Lights and covers
Blu.jpg

Re: Config.h for a 3DP-15

Posted: August 19th, 2018, 12:01 pm
by GrueMaster
I recognize that control panel mod. :P

I did a quick google scan because I remember they had changed one minor thing on the 3DP-17 and relisted it on Amazon as the 3DP-14. It is highly possible that his is also like this, just a rebranded version.

Re: Config.h for a 3DP-15

Posted: August 19th, 2018, 12:58 pm
by Roberts_Clif
Rebranded!
This could be, Just making sure I am not giving him bad information