Tanuki44
About
- Username
- Tanuki44
- Joined
- Visits
- 68
- Last Active
- Roles
- Member
Comments
-
I not use any host. I use just the gcode file on SD and print directly with the firmware
-
Yes, this explains why the zOffset is functional X-axis steps per mm Y-axis steps per mm Z-axis steps per mm
-
Ok I do not know why it does not work ... But I tested with the old lines of code (v0.92) : case UI_ACTION_X_OFFSET: //INCREMENT_MIN_MAX(Extruder::current->xOffset, RMath::min(static_cast(1),static_cast(Printer::axisStepsPerMM[X_AXI…
-
Sorry, but the rotary button has no effect on the X-Offset and Y-Offset values. I will therefore use the editor
-
I made a mistake : #define EXT1_X_OFFSET -76 #define EXT1_Y_OFFSET 38 #define EXT1_Z_OFFSET 0 et pour le Eeprom "Id": 1, ... / ... "XOffset": -1, "YOffset": 0.5, "ZOffset": 0…
-
Repetier said: If you download our github sources at https://github.com/repetier/Repetier-Firmware you get the original config file with comments. But you should still use the config tool as it makes updating to new version simple since it ex…
-
I remade the 'Configuration.h', now it's ok with this setting. I had to make some mistakes... Thanks for this v1.0.0
-
Ok, I recheck all that and tell you Thanks
-
Hello, Have you found a solution? Happy new year 2017
-
Tanuki44 said: My printer is a Home made. I use a RAMP 1.4 with 1 Hotend (diamond) and 3 extruders share same heater from extruder 0 definition but no mix for the moment.
-
Thanks
-
My printer is a Home made. I use a RAMP 1.4 with 1 Hotend (diamond) and 3 extruders share same heater from extruder 0 definition.
-
Thanks for this path
-
Hello, I have no response of my problem, have I posted on bad category ? Thanks
-
Ok, I suspected that a little. I'm not sure my knowledge allows me to change that way.
-
Thanks, I will try.
-
I activated the backlash in the Arduino editor and assigned a value to Y, but last night, I found that the value in the EEPROM remained at 0. I modified this value and now it's OK. Thank you for taking the time to answer me.