Problem solved, I checked all files and there were a few that had space and tabs. They now have all tabs and the error has been fixed.
Thank you for all who helped
Best posts made by appjaws
-
RE: Warning on the console since update
-
RE: Suggestion for a simpler, less error prone, way of bed levelling
@deckingman you have not wasted your time, I am sure a large number of users will have appreciated your detailed explanation.
-
RE: RepRapFirmware 3.0 is released!
Nearly there.
My bed isn't heating up at allRRF 2 old -- worked
M307 H0 A104.6 C986.0 D1.9 ;B0 ; Auto tune PID for bed heater
M305 P0 R4700 B3950 S"Bed Heater" ; bed thermistor R and B valuesRRF 3 new -- not working
; Thermistors and heaters
M308 S0 P"bed_temp" Y"thermistor" T100000 B3950 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bed_heat" T0 ; create bed heater output on bedheat and map it to sensor 0
M143 H0 S70 ; set temperature limit for heater 0 to 70C
M307 H0 A104.6 C986.0 D1.9 B0 S1.00 ; Auto tune PID for bed heaterThanks for any help
-
RE: Object model help please
@OwenD Thanks again.
Yes that worked but then why isn't G92 U{move.axis[0].machinePosition} working?just realised that axes is spelt axes not with an i
So G92 U{move.axes[0].machinePosition} works.
Will do some testing, thanks -
RE: Simplify 3D configuration
How are you running the gcode file?
I produce the gcode file from simplify3D and transfer it to the SD card in the Duet using DWC and then use DWC to run the print.. -
RE: Cheap WiFi Webcam: ESP32 + OV2640 camera
Just ordered an ESP32 + camera.
Has anyone got a printable case that could be mounted on V profile? -
RE: Object model help please
Thank you for all the help, everything is now working correctly and my printer has a lot less vibration.
-
RE: Deckingman's passing
So very sorry to hear of Ian's death. He helped me on many occasions and for that I will always be grateful. RIP
-
RE: RepPanel - A DIY alternative to the PanelDue with WiFi support
@appjaws said in RepPanel - A DIY alternative to the PanelDue with WiFi support:
192.168.001.069
Changed the ip to 192.168.1.69 but the RepPanel is still not showing the printer.
Upon further investigation, looking at the connections to my router, my printer is not shown. This is very strange because the printer works perfectly, controlled by my computer or phone.
So it appears that the RepPanel can't find the printer because its not listed.
Any ideas why the Duet is not listed on the connections page of the router whilst all other connections are shown?PLEASE IGNORE THE ABOVE
RepPanel is now working, the problem was that in config I did not have " " around Machine name - M550 or password - M551
As soon as I corrected this everything worked, although The printer is still not shown on the connections page of the router.I am very happy Thanks to all
-
RE: What happens at the end of a print job?
This is my macro "PrintEnd"
;PrintEnd
G91 ; set to use relative coordinates
G1 Z5 E-2 F3000 ; retract extruder 2mm and move bed down 5 mm
G90 ; Set absolute mode
G1 Y228 X118 F3000 ; Park position
M104 S120 ; Set current tool temperature to 120C
M140 S0 R0 ; Set bed to standby
M106 S0 ; turn fan off
M290 R0 S0 ; clear baby stepping
M400 ; Wait for moves to complete
M291 P"Print Completed " T5 ; Display messageIn S3D - scripts - Ending Script I have the following entry:-
M98 P"0:/macros/PrintEnd"
Hope that helps
Latest posts made by appjaws
-
RE: Deckingman's passing
So very sorry to hear of Ian's death. He helped me on many occasions and for that I will always be grateful. RIP
-
DWC not displaying the duex2 and duex driver temperatures
I have the following settings in config:-
; Thermistors and heaters System
M308 S10 Y"mcu-temp" A"MCU" ; defines sensor 10 as MCU temperature sensor
M308 S11 Y"drivers" A"Duet stepper drivers" ; defines sensor 11 as stepper driver temperature sensor
M308 S12 Y"drivers-duex" A"Duex stepper drivers" ; for Duet 2 WiFi/Ethernet with DueX2/5, defines sensor 12 as DueX2/5 stepper driver tempsThe mcu temp works as expected but S11 and S12 show 0.
Do I need any other settings?
-
RE: confusion with emergency stop and a Z homing failsafe
@droftarts
Thank you, all working properly now that I realized that the emergency stop pin should have been duex.e2stop -
RE: confusion with emergency stop and a Z homing failsafe
@droftarts
Thanks for the info, I am running a duet2 plus duex5. -
RE: confusion with emergency stop and a Z homing failsafe
@appjaws
this is what I have at the moment
M950 P6 C"zstop"
M581 P6 T2 R0 ; Set Z stop as fail safe for Z zeroing and run /sys/trigger2.g
M950 P7 C"e2stop"
M581 P7 T3 R0 ; Set Emergency stop and run/sys/trigger3.gError: Pin 'zstop' is not free
Error: Unknown pin name 'e2stop' -
RE: confusion with emergency stop and a Z homing failsafe
@jay_s_uk
Thanks Jay,
I thought it was connected to E2 but I will need to take covers off and physically check.Sorry for the delay.
The emergency stop button is connected to the duex5 expansion board, connected to E2 Stop
just noticed the error Pin 'zstop' is not free
-
RE: confusion with emergency stop and a Z homing failsafe
@jay_s_uk
M574 Z1 S1 P"zstop" ; configure Z-probe endstop for low end on Z
M574 E2 S1 P"emgstop" ; configure Emergency stop buttonM950 P6 C"zstop"
M581 P6 T2 R0
M950 P7 C"emgstop"
M581 P7 T3 R0The z stop worked but the emgstop has an error
Error: Unknown pin name 'emgstop'nearly there
-
RE: confusion with emergency stop and a Z homing failsafe
@jay_s_uk
Would that be inputs or outputs?
M950 P6 C"zfailsafe"
M581 P6 T2 R0
M950 P7 C"emgstop"
M581 P7 T3 R0Error: Unknown pin name 'zfailsafe'
Error: Unknown pin name 'emgstop'
I don't think that's right, still confused, could you provide an example so that trigger2 runs please -
confusion with emergency stop and a Z homing failsafe
I have the following in my config:-
;Endstops
M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop
M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop
M574 U1 S1 P"e0stop" ; configure active-high endstop for low end on U via pin ustop
M574 V1 S1 P"e1stop" ; configure active-high endstop for low end on V via pin vstop
M574 Z1 S1 P"zstop" ; configure Z-probe endstop for low end on Z
M574 E2 S1 P"Emgstop" ; configure Emergency stop buttonM581 P"zstop" T2 R0 ; Set Z stop as fail safe for Z zeroing and run /sys/trigger2.g
M581 P"Emgstop" T3 R0 ; Set Emergency stop and run/sys/trigger3.gThe failsafe and Emgstop do not work, reading the GCode dictionary I got completely lost as to how these 2 lines should be configured.
Could some bright person please provide the correct solution.