Created
January 10, 2019 22:51
-
-
Save fujin/45866878c8dbd0eb179eac9ac7f6d695 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
M220 S100 ; Feed rate (speed) 100% | |
M221 S100 ; Flow (extrusion modifier) 100% | |
M83 ; extruder relative mode | |
M140 S[first_layer_bed_temperature] ; set bed temp | |
M109 S160 ; Set extruder temp before bed level | |
M190 S[first_layer_bed_temperature] ; wait for bed temp | |
; Klipper PINDA Probe warming sequence | |
G28 W | |
G0 X50 Y50 Z0.15 | |
{if first_layer_bed_temperature[0] >= 50 }PROBE_WAIT TEMP=40 DIRECTION=heat{endif} | |
; MBL | |
G80 | |
; Absolute coordinates | |
G90 | |
M109 S[first_layer_temperature] ; wait for extruder temp | |
G1 Y-3.0 F1000.0 ; go outside print area | |
G92 E0.0 | |
G1 E8 ; Purge Bubble | |
G1 X60.0 E9.0 F1000.0 ; intro line | |
G1 X100.0 E12.5 F1000.0 ; intro line | |
G92 E0.0 | |
; Klipper PA | |
SET_PRESSURE_ADVANCE ADVANCE=0.120 | |
SET_PRESSURE_ADVANCE ADVANCE_LOOKAHEAD_TIME=0.010 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment