Skip to content

Instantly share code, notes, and snippets.

@Pym

Pym/dagoma0.g Secret

Created January 17, 2016 20:58
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 Pym/2d9c68ab9880a30d7508 to your computer and use it in GitHub Desktop.
Save Pym/2d9c68ab9880a30d7508 to your computer and use it in GitHub Desktop.
;Généré par Cura-by-Dagoma pour Discovery200 avec Buse S1
;Basic settings: Layer height: 0.2 Walls: 0.8 Fill: 17
;Print time: #P_TIME#
;Filament used: #F_AMNT#m #F_WGHT#g
;Filament cost: #F_COST#
;M190 S70 ;Uncomment to add your own bed temperature line
;M109 S225 ;Uncomment to add your own temperature line
G91 ;relative positioning
G1 Z7
G90 ;absolute positioning
G28 X
M109 S225
G28 X
G28 Y
G01 X20 Y100
G28 Z
M104 S225
;Activation palpeur
G29; Detailed Z-Probe
G92 Z3
G91 ;relative positioning
;Definition de l offset
;G1 Z-0.75 ; OFFSET AVEC PALPEUR + 3M
G1 Z-0.25 ; OFFSET AVEC PALPEUR + BuildTak
;G1 Z3 ; OFFSET SANS PALPEUR
G90 ;relative positioning
G92 Z0
G1 Z3
G1 X100 Y200 F3000
G1 Z0
M106 ;start fan full power
M109 S225
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 10mm of feed stock
G92 E0 ;zero the extruded length again
G1 F9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment