Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Jul 9, 2024
1 parent 1e9ab61 commit 6b5cced
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/gcodeExport.h
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,13 @@ class GCodeExport : public NoCopy
*/
void processInitialLayerBedTemperature();

/*!
* Set extruders temperatures for the initial layer. Called by 'processInitialLayerTemperatures'.
*
* \param storage The slice data storage
* \param wait_start_extruder Indicates whether we should always wait for the start extruder temperature to be reached
* \param start_extruder_nr The index of the start extruder
*/
void processInitialLayerExtrudersTemperatures(const SliceDataStorage& storage, const bool wait_start_extruder, const size_t start_extruder_nr);

public:
Expand Down

0 comments on commit 6b5cced

Please sign in to comment.