Merge pull request #274 from PavelSindler/MK2

gcode correction in first layer calibration
This commit is contained in:
PavelSindler 2017-11-12 09:41:10 +01:00 committed by GitHub
commit 100c800dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -937,7 +937,7 @@ void lcd_commands()
enquecommand_P(PSTR("G21")); //set units to millimeters
enquecommand_P(PSTR("G90")); //use absolute coordinates
enquecommand_P(PSTR("M83")); //use relative distances for extrusion
enquecommand_P(PSTR("G1 E - 1.50000 F2100.00000"));
enquecommand_P(PSTR("G1 E-1.50000 F2100.00000"));
enquecommand_P(PSTR("G1 Z0.150 F7200.000"));
enquecommand_P(PSTR("M204 S1000")); //set acceleration
enquecommand_P(PSTR("G1 F4000"));