Menu

#66 Create a Tool Speed command

Done
J-P
None
High
All
Enhancement
2021-05-06
2015-06-15
romain145
No

A tool speed command should be added for each tool, and should be configured in the postpro_config.cfg, or better: in the job itself (so different jobs can have different feedrates and different tool speeds).

At the moment I am working with the following:

tool_change = M%tool_nr1%nlM%tool_nr3%nlM93S18
Which generates the following gcode:
M31 (For tool 3)
M33
M93S18 (Starts inverter and sets the speed)

The Inverter Start and Speed settings are hard coded. The tool speed is hard coded in the config.cfg (I am not sure what it is used for...).

Discussion

  • J-P

    J-P - 2015-06-18

    The tool speed is already a command you can add
    T%tool_nr M6%nlS%speed%nl

    So simply say %speed

    The speed is defined in the config file under the tool parameters

     
  • romain145

    romain145 - 2015-06-22

    Thanks for that.
    Having the tool speed configurable in the software (under the Feedrates) would be more comfortable to use when jobs need different tool speeds (instead of changing the config.cfg). The speed configured in the config file could be the default value.

     
  • J-P

    J-P - 2015-07-02

    I completely agree with you.
    I actually want to make a tool settings window for that, where we can add more tools or delete them and even change them. I also think the feed rates should belong to the tool settings. But this is on my todo list, not yet sure when I will find the time for this. Maybe somebody else wants to implement it ?? ;)

     
  • chrisko

    chrisko - 2021-05-06
    • status: New --> Done
    • assigned_to: J-P
    • OpSys: --> All
    • Type: Patch --> Enhancement
     
  • chrisko

    chrisko - 2021-05-06

    Initial request was fullfilled. Therefore closing this issue.

     

Log in to post a comment.