HAS 7 cOMMANDS NOW WILL NOT GO TO IDLE

i HAVE TRIED M112 and all kinds of things to get rid of this stuff . . Will not go away  and can't run the Printer now . . Power went out and every thing went down When power can back and started computer and 3D printer again Have this Problem . . 7 commands waiting . . Only goes down to 1 and never lets me run the 3D Printer . . I can RUN A PART FROM THE SD CARD . . and it works good

GL_ARB_shader_ballot GL_ARB_shader_clock GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_EXT_window_rectangles GL_MESA_shader_integer_functions GL_ARB_polygon_offset_clamp GL_ARB_texture_filter_anisotropic GL_KHR_parallel_shader_compile GL_EXT_EGL_image_storage GL_MESA_framebuffer_flip_y GL_EXT_EGL_sync GL_EXT_demote_to_helper_invocation
< 17:49:50.464 : OpenGL renderer:NV106
< 17:49:50.464 : Using fast VBOs for rendering is possible
< 17:50:19.979 : Printer reset detected - initalizing
> 17:50:19.991 : start
> 17:50:19.991 : echo:Marlin 1.1.8
> 17:50:19.993 : echo: Last Updated: 2017-12-25 12:00 | Author: (none, default config)
> 17:50:19.993 : echo:Compiled: Feb 19 2023
> 17:50:19.993 : echo: Free Memory: 3840  PlannerBufferBytes: 1232
> 17:50:19.999 : echo:V47 stored settings retrieved (626 bytes; crc 16279)
> 17:50:20.004 : echo:  G21    ; Units in mm
> 17:50:20.006 : echo:  M149 C ; Units in Celsius
> 17:50:20.008 : echo:Filament settings: Disabled
> 17:50:20.010 : echo:  M200 D1.75
> 17:50:20.010 : echo:  M200 T1 D1.75
> 17:50:20.015 : echo:  M200 D0
> 17:50:20.017 : echo:Steps per unit:
> 17:50:20.019 : echo:  M92 X79.85 Y80.05 Z2400.00
> 17:50:20.019 : echo:  M92 T0 E80.00
> 17:50:20.021 : M92 T1 E105.00
> 17:50:20.026 : echo:Maximum feedrates (units/s):
> 17:50:20.028 : echo:  M203 X400.00 Y400.00 Z4.00
> 17:50:20.030 : echo:  M203 T0 E45.00
> 17:50:20.030 : M203 T1 E45.00
> 17:50:20.032 : echo:Maximum Acceleration (units/s2):
> 17:50:20.037 : echo:  M201 X5000 Y5000 Z50
> 17:50:20.039 : echo:  M201 T0 E5000
> 17:50:20.039 : M201 T1 E5000
> 17:50:20.047 : echo:Acceleration (units/s2): P<print_accel> R<retract_accel> T<travel_accel>
> 17:50:20.050 : echo:  M204 P1000.00 R2000.00 T3000.00
> 17:50:20.060 : echo:Advanced: S<min_feedrate> T<min_travel_feedrate> B<min_segment_time_us> X<max_xy_jerk> Z<max_z_jerk> E<max_e_jerk>
> 17:50:20.067 : echo:  M205 S0.00 T0.00 B20000 X10.00 Y10.00 Z0.30 E5.00
> 17:50:20.067 : echo:Home offset:
> 17:50:20.069 : echo:  M206 X0.00 Y0.00 Z0.00
> 17:50:20.071 : echo:Hotend offsets:
> 17:50:20.073 : echo:  M218 T1 X0.00 Y0.00
> 17:50:20.076 : echo:Material heatup parameters:
> 17:50:20.076 : echo:  M145 S0 H180 B70 F0

Comments

  • Is this a direct connection or via  Repetier-Server?

    Also what is your timeout setting? I see you get responses so communication should be good. And one command waiting means a ok is missing in responses. Hard to see here as ack is disabled as well as temperture reports I guess.

    From temperture query there will always be a small time where a command is on it's way, but e.g. moving or homing ahould work. If it really hangs you must see a timeout message after the defined time, normally 30 seconds.

    Also at least for debugging enable ping pong mode in connection settings. If you later see it works you might try without for enhanced communication speed.
Sign In or Register to comment.