mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-24 03:24:30 +08:00
parent
8d91d70448
commit
34b8d0634a
@ -1841,6 +1841,10 @@ void GCodeProcessor::process_G1(const GCodeReader::GCodeLine& line)
|
||||
|
||||
++m_g1_line_id;
|
||||
|
||||
//reprap thingy, ignore
|
||||
if (line.has('R') || line.has('H'))
|
||||
return;
|
||||
|
||||
// enable processing of lines M201/M203/M204/M205
|
||||
m_time_processor.machine_envelope_processing_enabled = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user