Marcin Printer Log: Difference between revisions
Jump to navigation
Jump to search
(→2) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Printers= | =Printers= | ||
==1== | |||
*1 - 0.4 mm nozzle - prusa i3 mk2 extruder. 8x8 bed. Printer 1MJ Initialization File: [[File:printer1mj.ini]]. Printer 1MJ Marlin - [[File:printer1mjmarlin.zip]] | *1 - 0.4 mm nozzle - prusa i3 mk2 extruder. 8x8 bed. Printer 1MJ Initialization File: [[File:printer1mj.ini]]. Printer 1MJ Marlin - [[File:printer1mjmarlin.zip]] | ||
==2== | |||
*2 - 0.8 mm nozzle - prusa i3 mk2. 8x8 bed. Printer 2 MJ Initialization Cura file - [[File:printer2mj.ini]]. Profile for single wall thickness - [[File:printer2mj_singlewall.ini]] | |||
<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== | |||
*3 - 0.4 mm nozzle - prusa i3 mk2 | *3 - 0.4 mm nozzle - prusa i3 mk2 | ||
==4== | |||
*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). | ||
#define LEFT_PROBE_BED_POSITION | |||
#define RIGHT_PROBE_BED_POSITION | // 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 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 |
Latest revision as of 23:51, 16 November 2018
Printers
1
- 1 - 0.4 mm nozzle - prusa i3 mk2 extruder. 8x8 bed. Printer 1MJ Initialization File: File:Printer1mj.ini. Printer 1MJ Marlin - File:Printer1mjmarlin.zip
2
- 2 - 0.8 mm nozzle - prusa i3 mk2. 8x8 bed. Printer 2 MJ Initialization Cura file - File:Printer2mj.ini. Profile for single wall thickness - File:Printer2mj singlewall.ini
#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
- 3 - 0.4 mm nozzle - prusa i3 mk2
4
- 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