12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694 |
- #include "Marlin.h"
- #include "stepper.h"
- #include "planner.h"
- #include "temperature.h"
- #include "ultralcd.h"
- #include "language.h"
- #include "cardreader.h"
- #include "speed_lookuptable.h"
- #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
- #include <SPI.h>
- #endif
- #ifdef TMC2130
- #include "tmc2130.h"
- #endif
- #if defined(FILAMENT_SENSOR) && defined(PAT9125)
- #include "fsensor.h"
- int fsensor_counter;
- #endif
- #include "mmu.h"
- #include "ConfigurationStore.h"
- #ifdef DEBUG_STACK_MONITOR
- uint16_t SP_min = 0x21FF;
- #endif
- #define _STEP_PIN_X_AXIS X_STEP_PIN
- #define _STEP_PIN_Y_AXIS Y_STEP_PIN
- #define _STEP_PIN_Z_AXIS Z_STEP_PIN
- #define _STEP_PIN_E_AXIS E0_STEP_PIN
- #ifdef DEBUG_XSTEP_DUP_PIN
- #define _STEP_PIN_X_DUP_AXIS DEBUG_XSTEP_DUP_PIN
- #endif
- #ifdef DEBUG_YSTEP_DUP_PIN
- #define _STEP_PIN_Y_DUP_AXIS DEBUG_YSTEP_DUP_PIN
- #endif
- #ifdef Y_DUAL_STEPPER_DRIVERS
- #error Y_DUAL_STEPPER_DRIVERS not fully implemented
- #define _STEP_PIN_Y2_AXIS Y2_STEP_PIN
- #endif
- #ifdef Z_DUAL_STEPPER_DRIVERS
- #error Z_DUAL_STEPPER_DRIVERS not fully implemented
- #define _STEP_PIN_Z2_AXIS Z2_STEP_PIN
- #endif
- #ifdef TMC2130
- #define STEPPER_MINIMUM_PULSE TMC2130_MINIMUM_PULSE
- #define STEPPER_SET_DIR_DELAY TMC2130_SET_DIR_DELAY
- #define STEPPER_MINIMUM_DELAY TMC2130_MINIMUM_DELAY
- #else
- #define STEPPER_MINIMUM_PULSE 2
- #define STEPPER_SET_DIR_DELAY 100
- #define STEPPER_MINIMUM_DELAY delayMicroseconds(STEPPER_MINIMUM_PULSE)
- #endif
- #ifdef TMC2130_DEDGE_STEPPING
- static_assert(TMC2130_MINIMUM_DELAY 1,
- "DEDGE implies/requires an empty TMC2130_MINIMUM_DELAY");
- #define STEP_NC_HI(axis) TOGGLE(_STEP_PIN_##axis)
- #define STEP_NC_LO(axis)
- #else
- #define _STEP_HI_X_AXIS !INVERT_X_STEP_PIN
- #define _STEP_LO_X_AXIS INVERT_X_STEP_PIN
- #define _STEP_HI_Y_AXIS !INVERT_Y_STEP_PIN
- #define _STEP_LO_Y_AXIS INVERT_Y_STEP_PIN
- #define _STEP_HI_Z_AXIS !INVERT_Z_STEP_PIN
- #define _STEP_LO_Z_AXIS INVERT_Z_STEP_PIN
- #define _STEP_HI_E_AXIS !INVERT_E_STEP_PIN
- #define _STEP_LO_E_AXIS INVERT_E_STEP_PIN
- #define STEP_NC_HI(axis) WRITE_NC(_STEP_PIN_##axis, _STEP_HI_##axis)
- #define STEP_NC_LO(axis) WRITE_NC(_STEP_PIN_##axis, _STEP_LO_##axis)
- #endif
- block_t *current_block;
- static unsigned char out_bits;
- static dda_isteps_t
- counter_x,
- counter_y,
- counter_z,
- counter_e;
- volatile dda_usteps_t step_events_completed;
- static uint32_t acceleration_time, deceleration_time;
- static uint16_t acc_step_rate;
- static uint8_t step_loops;
- static uint16_t OCR1A_nominal;
- static uint8_t step_loops_nominal;
- #ifdef VERBOSE_CHECK_HIT_ENDSTOPS
- volatile long endstops_trigsteps[3]={0,0,0};
- #endif
- static volatile uint8_t endstop_hit = 0;
- #ifdef ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED
- bool abort_on_endstop_hit = false;
- #endif
- #ifdef MOTOR_CURRENT_PWM_XY_PIN
- int motor_current_setting[3] = DEFAULT_PWM_MOTOR_CURRENT;
- int motor_current_setting_silent[3] = DEFAULT_PWM_MOTOR_CURRENT;
- int motor_current_setting_loud[3] = DEFAULT_PWM_MOTOR_CURRENT_LOUD;
- #endif
- static uint8_t endstop = 0;
- static uint8_t old_endstop = 0;
- static bool check_endstops = true;
- static bool check_z_endstop = false;
- static bool z_endstop_invert = false;
- volatile long count_position[NUM_AXIS] = { 0, 0, 0, 0};
- volatile signed char count_direction[NUM_AXIS] = { 1, 1, 1, 1};
- #ifdef LIN_ADVANCE
- void advance_isr_scheduler();
- void advance_isr();
- static const uint16_t ADV_NEVER = 0xFFFF;
- static const uint8_t ADV_INIT = 0b01;
- static const uint8_t ADV_ACC_VARY = 0b10;
- static uint16_t nextMainISR;
- static uint16_t nextAdvanceISR;
- static uint16_t main_Rate;
- static uint16_t eISR_Rate;
- static uint32_t eISR_Err;
- static uint16_t current_adv_steps;
- static uint16_t target_adv_steps;
- static int8_t e_steps;
- static uint8_t e_step_loops;
- static uint8_t e_extruding;
- static int8_t LA_phase;
- #define _NEXT_ISR(T) main_Rate = nextMainISR = T
- #else
- #define _NEXT_ISR(T) OCR1A = T
- #endif
- #ifdef DEBUG_STEPPER_TIMER_MISSED
- extern bool stepper_timer_overflow_state;
- extern uint16_t stepper_timer_overflow_last;
- #endif
- void checkHitEndstops()
- {
- if(endstop_hit) {
- #ifdef VERBOSE_CHECK_HIT_ENDSTOPS
- SERIAL_ECHO_START;
- SERIAL_ECHORPGM(MSG_ENDSTOPS_HIT);
- if(endstop_hit & _BV(X_AXIS)) {
- SERIAL_ECHOPAIR(" X:",(float)endstops_trigsteps[X_AXIS]/cs.axis_steps_per_unit[X_AXIS]);
- }
- if(endstop_hit & _BV(Y_AXIS)) {
- SERIAL_ECHOPAIR(" Y:",(float)endstops_trigsteps[Y_AXIS]/cs.axis_steps_per_unit[Y_AXIS]);
- }
- if(endstop_hit & _BV(Z_AXIS)) {
- SERIAL_ECHOPAIR(" Z:",(float)endstops_trigsteps[Z_AXIS]/cs.axis_steps_per_unit[Z_AXIS]);
- }
- SERIAL_ECHOLN("");
- #endif
- endstop_hit = 0;
- #if defined(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED) && defined(SDSUPPORT)
- if (abort_on_endstop_hit)
- {
- card.sdprinting = false;
- card.closefile();
- quickStop();
- setTargetHotend0(0);
- setTargetHotend1(0);
- setTargetHotend2(0);
- }
- #endif
- }
- }
- bool endstops_hit_on_purpose()
- {
- uint8_t old = endstop_hit;
- endstop_hit = 0;
- return old;
- }
- bool endstop_z_hit_on_purpose()
- {
- bool hit = endstop_hit & _BV(Z_AXIS);
- CRITICAL_SECTION_START;
- endstop_hit &= ~_BV(Z_AXIS);
- CRITICAL_SECTION_END;
- return hit;
- }
- bool enable_endstops(bool check)
- {
- bool old = check_endstops;
- check_endstops = check;
- return old;
- }
- bool enable_z_endstop(bool check)
- {
- bool old = check_z_endstop;
- check_z_endstop = check;
- CRITICAL_SECTION_START;
- endstop_hit &= ~_BV(Z_AXIS);
- CRITICAL_SECTION_END;
- return old;
- }
- void invert_z_endstop(bool endstop_invert)
- {
- z_endstop_invert = endstop_invert;
- }
- ISR(TIMER1_COMPA_vect) {
- #ifdef DEBUG_STACK_MONITOR
- uint16_t sp = SPL + 256 * SPH;
- if (sp < SP_min) SP_min = sp;
- #endif
- #ifdef LIN_ADVANCE
- advance_isr_scheduler();
- #else
- isr();
- #endif
-
-
- if (OCR1A < TCNT1 + 16) {
- #ifdef DEBUG_STEPPER_TIMER_MISSED
-
-
-
-
- if (OCR1A + 40 < TCNT1) {
-
-
- stepper_timer_overflow_state = true;
- stepper_timer_overflow_last = TCNT1 - OCR1A;
-
- WRITE(BEEPER, HIGH);
- }
- #endif
-
- OCR1A = TCNT1 + 16;
- }
- }
- uint8_t last_dir_bits = 0;
- #ifdef BACKLASH_X
- uint8_t st_backlash_x = 0;
- #endif
- #ifdef BACKLASH_Y
- uint8_t st_backlash_y = 0;
- #endif
- FORCE_INLINE void stepper_next_block()
- {
-
-
- current_block = plan_get_current_block();
- if (current_block != NULL) {
- #ifdef BACKLASH_X
- if (current_block->steps_x.wide)
- {
- if ((current_block->direction_bits ^ last_dir_bits) & 1)
- {
- printf_P(PSTR("BL %d\n"), (current_block->direction_bits & 1)?st_backlash_x:-st_backlash_x);
- if (current_block->direction_bits & 1)
- WRITE_NC(X_DIR_PIN, INVERT_X_DIR);
- else
- WRITE_NC(X_DIR_PIN, !INVERT_X_DIR);
- delayMicroseconds(STEPPER_SET_DIR_DELAY);
- for (uint8_t i = 0; i < st_backlash_x; i++)
- {
- STEP_NC_HI(X_AXIS);
- STEPPER_MINIMUM_DELAY;
- STEP_NC_LO(X_AXIS);
- _delay_us(900);
- }
- }
- last_dir_bits &= ~1;
- last_dir_bits |= current_block->direction_bits & 1;
- }
- #endif
- #ifdef BACKLASH_Y
- if (current_block->steps_y.wide)
- {
- if ((current_block->direction_bits ^ last_dir_bits) & 2)
- {
- printf_P(PSTR("BL %d\n"), (current_block->direction_bits & 2)?st_backlash_y:-st_backlash_y);
- if (current_block->direction_bits & 2)
- WRITE_NC(Y_DIR_PIN, INVERT_Y_DIR);
- else
- WRITE_NC(Y_DIR_PIN, !INVERT_Y_DIR);
- delayMicroseconds(STEPPER_SET_DIR_DELAY);
- for (uint8_t i = 0; i < st_backlash_y; i++)
- {
- STEP_NC_HI(Y_AXIS);
- STEPPER_MINIMUM_DELAY;
- STEP_NC_LO(Y_AXIS);
- _delay_us(900);
- }
- }
- last_dir_bits &= ~2;
- last_dir_bits |= current_block->direction_bits & 2;
- }
- #endif
-
-
-
-
- deceleration_time = 0;
-
-
-
- step_loops_nominal = 0;
- acc_step_rate = uint16_t(current_block->initial_rate);
- acceleration_time = calc_timer(acc_step_rate, step_loops);
- #ifdef LIN_ADVANCE
- if (current_block->use_advance_lead) {
- target_adv_steps = current_block->max_adv_steps;
- }
- e_steps = 0;
- nextAdvanceISR = ADV_NEVER;
- LA_phase = -1;
- #endif
- if (current_block->flag & BLOCK_FLAG_E_RESET) {
- count_position[E_AXIS] = 0;
- }
- if (current_block->flag & BLOCK_FLAG_DDA_LOWRES) {
- counter_x.lo = -(current_block->step_event_count.lo >> 1);
- counter_y.lo = counter_x.lo;
- counter_z.lo = counter_x.lo;
- counter_e.lo = counter_x.lo;
- #ifdef LIN_ADVANCE
- e_extruding = current_block->steps_e.lo != 0;
- #endif
- } else {
- counter_x.wide = -(current_block->step_event_count.wide >> 1);
- counter_y.wide = counter_x.wide;
- counter_z.wide = counter_x.wide;
- counter_e.wide = counter_x.wide;
- #ifdef LIN_ADVANCE
- e_extruding = current_block->steps_e.wide != 0;
- #endif
- }
- step_events_completed.wide = 0;
-
- out_bits = current_block->direction_bits;
-
- if((out_bits & (1<<X_AXIS))!=0){
- WRITE_NC(X_DIR_PIN, INVERT_X_DIR);
- count_direction[X_AXIS]=-1;
- } else {
- WRITE_NC(X_DIR_PIN, !INVERT_X_DIR);
- count_direction[X_AXIS]=1;
- }
- if((out_bits & (1<<Y_AXIS))!=0){
- WRITE_NC(Y_DIR_PIN, INVERT_Y_DIR);
- count_direction[Y_AXIS]=-1;
- } else {
- WRITE_NC(Y_DIR_PIN, !INVERT_Y_DIR);
- count_direction[Y_AXIS]=1;
- }
- if ((out_bits & (1<<Z_AXIS)) != 0) {
- WRITE_NC(Z_DIR_PIN,INVERT_Z_DIR);
- count_direction[Z_AXIS]=-1;
- } else {
- WRITE_NC(Z_DIR_PIN,!INVERT_Z_DIR);
- count_direction[Z_AXIS]=1;
- }
- if ((out_bits & (1 << E_AXIS)) != 0) {
- #ifndef LIN_ADVANCE
- WRITE(E0_DIR_PIN, INVERT_E0_DIR);
- #endif
- count_direction[E_AXIS] = -1;
- } else {
- #ifndef LIN_ADVANCE
- WRITE(E0_DIR_PIN, !INVERT_E0_DIR);
- #endif
- count_direction[E_AXIS] = 1;
- }
- #if defined(FILAMENT_SENSOR) && defined(PAT9125)
- fsensor_st_block_begin(count_direction[E_AXIS] < 0);
- #endif
- }
- else {
- _NEXT_ISR(2000);
- #ifdef LIN_ADVANCE
-
- nextAdvanceISR = ADV_NEVER;
- e_steps = 0;
-
-
- if(current_adv_steps)
- --current_adv_steps;
- #endif
- }
-
- }
- FORCE_INLINE void stepper_check_endstops()
- {
- if(check_endstops)
- {
- uint8_t _endstop_hit = endstop_hit;
- uint8_t _endstop = endstop;
- uint8_t _old_endstop = old_endstop;
- #ifndef COREXY
- if ((out_bits & (1<<X_AXIS)) != 0)
- #else
- if ((((out_bits & (1<<X_AXIS)) != 0)&&(out_bits & (1<<Y_AXIS)) != 0))
- #endif
- {
- #if ( (defined(X_MIN_PIN) && (X_MIN_PIN > -1)) || defined(TMC2130_SG_HOMING) ) && !defined(DEBUG_DISABLE_XMINLIMIT)
- #ifdef TMC2130_SG_HOMING
-
- SET_BIT_TO(_endstop, X_AXIS, (READ(X_TMC2130_DIAG) != 0));
- #else
-
- SET_BIT_TO(_endstop, X_AXIS, (READ(X_MIN_PIN) != X_MIN_ENDSTOP_INVERTING));
- #endif
- if((_endstop & _old_endstop & _BV(X_AXIS)) && (current_block->steps_x.wide > 0)) {
- #ifdef VERBOSE_CHECK_HIT_ENDSTOPS
- endstops_trigsteps[X_AXIS] = count_position[X_AXIS];
- #endif
- _endstop_hit |= _BV(X_AXIS);
- step_events_completed.wide = current_block->step_event_count.wide;
- }
- #endif
- } else {
- #if ( (defined(X_MAX_PIN) && (X_MAX_PIN > -1)) || defined(TMC2130_SG_HOMING) ) && !defined(DEBUG_DISABLE_XMAXLIMIT)
- #ifdef TMC2130_SG_HOMING
-
- SET_BIT_TO(_endstop, X_AXIS + 4, (READ(X_TMC2130_DIAG) != 0));
- #else
-
- SET_BIT_TO(_endstop, X_AXIS + 4, (READ(X_MAX_PIN) != X_MAX_ENDSTOP_INVERTING));
- #endif
- if((_endstop & _old_endstop & _BV(X_AXIS + 4)) && (current_block->steps_x.wide > 0)){
- #ifdef VERBOSE_CHECK_HIT_ENDSTOPS
- endstops_trigsteps[X_AXIS] = count_position[X_AXIS];
- #endif
- _endstop_hit |= _BV(X_AXIS);
- step_events_completed.wide = current_block->step_event_count.wide;
- }
- #endif
- }
- #ifndef COREXY
- if ((out_bits & (1<<Y_AXIS)) != 0)
- #else
- if ((((out_bits & (1<<X_AXIS)) != 0)&&(out_bits & (1<<Y_AXIS)) == 0))
- #endif
- {
- #if ( (defined(Y_MIN_PIN) && (Y_MIN_PIN > -1)) || defined(TMC2130_SG_HOMING) ) && !defined(DEBUG_DISABLE_YMINLIMIT)
- #ifdef TMC2130_SG_HOMING
-
- SET_BIT_TO(_endstop, Y_AXIS, (READ(Y_TMC2130_DIAG) != 0));
- #else
-
- SET_BIT_TO(_endstop, Y_AXIS, (READ(Y_MIN_PIN) != Y_MIN_ENDSTOP_INVERTING));
- #endif
- if((_endstop & _old_endstop & _BV(Y_AXIS)) && (current_block->steps_y.wide > 0)) {
- #ifdef VERBOSE_CHECK_HIT_ENDSTOPS
- endstops_trigsteps[Y_AXIS] = count_position[Y_AXIS];
- #endif
- _endstop_hit |= _BV(Y_AXIS);
- step_events_completed.wide = current_block->step_event_count.wide;
- }
- #endif
- } else {
- #if ( (defined(Y_MAX_PIN) && (Y_MAX_PIN > -1)) || defined(TMC2130_SG_HOMING) ) && !defined(DEBUG_DISABLE_YMAXLIMIT)
- #ifdef TMC2130_SG_HOMING
-
- SET_BIT_TO(_endstop, Y_AXIS + 4, (READ(Y_TMC2130_DIAG) != 0));
- #else
-
- SET_BIT_TO(_endstop, Y_AXIS + 4, (READ(Y_MAX_PIN) != Y_MAX_ENDSTOP_INVERTING));
- #endif
- if((_endstop & _old_endstop & _BV(Y_AXIS + 4)) && (current_block->steps_y.wide > 0)){
- #ifdef VERBOSE_CHECK_HIT_ENDSTOPS
- endstops_trigsteps[Y_AXIS] = count_position[Y_AXIS];
- #endif
- _endstop_hit |= _BV(Y_AXIS);
- step_events_completed.wide = current_block->step_event_count.wide;
- }
- #endif
- }
- if ((out_bits & (1<<Z_AXIS)) != 0)
- {
- #if defined(Z_MIN_PIN) && (Z_MIN_PIN > -1) && !defined(DEBUG_DISABLE_ZMINLIMIT)
- if (! check_z_endstop) {
- #ifdef TMC2130_SG_HOMING
-
- #ifdef TMC2130_STEALTH_Z
- if ((tmc2130_mode == TMC2130_MODE_SILENT) && !(tmc2130_sg_homing_axes_mask & 0x04))
- SET_BIT_TO(_endstop, Z_AXIS, (READ(Z_MIN_PIN) != Z_MIN_ENDSTOP_INVERTING));
- else
- #endif
- SET_BIT_TO(_endstop, Z_AXIS, (READ(Z_MIN_PIN) != Z_MIN_ENDSTOP_INVERTING) || (READ(Z_TMC2130_DIAG) != 0));
- #else
- SET_BIT_TO(_endstop, Z_AXIS, (READ(Z_MIN_PIN) != Z_MIN_ENDSTOP_INVERTING));
- #endif
- if((_endstop & _old_endstop & _BV(Z_AXIS)) && (current_block->steps_z.wide > 0)) {
- #ifdef VERBOSE_CHECK_HIT_ENDSTOPS
- endstops_trigsteps[Z_AXIS] = count_position[Z_AXIS];
- #endif
- _endstop_hit |= _BV(Z_AXIS);
- step_events_completed.wide = current_block->step_event_count.wide;
- }
- }
- #endif
- } else {
- #if defined(Z_MAX_PIN) && (Z_MAX_PIN > -1) && !defined(DEBUG_DISABLE_ZMAXLIMIT)
- #ifdef TMC2130_SG_HOMING
-
- #ifdef TMC2130_STEALTH_Z
- if ((tmc2130_mode == TMC2130_MODE_SILENT) && !(tmc2130_sg_homing_axes_mask & 0x04))
- SET_BIT_TO(_endstop, Z_AXIS + 4, 0);
- else
- #endif
- SET_BIT_TO(_endstop, Z_AXIS + 4, (READ(Z_TMC2130_DIAG) != 0));
- #else
- SET_BIT_TO(_endstop, Z_AXIS + 4, (READ(Z_MAX_PIN) != Z_MAX_ENDSTOP_INVERTING));
- #endif
- if((_endstop & _old_endstop & _BV(Z_AXIS + 4)) && (current_block->steps_z.wide > 0)) {
- #ifdef VERBOSE_CHECK_HIT_ENDSTOPS
- endstops_trigsteps[Z_AXIS] = count_position[Z_AXIS];
- #endif
- _endstop_hit |= _BV(Z_AXIS);
- step_events_completed.wide = current_block->step_event_count.wide;
- }
- #endif
- }
- endstop = _endstop;
- old_endstop = _endstop;
- endstop_hit = _endstop_hit;
- }
-
- #if defined(Z_MIN_PIN) && (Z_MIN_PIN > -1) && !defined(DEBUG_DISABLE_ZMINLIMIT)
- if (check_z_endstop) {
- uint8_t _endstop_hit = endstop_hit;
- uint8_t _endstop = endstop;
- uint8_t _old_endstop = old_endstop;
-
-
- #ifdef TMC2130_SG_HOMING
-
- #ifdef TMC2130_STEALTH_Z
- if ((tmc2130_mode == TMC2130_MODE_SILENT) && !(tmc2130_sg_homing_axes_mask & 0x04))
- SET_BIT_TO(_endstop, Z_AXIS, (READ(Z_MIN_PIN) != Z_MIN_ENDSTOP_INVERTING));
- else
- #endif
- SET_BIT_TO(_endstop, Z_AXIS, (READ(Z_MIN_PIN) != Z_MIN_ENDSTOP_INVERTING) || (READ(Z_TMC2130_DIAG) != 0));
- #else
- SET_BIT_TO(_endstop, Z_AXIS, (READ(Z_MIN_PIN) != Z_MIN_ENDSTOP_INVERTING));
- #endif
- if(_endstop & _old_endstop & _BV(Z_AXIS)) {
- #ifdef VERBOSE_CHECK_HIT_ENDSTOPS
- endstops_trigsteps[Z_AXIS] = count_position[Z_AXIS];
- #endif
- _endstop_hit |= _BV(Z_AXIS);
- step_events_completed.wide = current_block->step_event_count.wide;
- }
- endstop = _endstop;
- old_endstop = _endstop;
- endstop_hit = _endstop_hit;
- }
- #endif
- }
- FORCE_INLINE void stepper_tick_lowres()
- {
- for (uint8_t i=0; i < step_loops; ++ i) {
- MSerial.checkRx();
-
- counter_x.lo += current_block->steps_x.lo;
- if (counter_x.lo > 0) {
- STEP_NC_HI(X_AXIS);
- #ifdef DEBUG_XSTEP_DUP_PIN
- STEP_NC_HI(X_DUP_AXIS);
- #endif
- counter_x.lo -= current_block->step_event_count.lo;
- count_position[X_AXIS]+=count_direction[X_AXIS];
- STEP_NC_LO(X_AXIS);
- #ifdef DEBUG_XSTEP_DUP_PIN
- STEP_NC_LO(X_DUP_AXIS);
- #endif
- }
-
- counter_y.lo += current_block->steps_y.lo;
- if (counter_y.lo > 0) {
- STEP_NC_HI(Y_AXIS);
- #ifdef DEBUG_YSTEP_DUP_PIN
- STEP_NC_HI(Y_DUP_AXIS);
- #endif
- counter_y.lo -= current_block->step_event_count.lo;
- count_position[Y_AXIS]+=count_direction[Y_AXIS];
- STEP_NC_LO(Y_AXIS);
- #ifdef DEBUG_YSTEP_DUP_PIN
- STEP_NC_LO(Y_DUP_AXIS);
- #endif
- }
-
- counter_z.lo += current_block->steps_z.lo;
- if (counter_z.lo > 0) {
- STEP_NC_HI(Z_AXIS);
- counter_z.lo -= current_block->step_event_count.lo;
- count_position[Z_AXIS]+=count_direction[Z_AXIS];
- STEP_NC_LO(Z_AXIS);
- }
-
- counter_e.lo += current_block->steps_e.lo;
- if (counter_e.lo > 0) {
- #ifndef LIN_ADVANCE
- STEP_NC_HI(E_AXIS);
- #endif
- counter_e.lo -= current_block->step_event_count.lo;
- count_position[E_AXIS] += count_direction[E_AXIS];
- #ifdef LIN_ADVANCE
- e_steps += count_direction[E_AXIS];
- #else
- #ifdef FILAMENT_SENSOR
- fsensor_counter += count_direction[E_AXIS];
- #endif
- STEP_NC_LO(E_AXIS);
- #endif
- }
- if(++ step_events_completed.lo >= current_block->step_event_count.lo)
- break;
- }
- }
- FORCE_INLINE void stepper_tick_highres()
- {
- for (uint8_t i=0; i < step_loops; ++ i) {
- MSerial.checkRx();
-
- counter_x.wide += current_block->steps_x.wide;
- if (counter_x.wide > 0) {
- STEP_NC_HI(X_AXIS);
- #ifdef DEBUG_XSTEP_DUP_PIN
- STEP_NC_HI(X_DUP_AXIS);
- #endif
- counter_x.wide -= current_block->step_event_count.wide;
- count_position[X_AXIS]+=count_direction[X_AXIS];
- STEP_NC_LO(X_AXIS);
- #ifdef DEBUG_XSTEP_DUP_PIN
- STEP_NC_LO(X_DUP_AXIS);
- #endif
- }
-
- counter_y.wide += current_block->steps_y.wide;
- if (counter_y.wide > 0) {
- STEP_NC_HI(Y_AXIS);
- #ifdef DEBUG_YSTEP_DUP_PIN
- STEP_NC_HI(Y_DUP_AXIS);
- #endif
- counter_y.wide -= current_block->step_event_count.wide;
- count_position[Y_AXIS]+=count_direction[Y_AXIS];
- STEP_NC_LO(Y_AXIS);
- #ifdef DEBUG_YSTEP_DUP_PIN
- STEP_NC_LO(Y_DUP_AXIS);
- #endif
- }
-
- counter_z.wide += current_block->steps_z.wide;
- if (counter_z.wide > 0) {
- STEP_NC_HI(Z_AXIS);
- counter_z.wide -= current_block->step_event_count.wide;
- count_position[Z_AXIS]+=count_direction[Z_AXIS];
- STEP_NC_LO(Z_AXIS);
- }
-
- counter_e.wide += current_block->steps_e.wide;
- if (counter_e.wide > 0) {
- #ifndef LIN_ADVANCE
- STEP_NC_HI(E_AXIS);
- #endif
- counter_e.wide -= current_block->step_event_count.wide;
- count_position[E_AXIS]+=count_direction[E_AXIS];
- #ifdef LIN_ADVANCE
- e_steps += count_direction[E_AXIS];
- #else
- #ifdef FILAMENT_SENSOR
- fsensor_counter += count_direction[E_AXIS];
- #endif
- STEP_NC_LO(E_AXIS);
- #endif
- }
- if(++ step_events_completed.wide >= current_block->step_event_count.wide)
- break;
- }
- }
- #ifdef LIN_ADVANCE
- FORCE_INLINE uint16_t fastdiv(uint16_t q, uint8_t d)
- {
- if(d != 3) return q >> (d / 2);
- else return ((uint32_t)0xAAAB * q) >> 17;
- }
- FORCE_INLINE void advance_spread(uint16_t timer)
- {
- eISR_Err += timer;
- uint8_t ticks = 0;
- while(eISR_Err >= current_block->advance_rate)
- {
- ++ticks;
- eISR_Err -= current_block->advance_rate;
- }
- if(!ticks)
- {
- eISR_Rate = timer;
- nextAdvanceISR = timer;
- return;
- }
- if (ticks <= 3)
- eISR_Rate = fastdiv(timer, ticks + 1);
- else
- {
-
- eISR_Rate = timer / (ticks + 1);
- }
- nextAdvanceISR = eISR_Rate;
- }
- #endif
- FORCE_INLINE void isr() {
-
-
-
- if (current_block == NULL)
- stepper_next_block();
- if (current_block != NULL)
- {
- stepper_check_endstops();
- if (current_block->flag & BLOCK_FLAG_DDA_LOWRES)
- stepper_tick_lowres();
- else
- stepper_tick_highres();
- #ifdef LIN_ADVANCE
- if (e_steps) WRITE_NC(E0_DIR_PIN, e_steps < 0? INVERT_E0_DIR: !INVERT_E0_DIR);
- uint8_t la_state = 0;
- #endif
-
-
-
- {
-
- if (step_events_completed.wide <= current_block->accelerate_until) {
-
- acc_step_rate = MUL24x24R24(acceleration_time, current_block->acceleration_rate);
- acc_step_rate += uint16_t(current_block->initial_rate);
-
- if(acc_step_rate > uint16_t(current_block->nominal_rate))
- acc_step_rate = current_block->nominal_rate;
-
- uint16_t timer = calc_timer(acc_step_rate, step_loops);
- _NEXT_ISR(timer);
- acceleration_time += timer;
- #ifdef LIN_ADVANCE
- if (current_block->use_advance_lead) {
- if (step_events_completed.wide <= (unsigned long int)step_loops) {
- la_state = ADV_INIT | ADV_ACC_VARY;
- if (e_extruding && current_adv_steps > target_adv_steps)
- target_adv_steps = current_adv_steps;
- }
- }
- #endif
- }
- else if (step_events_completed.wide > current_block->decelerate_after) {
- uint16_t step_rate = MUL24x24R24(deceleration_time, current_block->acceleration_rate);
- if (step_rate > acc_step_rate) {
- step_rate = uint16_t(current_block->final_rate);
- }
- else {
- step_rate = acc_step_rate - step_rate;
-
- if (step_rate < current_block->final_rate)
- step_rate = uint16_t(current_block->final_rate);
- }
-
- uint16_t timer = calc_timer(step_rate, step_loops);
- _NEXT_ISR(timer);
- deceleration_time += timer;
- #ifdef LIN_ADVANCE
- if (current_block->use_advance_lead) {
- if (step_events_completed.wide <= current_block->decelerate_after + step_loops) {
- target_adv_steps = current_block->final_adv_steps;
- la_state = ADV_INIT | ADV_ACC_VARY;
- if (e_extruding && current_adv_steps < target_adv_steps)
- target_adv_steps = current_adv_steps;
- }
- }
- #endif
- }
- else {
- if (! step_loops_nominal) {
-
-
- OCR1A_nominal = calc_timer(uint16_t(current_block->nominal_rate), step_loops);
- step_loops_nominal = step_loops;
- #ifdef LIN_ADVANCE
- if(current_block->use_advance_lead) {
-
-
-
- la_state = ADV_INIT;
- if (e_extruding)
- target_adv_steps = current_adv_steps;
- }
- #endif
- }
- _NEXT_ISR(OCR1A_nominal);
- }
-
- }
- #ifdef LIN_ADVANCE
-
- if (la_state & ADV_INIT) {
- LA_phase = -1;
- if (current_adv_steps == target_adv_steps) {
-
- la_state = 0;
- nextAdvanceISR = ADV_NEVER;
- }
- else {
-
- eISR_Err = current_block->advance_rate;
- e_step_loops = current_block->advance_step_loops;
- if ((la_state & ADV_ACC_VARY) && e_extruding && (current_adv_steps > target_adv_steps)) {
-
- eISR_Err += current_block->advance_rate;
- LA_phase = 0;
- }
- }
- }
- if (la_state & ADV_INIT || nextAdvanceISR != ADV_NEVER) {
-
- advance_spread(main_Rate);
- if (LA_phase >= 0) {
- if (step_loops == e_step_loops)
- LA_phase = (current_block->advance_rate < main_Rate);
- else {
-
-
- auto adv_rate_n = fastdiv(current_block->advance_rate, step_loops);
- auto main_rate_n = fastdiv(main_Rate, e_step_loops);
- LA_phase = (adv_rate_n < main_rate_n);
- }
- }
- }
-
-
- MSerial.checkRx();
- #endif
-
- if (step_events_completed.wide >= current_block->step_event_count.wide) {
- #if !defined(LIN_ADVANCE) && defined(FILAMENT_SENSOR)
- fsensor_st_block_chunk(fsensor_counter);
- fsensor_counter = 0;
- #endif
- current_block = NULL;
- plan_discard_current_block();
- }
- #if !defined(LIN_ADVANCE) && defined(FILAMENT_SENSOR)
- else if ((abs(fsensor_counter) >= fsensor_chunk_len))
- {
- fsensor_st_block_chunk(fsensor_counter);
- fsensor_counter = 0;
- }
- #endif
- }
- #ifdef TMC2130
- tmc2130_st_isr();
- #endif
-
- }
- #ifdef LIN_ADVANCE
- FORCE_INLINE void advance_isr() {
- if (current_adv_steps > target_adv_steps) {
-
- if (e_step_loops != 1) {
- uint16_t d_steps = current_adv_steps - target_adv_steps;
- if (d_steps < e_step_loops)
- e_step_loops = d_steps;
- }
- e_steps -= e_step_loops;
- if (e_steps) WRITE_NC(E0_DIR_PIN, e_steps < 0? INVERT_E0_DIR: !INVERT_E0_DIR);
- current_adv_steps -= e_step_loops;
- }
- else if (current_adv_steps < target_adv_steps) {
-
- if (e_step_loops != 1) {
- uint16_t d_steps = target_adv_steps - current_adv_steps;
- if (d_steps < e_step_loops)
- e_step_loops = d_steps;
- }
- e_steps += e_step_loops;
- if (e_steps) WRITE_NC(E0_DIR_PIN, e_steps < 0? INVERT_E0_DIR: !INVERT_E0_DIR);
- current_adv_steps += e_step_loops;
- }
- if (current_adv_steps == target_adv_steps) {
-
- nextAdvanceISR = ADV_NEVER;
- }
- else {
-
- nextAdvanceISR = eISR_Rate;
- }
- }
- FORCE_INLINE void advance_isr_scheduler() {
-
- if(nextAdvanceISR && nextAdvanceISR != ADV_NEVER)
- {
- if(nextAdvanceISR > OCR1A)
- nextAdvanceISR -= OCR1A;
- else
- nextAdvanceISR = 0;
- }
- if(nextMainISR > OCR1A)
- nextMainISR -= OCR1A;
- else
- nextMainISR = 0;
-
- if (!nextMainISR)
- {
- #ifdef LA_DEBUG_LOGIC
- WRITE_NC(LOGIC_ANALYZER_CH0, true);
- #endif
- isr();
- #ifdef LA_DEBUG_LOGIC
- WRITE_NC(LOGIC_ANALYZER_CH0, false);
- #endif
- }
-
- bool eisr = !nextAdvanceISR;
- if (eisr)
- {
- #ifdef LA_DEBUG_LOGIC
- WRITE_NC(LOGIC_ANALYZER_CH1, true);
- #endif
- advance_isr();
- #ifdef LA_DEBUG_LOGIC
- WRITE_NC(LOGIC_ANALYZER_CH1, false);
- #endif
- }
-
- if (e_steps && (LA_phase < 0 || LA_phase == eisr)) {
- uint8_t max_ticks = (eisr? e_step_loops: step_loops);
- max_ticks = min(abs(e_steps), max_ticks);
- bool rev = (e_steps < 0);
- do
- {
- STEP_NC_HI(E_AXIS);
- e_steps += (rev? 1: -1);
- STEP_NC_LO(E_AXIS);
- #if defined(FILAMENT_SENSOR) && defined(PAT9125)
- fsensor_counter += (rev? -1: 1);
- #endif
- }
- while(--max_ticks);
- #if defined(FILAMENT_SENSOR) && defined(PAT9125)
- if (abs(fsensor_counter) >= fsensor_chunk_len)
- {
- fsensor_st_block_chunk(fsensor_counter);
- fsensor_counter = 0;
- }
- #endif
- }
-
-
- if (nextAdvanceISR != ADV_NEVER && (nextAdvanceISR + 40) < nextMainISR)
- OCR1A = nextAdvanceISR;
- else
- OCR1A = nextMainISR;
- }
- #endif
- void st_init()
- {
- #ifdef TMC2130
- tmc2130_init(TMCInitParams(false, FarmOrUserECool()));
- #endif
- st_current_init();
- microstep_init();
-
- #if defined(X_DIR_PIN) && X_DIR_PIN > -1
- SET_OUTPUT(X_DIR_PIN);
- #endif
- #if defined(X2_DIR_PIN) && X2_DIR_PIN > -1
- SET_OUTPUT(X2_DIR_PIN);
- #endif
- #if defined(Y_DIR_PIN) && Y_DIR_PIN > -1
- SET_OUTPUT(Y_DIR_PIN);
-
- #if defined(Y_DUAL_STEPPER_DRIVERS) && defined(Y2_DIR_PIN) && (Y2_DIR_PIN > -1)
- SET_OUTPUT(Y2_DIR_PIN);
- #endif
- #endif
- #if defined(Z_DIR_PIN) && Z_DIR_PIN > -1
- SET_OUTPUT(Z_DIR_PIN);
- #if defined(Z_DUAL_STEPPER_DRIVERS) && defined(Z2_DIR_PIN) && (Z2_DIR_PIN > -1)
- SET_OUTPUT(Z2_DIR_PIN);
- #endif
- #endif
- #if defined(E0_DIR_PIN) && E0_DIR_PIN > -1
- SET_OUTPUT(E0_DIR_PIN);
- #endif
- #if defined(E1_DIR_PIN) && (E1_DIR_PIN > -1)
- SET_OUTPUT(E1_DIR_PIN);
- #endif
- #if defined(E2_DIR_PIN) && (E2_DIR_PIN > -1)
- SET_OUTPUT(E2_DIR_PIN);
- #endif
-
- #if defined(X_ENABLE_PIN) && X_ENABLE_PIN > -1
- SET_OUTPUT(X_ENABLE_PIN);
- if(!X_ENABLE_ON) WRITE(X_ENABLE_PIN,HIGH);
- #endif
- #if defined(X2_ENABLE_PIN) && X2_ENABLE_PIN > -1
- SET_OUTPUT(X2_ENABLE_PIN);
- if(!X_ENABLE_ON) WRITE(X2_ENABLE_PIN,HIGH);
- #endif
- #if defined(Y_ENABLE_PIN) && Y_ENABLE_PIN > -1
- SET_OUTPUT(Y_ENABLE_PIN);
- if(!Y_ENABLE_ON) WRITE(Y_ENABLE_PIN,HIGH);
-
- #if defined(Y_DUAL_STEPPER_DRIVERS) && defined(Y2_ENABLE_PIN) && (Y2_ENABLE_PIN > -1)
- SET_OUTPUT(Y2_ENABLE_PIN);
- if(!Y_ENABLE_ON) WRITE(Y2_ENABLE_PIN,HIGH);
- #endif
- #endif
- #if defined(Z_ENABLE_PIN) && Z_ENABLE_PIN > -1
- SET_OUTPUT(Z_ENABLE_PIN);
- if(!Z_ENABLE_ON) WRITE(Z_ENABLE_PIN,HIGH);
- #if defined(Z_DUAL_STEPPER_DRIVERS) && defined(Z2_ENABLE_PIN) && (Z2_ENABLE_PIN > -1)
- SET_OUTPUT(Z2_ENABLE_PIN);
- if(!Z_ENABLE_ON) WRITE(Z2_ENABLE_PIN,HIGH);
- #endif
- #endif
- #if defined(E0_ENABLE_PIN) && (E0_ENABLE_PIN > -1)
- SET_OUTPUT(E0_ENABLE_PIN);
- if(!E_ENABLE_ON) WRITE(E0_ENABLE_PIN,HIGH);
- #endif
- #if defined(E1_ENABLE_PIN) && (E1_ENABLE_PIN > -1)
- SET_OUTPUT(E1_ENABLE_PIN);
- if(!E_ENABLE_ON) WRITE(E1_ENABLE_PIN,HIGH);
- #endif
- #if defined(E2_ENABLE_PIN) && (E2_ENABLE_PIN > -1)
- SET_OUTPUT(E2_ENABLE_PIN);
- if(!E_ENABLE_ON) WRITE(E2_ENABLE_PIN,HIGH);
- #endif
-
- #ifdef TMC2130_SG_HOMING
- SET_INPUT(X_TMC2130_DIAG);
- WRITE(X_TMC2130_DIAG,HIGH);
-
- SET_INPUT(Y_TMC2130_DIAG);
- WRITE(Y_TMC2130_DIAG,HIGH);
-
- SET_INPUT(Z_TMC2130_DIAG);
- WRITE(Z_TMC2130_DIAG,HIGH);
- SET_INPUT(E0_TMC2130_DIAG);
- WRITE(E0_TMC2130_DIAG,HIGH);
-
- #endif
-
- #if defined(X_MIN_PIN) && X_MIN_PIN > -1
- SET_INPUT(X_MIN_PIN);
- #ifdef ENDSTOPPULLUP_XMIN
- WRITE(X_MIN_PIN,HIGH);
- #endif
- #endif
- #if defined(Y_MIN_PIN) && Y_MIN_PIN > -1
- SET_INPUT(Y_MIN_PIN);
- #ifdef ENDSTOPPULLUP_YMIN
- WRITE(Y_MIN_PIN,HIGH);
- #endif
- #endif
- #if defined(Z_MIN_PIN) && Z_MIN_PIN > -1
- SET_INPUT(Z_MIN_PIN);
- #ifdef ENDSTOPPULLUP_ZMIN
- WRITE(Z_MIN_PIN,HIGH);
- #endif
- #endif
- #if defined(X_MAX_PIN) && X_MAX_PIN > -1
- SET_INPUT(X_MAX_PIN);
- #ifdef ENDSTOPPULLUP_XMAX
- WRITE(X_MAX_PIN,HIGH);
- #endif
- #endif
- #if defined(Y_MAX_PIN) && Y_MAX_PIN > -1
- SET_INPUT(Y_MAX_PIN);
- #ifdef ENDSTOPPULLUP_YMAX
- WRITE(Y_MAX_PIN,HIGH);
- #endif
- #endif
- #if defined(Z_MAX_PIN) && Z_MAX_PIN > -1
- SET_INPUT(Z_MAX_PIN);
- #ifdef ENDSTOPPULLUP_ZMAX
- WRITE(Z_MAX_PIN,HIGH);
- #endif
- #endif
- #if (defined(FANCHECK) && defined(TACH_0) && (TACH_0 > -1))
- SET_INPUT(TACH_0);
- #ifdef TACH0PULLUP
- WRITE(TACH_0, HIGH);
- #endif
- #endif
-
- #if defined(X_STEP_PIN) && (X_STEP_PIN > -1)
- SET_OUTPUT(X_STEP_PIN);
- WRITE(X_STEP_PIN,INVERT_X_STEP_PIN);
- #ifdef DEBUG_XSTEP_DUP_PIN
- SET_OUTPUT(DEBUG_XSTEP_DUP_PIN);
- WRITE(DEBUG_XSTEP_DUP_PIN,INVERT_X_STEP_PIN);
- #endif
- disable_x();
- #endif
- #if defined(X2_STEP_PIN) && (X2_STEP_PIN > -1)
- SET_OUTPUT(X2_STEP_PIN);
- WRITE(X2_STEP_PIN,INVERT_X_STEP_PIN);
- disable_x();
- #endif
- #if defined(Y_STEP_PIN) && (Y_STEP_PIN > -1)
- SET_OUTPUT(Y_STEP_PIN);
- WRITE(Y_STEP_PIN,INVERT_Y_STEP_PIN);
- #ifdef DEBUG_YSTEP_DUP_PIN
- SET_OUTPUT(DEBUG_YSTEP_DUP_PIN);
- WRITE(DEBUG_YSTEP_DUP_PIN,INVERT_Y_STEP_PIN);
- #endif
- #if defined(Y_DUAL_STEPPER_DRIVERS) && defined(Y2_STEP_PIN) && (Y2_STEP_PIN > -1)
- SET_OUTPUT(Y2_STEP_PIN);
- WRITE(Y2_STEP_PIN,INVERT_Y_STEP_PIN);
- #endif
- disable_y();
- #endif
- #if defined(Z_STEP_PIN) && (Z_STEP_PIN > -1)
- SET_OUTPUT(Z_STEP_PIN);
- WRITE(Z_STEP_PIN,INVERT_Z_STEP_PIN);
- #if defined(Z_DUAL_STEPPER_DRIVERS) && defined(Z2_STEP_PIN) && (Z2_STEP_PIN > -1)
- SET_OUTPUT(Z2_STEP_PIN);
- WRITE(Z2_STEP_PIN,INVERT_Z_STEP_PIN);
- #endif
- #ifdef PSU_Delta
- init_force_z();
- #endif
- disable_z();
- #endif
- #if defined(E0_STEP_PIN) && (E0_STEP_PIN > -1)
- SET_OUTPUT(E0_STEP_PIN);
- WRITE(E0_STEP_PIN,INVERT_E_STEP_PIN);
- disable_e0();
- #endif
- #if defined(E1_STEP_PIN) && (E1_STEP_PIN > -1)
- SET_OUTPUT(E1_STEP_PIN);
- WRITE(E1_STEP_PIN,INVERT_E_STEP_PIN);
- disable_e1();
- #endif
- #if defined(E2_STEP_PIN) && (E2_STEP_PIN > -1)
- SET_OUTPUT(E2_STEP_PIN);
- WRITE(E2_STEP_PIN,INVERT_E_STEP_PIN);
- disable_e2();
- #endif
-
- TCCR1B &= ~(1<<WGM13);
- TCCR1B |= (1<<WGM12);
- TCCR1A &= ~(1<<WGM11);
- TCCR1A &= ~(1<<WGM10);
-
- TCCR1A &= ~(3<<COM1A0);
- TCCR1A &= ~(3<<COM1B0);
-
-
-
-
-
- TCCR1B = (TCCR1B & ~(0x07<<CS10)) | (2<<CS10);
-
- OCR1A = 0x4000;
- TCNT1 = 0;
- #ifdef LIN_ADVANCE
- #ifdef LA_DEBUG_LOGIC
- LOGIC_ANALYZER_CH0_ENABLE;
- LOGIC_ANALYZER_CH1_ENABLE;
- WRITE_NC(LOGIC_ANALYZER_CH0, false);
- WRITE_NC(LOGIC_ANALYZER_CH1, false);
- #endif
-
- nextMainISR = 0;
- nextAdvanceISR = ADV_NEVER;
- main_Rate = ADV_NEVER;
- current_adv_steps = 0;
- #endif
- enable_endstops(true);
- ENABLE_STEPPER_DRIVER_INTERRUPT();
- sei();
- }
- void st_reset_timer()
- {
-
- TIFR1 |= 1 << OCF1A;
-
- TCNT1 = 0;
-
- OCR1A = 2000;
- #ifdef LIN_ADVANCE
- nextMainISR = 0;
- if(nextAdvanceISR && nextAdvanceISR != ADV_NEVER)
- nextAdvanceISR = 0;
- #endif
- }
- void st_synchronize()
- {
- while(blocks_queued())
- {
- #ifdef TMC2130
- manage_heater();
-
- if (!tmc2130_update_sg())
- {
- manage_inactivity(true);
- lcd_update(0);
- }
- #else
- manage_heater();
-
- manage_inactivity(true);
- lcd_update(0);
- #endif
- }
- }
- void st_set_position(const long &x, const long &y, const long &z, const long &e)
- {
- CRITICAL_SECTION_START;
-
-
-
-
-
- count_position[X_AXIS] = x;
- count_position[Y_AXIS] = y;
- count_position[Z_AXIS] = z;
- count_position[E_AXIS] = e;
- CRITICAL_SECTION_END;
- }
- void st_set_e_position(const long &e)
- {
- CRITICAL_SECTION_START;
- count_position[E_AXIS] = e;
- CRITICAL_SECTION_END;
- }
- long st_get_position(uint8_t axis)
- {
- long count_pos;
- CRITICAL_SECTION_START;
- count_pos = count_position[axis];
- CRITICAL_SECTION_END;
- return count_pos;
- }
- void st_get_position_xy(long &x, long &y)
- {
- CRITICAL_SECTION_START;
- x = count_position[X_AXIS];
- y = count_position[Y_AXIS];
- CRITICAL_SECTION_END;
- }
- float st_get_position_mm(uint8_t axis)
- {
- float steper_position_in_steps = st_get_position(axis);
- return steper_position_in_steps / cs.axis_steps_per_unit[axis];
- }
- void quickStop()
- {
- DISABLE_STEPPER_DRIVER_INTERRUPT();
- while (blocks_queued()) plan_discard_current_block();
- current_block = NULL;
- #ifdef LIN_ADVANCE
- nextAdvanceISR = ADV_NEVER;
- current_adv_steps = 0;
- #endif
- st_reset_timer();
- ENABLE_STEPPER_DRIVER_INTERRUPT();
- }
- #ifdef BABYSTEPPING
- void babystep(const uint8_t axis,const bool direction)
- {
-
-
-
-
- switch(axis)
- {
- case X_AXIS:
- {
- enable_x();
- uint8_t old_x_dir_pin = READ(X_DIR_PIN);
- uint8_t new_x_dir_pin = (INVERT_X_DIR)^direction;
-
- if (new_x_dir_pin != old_x_dir_pin) {
- WRITE_NC(X_DIR_PIN, new_x_dir_pin);
- delayMicroseconds(STEPPER_SET_DIR_DELAY);
- }
-
- STEP_NC_HI(X_AXIS);
- #ifdef DEBUG_XSTEP_DUP_PIN
- STEP_NC_HI(X_DUP_AXIS);
- #endif
- STEPPER_MINIMUM_DELAY;
- STEP_NC_LO(X_AXIS);
- #ifdef DEBUG_XSTEP_DUP_PIN
- STEP_NC_LO(X_DUP_AXIS);
- #endif
-
- WRITE_NC(X_DIR_PIN, old_x_dir_pin);
- }
- break;
- case Y_AXIS:
- {
- enable_y();
- uint8_t old_y_dir_pin = READ(Y_DIR_PIN);
- uint8_t new_y_dir_pin = (INVERT_Y_DIR)^direction;
-
- if (new_y_dir_pin != old_y_dir_pin) {
- WRITE_NC(Y_DIR_PIN, new_y_dir_pin);
- delayMicroseconds(STEPPER_SET_DIR_DELAY);
- }
-
- STEP_NC_HI(Y_AXIS);
- #ifdef DEBUG_YSTEP_DUP_PIN
- STEP_NC_HI(Y_DUP_AXIS);
- #endif
- STEPPER_MINIMUM_DELAY;
- STEP_NC_LO(Y_AXIS);
- #ifdef DEBUG_YSTEP_DUP_PIN
- STEP_NC_LO(Y_DUP_AXIS);
- #endif
-
- WRITE_NC(Y_DIR_PIN, old_y_dir_pin);
- }
- break;
- case Z_AXIS:
- {
- enable_z();
- uint8_t old_z_dir_pin = READ(Z_DIR_PIN);
- uint8_t new_z_dir_pin = (INVERT_Z_DIR)^direction^BABYSTEP_INVERT_Z;
-
- if (new_z_dir_pin != old_z_dir_pin) {
- WRITE_NC(Z_DIR_PIN, new_z_dir_pin);
- #ifdef Z_DUAL_STEPPER_DRIVERS
- WRITE_NC(Z2_DIR_PIN, new_z_dir_pin);
- #endif
- delayMicroseconds(STEPPER_SET_DIR_DELAY);
- }
-
- STEP_NC_HI(Z_AXIS);
- #ifdef Z_DUAL_STEPPER_DRIVERS
- STEP_NC_HI(Z2_AXIS);
- #endif
- STEPPER_MINIMUM_DELAY;
- STEP_NC_LO(Z_AXIS);
- #ifdef Z_DUAL_STEPPER_DRIVERS
- STEP_NC_LO(Z2_AXIS);
- #endif
-
- if (new_z_dir_pin != old_z_dir_pin) {
- WRITE_NC(Z_DIR_PIN, old_z_dir_pin);
- #ifdef Z_DUAL_STEPPER_DRIVERS
- WRITE_NC(Z2_DIR_PIN, old_z_dir_pin);
- #endif
- }
- }
- break;
- default: break;
- }
- }
- #endif
- #if defined(DIGIPOTSS_PIN) && DIGIPOTSS_PIN > -1
- void digitalPotWrite(int address, int value)
- {
- digitalWrite(DIGIPOTSS_PIN,LOW);
- SPI.transfer(address);
- SPI.transfer(value);
- digitalWrite(DIGIPOTSS_PIN,HIGH);
-
- }
- #endif
- void st_current_init()
- {
- #ifdef MOTOR_CURRENT_PWM_XY_PIN
- uint8_t SilentMode = eeprom_read_byte((uint8_t*)EEPROM_SILENT);
- SilentModeMenu = SilentMode;
- SET_OUTPUT(MOTOR_CURRENT_PWM_XY_PIN);
- SET_OUTPUT(MOTOR_CURRENT_PWM_Z_PIN);
- SET_OUTPUT(MOTOR_CURRENT_PWM_E_PIN);
- if((SilentMode == SILENT_MODE_OFF) || (farm_mode) ){
- motor_current_setting[0] = motor_current_setting_loud[0];
- motor_current_setting[1] = motor_current_setting_loud[1];
- motor_current_setting[2] = motor_current_setting_loud[2];
- }else{
- motor_current_setting[0] = motor_current_setting_silent[0];
- motor_current_setting[1] = motor_current_setting_silent[1];
- motor_current_setting[2] = motor_current_setting_silent[2];
- }
- st_current_set(0, motor_current_setting[0]);
- st_current_set(1, motor_current_setting[1]);
- st_current_set(2, motor_current_setting[2]);
-
- TCCR5B = (TCCR5B & ~(_BV(CS50) | _BV(CS51) | _BV(CS52))) | _BV(CS50);
- #endif
- }
- #ifdef MOTOR_CURRENT_PWM_XY_PIN
- void st_current_set(uint8_t driver, int current)
- {
- if (driver == 0) analogWrite(MOTOR_CURRENT_PWM_XY_PIN, (long)current * 255L / (long)MOTOR_CURRENT_PWM_RANGE);
- if (driver == 1) analogWrite(MOTOR_CURRENT_PWM_Z_PIN, (long)current * 255L / (long)MOTOR_CURRENT_PWM_RANGE);
- if (driver == 2) analogWrite(MOTOR_CURRENT_PWM_E_PIN, (long)current * 255L / (long)MOTOR_CURRENT_PWM_RANGE);
- }
- #else
- void st_current_set(uint8_t, int ){}
- #endif
- void microstep_init()
- {
- #if defined(E1_MS1_PIN) && E1_MS1_PIN > -1
- SET_OUTPUT(E1_MS1_PIN);
- SET_OUTPUT(E1_MS2_PIN);
- #endif
- #if defined(X_MS1_PIN) && X_MS1_PIN > -1
- const uint8_t microstep_modes[] = MICROSTEP_MODES;
- SET_OUTPUT(X_MS1_PIN);
- SET_OUTPUT(X_MS2_PIN);
- SET_OUTPUT(Y_MS1_PIN);
- SET_OUTPUT(Y_MS2_PIN);
- SET_OUTPUT(Z_MS1_PIN);
- SET_OUTPUT(Z_MS2_PIN);
- SET_OUTPUT(E0_MS1_PIN);
- SET_OUTPUT(E0_MS2_PIN);
- for(int i=0;i<=4;i++) microstep_mode(i,microstep_modes[i]);
- #endif
- }
- #ifndef TMC2130
- void microstep_ms(uint8_t driver, int8_t ms1, int8_t ms2)
- {
- if(ms1 > -1) switch(driver)
- {
- case 0: WRITE( X_MS1_PIN,ms1); break;
- case 1: WRITE( Y_MS1_PIN,ms1); break;
- case 2: WRITE( Z_MS1_PIN,ms1); break;
- case 3: WRITE(E0_MS1_PIN,ms1); break;
- #if defined(E1_MS1_PIN) && E1_MS1_PIN > -1
- case 4: WRITE(E1_MS1_PIN,ms1); break;
- #endif
- }
- if(ms2 > -1) switch(driver)
- {
- case 0: WRITE( X_MS2_PIN,ms2); break;
- case 1: WRITE( Y_MS2_PIN,ms2); break;
- case 2: WRITE( Z_MS2_PIN,ms2); break;
- case 3: WRITE(E0_MS2_PIN,ms2); break;
- #if defined(E1_MS2_PIN) && E1_MS2_PIN > -1
- case 4: WRITE(E1_MS2_PIN,ms2); break;
- #endif
- }
- }
- void microstep_mode(uint8_t driver, uint8_t stepping_mode)
- {
- switch(stepping_mode)
- {
- case 1: microstep_ms(driver,MICROSTEP1); break;
- case 2: microstep_ms(driver,MICROSTEP2); break;
- case 4: microstep_ms(driver,MICROSTEP4); break;
- case 8: microstep_ms(driver,MICROSTEP8); break;
- case 16: microstep_ms(driver,MICROSTEP16); break;
- }
- }
- void microstep_readings()
- {
- SERIAL_PROTOCOLLNPGM("MS1,MS2 Pins");
- SERIAL_PROTOCOLPGM("X: ");
- SERIAL_PROTOCOL( READ(X_MS1_PIN));
- SERIAL_PROTOCOLLN( READ(X_MS2_PIN));
- SERIAL_PROTOCOLPGM("Y: ");
- SERIAL_PROTOCOL( READ(Y_MS1_PIN));
- SERIAL_PROTOCOLLN( READ(Y_MS2_PIN));
- SERIAL_PROTOCOLPGM("Z: ");
- SERIAL_PROTOCOL( READ(Z_MS1_PIN));
- SERIAL_PROTOCOLLN( READ(Z_MS2_PIN));
- SERIAL_PROTOCOLPGM("E0: ");
- SERIAL_PROTOCOL( READ(E0_MS1_PIN));
- SERIAL_PROTOCOLLN( READ(E0_MS2_PIN));
- #if defined(E1_MS1_PIN) && E1_MS1_PIN > -1
- SERIAL_PROTOCOLPGM("E1: ");
- SERIAL_PROTOCOL( READ(E1_MS1_PIN));
- SERIAL_PROTOCOLLN( READ(E1_MS2_PIN));
- #endif
- }
- #endif
- #if defined(FILAMENT_SENSOR) && defined(PAT9125)
- void st_reset_fsensor()
- {
- CRITICAL_SECTION_START;
- fsensor_counter = 0;
- CRITICAL_SECTION_END;
- }
- #endif
|