mirror of
https://github.com/ThomasToka/MarlinFirmware.git
synced 2024-11-05 00:00:19 +00:00
Start gcode change example added
This commit is contained in:
parent
957a4e99f0
commit
128cecc922
22
README.md
22
README.md
@ -26,6 +26,28 @@ Please check your machines start gcode.
|
||||
Your bed starts now at x=0. Some Slicer default to a negative purge line start point ex x=-2 or very close to the bededge ex x=0.1.
|
||||
Put it on x=5 or something reasonable beeing good placed on your bed..
|
||||
|
||||
Example old:
|
||||
|
||||
G1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position
|
||||
|
||||
G1 X-2.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
|
||||
|
||||
G1 X-2.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
|
||||
|
||||
G1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line
|
||||
|
||||
|
||||
Example new:
|
||||
|
||||
G1 X5.1 Y20 Z0.28 F5000.0 ;Move to start position
|
||||
|
||||
G1 X5.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
|
||||
|
||||
G1 X5.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
|
||||
|
||||
G1 X5.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
My instructions for Z-Offset quick setting and installation:
|
||||
|
Loading…
Reference in New Issue
Block a user