Ravi Karoria

Results 99 comments of Ravi Karoria

Thanks a lot Terje! Yes, it is for my personal use only.

g2core project uses jerk control motion since long. The dark side of that is they could not still achieve feedrate overrides in g2core as per my knowledge. Consider when you...

@hankecnc I dont actually understand what they are saying about 6th order acceleration. I guess it should be S curve motion. I may be wrong on this. S curve itself...

Make following settings in settings_default.h or whatever file you are using for compiling: Define motor 1 as Axis_X Define motor 2 as Axis_X Define motor 3 as Axis_Y Define motor...

1. By default, g2 keeps motors disabled. So you need to enable them (see for motor_disabled and change it to motor_always_powered) in settings_default.h and set other machine specific parameters in...

Most probably the compile errors may be due to empty motate directory. Remember to use gshield option for compiling. Optionally, you can also use command line for compiling in mac....

You have almost done it. Have you flashed it to due? 1. Yes, you can define the settings file while compiling. I am not experienced user of xcode. So cant...

Sorry, forgot to mention that the settings you are in as per screenshot is right.

You figured it right. compile time file selection is as per "makefile". For time being, please don't experiment with other settings. "Motors not moving" is the problem of settings file...

OK. Got it. Please replace AXIS_DISABLED with AXIS_STANDARD for x, y and z axis and use AXIS_RADIUS for a, b and c axis if you want to use any of...