Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Multiple configs for a single slice, with select layer ranges using Config INI Section Names #3131

Closed
h3rb opened this issue Nov 16, 2015 · 3 comments

Comments

@h3rb
Copy link

h3rb commented Nov 16, 2015

It would be extremely useful for me to be able to say "use this config for these layers", where I could specify infill (and other options) for specific layers .. this feature is probably an enhancement of the "every nth layer" feature.

ie:

; For setting special parameters on the first layer that override the 'master settings'

[special_settings_for_layer_1] ; this is a "config section" name
start_layer=1
end_layer=1
... settings here

; For setting special params on the 2nd-10th layer:
[special_settings_for_layers_1_10]
start_range=2
end_range=10
... settings here

etc

@ghuser2
Copy link

ghuser2 commented Nov 17, 2015

Isn't this how modifiers work?

@h3rb
Copy link
Author

h3rb commented Nov 17, 2015

Can someone show me the documentation for modifiers? I'm not yet convinced I have the full control I'm hoping for. What are the limits of mesh modifiers? CAn you have multiple mesh modifiers interacting with the same layer? Can you have any mesh shape or only cubes? Do they have to be 2d extruded along the Z or can they be a sphere for example?

@lordofhyphens
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants