Skip to content

Instantly share code, notes, and snippets.

@metaquanta
Created September 29, 2017 18:00
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 metaquanta/6daf8a778677102a6bc325eaf09547a7 to your computer and use it in GitHub Desktop.
Save metaquanta/6daf8a778677102a6bc325eaf09547a7 to your computer and use it in GitHub Desktop.
MP Select Mini Slicer Settings
M104 S0 ;extruder heater off
G91 ;relative positioning
G1 E-1 F300 ;retract the filament ... to release some of the pressure.
G1 Z+5 E-1 F{travel_speed} ;move Z up a bit and retract filament /just/ a little more.
G90 ;absolute positioning
G0 X0 Y110 ; Present the result!
M84 ;steppers off
M106 S0 ; Fan off.
; Layer: {layer_height}, Wall: {wall_thickness}, Fill: {fill_density}
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28 ; Move home.
; Don't try to prime the nozzle. Always use a skirt instead.
; Priming is needed, however the below results in a gob that gets dragged around
; /and/ fails to sufficiently prime
;G1 Z15.0 F{travel_speed} ;move the platform down 15mm
;G92 E0 ;zero the extruded length
;G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ; Zero extruder.
M206 Y-5 ; Set the front 5mm strip as unusable. TODO: Drill new holes for bed
G28 ; Hopefully, it'll back off now a little.
G1 F{travel_speed} ; ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment