-
Notifications
You must be signed in to change notification settings - Fork 11
Description
I've successfully flashed a Cricut Maker 1 (with serial starting Q) using the cutcutgo firmware, using a pickit3, on MacOS.
I can connect to the device using picocom, a commandline serial monitor, and successfully send it gcode commands.
Sending a command like G01X50F1 works very well, the unit moves the tool head smoothly in the X direction.
Similarly, a command like G01Y50F1 works well too, the unit moves the bed smoothly in the Y direction.
However, a command like G01X50Y50F1 also works, but the unit makes a grinding/rattling noise while moving the bed and toolhead together.
At this point, I presume that the motor-control (which controls the DC motors while monitoring their rotary detectors) is responsible.
Do you have any insight into this?