Skip to content

Instantly share code, notes, and snippets.

@howardjones
Last active July 4, 2021 18:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save howardjones/d6668af8e9c9086cf72275c00dfe9647 to your computer and use it in GitHub Desktop.
Save howardjones/d6668af8e9c9086cf72275c00dfe9647 to your computer and use it in GitHub Desktop.
controls:
- children:
- commands:
- G12 P1 S4
name: Clean
type: command
- commands:
- G27
name: Park
type: command
- commands:
- G28
- M190 S60 ;bed heat on
- M422 S1 X35 Y100
- M422 S2 X165 Y100
- M190 S0 ;bed heat off
- G34
- M500
name: Z Align
type: command
name: Maintenance
layout: horizontal
- children:
- commands:
- M140 S50
- M104 S190 T0
name: Preheat
type: command
- commands:
- G91
- G0 Z10
- G90
- G0 X30 Y50 F9000
- G0 Z0.3 F9000
name: Front Left
type: command
- commands:
- G91
- G0 Z10
- G90
- G0 X180 Y70 F9000
- G0 Z0.3 F9000
name: Front Right
type: command
- commands:
- G91
- G0 Z10
- G90
- G0 X30 Y160 F9000
- G0 Z0.3 F9000
name: Back Left
type: command
- commands:
- G91
- G0 Z10
- G90
- G0 X180 Y160 F9000
- G0 Z0.3 F9000
name: Back Right
type: command
- commands:
- G91
- G0 Z10
- G90
- G0 X100 Y100 F9000
- G0 Z0.3 F9000
name: Centre
type: command
layout: horizontal
name: Levelling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment