Merge branch 'main' into dev/p2s-pr

This commit is contained in:
Noisyfox 2025-11-17 14:56:09 +08:00 committed by GitHub
commit 5e2a7fbf35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
100 changed files with 1446 additions and 732 deletions

View file

@ -1029,7 +1029,7 @@ void GCodeWriter::add_object_end_labels(std::string& gcode)
m_gcode_label_objects_end = "";
// Orca: reset E so that e value remain correct after skipping the object
// ref to: https://github.com/SoftFever/OrcaSlicer/pull/205/commits/7f1fe0bd544077626080aa1a9a0576aa735da1a4#r1083470162
// ref to: https://github.com/OrcaSlicer/OrcaSlicer/pull/205/commits/7f1fe0bd544077626080aa1a9a0576aa735da1a4#r1083470162
if (!this->config.use_relative_e_distances)
gcode += reset_e(true);
}