PyCNC icon indicating copy to clipboard operation
PyCNC copied to clipboard

Error with gcode

Open huthido opened this issue 3 years ago • 0 comments

Hello Nikolay, I ran PyCNC on RPi4 but it debug to:

---- ads111x is not detected ---- *************** Welcome to PyCNC! ***************

g1x1 [DEBUG] got command {'G': '1', 'X': '1'} [INFO] Moving linearly (1.0, 0.0, 0.0, 0.0) [DEBUG] _iteration_x: 0, _iteration_y: 0, _iteration_z: 0, _iteration_e: 0, _iteration_direction: None, _acceleration_time_s: 0.0125, _linear_time_s: 0.0275, _2Vmax_per_a: 0.025, _delta: (1.0, 0.0, 0.0, 0.0), max_velocity_mm_per_sec: (25.0, 0.0, 0.0, 0.0), acceleration_time_s: 0.0125, linear_time_s: 0.0275, _total_pulses_x: 640, _total_pulses_y: 0, _total_pulses_z: 0, _total_pulses_e: 0, _direction: (1.0, 1.0, 1.0, 1.0)

and not to continue. What is happend?

huthido avatar Jul 12 '21 08:07 huthido