Marcin Printer Log: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
Line 4: Line 4:


*2 - 0.8 mm nozzle - prusa i3 mk2. 8x8 bed. Picture =  
*2 - 0.8 mm nozzle - prusa i3 mk2. 8x8 bed. Picture =  
<nowiki>#define LEFT_PROBE_BED_POSITION 70 //changed from 20 in Marlin v18.07 to 40
#define RIGHT_PROBE_BED_POSITION 170 //changed from 140 in Marlin v18.07
#define FRONT_PROBE_BED_POSITION 40 //changed from 20 in Marlin v18.07 to 40
#define BACK_PROBE_BED_POSITION 150</nowiki>
*3 - 0.4 mm nozzle - prusa i3 mk2
*3 - 0.4 mm nozzle - prusa i3 mk2
*4 - 0.4 mm nozzle - titan aero - see picture below.  More pictures - [https://www.facebook.com/photo.php?fbid=10214884742769255&set=a.2106813187074&type=3&theater]. Printer 4 MJ Initialization File: [[File:printer4mj.ini]]. Printer 1MJ Marlin - Same as [[File:Marlin_v1810.zip]] - but had to change the stock configuration to  
*4 - 0.4 mm nozzle - titan aero - see picture below.  More pictures - [https://www.facebook.com/photo.php?fbid=10214884742769255&set=a.2106813187074&type=3&theater]. Printer 4 MJ Initialization File: [[File:printer4mj.ini]]. Printer 1MJ Marlin - Same as [[File:Marlin_v1810.zip]] - but had to change the stock configuration to  


<nowiki>// Set the boundaries for probing (where the probe can reach).


<nowiki>// Set the boundaries for probing (where the probe can reach).
// Set the boundaries for probing (where the probe can reach).
#define LEFT_PROBE_BED_POSITION 70 //changed from 20 in Marlin v18.07 to 40
#define LEFT_PROBE_BED_POSITION 20 //changed from 20 in Marlin v18.07 to 40
#define RIGHT_PROBE_BED_POSITION 170 //changed from 140 in Marlin v18.07
#define RIGHT_PROBE_BED_POSITION 160 //changed from 140 in Marlin v18.07
#define FRONT_PROBE_BED_POSITION 40 //changed from 20 in Marlin v18.07 to 40
#define FRONT_PROBE_BED_POSITION 40 //changed from 20 in Marlin v18.07 to 40
#define BACK_PROBE_BED_POSITION 150
#define BACK_PROBE_BED_POSITION 150

Revision as of 22:18, 8 November 2018

Printers


  • 2 - 0.8 mm nozzle - prusa i3 mk2. 8x8 bed. Picture =
#define LEFT_PROBE_BED_POSITION 70 //changed from 20 in Marlin v18.07 to 40
#define RIGHT_PROBE_BED_POSITION 170 //changed from 140 in Marlin v18.07
#define FRONT_PROBE_BED_POSITION 40 //changed from 20 in Marlin v18.07 to 40
#define BACK_PROBE_BED_POSITION 150
  • 3 - 0.4 mm nozzle - prusa i3 mk2
  • 4 - 0.4 mm nozzle - titan aero - see picture below. More pictures - [1]. Printer 4 MJ Initialization File: File:Printer4mj.ini. Printer 1MJ Marlin - Same as File:Marlin v1810.zip - but had to change the stock configuration to
// Set the boundaries for probing (where the probe can reach).

// Set the boundaries for probing (where the probe can reach).
#define LEFT_PROBE_BED_POSITION 20 //changed from 20 in Marlin v18.07 to 40
#define RIGHT_PROBE_BED_POSITION 160 //changed from 140 in Marlin v18.07
#define FRONT_PROBE_BED_POSITION 40 //changed from 20 in Marlin v18.07 to 40
#define BACK_PROBE_BED_POSITION 150
 

Form

edit

data

Links