Lipu Fei
|
d01ec7872d
Fix quality lookup
|
6 years ago |
Lipu Fei
|
9aea0e5109
Fix quality lookup logic for extruders
|
6 years ago |
Lipu Fei
|
f42dc24d95
Do not show gcode.gz as an option in save file dialog
|
6 years ago |
Lipu Fei
|
e0ad7a9fb4
Add answer commments to some puzzling code
|
6 years ago |
Ian Paschal
|
5ede82eddc
Merge pull request #4233 from Ultimaker/CURA-5538-fix-on-at-a-time
|
6 years ago |
Lipu Fei
|
bd47dfef75
Revert "Revert "Merge pull request #4203 from Ultimaker/CURA-5538-fix-one-at-a-time-order-2""
|
6 years ago |
Ian Paschal
|
89ed2bcff8
Revert "Merge pull request #4203 from Ultimaker/CURA-5538-fix-one-at-a-time-order-2"
|
6 years ago |
Lipu Fei
|
95481b8560
Fix print order for one-at-a-time mode
|
6 years ago |
Lipu Fei
|
066a00653a
Add one more layer to the decision tree
|
6 years ago |
Lipu Fei
|
af02dc2758
Only use setMetaDataEntry()
|
6 years ago |
Ghostkeeper
|
a6ffbbde8f
Add missing typing
|
6 years ago |
Ghostkeeper
|
2fbcc22123
Fix adding printers due to unused 'parent' parameter
|
6 years ago |
Diego Prado Gesto
|
a6676fb477
Merge branch 'master' of github.com:Ultimaker/Cura
|
6 years ago |
Diego Prado Gesto
|
b576423747
Adapt ovewritten method signature
|
6 years ago |
Jack Ha
|
00d8427e42
Add sanity check for GlobalStack CURA-5045
|
6 years ago |
Jack Ha
|
906ebe12e1
CURA-4400 fix disallowed areas by fixing the limit_to_extruder -1 value
|
6 years ago |
Jack Ha
|
df46241225
CURA-4606 CURA-5012 corrected and moved approximateMaterialDiameter to ExtruderStack
|
6 years ago |
Jack Ha
|
def86defe6
CURA-4848 Global stack now does its infinite resolve prevention on per thread basis
|
6 years ago |
Jack Ha
|
cde3799702
CURA-4848 removing the debugging list because it's not a threading issue
|
6 years ago |
Jack Ha
|
07e6875199
CURA-4848 added logging for when the crash occurs
|
6 years ago |
Ghostkeeper
|
dad99f5292
Merge branch 'master' into feature_local_container_server
|
7 years ago |
Ghostkeeper
|
e48b151d40
Express getConfigurationTypeFromSerialized as function of its parent
|
7 years ago |
Ghostkeeper
|
3a9c8d16a2
Fix remaining references to instance_container._id
|
7 years ago |
ChrisTerBeke
|
59580c0ade
Remove commented out code - CURA-4482
|
7 years ago |
ChrisTerBeke
|
f0ed3bc588
Always populate extruder stacks when creating global stack - CURA-4482
|
7 years ago |
Diego Prado Gesto
|
71e8de13a8
Fix retrieving setting values with "extruderValues()" and "resolveOrValue()"
|
7 years ago |
Mark
|
9a193ad5c5
Changing AGPLv3 to LGPLv3
|
7 years ago |
Lipu Fei
|
365379f735
Add missing context in getProperty() in global and extruder stacks
|
7 years ago |
Lipu Fei
|
759d44dbef
Add stack context for function evaluation
|
7 years ago |
Lipu Fei
|
b20711ef7c
Remove incorrect maximum extruder count check
|
7 years ago |
Lipu Fei
|
e67286c0d8
Do not add extruder stacks for single-extrusion machines
|
7 years ago |
Lipu Fei
|
3d48024a47
Override getConfigurationTypeFromSerialized for GlobalStack
|
7 years ago |
Ghostkeeper
|
0e23930bfe
Fix checking whether the old material diameter was the same
|
7 years ago |
Ghostkeeper
|
fc96dfec4e
Expose approximateMaterialDiameter of the definition
|
7 years ago |
Lipu Fei
|
b2f0623ecf
Do not add and register Extruders if they are already there
|
7 years ago |
Arjen Hiemstra
|
3b73979a2c
Do not add an extruder if it has no position set
|
7 years ago |
Arjen Hiemstra
|
63e586ab5b
Ensure the value of limit_to_extruder is an extruder before accessing it
|
7 years ago |
Arjen Hiemstra
|
a7bf205dbc
Turn GlobalStack's extruders property into a dict
|
7 years ago |
Arjen Hiemstra
|
02f0418889
Prevent infinite recursion relating to limit_to_extruder
|
7 years ago |
Arjen Hiemstra
|
fdc6fbbac1
Handle limit_to_extruder in {Extruder,Global}Stack getProperty
|
7 years ago |
Jaime van Kessel
|
3f9a5fbcbb
Changed logging so it doesn't look like it's printing lists
|
7 years ago |
Jack Ha
|
8680c6d79d
Changed addExtruder exception to a warning to let Custom FDM Printer work again. Removed unused imports. CURA-3757
|
7 years ago |
Jaime van Kessel
|
8d80f20db7
Added way to dynamicly set loading order
|
7 years ago |
Arjen Hiemstra
|
8e1580d8d9
Document GlobalStack
|
7 years ago |
Arjen Hiemstra
|
323107ef5c
Fix GlobalStack::getProperty
|
7 years ago |
Arjen Hiemstra
|
73e1af49ee
Track which settings we are trying to "resolve"
|
7 years ago |
Arjen Hiemstra
|
09e5765f22
Do not try to validate against machine_extruder_count when there is no machine_extruder_count
|
7 years ago |
Arjen Hiemstra
|
433537a2f0
Add type metadata to Extruder/Global stack
|
7 years ago |
Arjen Hiemstra
|
608e62e081
Do not try to get resolve when extruder count == 1 or for nonexistant properties
|
7 years ago |
Arjen Hiemstra
|
a16b5d73b6
Partial fix for infinite recursion when trying to call getProperty
|
7 years ago |