Problem with kossel mini calibration April 09, 2015 02:00PM |
Registered: 10 years ago Posts: 1 |
Re: Problem with kossel mini calibration April 09, 2015 08:27PM |
Registered: 10 years ago Posts: 189 |
// 3/5/2015 (-23.00, 11.00, 4.90) #define Z_PROBE_OFFSET {23.00, -11.00, -4.90, 0} // {13, -3, -6.9, 0} // #define Z_PROBE_OFFSET {0, 14, -6.7, 0} // (0, 14, -6.5, 0) X, Y, Z, E distance between hotend nozzle and deployed bed leveling probe.(0,19,-8,0) // 2/22/2015 // Coordinate of the Z probe retractor (40.00, -63.50, 65.00) // void retract_z_probe() in Marlin_main.cpp #define Z_PROBE_RETRACTOR #define Z_PROBE_RETRACTOR_X 40.0 #define Z_PROBE_RETRACTOR_Y -63.5 #define Z_PROBE_RETRACTOR_Z 65.0
Re: Problem with kossel mini calibration April 10, 2015 03:08AM |
Registered: 10 years ago Posts: 58 |