Skip to content

Commit

Permalink
Cut distances tweaked, testing complete for cutter.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZeroBeast committed Jan 22, 2021
1 parent 2b05b45 commit 71c91c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


#define FW_VERSION 320 // example: 103 means version 1.0.3
#define FW_BUILDNR 369 // number of commits in 'master'
#define FW_BUILDNR 370 // number of commits in 'master'

#define WAKE_TIMER 300000 // 5m

Expand Down
4 changes: 2 additions & 2 deletions src/mmctl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,8 @@ void set_sel_toLast_positions(uint8_t _next_extruder)
*/
void mmctl_cut_filament(uint8_t _next_extruder)
{
const int pulCutStepsPre = 700;
const int pulCutStepsPost = -150;
const int pulCutStepsPre = 500;
const int pulCutStepsPost = -200;

previous_extruder = active_extruder;
active_extruder = _next_extruder;
Expand Down

0 comments on commit 71c91c1

Please sign in to comment.