Help with .json file

I’m editing a few things in the .json files and can’t find one thing. Can anyone help?

Where is “internal_solid_infill_pattern” at?

If it matters, this is for the H2C.

Thanks, Cody

Hi Cody,

This doesn’t seem to appear in any of the process presets. Presumably it just defaults to the slicer’s defaults. The only 2 instances I can find is for Qidi X3 printers (in Studio’s installation folder, resources/profiles/Qudi/process/fdm_process_qidi_infill_pattern.json).

But you could add one in any of the process files yourself. Just stick

    "internal_solid_infill_pattern": "monotonic",

somewhere in there, and mind those commas.
Here’s the list of recognized fill names I pulled out of the code:

concentric
zig-zag
monotonic
monotonicline
alignedrectilinear
hilbertcurve
archimedeanchords
octagramspiral

HTH,
-Max

I knew you’d be the one to reply. I should have just asked you.

I wanted to make sure I wasn’t missing something before I just added it. I also didn’t want to put it in the wrong spot. Something’s I wanted to change for lots of process and some just for one. This one I think is going to be for all, so I was thinking “fdm_process_common”. I only have one printer at a time, so that should be good

Thanks for looking Max

Cody

1 Like