Skip to content

Commit e96ce2b

Browse files
mat100michalrudolf
authored andcommitted
nozzle_cleaner: Tune purge cleaning Y positions
1 parent d215d52 commit e96ce2b

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

src/feature/nozzle_cleaner/nozzle_cleaner.cpp

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ static constexpr EnumArray<Sequence, GCodeFile, static_cast<int>(Sequence::_cnt)
6969
{ Sequence::purge_clean, {
7070
.filename = "purge_clean",
7171
.directory = directory,
72-
.default_gcode = "G750 Y85 F21000 A\n" // Eject poop and move back to purge position
72+
.default_gcode = "G750 Y86 F21000 A\n" // Eject poop and move back to purge position
7373
"G750 Y93 F21000 A\n"
74-
"G750 Y82 F21000 A\n"
75-
"G750 Y98.5 F21000 A\n"
76-
"G750 Y75 F21000 A\n"
74+
"G750 Y83 F21000 A\n"
75+
"G750 Y93 F21000 A\n"
76+
"G750 Y76 F21000 A\n"
7777
"G750 Y93 F21000 A\n"
7878
"G750 Y86.5 F21000\n"
7979
"M906 P1\n" // Increase E current for purge
@@ -89,11 +89,11 @@ static constexpr EnumArray<Sequence, GCodeFile, static_cast<int>(Sequence::_cnt)
8989
{ Sequence::power_panic_purge, {
9090
.filename = "power_panic_purge",
9191
.directory = directory,
92-
.default_gcode = "G750 Y85 F21000 A\n" // Eject poop and move back to purge position
92+
.default_gcode = "G750 Y86 F21000 A\n" // Eject poop and move back to purge position
93+
"G750 Y93 F21000 A\n"
94+
"G750 Y83 F21000 A\n"
9395
"G750 Y93 F21000 A\n"
94-
"G750 Y82 F21000 A\n"
95-
"G750 Y98.5 F21000 A\n"
96-
"G750 Y75 F21000 A\n"
96+
"G750 Y76 F21000 A\n"
9797
"G750 Y93 F21000 A\n"
9898
"G750 Y86.5 F21000\n"
9999
"M906 P1\n" // Increase E current for purge
@@ -114,11 +114,11 @@ static constexpr EnumArray<Sequence, GCodeFile, static_cast<int>(Sequence::_cnt)
114114
.directory = directory,
115115
.default_gcode = "M204 T5000\n"
116116
"G750 X0.65 F21000 A\n"
117-
"G750 Y85 F21000 A\n"
117+
"G750 Y86 F21000 A\n"
118+
"G750 Y93 F21000 A\n"
119+
"G750 Y83 F21000 A\n"
118120
"G750 Y93 F21000 A\n"
119-
"G750 Y82 F21000 A\n"
120-
"G750 Y98.5 F21000 A\n"
121-
"G750 Y75 F21000 A\n"
121+
"G750 Y76 F21000 A\n"
122122
"G750 Y93 F21000 A\n"
123123
"G750 Y86.5 F21000",
124124
} },

0 commit comments

Comments
 (0)