mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
The DoubleValidator depends on the system locale, requiring users with certain locales to enter floats with a comma instead of a dot (though confusingly floats are always represented with a decimal a dot). Instead of configuring the DoubleValidator with a locale that only accepts decimal dots, this commit uses a RegExpValidator, like other numeric fields in Cura does. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| MachineSettingsAction.py | ||
| MachineSettingsAction.qml | ||
| MachineSettingsExtruderTab.qml | ||
| MachineSettingsPrinterTab.qml | ||
| plugin.json | ||