-
Notifications
You must be signed in to change notification settings - Fork 61
How can I change C-AXIS feed-rate? #12
Comments
Hello, I use myr own program for controlling Grbl controler. I send commands directly Regards Dňa 19.8.2014 12:15 používateľ "LETARTARE" [email protected]
|
I have C-axis As rotary.
|
@K-mont |
Hello, I tried 0.8c1 but pin_map is different than Grbl845Mega2560. Here is the pin_map for Grbl845Mega2560 is there some different pins, like for homming switch, coolant ... /* Copyright (c) 2013 Sungeun K. Jeon Grbl is free software: you can redistribute it and/or modify Grbl is distributed in the hope that it will be useful, You should have received a copy of the GNU General Public License /* The pin_map.h file serves as a central pin mapping settings file for different processor #ifndef pin_map_h // IMPORTANT: Any changes here requires a full re-compiling of the source code to propagate them. #ifdef PIN_MAP_ARDUINO_MEGA_2560 // config.h
/// ==> NOTE: All step bit and direction pins must be on the same port <==
/// 844
/// 0.84 = 0.9d
/// 841
/// 841 /// TODO :to indroduire in 0.84x #define PINOUT_INT PCIE2 // Pin change interrupt enable pin #elif PIN_MAP_CUSTOM_PROC #endif //pin_map_h Regards |
Hello, |
Hello, I am trying to configure grbl for the Mega2560 to work with the TI DRV8711 Stepper Driver. I am trying to send configuration data over SPI to the driver but it seems that I don't have any control of the arduino pins from within the Arduino scripts. I also need to manipulate the output of a pin to bring the DRV8711 out of sleep mode. Within the Arduino script I set the pin to output using "pinMode" and then set the direction using "digitalWrite" but the pin doesn't change state. I am using pin 12 which I don't believe is being used by the grbl program. Any advice you can give me would be great. |
Hello,
I'm using Grbl845Mega2560 and when I change the feed rate (eg. G91 G1 F1000 C180 and G91 G1 F20000 C180 ) than C-axis feed rate is still the same. Is it possible to increase the feed rate somewhere for c-axis?
Thanks
Best regards
The text was updated successfully, but these errors were encountered: