This file contains hidden or 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
#cloud-config | |
ssh_authorized_keys: | |
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDm2UmXTtwa9lwYoLgZy3rtkODsWZ4moa3xxOmDa5RFfbb0J6cFBJH2imZn4Y4HTLyHa99teP4LNxWLysGVHhxfGOAfEVF2qTp0bj4WG1RZ1bBooXh11IGDvvxb1opDYhLFBdLY4VSfHyBEb+9Rfzzvwhoq579Gp1/tzpy3eTiuGMkpXrgHtMj2DoDCwbwLzPItLrXiSQI4l33S5A+GkIxIgvqtjhBBnWBY4/OakY9fcGjEyTP7MyVaGJnBd1ihutk514TuXYcbdXAoa+o/54G8MlwINkF/mIcR4FOhNtfpjtFC+c9FLsCd3UtzwG1gyPP5NJbdWXpNiuJDQybDU5Lh rancher@rancher |
This file contains hidden or 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
G91 ;Relative positioning | |
G1 E-2 F2700 ;Retract a bit | |
G1 E-2 Z0.2 F2400 ;Retract and raise Z | |
G1 X5 Y5 F3000 ;Wipe out | |
G1 Z10 ;Raise Z more | |
G90 ;Absolute positionning | |
G1 X0 Y{machine_depth} ;Present print | |
M106 S0 ;Turn-off fan | |
M104 S0 ;Turn-off hotend |
This file contains hidden or 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
; Ender 3 Custom Start G-code | |
M117 Intitialising... | |
M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration | |
M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate | |
M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration | |
M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk | |
M220 S100 ;Reset Feedrate | |
M221 S100 ;Reset Flowrate | |
M117 Home XY |