Amen.
Latest posts made by heathmanc
-
RE: Config.g vs Machine Properties
It is showing default for a second extruder except for the current, that's the point I'm making. But, when I see something change with it i.e. the current, it would lead me to believe there is a bug or something that needs cleaned up.
-
RE: Config.g vs Machine Properties
So for me, I don't have a U, but drive 4's current matches drive 2s current as it should as it is mapped Z2:4, but none of the other values do corresponding to that drive. I would expect drive 4 to be a mirror image of drive 2.
-
RE: Config.g vs Machine Properties
It is if you really follow it, in my example, it maps the drive current to that field. just nothing else. My Z axis is 2:4, so if it is truly just axis based, then the current shouldn't update, if it is drive number it should match, but it shouldn't be a combination of both. Maybe the web control should be updated to only include configured Axis.
0 No 0 mm 224 mm 15 mm/s 100 mm/s 1500 mm/s² 1200 mA
1 No -22 mm 202 mm 15 mm/s 100 mm/s 1500 mm/s² 1200 mA
2 No 0 mm 180 mm 1.67 mm/s 20 mm/s 300 mm/s² 450 mA
3 Yes n/a n/a 110 mm/s 36.67 mm/s 600 mm/s² 1350 mA
4 Yes n/a n/a 2 mm/s 20 mm/s 250 mm/s² 450 mA -
RE: Config.g vs Machine Properties
This was the same thing I reported. the acceleration settings or other bits don't show up correctly.
-
RE: Independent Z axis motor current bug?
I am using 1.20. David, 2:4 are my axis. It displays the current correctly, just nothing else. I don’t use the info for anything, just figure it would pull setting for what was mapped for those drive positions.
-
RE: Independent Z axis motor current bug?
Was worth a shot, but a no go.
-
RE: Independent Z axis motor current bug?
it certainly was unexpected! Now, what about the settings tab issue?
-
RE: Independent Z axis motor current bug?
No, it was all removed after I learned about E3. I've posted the entire config below sans wifi setup
M111 S0 ; Debugging off
G21 ; Work in millimetres
G90 ; Send absolute coordinates…
M83 ; ...but relative extruder moves
M555 P1 ; Set firmware compatibility to look like RepRap;---- Set Axis Zeros ----
M208 X0 Y-22 Z0 S1 ; Set axis minima;---- Set bed size by travel ----
M208 X224 Y202 Z180 S0 ; Set axis maxima
M557 X13:205 Y13:205 S35
M572 D0 S0.04
;---- Endstops ----
M574 Y1 Z2 S3 ; Define active low and unused microswitches
M574 X1 S0
M915 X Y S-0 H400 R0
M584 X0 Y1 Z2:4 E3
M671 X15:180 Y95:95;---- Drive Directions ----
M569 P0 S0 ; Drive 0 goes forwards
M569 P1 S0 ; Drive 1 goes forwards
M569 P2 S0 ; Drive 2 goes forwards
M569 P3 S0 ; Drive 3 goes forwards
M569 P4 S0 ; Drive 3 goes forwards;---- Stepper Setup ----
M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
M92 X200 Y200 Z400 E804 ; Set steps per mm;---- Motor Speeds ----
M566 X900 Y900 Z100 E6600 ; Set maximum instantaneous speed changes (mm/min)
M203 X6000 Y6000 Z1200 E2200 ; Set maximum speeds (mm/min)
M201 X1500 Y1500 Z300 E600 ; Set accelerations (mm/s^2)
M906 X1200 Y1200 Z350 E1250 I60 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout;---- Hotend ----
M143 S280 ; Set maximum heater temperature to 280C
M305 P1 X200 ; PT100 For Hotend;---- Bed ----
M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0;---- Tools ----
M563 P0 D0 H1 ; Define tool 0
G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
T0 ; Set T0
;---- Fans ----;---- Layer Fan ----
M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off;---- Unused Fan ----
M106 P2 S1 I0 F500 H-1 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off;---- Hotend Fan ----
M106 P1 T45 H1;---- Setup Probe ----
M558 P8 Z1 H2 F75
G31 X13 Y22 Z.56 P500 ; Offset
;---- Load config override ----
M501 -
RE: Independent Z axis motor current bug?
I mean the other properties of the same axis should match i.e. accelerations, speeds, current is about the only thing that matches.