mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06: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 |