Replies: 1 comment 1 reply
-
Hi, If you have some time, you could edit the driver. Since vector engraving and vector cutting are the same thing for the lasercutter, the point to add it for your use case would be the LaserProperty (the things needed per profile). Currently the GenericGcodeDriver uses the FloatPowerSpeedFocusProperty and you would need a derived class CustomGcodeFloatPowerSpeedFocusProperty ;). This would add the fields preGcode and postGcode, which could then be configured per laser profile (cut, engrave etc). In short you would need to
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Visicut a lot, that is an awsome piece of software !
The laser engraver/cutter i use is a mofied SOVOL SO-2 driven by Octoprint with the betterGRBL plugin enabled, on a Rpi.
My svgs are made with inkscape and have 4 layers : raster engraving, vector engravng, inner cut, and outer cut. Everything is set up and behave wonderfully.
My problem :
I'd like to turn on the Air Assist only when the laser cuts the material. I can turn on Air assist with the OCTO8 custom gcode, and turn it off with OCTO9.
Would anybody have a solution for me ?
Beta Was this translation helpful? Give feedback.
All reactions