S6/S8: Set xy_offset to 0.1mm to compensate (cyclinder outer walls 0.2mm to small)
S6/S8: Travel speed to 500mm/s (this is PP-606)
S6/S8: Maximum first layer speed is 50mm/s to improve adhesion reliability and bottom layer quality
PLA: Reduce intial and final nozzle temperature with 10C (195C) to reduce oozing on model
PETG: Unretract speed from 45mm/s to 15mm/s to reduce bubbles in the walls
PVA: Increase prime tower purge volume from 10.0mm3 to 20mm3 to improve tower stability (esp in combi with high temp model materials)
PC and CPE+: Reduce warping
- Alternating wall
- 10C higher nozzle temperature (PC:290C, CPE+: 280C) to remelt the line below
- Keep initial and final temperature the same
- 5C higher bed temperature (PC:115C, CPE+: 280C) to increase bed adhesion
- Chamber temperature 50C (max value S line)
PP-625
This would cause the 3MF projects from other vendors, which isn't a 'project' to us in the sense that it isn't a Cura project, to have their models 'arranged', unless the file was opened via 'recent files', in which case the open mode was set to always ask instead.
done as part of CURA-12099
CURA-12346
For some dark reason, importing the ExtruderStack class in the ThreeMFWriter somehow corrupts the loading of the extruders stacks. As it is imported only for typing, do the import only for type-checking.
Found a bug. The ";LAYER:" line was not being added to the "modified data" string when in "single_fan_by_feature" mode.
Update AddCoolingProfile.py
bug fix for the bug fix.
CURA-12074
When prime tower is enabled, use it as a flush so that we don't have to use the usual flushing sequence of the printer, which is much slower
Update AddCoolingProfile.py
Un-trapped ValueError in line 782. It might also be an IndexError. I left it open.
Update AddCoolingProfile.py
Change an IndexError to a ValueError
Until we expose the extruder acceleration
value and map it to the jsontoolpath,
having the gantry acceleration values exposed
in the Cura UI does not allow a user to
increase the print speed.
PP-611