Ghostkeeper
Ghostkeeper
@shardsofaperture You could look into https://github.com/Ghostkeeper/SVGToolpathReader/pull/8 . There was an attempt that seems to be somewhat successful, but had some extra bits that introduce non-standard g-code.
To keep this maintainable, I think it's better to implement this with the viewport during the SVG parsing stage. I intend to make it possible to rescale the print to...
The ZYYX Agile printer uses the Makerbot g-code flavour, so X3GWriter adds `-g` to the command. It also uses the "ZYYX - Single Extruder" machine profile, which adds `-m z`...
> Could it be possible to have more details about where to find or how to save this .ini config file ? Indeed this could be very helpful to debug...
Then something must be up with the `[a]` or `[b]` header. Or just the print settings? MBot has a Marlin repository with some modifications on their Github page, but it...
The `setting_version` changes with pretty much every Cura release. It's to indicate that something changed in the settings list such that old profiles need to be interpreted differently. For instance,...
Maybe your printer has the zero point wrong in Cura itself. What happens when you click your machine name in the top right, then "Manage Printers...", then "Machine Settings" and...
Or maybe there is a toggle in GPX to center the g-code?
If the definition file includes the `machine_x3g_variant` metadata info, it's expected to pass that on as the profile for GPX. Otherwise it's expected to create the temporary .ini file from...
> I know github has certain etiquette and formatting which I'm not entirely privy to, please forgive my formatting and general lack of understanding in this regard, and in the...