Amen.
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.
-
RE: Independent Z axis motor current bug?
M584 X0 Y1 Z2:4 E3. DWC shows the current right now, but there are still an issue in how it displays it, as you can see, 2:4 should match but they don't. The current/motor heating issue is solved.
0 Yes 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² 350 mA
3 Yes n/a n/a 110 mm/s 36.67 mm/s 600 mm/s² 1250 mA
4 Yes n/a n/a 2 mm/s 20 mm/s 250 mm/s² 350 mA -
RE: Independent Z axis motor current bug?
Like I said, I couldn't figure out the current draw/motor heating up issue, that's when I tried using U, it has sense been removed once I found the issue was rectified by using E3 on the M584. Parts of it just didn't make sense that without the E3, that it shows my 350ma setting in the second extruder position.
Motor current (mA) - X:1200, Y:1200, Z:350, U:350, E:1250:350:1250:1250:1250:1250:1250:1250, idle factor 60%
-
RE: Independent Z axis motor current bug?
Well, defining the mapping for the first extruder seems to make it all work right. So now, big question, do I need to define U? or using M906 Z350:350 take care of it?
M584 X0 Y1 Z2:4 U4 E3M906
Motor current (mA) - X:1200, Y:1200, Z:350, U:350, E:1250, idle factor 60% -
Independent Z axis motor current bug?
I am having an issue with the remapped port for my second Z axis not obeying current settings. The motor gets screaming hot! The interesting thing is, in the gcode console reports it as being 1250 for U right after boot using the below config file. However, if I issue M906 U350, it will then report it as being whatever I set it to. Please help! I originally didn't have anything defined for U and wasn't using it as such, I thought I could just remap the second motor and still use it as Z, everything worked, however this current thing existed before I went and tried U.
CharlesM906
Motor current (mA) - X:1200, Y:1200, Z:350, U:350, E:1250:350:1250:1250:1250:1250:1250:1250, idle factor 60%
3:09:46 PM
M906 U350
3:09:32 PM
M906
Motor current (mA) - X:1200, Y:1200, Z:350, U:1250, E:1250:1250:1250:1250:1250:1250:1250:1250, idle factor 60%
3:09:26 PM
Connection established!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; --- Mapping for Independent Z Axis Screws ---
M584 X0 Y1 Z2:4 U4
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 U400 E804 ; Set steps per mm;---- Motor Speeds ----
M566 X900 Y900 Z100 U100 E6600 ; Set maximum instantaneous speed changes (mm/min)
M203 X6000 Y6000 Z1200 U1200 E2200 ; Set maximum speeds (mm/min)
M201 X1500 Y1500 Z300 U300 E600 ; Set accelerations (mm/s^2)
M906 X1200 Y1200 Z350 U350 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: Firmware speed extrusion multiplier = f(target extrusion rate)
Where can someone get the duet filament monitor?
-
RE: M200 Volumetric issue
Got it. Thanks for the quick response!
Charles
-
M200 Volumetric issue
I'm having an issue enabling volumetric extrusion using slic3r, I've added a M200 D1.78 as you will see below, but once the print start and I issue a M200 in the console, it says it's not enabled. If I go ahead and manually input M200 D1.78 it proceeds to take that.
Charles
; generated by Slic3r 1.37.2-prusa3d-win64 on 2018-01-01 at 11:06:20
;
; external perimeters extrusion width = 0.63mm
; perimeters extrusion width = 0.63mm
; infill extrusion width = 0.63mm
; solid infill extrusion width = 0.63mm
; top infill extrusion width = 0.60mm
; support material extrusion width = 0.45mm
; first layer extrusion width = 0.63mmM107
M83 ; extruder relative modeM572 D0 S0.05
M207 S.5 F2400
M104 S260 ; set extruder temp
M140 S90 ; set bed temp
M190 S90 ; wait for bed temp
M109 S260 ; wait for extruder temp
G28; home all without mesh bed level
G1 Y-0.0 F1000.0 ; go outside print area
G92 E0.0
G1 X60.0 E9.0 F1000.0 ; intro line
G1 X100.0 E12.5 F1000.0 ; intro line
G92 E0.0
M200 D1.78
G21 ; set units to millimeters
G90 ; use absolute coordinates
M83 ; use relative distances for extrusion
;BEFORE_LAYER_CHANGE -
RE: Nozzles physical Z Height changes when moving horizontally (Solved)
Take a look at your delta radius, seems awfully large, like twice what it should be. Do an image search on google for a picture of how to measure.
Charles
-
RE: PanelDue: Print Tab: Current Z height
Thanks David! Adding more to this! Also, a current XYZ location indicator would be awesome on the move screen.
Charles