Marcin Printer Log: Difference between revisions

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




<nowiki>// Set the boundaries for probing (where the probe can reach).
<nowiki>// 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 70 //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 170 //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
</nowiki>  
</nowiki>  

Revision as of 22:11, 8 November 2018

Printers


  • 2 - 0.8 mm nozzle - prusa i3 mk2. 8x8 bed. Picture =
  • 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).
#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
 

Form

edit

data

Links