They don't properly work since the conan2 migration, and it seems nobody is actually using them anymore, so deactivating them for now, and will reactivate when we have fixed the conan packages versions issues.
Adhesion reliability
- Maximum first layer speed is 50mm/s to improve adhesion reliability and bottom layer quality for all materials
PVA adhesion
Use the PVA and BAM build plate and volume temperature when they are used as support material. The combi PLA/PVA will now have a 60C build plate temp. iso 55C to improve PVA adhesion.
Note: Adding an outer brim did not seem to help much, so did not add it
Holes in walls PETG
- Unretract speed from 45mm/s to 15mm/s to reduce bubbles in the walls
Print quality PC and CPE+
- Reduce retract length to prevent air capture during unretracts
- Inner wall before outer wall to place any gas bubbles in the inner wall for PC
- Inner wall speed equal to outer wall speed to prevent flow jumps for PC
- Lowered the flow rate to 95% for PC to prevent over extrusion and pressure build up
- Enable alternating wall to reduce warping stress
- 10C higher nozzle temperature (PC:290C, CPE+: 280C) to remelt the line below
- Keep initial and final temperature the same to prevent oozing
- 5C higher bed temperature (PC:115C, CPE+: 115C) to increase bed adhesion
- Chamber temperature to 50C (max. value S line)
- Enable a brim to reduce warping
Dimensional accuracy
- Increase xy_offset from -0.02 to +0.05mm to compensate
Prevent prime tower breaking
- Reduce prime tower speed to 50mm/s
- Reduce prime tower jerk to 2000mm/s3
- Increased minimum purge volume from 10 to 20mm3 for PVA (not for the other materials did not seem to work for them)
- Lower PVA initial and final temperatures to 215 and 210 resp.
Oozing during nozzle switches
- Set enable cool_during_extruder_switch to “all fans”
- Lower PVA initial and final temperatures to 215 and 210 resp.
Tree support improvements
- Decrease max. branch angle from 60 to 50 to prevent branches to overhang too much. Set preferred to 35 degree
- Increase Branch diameter from 5 to 8mm to get sturdier branches
Better thin wall structures
Increase the wall and skin thickness from 3 to 4 line widths for the Engineering intent to improve the print quality of thin walled injection molded like models.
Removing AA+0.6 core for the S line machines
CURA-12101
There is a specific unit test that disallows custom settings in printer definitions, so this looks like the proper way of doing it. New settings are disabled by default so should be visible only for the printer that explicitly sets them enabled.
CURA-12101
The disallowed area is the place where the print head goes to cut the filament, so it must really be avoided. On other models this place is outside the build area.
I also reduced the printable size, otherwise the head would sometimes bump into the borders and gets shifted.
CURA-12101
The printer parses the machine_start_gcode to allow selecting the filaments mapping at start time, without it the user has to set the filaments in fixed order. This is probably a security to ensure the proper filament is loaded at start.
Contributes to CURA-12465, this should help with getting more focus in the input we are receiving from the slicing crashes. The old one was a bit outdated.