Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Guffy
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Guffy

    @Guffy

    0
    Reputation
    5
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Guffy Unfollow Follow

    Latest posts made by Guffy

    • RE: CNC Fusion 360 Postprocessor

      hi guys
      a step forward in the post processor.
      i have decided to split the code of pp to 4 files
      DIYCNC_Common.js – common code
      DIYCNC_Grbl11.cps – code and properties specific to grbl
      DIYCNC_Marlin20.cps – code and properties specific to marlin 20
      DIYCNC_RepRapFW.cps – code and properties specific to reprap firmware
      so now you will see 3 post processors in the Fusion drop down box instead of selecting target firmware in the properties.
      as result there is much less messing of properties belong to different firmwares in the properties control

      posted in My Duet controlled machine
      Guffyundefined
      Guffy
    • RE: CNC Fusion 360 Postprocessor

      so if anyone interesting it is here
      https://github.com/guffy1234/mpcnc_posts_processor

      posted in My Duet controlled machine
      Guffyundefined
      Guffy
    • RE: CNC Fusion 360 Postprocessor

      hi guys
      I'm also develop Fusion 360 post processor. I had been designed for MPCNC and milling from SD card.
      Initially it was for Marlin 2.0 only, later I had added Grbl 1.1.
      So it's multi target now.
      And now I have added RepRap Firrmware (based on Marlin target).
      It supports:
      manual spindle control or use M3/M5
      manual tool changing + measuring the tool with G28 Z
      laser mode with using M106/M107 or M3/M5 or M42
      controlling of 2 channels of coolant
      particular parts of gcode could be replaced by external files

      posted in My Duet controlled machine
      Guffyundefined
      Guffy