Skip to content

Instantly share code, notes, and snippets.

@leoherzog
Last active May 23, 2018 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leoherzog/b9404c723121a7fa76f1a11dc0394604 to your computer and use it in GitHub Desktop.
Save leoherzog/b9404c723121a7fa76f1a11dc0394604 to your computer and use it in GitHub Desktop.
Leo's IIIP Monoprice Maker Select Plus Cura 3.1 Config Files

Custom Printer Settings

Printer Settings

  • X (Width): 200
  • Y (Depth): 200
  • Z (Height): 160

Build Plate Shape: Rectangular

  • Origin at center
  • Heated bed

Gcode Flavor: Marlin

Printhead Settings

Leave at Default

  • X min: 20mm

  • Y min: 10mm

  • X max: 10mm

  • Y max: 10mm

  • Gantry height: 99999999999mm

  • Number of Extruders: 1

  • Material diameter: 1.75mm

  • Nozzle Size: 0.4mm

Start Gcode:

;Sliced at: {day} {date} {time}
G21        ;metric values
G90        ;absolute positioning
M82        ;set extruder to absolute mode
M107       ;start with the fan off

G28 X0 Y0  ;move X/Y to min endstops
G28 Z0     ;move Z to min endstops

G1 Z15.0 F{travel_speed} ;move the platform down 15mm

G92 E0                  ;zero the extruded length
G1 F140 E30              ;extrude 3mm of feed stock
G1 X20 Y0 F140 E30
G92 E0                  ;zero the extruded length again
G1 F{travel_speed}
M117 Printing...

End Gcode:

;End GCode
M104 S0                     ;extruder heater off
M140 S0                     ;heated bed heater off (if you have it)

G91                                    ;relative positioning
G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
G28 X0 Y0
G90
G1 Z160                                 ;move X/Y to min endstops, so the head is out of the way
M84                         ;steppers off
G90                         ;absolute positioning
PK�������!��QK������������fdmprinter_iiip - fast[general]
version = 2
name = IIIP - Fast
definition = fdmprinter
[metadata]
setting_version = 4
type = quality_changes
quality_type = normal
[values]
adhesion_type = skirt
layer_height = 0.15
material_bed_temperature = 60
PK�������!�Pͪ{���������custom_extruder_1_iiip - fast[general]
version = 2
name = IIIP - Fast
definition = fdmprinter
[metadata]
setting_version = 4
type = quality_changes
quality_type = normal
extruder = custom_extruder_1
[values]
infill_sparse_density = 10
initial_layer_line_width_factor = 120.0
material_diameter = 1.75
material_initial_print_temperature = None
material_print_temperature = 195
material_print_temperature_layer_0 = 205
speed_print = 50
speed_topbottom = 15
speed_travel = 80
speed_wall_0 = 15
speed_wall_x = 30
wall_thickness = 1
PK�������!��QK��������������������������fdmprinter_iiip - fastPK�������!�Pͪ{���������������������custom_extruder_1_iiip - fastPK����������E����
PK�������!�̖9������������custom_iiip - normal[general]
version = 2
name = IIIP - Normal
definition = fdmprinter
[metadata]
setting_version = 4
type = quality_changes
quality_type = normal
[values]
adhesion_type = skirt
material_bed_temperature = 60
PK�������!�������������custom_extruder_1_iiip - normal[general]
version = 2
name = IIIP - Normal
definition = fdmprinter
[metadata]
setting_version = 4
extruder = custom_extruder_1
quality_type = normal
type = quality_changes
[values]
initial_layer_line_width_factor = 120.0
material_diameter = 1.75
material_initial_print_temperature = None
material_print_temperature = 195
material_print_temperature_layer_0 = 205
speed_print = 50
speed_topbottom = 15
speed_travel = 80
speed_wall_0 = 15
speed_wall_x = 30
PK�������!�̖9��������������������������custom_iiip - normalPK�������!�������������������������custom_extruder_1_iiip - normalPK��������������
PK�������!��C��������*���monoprice maker select plus_iiip - quality[general]
version = 2
name = IIIP - Quality
definition = fdmprinter
[metadata]
setting_version = 4
type = quality_changes
quality_type = normal
[values]
adhesion_type = skirt
layer_height = 0.06
material_bed_temperature = 60
PK�������!��J������ ���custom_extruder_1_iiip - quality[general]
version = 2
name = IIIP - Quality
definition = fdmprinter
[metadata]
setting_version = 4
type = quality_changes
quality_type = normal
extruder = custom_extruder_1
[values]
initial_layer_line_width_factor = 120.0
material_diameter = 1.75
material_initial_print_temperature = None
material_print_temperature = 195
material_print_temperature_layer_0 = 205
speed_infill = 40
speed_print = 50
speed_topbottom = 15
speed_travel = 80
speed_wall_0 = 12
speed_wall_x = 30
top_bottom_thickness = 0.6
PK�������!��C��������*�����������������monoprice maker select plus_iiip - qualityPK�������!��J������ �������������,��custom_extruder_1_iiip - qualityPK����������a����
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment