Home
last modified time | relevance | path

Searched refs:writeZhopStart (Results 1 – 4 of 4) sorted by relevance

/dports/cad/cura-engine/CuraEngine-fadb5d6b/tests/
H A DGCodeExportTest.cpp456 gcode.writeZhopStart(0); in TEST_F()
466 gcode.writeZhopStart(hop_height); in TEST_F()
477 gcode.writeZhopStart(hop_height, speed); in TEST_F()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A DgcodeExport.h436 void writeZhopStart(const coord_t hop_height, Velocity speed = 0);
H A DgcodeExport.cpp953 void GCodeExport::writeZhopStart(const coord_t hop_height, Velocity speed/*= 0*/) in writeZhopStart() function in cura::GCodeExport
1050 writeZhopStart(perform_z_hop); in switchExtruder()
1408 writeZhopStart(wipe_config.hop_amount, wipe_config.hop_speed); in insertWipeScript()
H A DLayerPlan.cpp1597 gcode.writeZhopStart(z_hop_height); in writeGCode()