prusa3d / PrusaSlicer-settings

Prusa3D specific settings for the Slic3r Prusa Edition
GNU Affero General Public License v3.0
359 stars 203 forks source link

Improve start_gcode's with idle_temperature. Added alpha K1(MAX) support. #244

Closed pmjdebruijn closed 6 months ago

pmjdebruijn commented 7 months ago

Supersedes PrusaSlicer#10806, thanks to @HiHat.

@rtyr: can you add thumbnails and doublecheck my work?

rtyr commented 6 months ago

Machine limits: machine_limits_usage cannot be set to emit_to_gcode for Klipper flavor (it will actually prevent users from slicing anything, showing error notification). It should be machine_limits_usage = time_estimate_only.

"Maximum acceleration when extruding" should be also set to 10k.

Acceleration control: Bridge is set to 250, Default acceleration is set to 500, the rest is 0. This means, the acceleration will be dropped down to 500 after first bridging.

Possible issue: K1 printers are sharing same filament profiles with same temperatures and same cooling thresholds.

pmjdebruijn commented 6 months ago

I dropped K1 support entirely, I'm not going to be working on that anymore, and I'm guessing it should probably be done in a separate bundle.

rtyr commented 6 months ago

and I'm guessing it should probably be done in a separate bundle.

I am afraid that is not an option. Do you find it too much work to maintain the bundle, because this printer likely needs its own non-generic settings? Is that the reason?