Gauthier Brière

Results 60 comments of Gauthier Brière

Hi @gpstone, You are right, I'm convinced it's a bug, probably located in the code of planner.c or stepper.c... But difficult to find in this particular complex code portion. I...

Hi all, This reminds me that I'm way behind on the grbl-Mega-5X work... The workaround consisting of configuring without using cloning and connecting the stepper motor drivers to be cloned...

Hi @pgordinho, Oh, that’s an interesting comment! Can you tell which previous version worked well? @++; Gauthier.

Hi @adrianopedro, You can use the parameter `$1=255` so steppers will always stay enabled. Steppers enables pin of all axes (see https://github.com/fra589/grbl-Mega-5X/wiki/grbl-Mega-5X-pinout) will stay to 0v (In fact, they are...

Hi @adrianopedro, Damn! I made a reply yesterday evening, but the reply has been lost due to a bad Internet connection :-( (I'm in travel) It will be very dificult...

Bonjour @franck70150 Les "Warning" que te montrent la trace de cn5X++ me font penser à des erreurs de communication série... Dans cn5X++, ce type d'erreurs de communication ne sont pas...

Bonjour @franck70150, Quand tu utilises `LASER_PWM_ON_D9` en ayant également défini `SEPARATE_SPINDLE_LASER_PIN`, c'est `$33` qui définit le niveau de puissance maximum du laser. Dans ce mode, $30, c'est pour définir la...

Bonjour @franck70150, ` USE_OUTPUT_PWM` est une option pour ajouter une sortie PWM auxiliaire supplémentaire gérée par les commandes GCode `M67` et M68 (http://linuxcnc.org/docs/html/gcode/m-code.html#mcode:m67). `SEPARATE_SPINDLE_LASER_PIN`, c'est pour avoir des sorties différentes...

Hi @oilytin, Since your hardware configuration doesn't have Z axis, the standard CNC axis for this configuration is XY and UV cf. [this documentation about standard axis definition](http://linuxcnc.org/docs/html/gcode/machining-center.html#_axes): > A...

Hi @svenhb, But your issue is better as it gives a clue for resolution :-) Servo control is in my TODO list as accessory tool like the recently added functions...