cr-10s upgrade to duet 2 wifi motors and ac 750w bed problems
-
Duet2CombinedFirmware.bin is the file i believe
-
@jobesynoob1234 yes, it seems that you did upload it wrong, maybe into the g-code page and not into system.
Pleas post what firmware version are you running (Main firmware, Wifi Server and Web Control) -
@jobesynoob1234 No it is not, this is a file for updating the firmware, not configuring it.
-
Firmware Name: RepRapFirmware for Duet 2 WiFi/Ethernet
Firmware Electronics: Duet WiFi 1.02 or later
Firmware Version: 2.02(RTOS) (2018-12-24b1)
WiFi Server Version: 1.22
Web Interface Version: 1.22.5 -
Pleas post the zip. file what you are getting from the reprap configuration and make some screens how do you upload it.
-
how do i upload the firmware because its saying i cant upload it in that format
-
i mean how do i post it sorry
-
@jobesynoob1234 said in cr-10s upgrade to duet 2 wifi motors and ac 750w bed problems:
M665 R105.6 L215.0 B85 H250 ; set delta radius, diagonal rod length, printable radius and homed height
M666 X0 Y0 Z0 ; put your endstop adjustments here, or let auto calibration find themthats a delta printer configuration.
please discard all your configs and start from new with the configurator
-
oooops that sounds like a big mistake what will i do now ????
-
do i select the corexy?
-
no cr10 is cartesian.
-
i used this video for reprap tool https://www.youtube.com/watch?v=6nqddfxHla0
-
Read through the online documentation. Therw is a guide for setting up caryesian printers:
https://duet3d.dozuki.com/Guide/3.)+Configuration+(General+Cartesian)/10
-
Have a general read through the documentation here too:
-
please bare with me i believe i have a mix of adhd and autisum so i tend to jump ahead of my self and miss steps but also some documentations i have read leave parts out and its thoughs parts that can get me confused so im sorry if i stress any of yous out and thank you so far i will re do my reprap and will be back
-
@jobesynoob1234 it's easy enough to miss the piece of documentation that has the right information for you when new. My posts were intended to help, but their brief nature probably came over as being snappy. Not intended.
-
hi again well re-did my reprap and heres the new config.g
; Configuration file for Duet WiFi (firmware version 1.21)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2 on Mon May 13 2019 10:59:27 GMT+0100 (British Summer Time); General preferences
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves; Network
M550 P"CREALITY CR-10S" ; Set machine name
M552 S1 ; Enable network
M586 P0 S1 ; Enable HTTP
M586 P1 S1 ; Enable FTP
M586 P2 S0 ; Disable Telnet; Drives
M569 P0 S0 ; Physical drive 0 goes forwards
M569 P1 S0 ; Physical drive 1 goes forwards
M569 P2 S1 ; Physical drive 2 goes forwards
M569 P3 S1 ; Physical drive 3 goes backwards
M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
M92 X80.00 Y80.00 Z400.00 E842.00 ; Set steps per mm
M566 X900.00 Y900.00 Z12.00 E120.00 ; Set maximum instantaneous speed changes (mm/min)
M203 X18000.00 Y18000.00 Z180.00 E1500.00 ; Set maximum speeds (mm/min)
M201 X3000.00 Y3000.00 Z100.00 E10000.00 ; Set accelerations (mm/s^2)
M906 X1000.00 Y1000.00 Z1000.00 E1000.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 X0 Y0 Z0 S1 ; Set axis minima
M208 X285 Y285 Z385 S0 ; Set axis maxima; Endstops
M574 X1 Y1 Z1 S1 ; Set active low and disabled endstops; Z-Probe
M558 P5 H5 F120 T6000 ; Set Z probe type to switch and the dive height + speeds
G31 P500 X0 Y0 Z0 ; Set Z probe trigger value, offset and trigger height
M557 X15:195 Y15:195 S20 ; Define mesh grid; Heaters
M307 H0 B0 S1.00 ; Disable bang-bang mode for the bed heater and set PWM limit
M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0
M143 H0 S120 ; Set temperature limit for heater 0 to 120C
M305 P1 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 1
M143 H1 S285 ; Set temperature limit for heater 1 to 285C; Fans
M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on; 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; Automatic power saving
M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss; Custom settings are not configured
all motors home but my z still sounds energized and doesnt back off the endstop switch
-
have a look at you homeall.g
it explains it
; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 S2 Z5 F100 ; lift Z relative to current position
;G90 ; absolute positioning -
like this
; Uncomment the following lines to lift Z after probing
//;G91 ; relative positioning
//;G1 S2 Z5 F100 ; lift Z relative to current position
//;G90 ; absolute positioning -
no // is c/java (and other programming languages)
uncomment mean removing comments not adding them.
so remove the ;