Page 2 of 2

Re: Slic3r two-color printing with Geeetech i3 pro C

Posted: Sun Feb 12, 2017 12:54 am
by gpau
Tried even so, nothing changes
Enclosed is my configuration of Slice3r

Re: Slic3r two-color printing with Geeetech i3 pro C

Posted: Mon Feb 13, 2017 2:34 pm
by bang
I guess you can try my .gcode file to take a look?
two_color_cube_1 +1.zip
(30.49 KiB) Downloaded 501 times

Re: Slic3r two-color printing with Geeetech i3 pro C

Posted: Thu Feb 16, 2017 10:03 pm
by gpau
Hi,
I'm trying every possib solutions can not stamare the two colors.
I checked all the configurations and tried the attached file but not riescoa print, printing always comes out well.
In the firmware you have to change the setting, if you have to put that ettings? Now is it so

Code: Select all

  // these are the offsets to the probe relative to the extruder tip (Hotend - Probe)
  // X and Y offsets must be integers
  #define X_PROBE_OFFSET_FROM_EXTRUDER -25
  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29
  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35
In slicer I have to put these parameters?

Re: Slic3r two-color printing with Geeetech i3 pro C

Posted: Fri Feb 17, 2017 3:53 am
by cosmith
No. Those are for an auto-leveling sensor like the 3D Touch.

Re: Slic3r two-color printing with Geeetech i3 pro C

Posted: Fri Feb 17, 2017 4:19 am
by gpau
Ok, what I am to be changed?

Re: Slic3r two-color printing with Geeetech i3 pro C

Posted: Fri Feb 17, 2017 4:26 am
by cosmith

Code: Select all

#define HOTEND_OFFSET_X {0.0, 32.00} // (in mm) for each extruder, offset of the hotend on the X axis
  #define HOTEND_OFFSET_Y {0.0, 0.40}  // (in mm) for each extruder, offset of the hotend on the Y axis

Re: Slic3r two-color printing with Geeetech i3 pro C

Posted: Fri Feb 17, 2017 4:37 am
by gpau
OK,
Tkanks so much