Skip to content

Instantly share code, notes, and snippets.

@coudron
Created March 17, 2018 03:08
Show Gist options
  • Save coudron/0057c5ae0a5b07170423830dfd875f44 to your computer and use it in GitHub Desktop.
Save coudron/0057c5ae0a5b07170423830dfd875f44 to your computer and use it in GitHub Desktop.
TEVO Little Monster Cura Settings
Start GCode:
M280 S10.6
G28
M280 S3
G1 Z50 F25000
G30 Z0.2 ; My Nozzle high
M280 S7 ; Lift BL Sensor
G1 X0 Y0 Z100 ; lift nozzle
M42
End GCode:
G92 E0
G1 E-10.0 F9000
M104 S0 ; turn off temperature
M140 S0 ; turn off bed
G28 ; home axis
@coudron
Copy link
Author

coudron commented Dec 1, 2019

Thanks @Hunanbean. I haven't printed in a while, but I'll give this a try!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment