I read how the duet and archim use same processor and between my two printers i like the duet reprap firmware way better than my Archim with marlin4due. But i cant find any ware how to convert my firmware on my archim and dont want to spend another cple hundred for another duet board when my archim is basically same thing
Posts made by chris5652
-
RepRapFirmware for Archim 1.0
-
RE: Cant access settings on interface
reinstalled config file on sd card and works now
-
Cant access settings on interface
i installed new y endstop switch so i used the rrf configeration tool like i have many times before. but this time after installing new settings, i can get connected on web interface control but each time go to setting i get unconnected and this error
Communication ErrorAn AJAX error has been reported, so the current session has been terminated.
Please check if your printer is still on and try to connect again.
Error reason: SyntaxError: Unexpected token a in JSON at position 512
12:41:17 PMM122
=== Diagnostics ===
Used output buffers: 3 of 32 (10 max)
=== Platform ===
RepRapFirmware for Duet WiFi version 1.19 running on Duet WiFi 1.0
Board ID: 08DDM-9FAM2-LW4SD-6JKFL-3S86L-KJW3X
Static ram used: 21176
Dynamic ram used: 95928
Recycled dynamic ram: 1680
Stack ram used: 1304 current, 5880 maximum
Never used ram: 6408
Last reset 00:24:05 ago, cause: power up
Last software reset reason: User, spinning module GCodes, available RAM 7344 bytes (slot 4)
Software reset code 0x0003, HFSR 0x00000000, CFSR 0x00000000, ICSR 0x00400000, BFAR 0xe000ed38, SP 0xffffffff
Error status: 0
Free file entries: 10
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest block write time: 0.0ms
MCU temperature: min 31.8, current 40.6, max 40.9
Supply voltage: min 11.9, current 12.1, max 12.3, under voltage events: 0, over voltage events: 0
Driver 0: stalled standstill
Driver 1: stalled standstill
Driver 2: standstill
Driver 3: standstill
Driver 4: standstill
Date/time: 2017-08-27 12:41:16
Slowest main loop (seconds): 0.009727; fastest: 0.000000
=== Move ===
MaxReps: 2, StepErrors: 0, FreeDm: 240, MinFreeDm 238, MaxWait: 1695ms, Underruns: 0, 0
Scheduled moves: 10, completed moves: 10
Bed compensation in use: none
Bed probe heights: 0.000 0.000 0.000 0.000 0.000
=== Heat ===
Bed heater = 0, chamber heater = -1
=== GCodes ===
Segments left: 0
Stack records: 1 allocated, 0 in use
Movement lock held by null
http is idle in state(s) 0
telnet is idle in state(s) 0
file is idle in state(s) 0
serial is idle in state(s) 0
aux is idle in state(s) 0
daemon is idle in state(s) 0
queue is idle in state(s) 0
autopause is idle in state(s) 0
Code queue is empty.
Network state is running
WiFi module is connected to access point
WiFi firmware version 1.19
WiFi MAC address 5c:cf:7f:ee:63:0e
WiFi Vcc 3.10, reset reason Turned on by main processor
WiFi flash size 4194304, free heap 39152
WiFi IP address 10.0.0.163
WiFi signal strength -55dBm
HTTP sessions: 1 of 8
Socket states: 2 0 0 0 0 0 0 0
Responder states: HTTP(1) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) -
Macros setup
trying set up duet control features first one is to extrude 5mm filament, is there way to do it with heaters off
; Extrude 5mm filament
T0
G1 E5 F300 -
RE: Mini height sensor
k working thank you
; General preferences
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 RepRapFirmare
M208 X0 Y0 Z0 S1 ; Set axis minima
M208 X200 Y200 Z200 S0 ; Set axis maxima -
RE: Mini height sensor
G31 P600 X0 Y0 Z2.26 ; Set Z probe trigger value, offset and trigger height
M557 X15:185 Y15:185 S20 ; Define mesh gridya changed the z to 2.26 if that was right place
i thought somthing in hear should state that or be changed to match, or do i get rid of this file also
; homez.g
; called to home the Z axis
G91 ; relative mode
G1 Z4 F200 ; raise head 4mm to ensure it is above the Z probe trigger height
G90 ; back to absolute mode
G1 X100 Y100 F2000 ; put head over the centre of the bed, or wherever you want to probe
G30 ; lower head, stop when probe triggered and set Z to trigger height -
RE: Mini height sensor
did all of that and tested good if mean the paper test and numbers changing 400s to 500s, its working and can calabrate it and works right reading the bed and setting the g31 command.
but any time i have to rehome z it dosnt stop on time even after lights up -
RE: Mini height sensor
have mosly working now exept after reboots wene have to home z the red light is flashing and reading but keeps going into bed to deep.
; Endstops
M574 Y1 S0 ; Define active low and unused microswitches
M574 X2 S1 ; Define active high microswitches
M558 P2 X0 Y0 Z0 H5 F120 T6000 ; Set Z probe type to modulated, the axes for which it is used and the probe + travel speeds
G31 P600 X0 Y0 Z2.26 ; Set Z probe trigger value, offset and trigger height
M557 X15:185 Y15:185 S20 ; Define mesh grid; homez.g
; called to home the Z axis
G91 ; relative mode
G1 Z4 F200 ; raise head 4mm to ensure it is above the Z probe trigger height
G90 ; back to absolute mode
G1 X100 Y100 F2000 ; put head over the centre of the bed, or wherever you want to probe
G30 ; lower head, stop when probe triggered and set Z to trigger height
; Drives -
RE: Mini height sensor
; Probe deployment routine for Mini Kossel
M564 S0 ; don't apply limits
G1 X25 Y93 Z40 F10000 ; put probe arm next to belt
G1 X-5 F500 ; move probe arm across belt
G1 X12 F1000 ; move probe back
G1 X0 Y0 F10000 ; move to somewhere sensible
M564 S1 ; apply limits againis it in these settings making it do that,, i want it to use x switch but on highend not low end
do i need that file, i erased this file and now tries homing in middle like directions say should
-
RE: Mini height sensor
; homez.g
; called to home the Z axis
;G91 ; relative mode
G1 Z4 F200 ; raise head 4mm to ensure it is above the Z probe trigger height
G90 ; back to absolute mode
G1 X100 Y100 F2000 ; put head over the centre of the bed, or wherever you want to probe
G30 ; lower head, stop when probe triggered and set Z to trigger heightafter centers in the middle, ware it should home it keeps taking off to outside x corner than trying to home
-
Mini height sensor
have everything working with the Mini height sensor board using the David Crocker's Solutions blog,
but once get to< Then send command G30 S-1 to probe the bed at that point without adjusting the Z height setting.>
then my x goes to far end away from my x home sensor hitting corner reads than y moves and skips a bit and seems everything goes wrong.
i have my x home sensor on high end if thats whats causing this,; Endstops
M574 Y1 Z0 S0 ; Define active low and unused microswitches
M574 X2 S1 ; Define active high microswitches
M558 P2 X0 Y0 Z1 H5 F120 T6000 ; Set Z probe type to modulated, the axes for which it is used and the probe + travel speeds
G31 P600 X0 Y0 Z2.5 ; Set Z probe trigger value, offset and trigger height
M557 X15:185 Y15:185 S20 ; Define mesh grid -
RE: Rtd1 says 2000c
k have jumper on temp board rt1 between 1 and 2 and 3 and 4 and pt100 between 2 and 3, rtd 2 empty,
; Heaters
M143 S280 ; Set maximum heater temperature to 280C
M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
M305 P1 T100000 B4138 C0 R4700 X200 ; Set thermistor + ADC parameters for heater 1 and remap it to channel 200
works thank you -
RE: Rtd1 says 2000c
no jumpers thought that was older moldel ill try now
-
RE: Rtd1 says 2000c
ok have back to bed normal but hotend still 2000c
; Heaters
M143 S280 ; Set maximum heater temperature to 280C
M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
M305 P1 T100000 B4138 C0 R4700 X200 ; Set thermistor + ADC parameters for heater 1 and remap it to channel 200 -
RE: Rtd1 says 2000c
now my bed says 2000c also.
; Heaters
M143 S280 ; Set maximum heater temperature to 280C
M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
M305 P0 T100000 B4138 C0 R4700 X200 ; Set thermistor + ADC parameters for heater 1 and remap it to channel 200 -
RE: Mini height sensor board
wired and working, just cut connector end wire off and plugged in on end.
-
Rtd1 says 2000c
new pt100 and board wired just like pics show and instructions say, have it as rtd1, temp reading 2000c, unhooked sensor from 2 center pins on temp sensor board and still 2000c no change after rebooting
; Heaters
M143 S280 ; Set maximum heater temperature to 280C
M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
M305 P1 T100000 B4138 C0 R4700 X201 ; Set thermistor + ADC parameters for heater 1 and remap it to channel 201 -
Mini height sensor board
if im reading the right instructions , the wire conector i just paid for to come with my Mini height sensor board, is wrong, it came with 3 wires together both ends but the directions say to hook up , OUT pin on the sensor should be connected to the AD12 or IN pin on the probe connector. Leave the AD14 or PC10 or MOD pin on the probe connector unconnected{ my problem i think is the MOD pin is in the middle so how am i sopose to hook up this three wire conector to 4 pins with one in the middle not being used.