mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Applied suggestions from the code review
Applied suggestions from the code review Co-authored-by: HellAholic <alireza.doustdar@gmail.com> Co-authored-by: Erwan MATHIEU <erwan.mathieu@ultimaker.com>
This commit is contained in:
parent
535b9423ba
commit
83dba9696b
1 changed files with 8 additions and 8 deletions
|
@ -22,11 +22,11 @@
|
||||||
- Fixed a bug so objects in a 3MF reload in the same position as they were saved again, contributed by @nilsiism
|
- Fixed a bug so objects in a 3MF reload in the same position as they were saved again, contributed by @nilsiism
|
||||||
- Fixed an issue where overhanging walls and walls that were adjacent to overhanging walls were not printed at the correct speed
|
- Fixed an issue where overhanging walls and walls that were adjacent to overhanging walls were not printed at the correct speed
|
||||||
- Fixed a bug that prevented the "Sync materials with printers" page from displaying when accessed immediately after starting Cura or signing in
|
- Fixed a bug that prevented the "Sync materials with printers" page from displaying when accessed immediately after starting Cura or signing in
|
||||||
- Fixed a bug where reloading an updated model would result in not all the duplicates of the model being updated
|
- Fixed a bug where reloading an updated model would not update the duplicates of the model on the build plate
|
||||||
- Fixed a bug that showed incompatible materials when switching between printers with a different filament diameter.
|
- Fixed a bug that showed incompatible materials when switching between printers with a different filament diameter.
|
||||||
- Fixed a bug where tree support in enclosed holes has missing layers
|
- Fixed a bug where tree support in enclosed holes has missing layers
|
||||||
- Made improvements in the G-codePathModify slot for Engine Plugins, contributed by @ThomasRahm
|
- Made improvements in the G-codePathModify slot for Engine Plugins, contributed by @ThomasRahm
|
||||||
- Fixed a bug that prevented changes to the initial layer diameter from being applied properly, contributed by @ThomasRahm
|
- Fixed a bug that prevented changes to the initial layer diameter from being applied properly in tree support, contributed by @ThomasRahm
|
||||||
- Fixed a rounding issue in the engine math, @0x5844
|
- Fixed a rounding issue in the engine math, @0x5844
|
||||||
|
|
||||||
* Bugs resolved since the Beta release
|
* Bugs resolved since the Beta release
|
||||||
|
@ -36,18 +36,18 @@
|
||||||
- Fixed wiping direction when printing a single wall
|
- Fixed wiping direction when printing a single wall
|
||||||
- Improved wiping in combination with the scarf seam
|
- Improved wiping in combination with the scarf seam
|
||||||
- Significantly improved the strategy for sharpest corner - smart hiding seam location combination
|
- Significantly improved the strategy for sharpest corner - smart hiding seam location combination
|
||||||
- Fixed a bug where long scarf seams and short scarf seam steps would result in the seam being moved outward
|
- Fixed a bug where long scarf seam length and short scarf seam steps would result in the seam being moved outward
|
||||||
- Fixed a bug where seam acceleration and deceleration were not working
|
- Fixed a bug where seam acceleration and deceleration around seam were not working
|
||||||
- Fixed a bug where infill was wrongly removed from narrow spaces
|
- Fixed a bug where infill was wrongly removed from narrow spaces
|
||||||
- Triple-clicking values and searches that you entered now has you select everything so you can edit it in the field similar to other desktop applications
|
- Triple-clicking values and searches that you entered now has you select everything so you can edit it in the field similar to other desktop applications
|
||||||
- Updated dependencies and improved how unwanted and unused binaries are excluded from the building process.
|
- Updated dependencies and improved how unwanted and unused binaries are excluded from the building process.
|
||||||
- Added Eazao material for the new Eazao printers
|
- Added Eazao material for the new Eazao printers
|
||||||
- Updated the urls schemes to make them more robust when attempting to open files in Cura
|
- Updated the urls schemes to make them more robust when attempting to open files in Cura
|
||||||
- Retract before outer wall now only works on the initial layer
|
- Retract before outer wall now works correctly on all layers
|
||||||
- Resolved the biggest crashes coming in via the analyzing tool in the cura engine
|
- Resolved top reported crashes coming in via the analyzing tool Sentry
|
||||||
- Removed an unwanted Z-hop when starting a new layer
|
- Removed an unwanted Z-hop when starting a new layer
|
||||||
- Layer starts are more visible in the print preview with the scarf seam
|
- Layer starts are more visible in the print preview with the scarf seam
|
||||||
- Made the X to close windows a little bigger
|
- Made the X to close floating and pop up windows a little bigger
|
||||||
|
|
||||||
* Printer definitions, profiles, and materials:
|
* Printer definitions, profiles, and materials:
|
||||||
- Introduced Makerbot Sketch Sprint
|
- Introduced Makerbot Sketch Sprint
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
- Introduced Labs Extruder for the UltiMaker Method series together with BASF Ultrafuse 316L, TPE SEBS 1300 95A, and Polymax PC. Except BASF Ultrafuse 316L is not available on the Method XL.
|
- Introduced Labs Extruder for the UltiMaker Method series together with BASF Ultrafuse 316L, TPE SEBS 1300 95A, and Polymax PC. Except BASF Ultrafuse 316L is not available on the Method XL.
|
||||||
- Various setting improvements for ABS and Nylon for UltiMaker Method series
|
- Various setting improvements for ABS and Nylon for UltiMaker Method series
|
||||||
- Various setting improvements for dual extrusion support for the UltiMaker Method series
|
- Various setting improvements for dual extrusion support for the UltiMaker Method series
|
||||||
- Implemented a hard limit so the bed temperature cannot be more than 120C on all UltiMaker printers.
|
- Implemented a hard limit so the bed temperature cannot be more than 120°C on all UltiMaker printers.
|
||||||
- Fixed an error in the profile Ultimaker 2 profile naming
|
- Fixed an error in the profile Ultimaker 2 profile naming
|
||||||
- Introduced the Creality CR-M4, contributed by @kixell
|
- Introduced the Creality CR-M4, contributed by @kixell
|
||||||
- Introduced Eazao M500, M600, M700, and Potter, and updated the Eazao Zero, contributed by @Eazo
|
- Introduced Eazao M500, M600, M700, and Potter, and updated the Eazao Zero, contributed by @Eazo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue