1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-13 08:24:27 +00:00

GCodeProcessor additions:

process M108 lines

process M132 lines

process M135 lines

process M401 lines

process M402 lines
This commit is contained in:
enricoturri1966
2020-04-06 08:55:48 +02:00
parent dce1f24ad8
commit 1caac17b02
3 changed files with 138 additions and 5 deletions
+1 -1
View File
@@ -951,7 +951,7 @@ void GCodeAnalyzer::_store_move(GCodeAnalyzer::GCodeMove::EType type)
{
g_debug_output << std::to_string((int)type);
g_debug_output << ", " << std::to_string((int)_get_extrusion_role());
g_debug_output << ", " << Slic3r::to_string((Vec3d)_get_end_position().cast<double>());
g_debug_output << ", " << Slic3r::to_string((Vec3d)end_position.cast<double>());
g_debug_output << ", " << std::to_string(extruder_id);
g_debug_output << ", " << std::to_string(_get_feedrate());
g_debug_output << ", " << std::to_string(_get_width());