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
-
RE: RepPanel - A DIY alternative to the PanelDue with WiFi support
RepPanel case and mount can be downloaded from Thingiverse
-
RE: Duet keeps losing wifi connection
@rechrtb after the updates the problem seems to be resolved.
Thank you for all your help -
RE: RepPanel - A DIY alternative to the PanelDue with WiFi support
Thingiverse link for RepPanel case and mount https://www.thingiverse.com/thing:4631742
-
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