Jaime van Kessel
|
28b8ba3748
Only check changed settings (and whatever it affects) for errors in POS
|
4 лет назад |
Jaime van Kessel
|
1a44aa6d2e
Ignore comments when checking for temperature prepends
|
4 лет назад |
Ghostkeeper
|
d18c0703b4
Fix getting correct initial extruder number
|
4 лет назад |
Jaime van Kessel
|
ab6effb712
No longer use sceneLock for startSliceJob
|
4 лет назад |
Jaime van Kessel
|
11d176137f
Remove usage of deprecated function
|
4 лет назад |
Ghostkeeper
|
36d4162f35
Fix fallback to global if extruder_nr doesn't exist
|
5 лет назад |
Remco Burema
|
25d76aee5a
Workaround: Make the type-checker understand what's going on.
|
5 лет назад |
Mark Burton
|
82bd89991e
Improve code style.
|
5 лет назад |
Mark Burton
|
f3f9a2393f
Return early from _checkStackForErrors() if top container is empty.
|
5 лет назад |
Jaime van Kessel
|
e0c2611a0a
Merge branch '4.2' of github.com:Ultimaker/Cura
|
5 лет назад |
Jaime van Kessel
|
8311a39f08
Fix case where an error in the stack would not prevent slicing
|
5 лет назад |
Jaime van Kessel
|
d8ddcba091
Fix typing ignore for breath frist iterator
|
5 лет назад |
Lipu Fei
|
2054413952
Add handling for ValidatorState.Invalid
|
5 лет назад |
Jaime van Kessel
|
3f47ffeae7
Use only the active extruders when sending slice message
|
5 лет назад |
Lipu Fei
|
04c39824cb
Fix typing
|
5 лет назад |
Jaime van Kessel
|
0d8b625bf8
Properly cache slice values to speed up sending the slice
|
5 лет назад |
Jaime van Kessel
|
42b1a0e028
Refactor some small bits of the setting override decorator
|
5 лет назад |
fieldOfView
|
80c102f9de
Add {travel_speed} as an alias to {speed_travel}...
|
5 лет назад |
Jaime van Kessel
|
75ff03f3c8
Use setState instead of emitting the backend state
|
5 лет назад |
Lipu Fei
|
c545d9df77
Add key check before accessing in StartSliceJob
|
6 лет назад |
Lipu Fei
|
bd42136712
Fix GcodeStartEndFormatter to use fallback values
|
6 лет назад |
Lipu Fei
|
1951391a23
Merge remote-tracking branch 'origin/3.5'
|
6 лет назад |
alekseisasin
|
0b70b9a218
Merge pull request #4521 from Ultimaker/CURA-5799_fix_extruder_settings_to_curaengine
|
6 лет назад |
Jaime van Kessel
|
d98eafe041
Merge branch '3.5' of github.com:Ultimaker/Cura
|
6 лет назад |
Lipu Fei
|
5ba60de209
Send extruder settings ordered by extruder position
|
6 лет назад |
Lipu Fei
|
3965218501
Fix value templating for gcode
|
6 лет назад |
Ghostkeeper
|
bfc3c5d8d8
Merge branch 'feature_mesh_names' of https://github.com/paukstelis/Cura into paukstelis-feature_mesh_names
|
6 лет назад |
Ghostkeeper
|
1717281d2b
Always provide extruder_nr for all models
|
6 лет назад |
Jaime van Kessel
|
a8fc6aabcc
Switch incorrect usage of getMachineExtruders to getActiveExtruderStacks
|
6 лет назад |
Lipu Fei
|
22ccf074f3
Only check if printing extruder is enabled for printing meshes
|
6 лет назад |
paukstelis
|
e36f78dd35
Clean up whitespace
|
6 лет назад |
paukstelis
|
b66558f97a
Initial commit for passing mesh names to CuraEngine
|
6 лет назад |
Diego Prado Gesto
|
bfaaa4a471
Fix code-style
|
6 лет назад |
Diego Prado Gesto
|
4491d5164a
Fix the gcode start/end formatter.
|
6 лет назад |
Aleksei S
|
817a304ed1
After reconecting to another port update job status '_is_cancelled' to false
|
6 лет назад |
Ian Paschal
|
1c1b45541f
Merge branch 'master' into fix_tests_cura_engine_backend
|
6 лет назад |
Ghostkeeper
|
dec9d7cac6
Still store disabled extruders as a set
|
6 лет назад |
Ian Paschal
|
c6b290e1e5
Fix broken slicing
|
6 лет назад |
Ian Paschal
|
2c291e02be
Revert "Fixes for StartSliceJob"
|
6 лет назад |
Ian Paschal
|
9ec5770a1c
Fixes for StartSliceJob
|
6 лет назад |
Ghostkeeper
|
8f8c515438
Fix bug when default_extruder_nr is not provided
|
6 лет назад |
Ghostkeeper
|
ef2250b889
Don't check if keys are str
|
6 лет назад |
Mark
|
e1bc5d0f74
fix typing
|
6 лет назад |
Lipu Fei
|
dc8d9e0f96
Merge branch 'master' into mypy_fixes
|
6 лет назад |
Ghostkeeper
|
e957f7b650
Fix typing errors
|
6 лет назад |
Ghostkeeper
|
75e5a185d9
Don't unnecessarily cast to a set
|
6 лет назад |
Jack Ha
|
f5dd7f6e92
CURA-5456 fixed typo, fixed multi objects with disabled extruders in message
|
6 лет назад |
Lipu Fei
|
439ea79c60
Add message for unable to slice due to disabled extruders
|
6 лет назад |
Jack Ha
|
17b127e8c1
CURA-5249 replaced the extruder value of -1 by the more explicit defaultExtruderPosition, so now Cura is aware of the actual extruder position being used. Fixes linked icon next to support settings, like support_angle.
|
6 лет назад |
Ian Paschal
|
7f6a89e6aa
Fixed bug that didn't do anything
|
6 лет назад |