Rui Azevedo

Results 138 comments of Rui Azevedo

there is a define to force use ram, MENU_USERAM, and you got it... I'm focusing on new menu version, where i'm not forcing the FLASH thing among many other things...

@martykube use a read only numeric field tied to a variable where the sensor read is stored, it will automatically update its value whenever the sensor read changes... To use...

and its not "day light saving" stuff? sorry if you already checked that TL;DR

had similar issue in two cases: 1) with arduino framework because the softdevice file was missing, upload **only shows a warning about not finding the file** (in verbose mode) and...

@thinkyhead > Will a typical CNC machine have endstops on both ends of the axis? most CNC's have limit switches (endstop's) for accurate homing and some have extra switches in...

@DerAndere1 This is an emergency stop, I'm just calling the `kill()` function, guess that axis halt is imediate and hope spindle stop is done there too, along with buffer cleaning...

On the `NO_MOTION_BEFORE_HOMING`, it is essential right now otherwise axis start to move after reset if host is not properly informed. Guess that is a protocol thing, not explored that...

it shivers me that an unsuspected gcode file could disable my safety limits... can we at least have a separate option (compile time define) to do not allow that, so...

you can load your xslt file as a xml document, xpath into it to find your special includes and do in-place replacement. guess you know that, and i agree it...

please! i think this is the last obstacle on my port... please add EXSLT