Skip to content

Commit

Permalink
Applied clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
rburema authored and github-actions[bot] committed Sep 12, 2023
1 parent 9b40dcd commit aa60cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/gcodeExport.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ class GCodeExport : public NoCopy
double last_e_value_after_wipe; //!< The current material amount extruded since last wipe

unsigned fan_number; // nozzle print cooling fan number
Point nozzle_offset; //!< Cache of setting machine_nozzle_offset_[xy]
bool machine_firmware_retract; //!< Cache of setting machine_firmware_retract
Point nozzle_offset; //!< Cache of setting machine_nozzle_offset_[xy]
bool machine_firmware_retract; //!< Cache of setting machine_firmware_retract

std::deque<double> extruded_volume_at_previous_n_retractions; // in mm^3

Expand Down

0 comments on commit aa60cdd

Please sign in to comment.