Redefining G28
Hello there I'm quite new to 3d-printing (or at least using 3d-printers). I have designed and built a 3d-printer from the buttom using primarily aluminum. One of the features I have added is that the...
View ArticleRe: Redefining G28
case 28: //G28 Home all Axis one at a time #ifdef ENABLE_AUTO_BED_LEVELING //this is not enabled plan_bed_level_matrix.set_to_identity(); //Reset the plane ("erase" all leveling data) #endif...
View ArticleRe: Redefining G28
The added code works partly. As for the moving to coordinates it works correctly BUT: For some reason my changes to the G28 makes the printer ignore the following values from the Configuration.h (the...
View ArticleRe: Redefining G28
Quote- Home the x-axis - Home the y-axis - Go to position: ( 0 , Y_MAX_LENGTH / 2 , current_position[Z_AXIS] ) - Home the z-axis - Go to position: ( 0 , 0 , 10 ) Can all be done in G-code, no firmware...
View ArticleRe: Redefining G28
Sure. That was also my first way of doing it. The thing is that I want to print from an sd-card on my RAMPS 1.4 and for some reason it always calls G28 before reading a file on the sd-card... -...
View ArticleRe: Redefining G28
edit from before: marlin support currently has this: SD card folders: If you place a file auto[0-9].g into the root of the sd card, it will be automatically executed if you boot the printer. The same...
View Article