Config.h for a 3DP-15

Software and Firmware Discussion - related to source code, firmware updates, etc.
Post Reply
njames879
Reactions:
Posts: 4
Joined: August 9th, 2018, 11:27 am
3D Printer(s): Hictop Prusa I3

Config.h for a 3DP-15

Post 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
User avatar
Roberts_Clif
Reactions:
Posts: 1372
Joined: March 25th, 2017, 8:17 am
Location: Washington, State USA
3D Printer(s): Hictop 3DP11/12

Re: Config.h for a 3DP-15

Post 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.
njames879
Reactions:
Posts: 4
Joined: August 9th, 2018, 11:27 am
3D Printer(s): Hictop Prusa I3

Re: Config.h for a 3DP-15

Post 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
User avatar
Roberts_Clif
Reactions:
Posts: 1372
Joined: March 25th, 2017, 8:17 am
Location: Washington, State USA
3D Printer(s): Hictop 3DP11/12

Re: Config.h for a 3DP-15

Post 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
User avatar
Roberts_Clif
Reactions:
Posts: 1372
Joined: March 25th, 2017, 8:17 am
Location: Washington, State USA
3D Printer(s): Hictop 3DP11/12

Re: Config.h for a 3DP-15

Post 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
njames879
Reactions:
Posts: 4
Joined: August 9th, 2018, 11:27 am
3D Printer(s): Hictop Prusa I3

Re: Config.h for a 3DP-15

Post by njames879 »

Thanks Clif,

Much appreciated.

Cheers,

Nick
User avatar
Roberts_Clif
Reactions:
Posts: 1372
Joined: March 25th, 2017, 8:17 am
Location: Washington, State USA
3D Printer(s): Hictop 3DP11/12

Re: Config.h for a 3DP-15

Post 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
User avatar
GrueMaster
Reactions:
Posts: 522
Joined: March 15th, 2017, 8:46 pm
Location: Oregon
3D Printer(s): Hictop 3DP-17, Hictop CR-10S

Re: Config.h for a 3DP-15

Post 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.
User avatar
Roberts_Clif
Reactions:
Posts: 1372
Joined: March 25th, 2017, 8:17 am
Location: Washington, State USA
3D Printer(s): Hictop 3DP11/12

Re: Config.h for a 3DP-15

Post by Roberts_Clif »

Rebranded!
This could be, Just making sure I am not giving him bad information
Post Reply

Return to “Software and Firmware Discussion”