Gauthier Brière

Results 60 comments of Gauthier Brière

Hi @luzpaz, > What's the verdict here ? The "Tread" property doesn't seam to be linked to the expression engine since it doesn't have the expression icon on it. But...

Hi all, I just made an action to correct a bug linked to the evolution of Python and FreeCAD, I do not feel entitled to decide on the licensing level......

Hi @xero83, Hum... This strange! With `#define ENABLE_RAMPS_HW_LIMITS` and `$21=1`, hard limits should work. Can you join your config.h and cpu_map.h file and post the result of `$I` and `$$`...

Hi @bissicletta, When you use the `#define SEPARATE_SPINDLE_LASER_PIN` option, the $32 (laser mode) parameter intervenes to select the destination of the M3, M4 & M5 commands. - if `$32 =...

!?!?!? Can you post a zip file with the grbl-Mega-5X sources you use ? (Only the `grbl` directory with all the `.c` and `.h` files)

Hi @bissicletta, On the line 502 in config.h, you added `#define VARIABLE_SPINDLE`... This define doesn't exis anywhere in my code. Do you added other code which use it? In default.h...

Hi @bissicletta I think you don't have the right connection... As I see in the laser documentation here (https://cdn.shopify.com/s/files/1/0549/7500/4823/files/LT-40W-AA_User_Manual.pdf) should be like this: ![branchement_laser](https://github.com/user-attachments/assets/7f0fe9d7-a06d-4c8e-b381-fa9c331b86c2) @++; Gauthier.

Hi @bissicletta, Happy new year to you too! !?!?!? $33 is not a frequency parameter. It's the X axis maximum speed parameter! Perhaps you don't have read the full laser...

Hi @DDanielMK, The management of the digital output features of grbl-Mega-5X uses the same standard as LinuxCNC. http://linuxcnc.org/docs/stable/html/gcode/m-code.html#mcode:m62-m65 The M62 and M63 commands are synchronized with the movement. This means...

Hi @DDanielMK, > If I use M64/65 then the outputs are triggered before the correct point on the toolpath, which is to be expected according to your explanation above. Yes,...