Welcome! Log In Create A New Profile

Advanced

Changing Bed Size? In firmware...

Posted by kylelnsn 
Changing Bed Size? In firmware...
June 05, 2011 09:26AM
Hi All,

I have a larger bed which is 300mmx300mm and the z axis does 150mm. Do i adjust this in the firmware in configuration H?

//Endstop Settings
//if you do not have max hardware endstops, it defaults to software endstops, defined by the max length numbers.
//if you do not have min hardware endstops, the firmware will not move to lengths less than 0
//#define USE_INTERNAL_PULLUPS
const bool ENDSTOPS_INVERTING = true;
//const bool x_max_hardware = false;
const bool x_min_hardware = true;
const int X_MAX_LENGTH = 300;
//const bool y_max_hardware = false;
const bool y_min_hardware = true;
const int Y_MAX_LENGTH = 300;
//const bool z_max_hardware = false;
const bool z_min_hardware = true;
const int Z_MAX_LENGTH = 150;

Would this be correct? or have i completely mis understood?

Cheers
Re: Changing Bed Size? In firmware...
June 06, 2011 08:15PM
Anyone?
Re: Changing Bed Size? In firmware...
June 06, 2011 08:18PM
Looks correct to me. If using Skeinforge you will need to change where center is from 100 x 100 to 150 x 150 in the multiply tab.


FFF Settings Calculator Gcode post processors Geometric Object Deposition Tool Blog
Tantillus.org Mini Printable Lathe How NOT to install a Pololu driver
Sorry, only registered users may post in this forum.

Click here to login