MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.19k stars 19.22k forks source link

effector doesnt raise between probe during autolevel #4682

Closed tyssoon closed 8 years ago

tyssoon commented 8 years ago

hi everyone !

im conceiving and making a delta XXL.

im struggling as the big noob i am with marlin for a whole week now. I have finnally manage to have a decent homing and the g29 command is recognized.

when i pull the button of the omron switch with my finger oh the Z probe i have this on m119:

16:07:40.914 : x_max: open
16:07:40.914 : y_max: open
16:07:40.930 : z_min: TRIGGERED
16:07:40.930 : z_max: open
16:07:40.930 : z_probe: open

the fact that the zmin and zprobe arent the same might be a problem but i dont understand why they arent.

and when i ask a g29, after a g28, the effector get down. the omron hit the print surface, stop, move on x/y and get down again. And of course he crash on it.

i can of course do it mid air with my finger.

do you guys have an idea of where i messed up ?

here are the config files

Marlin.zip

thanks !

Roxy-3D commented 8 years ago

I answered over at RepRap.org. But really, this issue would be better handled here. I said:

OK. Turn on:

define DEBUG_LEVELING_FEATURE

And give a M111 S 32767 to the system right after power up.

It will give us a very detailed summary of what the printer is doing at each point in time.

It would be good to annotate the log and tell us what you are seeing at various points in the log.

Please post the log here.

tyssoon commented 8 years ago

hey roxy ! :)

OpenGL Log (for some reason) ``` 17:37:14.307 : OpenGL version:4.5.0 NVIDIA 364.72 17:37:14.309 : OpenGL extensions:GL_AMD_multi_draw_indirect GL_AMD_seamless_cubemap_per_texture GL_AMD_vertex_shader_viewport_index GL_AMD_vertex_shader_layer GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_locations GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sparse_buffer GL_ARB_sparse_texture GL_ARB_sparse_texture2 GL_ARB_sparse_texture_clamp GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_filter_minmax GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset_clamp GL_EXT_post_depth_coverage GL_EXT_provoking_vertex GL_EXT_raster_multisample GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shader_image_load_formatted GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs GL_EXT_sparse_texture2 GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KHR_context_flush_control GL_KHR_debug GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_KTX_buffer_region GL_NV_bindless_multi_draw_indirect GL_NV_bindless_multi_draw_indirect_count GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NV_blend_square GL_NV_command_list GL_NV_compute_program5 GL_NV_conditional_render GL_NV_conservative_raster GL_NV_conservative_raster_dilate GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_draw_texture GL_NV_draw_vulkan_image GL_NV_ES1_1_compatibility GL_NV_ES3_1_compatibility GL_NV_explicit_multisample GL_NV_fence GL_NV_fill_rectangle GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_coverage_to_color GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_fragment_shader_interlock GL_NV_framebuffer_mixed_samples GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_geometry_shader_passthrough GL_NV_gpu_program4 GL_NV_internalformat_sample_query GL_NV_gpu_program4_1 GL_NV_gpu_program5 GL_NV_gpu_program5_mem_extended GL_NV_gpu_program_fp64 GL_NV_gpu_shader5 GL_NV_half_float GL_NV_light_max_exponent GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_path_rendering_shared_edge GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_sample_locations GL_NV_sample_mask_override_coverage GL_NV_shader_atomic_counters GL_NV_shader_atomic_float GL_NV_shader_atomic_fp16_vector GL_NV_shader_atomic_int64 GL_NV_shader_buffer_load GL_NV_shader_storage_buffer_object GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_uniform_buffer_unified_memory GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_attrib_integer_64bit GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NV_viewport_array2 GL_NVX_conditional_render GL_NVX_gpu_memory_info GL_NVX_nvenc_interop GL_NV_shader_thread_group GL_NV_shader_thread_shuffle GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control 17:37:14.309 : OpenGL renderer:GeForce GTX 960/PCIe/SSE2 17:37:14.309 : Using fast VBOs for rendering is possible ```
The Log that was requested ``` 17:37:32.608 : Printer reset detected - initalizing 17:37:32.639 : start 17:37:32.639 : echo:Marlin 1.1.0-RCBugFix 17:37:32.639 : echo: Last Updated: 2016-07-26 12:00 | Author: (Drannok, Deltannok RC7) 17:37:32.639 : Compiled: Aug 22 2016 17:37:32.639 : echo: Free Memory: 4093 PlannerBufferBytes: 1296 17:37:32.639 : echo:Hardcoded Default Settings Loaded 17:37:32.639 : echo:Steps per unit: 17:37:32.639 : echo: M92 X160.00 Y160.00 Z160.00 E836.00 17:37:32.639 : echo:Maximum feedrates (mm/s): 17:37:32.639 : echo: M203 X500.00 Y500.00 Z500.00 E25.00 17:37:32.639 : echo:Maximum Acceleration (mm/s2): 17:37:32.639 : echo: M201 X9000 Y9000 Z9000 E10000 17:37:32.639 : echo:Accelerations: P=printing, R=retract and T=travel 17:37:32.639 : echo: M204 P3000.00 R3000.00 T3000.00 17:37:32.639 : echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s) 17:37:32.639 : echo: M205 S0.00 T0.00 B20000 X20.00 Z20.00 E5.00 17:37:32.639 : echo:Home offset (mm) 17:37:32.639 : echo: M206 X0.00 Y0.00 Z0.00 17:37:32.639 : echo:Endstop adjustment (mm): 17:37:32.639 : echo: M666 X0.00 Y0.00 Z0.00 17:37:32.639 : echo:Delta settings: L=diagonal_rod, R=radius, S=segments_per_second, ABC=diagonal_rod_trim_tower_[123] 17:37:32.639 : echo: M665 L573.00 R268.20 S200.00 A0.00 B0.00 C0.00 17:37:32.639 : echo:Material heatup parameters: 17:37:32.639 : echo: M145 S0 H180 B70 F255 17:37:32.639 : echo: M145 S1 H240 B100 F255 17:37:32.639 : echo:PID settings: 17:37:32.639 : echo: M301 P22.20 I1.08 D114.00 17:37:32.639 : echo:Filament settings: Disabled 17:37:32.639 : echo: M200 D1.75 17:37:32.639 : echo: M200 D0 17:37:32.639 : echo:Z-Probe Offset (mm): 17:37:32.639 : echo: M851 Z-13.40 17:37:35.707 : FIRMWARE_NAME:Marlin 1.1.0-RCBugFix (Github) SOURCE_CODE_URL:https://github.com/MarlinFirmware/Marlin PROTOCOL_VERSION:1.0 MACHINE_TYPE:Deltannok RC72mmbump EXTRUDER_COUNT:1 UUID:cede2a2f-41a2-4748-9b12-c55c62f367ff 17:37:35.737 : X:0.00 Y:0.00 Z:0.00 E:0.00 Count X: 81017 Y:81017 Z:81017 17:37:35.737 : echo:DEBUG:INFO,ERRORS 17:37:35.737 : echo:Active Extruder: 0 17:37:35.784 : echo:DEBUG:INFO,ERRORS 17:37:35.784 : echo:Active Extruder: 0 17:37:59.971 : echo:DEBUG:ECHO,INFO,ERRORS,DRYRUN,COMMUNICATION,LEVELING 17:38:00.419 : echo:N23 M105*22 17:38:03.475 : echo:N24 M105*17 17:38:06.531 : echo:N25 M105*16 17:38:06.573 : echo:N26 G28*39 17:38:06.573 : >>> gcode_G28 17:38:06.573 : reset_bed_level 17:38:06.573 : current_position=(0.00, 0.00, 0.00) : setup_for_endstop_or_probe_move 17:38:06.573 : > endstops.enable(true) 17:38:06.573 : current_position=(0.00, 0.00, 0.00) : sync_plan_position 17:38:19.549 : >>> homeaxis(0) 17:38:19.549 : current_position=(0.00, 0.00, 0.00) : sync_plan_position 17:38:20.749 : current_position=(0.00, 0.00, 0.00) : sync_plan_position 17:38:21.328 : current_position=(0.00, 0.00, 0.00) : sync_plan_position 17:38:21.328 : current_position=(0.00, 0.00, 0.00) : > TRIGGER ENDSTOP 17:38:21.328 : >>> set_axis_is_at_home(0) 17:38:21.328 : For X axis: 17:38:21.328 : home_offset = 0.00 17:38:21.328 : position_shift = 0.00 17:38:21.328 : sw_endstop_min = -200.00 17:38:21.328 : sw_endstop_max = 200.00 17:38:21.328 : > home_offset[X] = 0.00 17:38:21.328 : current_position=(0.00, 0.00, 0.00) : 17:38:21.328 : <<< set_axis_is_at_home(0) 17:38:21.328 : current_position=(0.00, 0.00, 0.00) : sync_plan_position_delta 17:38:21.329 : current_position=(0.00, 0.00, 0.00) : > AFTER set_axis_is_at_home 17:38:21.329 : <<< homeaxis(0) 17:38:21.329 : >>> homeaxis(1) 17:38:21.329 : current_position=(0.00, 0.00, 0.00) : sync_plan_position 17:38:21.329 : current_position=(0.00, 0.00, 0.00) : sync_plan_position 17:38:21.808 : current_position=(0.00, 0.00, 0.00) : sync_plan_position 17:38:21.808 : current_position=(0.00, 0.00, 0.00) : > TRIGGER ENDSTOP 17:38:21.808 : >>> set_axis_is_at_home(1) 17:38:21.808 : For Y axis: 17:38:21.808 : home_offset = 0.00 17:38:21.808 : position_shift = 0.00 17:38:21.808 : sw_endstop_min = -200.00 17:38:21.808 : sw_endstop_max = 200.00 17:38:21.808 : > home_offset[Y] = 0.00 17:38:21.808 : current_position=(0.00, 0.00, 0.00) : 17:38:21.808 : <<< set_axis_is_at_home(1) 17:38:21.808 : current_position=(0.00, 0.00, 0.00) : sync_plan_position_delta 17:38:21.809 : current_position=(0.00, 0.00, 0.00) : > AFTER set_axis_is_at_home 17:38:21.809 : <<< homeaxis(1) 17:38:21.809 : >>> homeaxis(2) 17:38:21.809 : current_position=(0.00, 0.00, 0.00) : sync_plan_position 17:38:22.815 : current_position=(0.00, 0.00, 0.00) : sync_plan_position 17:38:23.320 : current_position=(0.00, 0.00, 0.00) : sync_plan_position 17:38:23.320 : current_position=(0.00, 0.00, 0.00) : > TRIGGER ENDSTOP 17:38:23.320 : >>> set_axis_is_at_home(2) 17:38:23.320 : For Z axis: 17:38:23.320 : home_offset = 0.00 17:38:23.320 : position_shift = 0.00 17:38:23.320 : sw_endstop_min = 0.00 17:38:23.320 : sw_endstop_max = 684.00 17:38:23.320 : > home_offset[Z] = 0.00 17:38:23.320 : current_position=(0.00, 0.00, 684.00) : 17:38:23.320 : <<< set_axis_is_at_home(2) 17:38:23.320 : current_position=(0.00, 0.00, 684.00) : sync_plan_position_delta 17:38:23.321 : current_position=(0.00, 0.00, 684.00) : > AFTER set_axis_is_at_home 17:38:23.321 : <<< homeaxis(2) 17:38:23.321 : current_position=(0.00, 0.00, 684.00) : sync_plan_position_delta 17:38:23.321 : current_position=(0.00, 0.00, 684.00) : (DELTA) 17:38:23.321 : > endstops.not_homing() 17:38:23.321 : >>> do_blocking_move_to(0.00, 0.00, 621.43) 17:38:23.321 : destination=(0.00, 0.00, 684.00) : set_destination_to_current 17:38:23.321 : destination=(0.00, 0.00, 621.43) : prepare_move_to_destination_raw 17:38:23.321 : current_position=(0.00, 0.00, 621.43) : zone border move 17:38:23.321 : current_position=(0.00, 0.00, 621.43) : xy move 17:38:23.321 : <<< do_blocking_move_to 17:38:24.980 : current_position=(0.00, 0.00, 621.43) : clean_up_after_endstop_or_probe_move 17:38:24.980 : <<< gcode_G28 17:38:24.980 : X:0.00 Y:0.00 Z:621.43 E:0.00 Count X: 180446 Y:180446 Z:180446 17:38:24.980 : echo:N27 M105*18 17:38:24.980 : echo:N28 M105*29 17:38:24.982 : echo:N29 M105*28 17:38:24.982 : echo:N30 M105*20 17:38:24.982 : echo:N31 M105*21 17:38:24.982 : echo:N32 M105*22 17:38:27.938 : echo:N33 M105*23 17:38:30.539 : echo:N34 G29*37 17:38:30.539 : >>> gcode_G29 17:38:30.539 : current_position=(0.00, 0.00, 621.43) : 17:38:30.539 : G29 Auto Bed Leveling 17:38:30.539 : reset_bed_level 17:38:30.539 : current_position=(0.00, 0.00, 621.43) : setup_for_endstop_or_probe_move 17:38:30.539 : current_position=(0.00, 0.00, 621.43) : set_probe_deployed 17:38:30.539 : deploy: 1 17:38:30.539 : do_probe_raise(15.00) 17:38:30.539 : >>> do_blocking_move_to(0.00, 0.00, 621.43) 17:38:30.539 : destination=(0.00, 0.00, 621.43) : set_destination_to_current 17:38:30.539 : current_position=(0.00, 0.00, 621.43) : xy move 17:38:30.539 : <<< do_blocking_move_to 17:38:30.539 : >>> probe_pt(105.00, -107.00, 1) 17:38:30.539 : current_position=(0.00, 0.00, 621.43) : 17:38:30.539 : do_probe_raise(5.00) 17:38:30.539 : > do_blocking_move_to_xy(105.00, -107.00) 17:38:30.539 : >>> do_blocking_move_to(105.00, -107.00, 621.43) 17:38:30.539 : destination=(0.00, 0.00, 621.43) : set_destination_to_current 17:38:33.094 : current_position=(105.00, -107.00, 621.43) : xy move 17:38:33.094 : <<< do_blocking_move_to 17:38:33.145 : > current_position=(105.00, -107.00, 621.43) : set_probe_deployed 17:38:33.145 : deploy: 1 17:38:33.145 : >>> do_blocking_move_to(105.00, -107.00, 2.00) 17:38:33.145 : destination=(105.00, -107.00, 621.43) : set_destination_to_current 17:38:33.145 : current_position=(105.00, -107.00, 621.43) : xy move 17:38:33.145 : destination=(105.00, -107.00, 2.00) : prepare_move_to_destination_raw 17:38:33.145 : current_position=(105.00, -107.00, 2.00) : z lower move 17:38:33.145 : <<< do_blocking_move_to 17:38:36.080 : >>> do_blocking_move_to(105.00, -107.00, -2.00) 17:38:36.080 : destination=(105.00, -107.00, 2.00) : set_destination_to_current 17:38:36.080 : current_position=(105.00, -107.00, 2.00) : xy move 17:38:36.080 : destination=(105.00, -107.00, -2.00) : prepare_move_to_destination_raw 17:38:36.080 : current_position=(105.00, -107.00, -2.00) : z lower move 17:38:36.080 : <<< do_blocking_move_to 17:38:36.080 : current_position=(105.00, -107.00, 538.02) : sync_plan_position_delta 17:38:36.081 : current_position=(105.00, -107.00, 538.02) : run_z_probe 17:38:36.081 : > do_probe_raise 17:38:36.081 : do_probe_raise(5.00) 17:38:36.081 : <<< probe_pt 17:38:36.081 : >>> probe_pt(52.00, -107.00, 1) 17:38:36.081 : current_position=(105.00, -107.00, 538.02) : 17:38:36.081 : do_probe_raise(5.00) 17:38:36.081 : > do_blocking_move_to_xy(52.00, -107.00) 17:38:36.081 : >>> do_blocking_move_to(52.00, -107.00, 538.02) 17:38:36.081 : destination=(105.00, -107.00, 538.02) : set_destination_to_current 17:38:36.973 : current_position=(52.00, -107.00, 538.02) : xy move 17:38:36.973 : <<< do_blocking_move_to 17:38:37.017 : > current_position=(52.00, -107.00, 538.02) : set_probe_deployed 17:38:37.017 : deploy: 1 17:38:37.017 : >>> do_blocking_move_to(52.00, -107.00, 2.00) 17:38:37.017 : destination=(52.00, -107.00, 538.02) : set_destination_to_current 17:38:37.017 : current_position=(52.00, -107.00, 538.02) : xy move 17:38:37.017 : destination=(52.00, -107.00, 2.00) : prepare_move_to_destination_raw 17:38:37.017 : current_position=(52.00, -107.00, 2.00) : z lower move 17:38:37.017 : <<< do_blocking_move_to 17:38:37.376 : >>> do_blocking_move_to(52.00, -107.00, -2.00) 17:38:37.376 : destination=(52.00, -107.00, 2.00) : set_destination_to_current 17:38:37.376 : current_position=(52.00, -107.00, 2.00) : xy move 17:38:37.376 : destination=(52.00, -107.00, -2.00) : prepare_move_to_destination_raw 17:38:37.376 : current_position=(52.00, -107.00, -2.00) : z lower move 17:38:37.376 : <<< do_blocking_move_to 17:38:37.376 : current_position=(52.00, -107.00, 528.73) : sync_plan_position_delta 17:38:37.377 : current_position=(52.00, -107.00, 528.73) : run_z_probe 17:38:37.377 : > do_probe_raise 17:38:37.377 : do_probe_raise(5.00) 17:38:37.377 : <<< probe_pt 17:38:37.377 : >>> probe_pt(-1.00, -107.00, 1) 17:38:37.377 : current_position=(52.00, -107.00, 528.73) : 17:38:37.377 : do_probe_raise(5.00) 17:38:37.377 : > do_blocking_move_to_xy(-1.00, -107.00) 17:38:37.377 : >>> do_blocking_move_to(-1.00, -107.00, 528.73) 17:38:37.377 : destination=(52.00, -107.00, 528.73) : set_destination_to_current 17:38:38.213 : current_position=(-1.00, -107.00, 528.73) : xy move 17:38:38.213 : <<< do_blocking_move_to 17:38:38.256 : > current_position=(-1.00, -107.00, 528.73) : set_probe_deployed 17:38:38.256 : deploy: 1 17:38:38.256 : >>> do_blocking_move_to(-1.00, -107.00, 2.00) 17:38:38.256 : destination=(-1.00, -107.00, 528.73) : set_destination_to_current 17:38:38.256 : current_position=(-1.00, -107.00, 528.73) : xy move 17:38:38.256 : destination=(-1.00, -107.00, 2.00) : prepare_move_to_destination_raw 17:38:38.256 : current_position=(-1.00, -107.00, 2.00) : z lower move 17:38:38.256 : <<< do_blocking_move_to 17:38:39.014 : >>> do_blocking_move_to(-1.00, -107.00, -2.00) 17:38:39.014 : destination=(-1.00, -107.00, 2.00) : set_destination_to_current 17:38:39.014 : current_position=(-1.00, -107.00, 2.00) : xy move 17:38:39.014 : destination=(-1.00, -107.00, -2.00) : prepare_move_to_destination_raw 17:38:39.014 : current_position=(-1.00, -107.00, -2.00) : z lower move 17:38:39.014 : <<< do_blocking_move_to 17:38:39.014 : current_position=(-1.00, -107.00, 507.93) : sync_plan_position_delta 17:38:39.014 : current_position=(-1.00, -107.00, 507.93) : run_z_probe 17:38:39.014 : > do_probe_raise 17:38:39.014 : do_probe_raise(5.00) 17:38:39.014 : <<< probe_pt 17:38:39.014 : >>> probe_pt(-54.00, -107.00, 1) 17:38:39.014 : current_position=(-1.00, -107.00, 507.93) : 17:38:39.014 : do_probe_raise(5.00) 17:38:39.014 : > do_blocking_move_to_xy(-54.00, -107.00) 17:38:39.014 : >>> do_blocking_move_to(-54.00, -107.00, 507.93) 17:38:39.014 : destination=(-1.00, -107.00, 507.93) : set_destination_to_current 17:38:39.743 : current_position=(-54.00, -107.00, 507.93) : xy move 17:38:39.743 : <<< do_blocking_move_to 17:38:39.787 : > current_position=(-54.00, -107.00, 507.93) : set_probe_deployed 17:38:39.787 : deploy: 1 17:38:39.787 : >>> do_blocking_move_to(-54.00, -107.00, 2.00) 17:38:39.787 : destination=(-54.00, -107.00, 507.93) : set_destination_to_current 17:38:39.787 : current_position=(-54.00, -107.00, 507.93) : xy move 17:38:39.787 : destination=(-54.00, -107.00, 2.00) : prepare_move_to_destination_raw 17:38:39.787 : current_position=(-54.00, -107.00, 2.00) : z lower move 17:38:39.787 : <<< do_blocking_move_to 17:38:40.616 : >>> do_blocking_move_to(-54.00, -107.00, -2.00) 17:38:40.616 : destination=(-54.00, -107.00, 2.00) : set_destination_to_current 17:38:40.616 : current_position=(-54.00, -107.00, 2.00) : xy move 17:38:40.616 : destination=(-54.00, -107.00, -2.00) : prepare_move_to_destination_raw 17:38:40.616 : current_position=(-54.00, -107.00, -2.00) : z lower move 17:38:40.616 : <<< do_blocking_move_to 17:38:40.617 : current_position=(-54.00, -107.00, 484.16) : sync_plan_position_delta 17:38:40.617 : current_position=(-54.00, -107.00, 484.16) : run_z_probe 17:38:40.617 : > do_probe_raise 17:38:40.617 : do_probe_raise(5.00) 17:38:40.617 : <<< probe_pt 17:38:40.617 : >>> probe_pt(-107.00, -107.00, 1) 17:38:40.617 : current_position=(-54.00, -107.00, 484.16) : 17:38:40.617 : do_probe_raise(5.00) 17:38:40.617 : > do_blocking_move_to_xy(-107.00, -107.00) 17:38:40.617 : >>> do_blocking_move_to(-107.00, -107.00, 484.16) 17:38:40.617 : destination=(-54.00, -107.00, 484.16) : set_destination_to_current 17:38:41.358 : current_position=(-107.00, -107.00, 484.16) : xy move 17:38:41.358 : <<< do_blocking_move_to 17:38:41.405 : > current_position=(-107.00, -107.00, 484.16) : set_probe_deployed 17:38:41.405 : deploy: 1 17:38:41.405 : >>> do_blocking_move_to(-107.00, -107.00, 2.00) 17:38:41.405 : destination=(-107.00, -107.00, 484.16) : set_destination_to_current 17:38:41.405 : current_position=(-107.00, -107.00, 484.16) : xy move 17:38:41.405 : destination=(-107.00, -107.00, 2.00) : prepare_move_to_destination_raw 17:38:41.405 : current_position=(-107.00, -107.00, 2.00) : z lower move 17:38:41.405 : <<< do_blocking_move_to 17:38:42.445 : >>> do_blocking_move_to(-107.00, -107.00, -2.00) 17:38:42.445 : destination=(-107.00, -107.00, 2.00) : set_destination_to_current 17:38:42.445 : current_position=(-107.00, -107.00, 2.00) : xy move 17:38:42.445 : destination=(-107.00, -107.00, -2.00) : prepare_move_to_destination_raw 17:38:42.445 : current_position=(-107.00, -107.00, -2.00) : z lower move 17:38:42.445 : <<< do_blocking_move_to 17:38:42.445 : current_position=(-107.00, -107.00, 454.06) : sync_plan_position_delta 17:38:42.445 : current_position=(-107.00, -107.00, 454.06) : run_z_probe 17:38:42.446 : > do_probe_raise 17:38:42.446 : do_probe_raise(5.00) 17:38:42.446 : <<< probe_pt 17:38:42.446 : >>> probe_pt(-107.00, -54.00, 1) 17:38:42.446 : current_position=(-107.00, -107.00, 454.06) : 17:38:42.446 : do_probe_raise(5.00) 17:38:42.446 : > do_blocking_move_to_xy(-107.00, -54.00) 17:38:42.446 : >>> do_blocking_move_to(-107.00, -54.00, 454.06) 17:38:42.446 : destination=(-107.00, -107.00, 454.06) : set_destination_to_current 17:38:43.387 : current_position=(-107.00, -54.00, 454.06) : xy move 17:38:43.387 : <<< do_blocking_move_to 17:38:43.433 : > current_position=(-107.00, -54.00, 454.06) : set_probe_deployed 17:38:43.433 : deploy: 1 17:38:43.433 : >>> do_blocking_move_to(-107.00, -54.00, 2.00) 17:38:43.433 : destination=(-107.00, -54.00, 454.06) : set_destination_to_current 17:38:43.433 : current_position=(-107.00, -54.00, 454.06) : xy move 17:38:43.433 : destination=(-107.00, -54.00, 2.00) : prepare_move_to_destination_raw 17:38:43.433 : current_position=(-107.00, -54.00, 2.00) : z lower move 17:38:43.433 : <<< do_blocking_move_to 17:38:45.152 : >>> do_blocking_move_to(-107.00, -54.00, -2.00) 17:38:45.153 : destination=(-107.00, -54.00, 2.00) : set_destination_to_current 17:38:45.153 : current_position=(-107.00, -54.00, 2.00) : xy move 17:38:45.153 : destination=(-107.00, -54.00, -2.00) : prepare_move_to_destination_raw 17:38:45.153 : current_position=(-107.00, -54.00, -2.00) : z lower move 17:38:45.153 : <<< do_blocking_move_to 17:38:45.153 : current_position=(-107.00, -54.00, 405.60) : sync_plan_position_delta 17:38:45.153 : current_position=(-107.00, -54.00, 405.60) : run_z_probe 17:38:45.153 : > do_probe_raise 17:38:45.153 : do_probe_raise(5.00) 17:38:45.153 : <<< probe_pt 17:38:45.153 : >>> probe_pt(-54.00, -54.00, 1) 17:38:45.153 : current_position=(-107.00, -54.00, 405.60) : 17:38:45.153 : do_probe_raise(5.00) 17:38:45.153 : > do_blocking_move_to_xy(-54.00, -54.00) 17:38:45.153 : >>> do_blocking_move_to(-54.00, -54.00, 405.60) 17:38:45.153 : destination=(-107.00, -54.00, 405.60) : set_destination_to_current 17:38:46.053 : current_position=(-54.00, -54.00, 405.60) : xy move 17:38:46.053 : <<< do_blocking_move_to 17:38:46.096 : > current_position=(-54.00, -54.00, 405.60) : set_probe_deployed 17:38:46.096 : deploy: 1 17:38:46.096 : >>> do_blocking_move_to(-54.00, -54.00, 2.00) 17:38:46.096 : destination=(-54.00, -54.00, 405.60) : set_destination_to_current 17:38:46.097 : current_position=(-54.00, -54.00, 405.60) : xy move 17:38:46.097 : destination=(-54.00, -54.00, 2.00) : prepare_move_to_destination_raw 17:38:46.097 : current_position=(-54.00, -54.00, 2.00) : z lower move 17:38:46.097 : <<< do_blocking_move_to 17:38:46.459 : >>> do_blocking_move_to(-54.00, -54.00, -2.00) 17:38:46.459 : destination=(-54.00, -54.00, 2.00) : set_destination_to_current 17:38:46.459 : current_position=(-54.00, -54.00, 2.00) : xy move 17:38:46.459 : destination=(-54.00, -54.00, -2.00) : prepare_move_to_destination_raw 17:38:46.459 : current_position=(-54.00, -54.00, -2.00) : z lower move 17:38:46.459 : <<< do_blocking_move_to 17:38:46.459 : current_position=(-54.00, -54.00, 396.23) : sync_plan_position_delta 17:38:46.459 : current_position=(-54.00, -54.00, 396.23) : run_z_probe 17:38:46.459 : > do_probe_raise 17:38:46.459 : do_probe_raise(5.00) 17:38:46.459 : <<< probe_pt 17:38:46.459 : >>> probe_pt(-1.00, -54.00, 1) 17:38:46.459 : current_position=(-54.00, -54.00, 396.23) : 17:38:46.459 : do_probe_raise(5.00) 17:38:46.459 : > do_blocking_move_to_xy(-1.00, -54.00) 17:38:46.459 : >>> do_blocking_move_to(-1.00, -54.00, 396.23) 17:38:46.459 : destination=(-54.00, -54.00, 396.23) : set_destination_to_current 17:38:47.300 : current_position=(-1.00, -54.00, 396.23) : xy move 17:38:47.300 : <<< do_blocking_move_to 17:38:47.343 : > current_position=(-1.00, -54.00, 396.23) : set_probe_deployed 17:38:47.343 : deploy: 1 17:38:47.343 : >>> do_blocking_move_to(-1.00, -54.00, 2.00) 17:38:47.343 : destination=(-1.00, -54.00, 396.23) : set_destination_to_current 17:38:47.343 : current_position=(-1.00, -54.00, 396.23) : xy move 17:38:47.343 : destination=(-1.00, -54.00, 2.00) : prepare_move_to_destination_raw 17:38:47.343 : current_position=(-1.00, -54.00, 2.00) : z lower move 17:38:47.343 : <<< do_blocking_move_to 17:38:47.788 : >>> do_blocking_move_to(-1.00, -54.00, -2.00) 17:38:47.788 : destination=(-1.00, -54.00, 2.00) : set_destination_to_current 17:38:47.788 : current_position=(-1.00, -54.00, 2.00) : xy move 17:38:47.788 : destination=(-1.00, -54.00, -2.00) : prepare_move_to_destination_raw 17:38:47.788 : current_position=(-1.00, -54.00, -2.00) : z lower move 17:38:47.788 : <<< do_blocking_move_to 17:38:47.788 : current_position=(-1.00, -54.00, 384.40) : sync_plan_position_delta 17:38:47.788 : current_position=(-1.00, -54.00, 384.40) : run_z_probe 17:38:47.789 : > do_probe_raise 17:38:47.789 : do_probe_raise(5.00) 17:38:47.789 : <<< probe_pt 17:38:47.789 : >>> probe_pt(52.00, -54.00, 1) 17:38:47.789 : current_position=(-1.00, -54.00, 384.40) : 17:38:47.789 : do_probe_raise(5.00) 17:38:47.789 : > do_blocking_move_to_xy(52.00, -54.00) 17:38:47.789 : >>> do_blocking_move_to(52.00, -54.00, 384.40) 17:38:47.789 : destination=(-1.00, -54.00, 384.40) : set_destination_to_current 17:38:48.516 : current_position=(52.00, -54.00, 384.40) : xy move 17:38:48.516 : <<< do_blocking_move_to 17:38:48.561 : > current_position=(52.00, -54.00, 384.40) : set_probe_deployed 17:38:48.561 : deploy: 1 17:38:48.561 : >>> do_blocking_move_to(52.00, -54.00, 2.00) 17:38:48.561 : destination=(52.00, -54.00, 384.40) : set_destination_to_current 17:38:48.561 : current_position=(52.00, -54.00, 384.40) : xy move 17:38:48.561 : destination=(52.00, -54.00, 2.00) : prepare_move_to_destination_raw 17:38:48.561 : current_position=(52.00, -54.00, 2.00) : z lower move 17:38:48.561 : <<< do_blocking_move_to 17:38:51.523 : Printer reset detected - initalizing 17:38:51.523 : start 17:38:51.524 : echo:Marlin 1.1.0-RCBugFix 17:38:51.524 : echo: Last Updated: 2016-07-26 12:00 | Author: (Drannok, Deltannok RC7) 17:38:51.524 : Compiled: Aug 22 2016 17:38:51.524 : echo: Free Memory: 4093 PlannerBufferBytes: 1296 17:38:51.524 : echo:Hardcoded Default Settings Loaded 17:38:51.524 : echo:Steps per unit: 17:38:51.531 : echo: M92 X160.00 Y160.00 Z160.00 E836.00 17:38:51.531 : echo:Maximum feedrates (mm/s): 17:38:51.531 : echo: M203 X500.00 Y500.00 Z500.00 E25.00 17:38:51.531 : echo:Maximum Acceleration (mm/s2): 17:38:51.531 : echo: M201 X9000 Y9000 Z9000 E10000 17:38:51.531 : echo:Accelerations: P=printing, R=retract and T=travel 17:38:51.531 : echo: M204 P3000.00 R3000.00 T3000.00 17:38:51.531 : echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s) 17:38:51.531 : echo: M205 S0.00 T0.00 B20000 X20.00 Z20.00 E5.00 17:38:51.531 : echo:Home offset (mm) 17:38:51.531 : echo: M206 X0.00 Y0.00 Z0.00 17:38:51.531 : echo:Endstop adjustment (mm): 17:38:51.531 : echo: M666 X0.00 Y0.00 Z0.00 17:38:51.531 : echo:Delta settings: L=diagonal_rod, R=radius, S=segments_per_second, ABC=diagonal_rod_trim_tower_[123] 17:38:51.531 : echo: M665 L573.00 R268.20 S200.00 A0.00 B0.00 C0.00 17:38:51.531 : echo:Material heatup parameters: 17:38:51.531 : echo: M145 S0 H180 B70 F255 17:38:51.531 : echo: M145 S1 H240 B100 F255 17:38:51.531 : echo:PID settings: 17:38:51.531 : echo: M301 P22.20 I1.08 D114.00 17:38:51.531 : echo:Filament settings: Disabled 17:38:51.531 : echo: M200 D1.75 17:38:51.531 : echo: M200 D0 17:38:51.531 : echo:Z-Probe Offset (mm): 17:38:51.531 : echo: M851 Z-13.40 17:38:54.627 : FIRMWARE_NAME:Marlin 1.1.0-RCBugFix (Github) SOURCE_CODE_URL:https://github.com/MarlinFirmware/Marlin PROTOCOL_VERSION:1.0 MACHINE_TYPE:Deltannok RC72mmbump EXTRUDER_COUNT:1 UUID:cede2a2f-41a2-4748-9b12-c55c62f367ff 17:38:54.628 : X:0.00 Y:0.00 Z:0.00 E:0.00 Count X: 81017 Y:81017 Z:81017 17:38:54.628 : echo:DEBUG:INFO,ERRORS 17:38:54.628 : echo:Active Extruder: 0 17:38:54.707 : echo:DEBUG:INFO,ERRORS 17:38:54.707 : echo:Active Extruder: 0 ```
Roxy-3D commented 8 years ago

Yuch! Can you re-post with the line breaks as they show up in PronterFace? Maybe attach it as a .TXT file ???

tyssoon commented 8 years ago

yep of course:

m111.txt

tyssoon commented 8 years ago

is the txt file good ?

Roxy-3D commented 8 years ago

Yes. The file is good. Can you reset the machine, do a G28 and then lower the Z-axis to the middle of the print envelope? I want to see a M119 with the printer positioned there. And then do a M401 and another M119 I think you have end stops (in particular, the Z-Probe) showing as triggered when they are not.

Do you have your Z-Probe plugged into the Z-Min endstop? If so, I think you might have these two items reversed. I think you ought to try:

//#define Z_MIN_PROBE_ENDSTOP
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
thinkyhead commented 8 years ago

@tyssoon Since your probe extends 13.4mm below the nozzle, you need to make sure your Z_PROBE_DEPLOY_HEIGHT and Z_PROBE_TRAVEL_HEIGHT are larger than that magnitude so the probe will clear the bed. For example, if you want the probe to be 5mm above the bed between probes, you need set the Z_PROBE_TRAVEL_HEIGHT to 18.4.

tyssoon commented 8 years ago

@thinkyhead hi ! i have done what you said, i realy thought it could work but it didnt. i tried Z_PROBE_TRAVEL_HEIGHT 20 and the effector still go down during g29 without raising between probes. i believed in you ! :D

@Roxy-3D

i tried this

//#define Z_MIN_PROBE_ENDSTOP

define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN

and that didnt change the no raising.

z probe is plugged on the zmin endstop yes.

m119 in the middle of the print enveloppe:

Reporting endstop status x_max: open y_max: open z_min: open z_max: open

m401 had no effect for an mysterious reason

m111 2.txt

i hope i have done the manipulation right.

thinkyhead commented 8 years ago

By the way, welcome to Github!

tyssoon commented 8 years ago

@thinkyhead

Hey thank you ! :)

thinkyhead commented 8 years ago

Your configuration looks ok to me, except you should definitely be using Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN. The last log you posted has nothing of use in it. You need to run G29 and log the entire procedure, then post the output.

tyssoon commented 8 years ago

oh ok sorry, i had switch it back to see the difference.

so with Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN i let my finger on the switch during the whole g29 to let him finish it.

m111 3.txt

and thanks for the answers btw

thinkyhead commented 8 years ago

And, again, not useful. The output we're looking for isn't present. You must do two things, as Roxanne described above. First, enable this option in your configuration:

#define DEBUG_LEVELING_FEATURE

...and after you have re-flashed the firmware, execute the command M111 S255 before you do G28 or G29. Also, please clear the log before you start, and only include the output from one session of homing and/or bed leveling.

Thanks ! and sorry to keep going back to this.

tyssoon commented 8 years ago

no no, im sorry, i really dont know what i am doing. I just understood that repetier kept everything from the beginning, i think i have cleaned it now, even if it's still quite long

define DEBUG_LEVELING_FEATURE was uncommented, i dont understand why it doesnt work. i have reflashed with it again to be sure.

m111 4.txt

thanks for your patience, really. i hope the txt is ok.

Roxy-3D commented 8 years ago

@tyssoon I've been looking at the latest m111-4.txt log. I need to see the output of this code block in the G29:


        if (verbose_level) {
          SERIAL_PROTOCOLPGM("Eqn coefficients: a: ");
          SERIAL_PROTOCOL_F(plane_equation_coefficients[0], 8);
          SERIAL_PROTOCOLPGM(" b: ");
          SERIAL_PROTOCOL_F(plane_equation_coefficients[1], 8);
          SERIAL_PROTOCOLPGM(" d: ");
          SERIAL_PROTOCOL_F(plane_equation_coefficients[2], 8);
          SERIAL_EOL;
          if (verbose_level > 2) {
            SERIAL_PROTOCOLPGM("Mean of sampled points: ");
            SERIAL_PROTOCOL_F(mean, 8);
            SERIAL_EOL;
          }
        }

Can you clear the log, do the following:

The V4 on the G29 will print those values for me.

tyssoon commented 8 years ago

@Roxy-3D tell me if it's okay:

m111 5.txt

Roxy-3D commented 8 years ago

@tyssoon I made a mistake. I forgot this is on a Delta printer. The coefficients do not get calculated using qr_solve() on a Delta. But the log is good. I keep looking at it.

tyssoon commented 8 years ago

the beast ! :)

https://goo.gl/photos/9f4q7piJpAfHMRK76

maybe someone have a similar delta build with a marlin well configured where i would just need to change the rods lengths, etc. ?

thinkyhead commented 8 years ago

The log shows that your Z never goes below ~453mm in height. That points to a possible mis-configuration. Is this known to be correct? :

#define MANUAL_Z_HOME_POS 684 // Distance between the nozzle to printbed after homing

This specifies the distance between the nozzle tip and the bed when homed.

And, if that is correct, what does the output of M119 show as you press each endstop and the probe? Are your endstops triggering normally in the way that they should? That is, open when not pressed, and TRIGGERED when they are pressed?

tyssoon commented 8 years ago

Hi @thinkyhead

Z never goes below 453 cause i stay with my finger on the probe switch. I don't want it to crash on the print bed. otherwise the G29 goes to it "normally", it just doesn't raise between probes.

with the four switches pressed:

09:48:19.505 : Reporting endstop status
09:48:19.505 : x_max: TRIGGERED
09:48:19.505 : y_max: TRIGGERED
09:48:19.505 : z_min: TRIGGERED
09:48:19.505 : z_max: TRIGGERED

and the four unpressed;

09:49:33.863 : Reporting endstop status
09:49:33.863 : x_max: open
09:49:33.863 : y_max: open
09:49:33.863 : z_min: open
09:49:33.863 : z_max: open
tyssoon commented 8 years ago

wow, it works now and i dont understand why, i have changed nothing. after u told me about the height i let the effector going down to the bed with my finger on reset waiting for the crash, and he didnt crashed. So in the code i suppose that if an height isnt reach by the probe et doesnt raise between probes.

im happy but also puzzled.

anyway thanks guys, you made it work ! even if i dont understand how ! :D :+1:

thaaaaaaaaaaaanks !!!

thinkyhead commented 8 years ago

I'm glad to hear it was resolved. Sometimes all it takes is a re-flash and reset of EEPROM to clear up anomalies.

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.