Cura/plugins/MachineSettingsAction
fieldOfView 0313b29dcf Fix validator for floats in Machine Settings dialog
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.
2020-12-07 16:04:21 +01:00
..
__init__.py Remove unnecessary import and declaration of i18n in plugins 2018-10-03 22:00:24 +02:00
MachineSettingsAction.py Force update when changing nozzle size in custom FFF 2020-09-07 10:46:17 +02:00
MachineSettingsAction.qml Remove themed color from machinesettings action 2019-12-23 17:08:48 +01:00
MachineSettingsExtruderTab.qml Fix validator for floats in Machine Settings dialog 2020-12-07 16:04:21 +01:00
MachineSettingsPrinterTab.qml Hide Shared Heater functionality 2020-08-21 11:18:20 +02:00
plugin.json Up the SDK version to 7.4.0 2020-10-22 11:29:25 +02:00