@diamondback were you able to fix this having the same problem
Latest posts made by rpoltera
-
RE: [3.4b3] Homing coupler does not work correctly
-
RE: question about pinda temp probe
I was able to get a basic function but would like to add a bit more ability would it be possible to do an if statement with a while this is what I was thinking but have not been able to get to work
if sensors.analog[2].lastReading > 65
m117 pinda to HOT cooling down
while sensors.analog[2].lastReading > 65
M106 S100
G1 Z10 F1000.0
G4 S1
M99
elif sensors.analog[2].lastReading < 62
while sensors.analog[2].lastReading < 62
G4 S1
M99) -
RE: question about pinda temp probe
maybe but not sure how I would use it for a virtual heater I did find a macro Idea was able to get that to work like M98 P"0:/macros/pinda_wait"
while sensors.analog[2].lastReading < 60
G4 S1
M99probably not the best solution but it works and that is all that matters right lol
-
question about pinda temp probe
I have been having issues with the temp calibration but was able to get a temp range calibrated to work properly every time. I saw Prusa firmware has an m860 or marlin M192 to wait for temp on the probe is this possible with the probe like the m190 or m109 equivalent for the probe?
-
RE: Filament runout script
@dc42 Is this still on the to-do list or has it been implemented?
-
RE: It's out! Firmware 1.21 released
I figured out my issue with the IR probe well got it working anyways must have been a bad update I guess formatted my sd card and added all my files back, and now it is working correctly.
-
RE: It's out! Firmware 1.21 released
no g31 in the config-override.g I added the config-override.g I also checked to make sure there was not a second g31 somehow
; This is a system-generated file - do not edit
; Heater model parameters
M307 H0 A90.0 C700.0 D10.0 S1.00 V0.0 B1
M307 H1 A272.0 C158.9 D3.3 S1.00 V23.7 B0
M307 H2 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H3 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H4 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H5 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H6 A340.0 C140.0 D5.5 S1.00 V0.0 B0
M307 H7 A340.0 C140.0 D5.5 S1.00 V0.0 B0 -
RE: It's out! Firmware 1.21 released
Unable to adjust z hight with my IR probe I have raised and lowered over 5mm what worked before is no longer working it doesn't seem to change it is over 2mm of the build pate now
have tried
G31 P500 X0 Y0 Z-5.9
all the way to
G31 P500 X0 Y0 Z5.9with no change in the hight I have read the notes on the new version but not seeing it am I missing something?
as I mentioned this used to work flawlessly and now I cant use my probe please advise.
-
Dual extruder 2 in 1 out issue
I am having problems getting my dual extruder working with any of the 1.20 firmware settings the tool change seems to be working, but unable to get the current set for the tool 1 if I use M906 E1050:1050 in the code they both stop working but E1050 only tool 0 works and the second goes way to fast. Even if I change M83 to M82 same results. Any ideas apparently I am missing something my current config.g below.
;;
;; Folgertech FT5 Configuration
;;
M80
M111 S0 ; Debugging off
G21 ; Work in millimeters
G90 ; Send absolute coordinates…
M83 ; ...but relative extruder moves tried with both extruder settings no improvement
;M82 ; . tried with both extruder settings no improvement
M555 P2 ; Set firmware compatibility to look like Marlin
M208 X0 Y0 Z0 S1 ; Set axis minima
M208 X300 Y300 Z400 S0 ; Set axis maxima; Endstops
M574 X1 Y1 S1 ; Define active high microswitches
M574 Z0 E1 S1 ; Define active high microswitches; Z probe section
M558 P4 I1 X0 Y0 Z1 H10 F120 T6000 ; Set Z probe type to switch, the axes for which it is used and the probe + travel speeds
G31 P500 X45 Y0 Z3.8; Set Z probe trigger value, offset and trigger height
M557 X0:270 Y0:235 S65.7M569 P0 S0 ; Drive 0 - X
M569 P1 S0 ; Drive 1 - Y
M569 P2 S0 ; Drive 2 - Z
M569 P3 S1 ; Drive 3 - E0
M569 P4 S1 ; Drive 4 - E1M350 X64 Y64 Z16 I1 ; Configure microstepping with interpolation
M350 E32:32 ; Extruder0 microstep
M92 X322 Y322 Z399 ; Set steps per mm
M92 E2057:2050 ; Steps/mm for Extruders
M566 X1000 Y1000 Z12 E120:120 ; Set maximum instantaneous speed changes (mm/min)
M203 X8000 Y8000 Z600 E1200:1200 ; Set maximum speeds (mm/min)
M201 X1200 Y1200 Z500 E250:250 ; Set accelerations (mm/s^2)
;M906 X1000 Y1000 Z1200 E1050 I30 ; Set motor currents (mA) and motor idle factor in per cent only 1 extruder works
M906 X800 Y800 E1050:1050 Z1200 I30 ; Set motor currents (mA) and motor idle factor in per cent neither extruder works
M84 S30 ; Set idle timeout; Heaters
M143 S285 ; Set maximum heater temperature to 260C
M305 P0 T10000 B3988 C0 R470 ; Set thermistor + ADC parameters for heater 0
M305 P1 T100000 B4725 C7.06e-8 R4700 ; Set thermistor + ADC parameters for heater 1
M307 H1 A199.0 C137.1 D5.5 B0 ; PID; Tools
M563 P0 D2 H1 F1 ; Define tool 0
G10 P0 S0 R0 X0 Y0 ; Set tool 0 operating and standby temperatures
M563 P1 D3 H1 F1 ; Define tool 1
G10 P1 S0 R0 X0 Y0 ; Set tool 1 operating and standby temperatures; Network
M550 PMy FT5 v1.0 ; Set machine name
M552 P0.0.0.0 S1 ; Enable network and acquire dynamic address via DHCP;M106 P0 H-1 S0; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
;M106 P1 H-1 S0; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
;M106 P2 H-1 S0; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned offT0 ; Select first tool
-
RE: Think I damaged the endstop controler
I figured it out a tiny piece of wire was shorting it out couldn't see it until blew it out with a can of air.