mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Comment out all things that use settings related things so we can at least start
This commit is contained in:
parent
c696525317
commit
44246c0676
5 changed files with 16 additions and 16 deletions
|
@ -168,7 +168,7 @@ UM.MainWindow
|
|||
|
||||
Instantiator
|
||||
{
|
||||
model: UM.MachineInstancesModel { }
|
||||
// model: UM.MachineInstancesModel { }
|
||||
MenuItem
|
||||
{
|
||||
text: model.name;
|
||||
|
@ -187,7 +187,7 @@ UM.MainWindow
|
|||
|
||||
Instantiator
|
||||
{
|
||||
model: UM.MachineVariantsModel { }
|
||||
// model: UM.MachineVariantsModel { }
|
||||
MenuItem {
|
||||
text: model.name;
|
||||
checkable: true;
|
||||
|
@ -215,7 +215,7 @@ UM.MainWindow
|
|||
Instantiator
|
||||
{
|
||||
id: profileMenuInstantiator
|
||||
model: UM.ProfilesModel {}
|
||||
// model: UM.ProfilesModel {}
|
||||
property int separatorIndex: -1
|
||||
|
||||
Loader {
|
||||
|
|
|
@ -56,7 +56,7 @@ Item{
|
|||
Instantiator
|
||||
{
|
||||
id: profileSelectionInstantiator
|
||||
model: UM.ProfilesModel {}
|
||||
// model: UM.ProfilesModel {}
|
||||
property int separatorIndex: -1
|
||||
|
||||
Loader {
|
||||
|
|
|
@ -71,7 +71,7 @@ Item
|
|||
id: machineSelectionMenu
|
||||
Instantiator
|
||||
{
|
||||
model: UM.MachineInstancesModel { }
|
||||
// model: UM.MachineInstancesModel { }
|
||||
MenuItem
|
||||
{
|
||||
text: model.name;
|
||||
|
@ -139,7 +139,7 @@ Item
|
|||
Instantiator
|
||||
{
|
||||
id: variantSelectionInstantiator
|
||||
model: UM.MachineVariantsModel { id: variantsModel }
|
||||
// model: UM.MachineVariantsModel { id: variantsModel }
|
||||
MenuItem
|
||||
{
|
||||
text: model.name;
|
||||
|
@ -183,7 +183,7 @@ Item
|
|||
Instantiator
|
||||
{
|
||||
id: materialSelectionInstantiator
|
||||
model: UM.MachineMaterialsModel { id: machineMaterialsModel }
|
||||
// model: UM.MachineMaterialsModel { id: machineMaterialsModel }
|
||||
MenuItem
|
||||
{
|
||||
text: model.name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue