Merge branch 'main' into arm

This commit is contained in:
cochcoder
2025-01-16 07:52:56 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ jobs:
steps: steps:
- name: "Remove unneeded stuff to free disk space" - name: "Remove unneeded stuff to free disk space"
run: run:
sudo rm -rf /usr/local/lib/android/* /usr/share/dotnet/* /opt/ghc1/* "/usr/local/share/boost1/*" rm -rf /usr/local/lib/android/* /usr/share/dotnet/* /opt/ghc1/* "/usr/local/share/boost1/*"
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Get the version and date - name: Get the version and date
run: | run: |

View File

@@ -3082,7 +3082,7 @@ void PrintConfigDef::init_fff_params()
def->min = 0; def->min = 0;
def->max = 1; def->max = 1;
def->mode = comAdvanced; def->mode = comAdvanced;
def->set_default_value(new ConfigOptionFloat(0)); def->set_default_value(new ConfigOptionFloat(0.1));
def = this->add("ironing_inset", coFloat); def = this->add("ironing_inset", coFloat);
def->label = L("Ironing inset"); def->label = L("Ironing inset");