Skip to content

Instantly share code, notes, and snippets.

@joshgerdes
Last active December 8, 2023 06:10
Show Gist options
  • Save joshgerdes/f01bcaa11d3fff4e934fc55e55d132c9 to your computer and use it in GitHub Desktop.
Save joshgerdes/f01bcaa11d3fff4e934fc55e55d132c9 to your computer and use it in GitHub Desktop.
Cura: printer machine settings for Monoprice Maker Select Plus

For Cura 3.6.0

Add Printer

Printer type: Prusa i3
Printer name: Monoprice Maker Select Plus

Machine Settings

Printer

Printer Settings
X (Width): 200mm
Y (Depth): 200mm
Z (Height): 180mm

Build plate shape: Rectangle
Origina at center: false
Heated bed: true
Gcode flavor: Marlin ( Correct? Used to be 'RepRap (Marlin)' )
Printhead Settings
X min: 20mm
Y min: 10mm
X max: 10mm
Y max: 10mm

Gantry height: 55mm
Number of Extruders: 1
Start Gcode
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 F225 ;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 F225
M117 ;Printing...
End Gcode
M117 Cooling down . . .
M300 ;beep
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 F9000 ;move Z up a bit and retract filament even more
M106 S255 ;fan at 100% to cool nozzle
G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
G90 ;absolute positioning
G1 Y190 ;move bed forward
M84 ;steppers off
M117 Cooling down . . .
G4 P120000 ;wait 2 minutes (120 seconds)
M106 S0 ;fan off
M117 Finished!!!
M300 ;beep

Extruder

Nozzle Settings
Nozzle size: 0.4mm
Compatible material d...: 1.75mm
Nozzle offset X: 0mm
Nozzle offset Y: 0mm
Extruder Start Gcode
Extruder End Gcode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment