juicy-gcode icon indicating copy to clipboard operation
juicy-gcode copied to clipboard

Flavor as an application argument?

Open berkut0 opened this issue 1 year ago • 5 comments

Hi! Is it possible to pass flavors as an argument? Not as a file, but as a straight parameter argument

berkut0 avatar Aug 28 '23 07:08 berkut0

no, it is too complex. also, it is YAML now, not sure how it could be serialized

domoszlai avatar Aug 28 '23 16:08 domoszlai

Got it, thanks

berkut0 avatar Aug 29 '23 10:08 berkut0

It seems to me that configuration could be provided in "real time". I'm constructing the configuration in some sort of configurator and pushing that out to the application. And in this pipeline files feels a bit redundant. I think this problem is mostly for the Windows platform.

Maybe it's possible to pass not a file, but pure YAML in quotes instead of a file?

berkut0 avatar Aug 29 '23 11:08 berkut0

Not sure. Why would this be useful?

domoszlai avatar Sep 01 '23 06:09 domoszlai

It's related to https://github.com/domoszlai/juicy-gcode/issues/24 It feels like to be great to have it as a pure CLI tool Now we should provide files, it's nice, but if I can feed pure SVG as input, maybe even a parts of SVGs, provide flavors as parameters and it can be easily and seamless integrated in very different scenarious

Maybe it's just a fantasy, and to be honest, not as necessary as I can imagine.

berkut0 avatar Sep 03 '23 14:09 berkut0