Grezco

About

Username
Grezco
Joined
Visits
1
Last Active
Roles
Member

Comments

  • Firmware 0.92.9 - Host 2.13     X min pos : 25     Y min pos : 25     Z min pos : 10 Host 2.13    Config printer  Home X : 25   /  Home Y : 25  /  Home Z : 10 After G28, the firmware return good values (25 / 25 / 10) and I can go down Z from 10 to…
  • I tried to move Commands::printCurrentPosition(); to a later line (firmware 1.03), but it's the same issue. Could you look at the Configuration.h file ? #define NUM_EXTRUDER 2 #define MOTHERBOARD 701 #include "pins.h"// ################## EDIT T…
  • Whatever I do,  firmware sending wrong position after G28...
  • Could you tell me the signification of :   #define MOVE_Z_WHEN_HOMED  ? #define ENDSTOP_X_BACK_ON_HOME 20 #define ENDSTOP_Y_BACK_ON_HOME 20 #define ENDSTOP_Z_BACK_ON_HOME 10 #define MOVE_X_WHEN_HOMED 0 #define MOVE_Y_WHEN_HOMED 0 #define MOVE_Z_WH…
  • I have a compiler error with 1.0.4dev (Arduino 1.8.9 - Board Mega 2560) with    "#define EEPROM_MODE 1"     sketch\Eeprom.cpp: In function 'initalizeUncached':    sketch\Eeprom.cpp:588:1: internal compiler error: Segmentation fault But it's all ri…
  • Just after sending the home command, the counter are like that : The log : 19:44:25.465 : N15 G28*39 19:44:45.701 : X:0.00 Y:0.00 Z:0.000 E:0.0000 And finally :
  • Hello, I did it !  But without any change.