Replies: 2 comments 8 replies
-
I can enter the speed but do not get any status on the speed- it is working with the old Mega 5x setup though |
Beta Was this translation helpful? Give feedback.
-
Ok I changed the switched the digital output pins for the spindle direction and pwm in the ramps_1.6_map.h and now the pwm output works on pin 5. UGS still does not show me an spindle speed. #ifndef MODBUS_ENABLE // Define spindle enable and spindle direction output pins. // Start of PWM & Stepper Enabled Spindle #endif |
Beta Was this translation helpful? Give feedback.
-
Hi everybody,
total newby here who wants to switch from grbl on an Arduino Mega with ramps 1.4 to Arduino Due grblHAL and ramps1.6.
I was able to compile the grblHAL in Arduino IDE with compatibility mode to work with UGS, that worked well- I can also switch on the spindle wit M3 Sxxx commands and switch it off with M5. But I cannot find the PWM signal, on the Arduino Due. Spindle Enable Pin is on Digital Pin 4 (works if I enter M3 S200 ). The Ramps is not powered up so the Due is only connected to USB.
Pin 11, 12 13 do not work
Any ideas, any help would be musch appreciated - thanks!
the Readme from grblHAL is referring to this build:
Latest build date is 20201103
Beta Was this translation helpful? Give feedback.
All reactions