Problema Validazione Mesh Ubl October 07, 2019 02:19PM |
Registered: 9 years ago Posts: 24 |
Send: G26 C H200 L0.2 Recv: G26 command started. Waiting for heater(s). Recv: Waiting for heatup. Recv: Leaving G26 Recv: in move_to() feed_value for XY:166.67 Recv: ubl.line_to_destination(xe=275.00, ye=276.00, ze=1.00, ee=-1.00) Recv: in move_to() feed_value for XY:166.67 Recv: ubl.line_to_destination(xe=275.00, ye=276.00, ze=1.00, ee=-1.00) Recv: ok P30 B7
Re: Problema Validazione Mesh Ubl October 09, 2019 06:22AM |
Registered: 7 years ago Posts: 1,059 |
#define GRID_MAX_POINTS_X 3 #define GRID_MAX_POINTS_Y 3 #define LEFT_PROBE_BED_POSITION 35 #define RIGHT_PROBE_BED_POSITION 190 #define FRONT_PROBE_BED_POSITION 31 #define BACK_PROBE_BED_POSITION 190
Re: Problema Validazione Mesh Ubl October 09, 2019 05:21PM |
Registered: 9 years ago Posts: 24 |
#define AUTO_BED_LEVELING_UBL //#define AUTO_BED_LEVELING_LINEAR //#define AUTO_BED_LEVELING_BILINEAR //#define AUTO_BED_LEVELING_3POINT //#define MESH_EDIT_GFX_OVERLAY #define MESH_INSET 0 #define G26_MESH_VALIDATION #define MESH_TEST_NOZZLE_SIZE 0.4 // (mm) Diameter of primary nozzle. #define MESH_TEST_LAYER_HEIGHT 0.2 // (mm) Default layer height for the G26 Mesh Validation Tool. #define MESH_TEST_HOTEND_TEMP 200 // (c) Default nozzle temperature for the G26 Mesh Validation Tool. #define MESH_TEST_BED_TEMP 60 // (c) Default bed temperature for the G26 Mesh Validation Tool. #define G26_XY_FEEDRATE 30 // (mm/s) Feedrate for XY Moves for the G26 Mesh Validation Tool. //#define MESH_G28_REST_ORIGIN #define UBL_MESH_EDIT_MOVES_Z //#define UBL_Z_RAISE_WHEN_OFF_MESH 2.5 #define GRID_MAX_POINTS_X 12 #define GRID_MAX_POINTS_Y 12 #define LEFT_PROBE_BED_POSITION 0 #define RIGHT_PROBE_BED_POSITION 530 #define FRONT_PROBE_BED_POSITION 45 #define BACK_PROBE_BED_POSITION 550 #define MIN_PROBE_EDGE 10 //#define PROBE_Y_FIRST //#define ABL_BILINEAR_SUBDIVISION #define BILINEAR_SUBDIVISIONS 3 #define PROBE_PT_1_X 15 #define PROBE_PT_1_Y 180 #define PROBE_PT_2_X 15 #define PROBE_PT_2_Y 15 #define PROBE_PT_3_X 180 #define PROBE_PT_3_Y 15 //#define Z_PROBE_END_SCRIPT "G1 Z10 F8000\nG1 X10 Y10\nG1 Z0.5" #define ENABLE_LEVELING_FADE_HEIGHT