Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gcode-examples.md #525

Merged
merged 1 commit into from
Feb 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions wiki/gcode-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,17 @@ Use the following command for Klipper (per https://github.com/jneilliii/OctoPrin
@BEDLEVELVISUALIZER ; instruct plugin to start recording responses from printer.
BED_MESH_OUTPUT ; report the bed leveling mesh points.
```
## ARTILLERY SIDEWINDER X2
'''
M104 S200 ; set extruder temp for bed leveling
M140 S60 ; set bed temp
M109 R200 ; wait for bed leveling temp
M190 S60 ; wait for bed temp
G28 ; home all without mesh bed level
@BEDLEVELVISUALIZER ; instruct plugin to start recording responses from printer.
G29 ; mesh bed leveling
M104 S0 ; turn off extruder
M140 S0 ; turn off bed
G1 X0 Y0 F1000 ;
M84 ; disable motors
M106 S0 ; turn off fan