Skip to content

Instantly share code, notes, and snippets.

@foxlet
Created September 3, 2018 22:01
Show Gist options
  • Save foxlet/b2c521e65274e83dc8932c35c2da478a to your computer and use it in GitHub Desktop.
Save foxlet/b2c521e65274e83dc8932c35c2da478a to your computer and use it in GitHub Desktop.
tst
115200
python3-dbus python3-appdirs python3-pip python3-psutil python3-devel
>> Send: G91
>> Send: G0 Z3 F90
>> Send: G90
>> Send: M109 S150
>> Send: M104 S0
>> Send: M107
>> Send: G30
G1 Z15.0 F6000 ;Move the platform down 15mm
;Prime the extruder
G92 E0
G1 F200 E3
G92 E0
M104 S200; turn on the extruder
G1 F-60 E-60; retract old plastic
G1 F100 E100; pull in new plastic
G30; calibrate bed depth
G32; calibrate bed tilt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment