Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFormerLurker <hochgebe@gmail.com>2021-01-18 01:12:46 +0300
committerFormerLurker <hochgebe@gmail.com>2021-01-18 01:12:46 +0300
commitad9a648077a750a256744aee3d7718eea9d07dcb (patch)
tree33daa0ff558d7fdbcc5c253a5508842b26c4ce4f /ArcWelder/arc_welder.h
parent1b1dd123064761d07c2182edf75ffab325f217a2 (diff)
Separate code to write arc gcode.
Diffstat (limited to 'ArcWelder/arc_welder.h')
-rw-r--r--ArcWelder/arc_welder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ArcWelder/arc_welder.h b/ArcWelder/arc_welder.h
index 4e86426..66b6428 100644
--- a/ArcWelder/arc_welder.h
+++ b/ArcWelder/arc_welder.h
@@ -447,6 +447,7 @@ private:
static gcode_position_args get_args_(bool g90_g91_influences_extruder, int buffer_size);
progress_callback progress_callback_;
int process_gcode(parsed_command cmd, bool is_end, bool is_reprocess);
+ void write_arc_gcodes(bool is_extruder_relative, double current_feedrate);
int write_gcode_to_file(std::string gcode);
std::string get_arc_gcode_relative(double f, const std::string comment);
std::string get_arc_gcode_absolute(double e, double f, const std::string comment);