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

update #2

Merged
merged 261 commits into from
Oct 11, 2024
Merged

update #2

merged 261 commits into from
Oct 11, 2024

Conversation

J-DRD
Copy link
Owner

@J-DRD J-DRD commented Oct 11, 2024

No description provided.

…a real default_fan_speed

 - updated helper text.
 - now default will be used when a field is deactivated.
 - default_fan_speed =0 is a bit like the old fan_always_on to false.
 - min fan speed is a real min for fan speed (if not stopped)
Should be easier to understand.
#4009
remove setInt for not-enum config
allow all vector types in text field (';' separated, to avoid problem with ',' vs '.' locales)
Change `post_process` to use the new way (no "serialized" needed anymore)
Remove "one_string" gui type, as it's now a supported as vector with no id.
Need to set all filament-setting id to 0, as the gui need them to update the first elt only (and always that one)

for field <-> config pipe:
 - config now have get_any(id) and set_any(any, id). No need to special optiongroup or gui method.
 - any will carry a type that is in sync with the config type and the id.
    - if id is set or type is scalar, the any is scalara. else the any is a vector of scalar.
 - fields are responsible to cast the any correctly and to set it correctly. no more mess of wxstring & double
supermerill and others added 29 commits June 4, 2024 14:49
was sending gcode data when refreshing for a preview.
Actually, all those deprecated functions were internally called those new functions. So there isn't any risk to use them directly.
(introduced by fill_aligned_z, caa4a0)
#4306
Also allow the periemter around support to overlap itself like with prusaslicer (unless there is a 0 support xy distance).
#4333
@J-DRD J-DRD merged commit 53c7e7c into J-DRD:master Oct 11, 2024
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

Successfully merging this pull request may close these issues.

8 participants