Welcome! Log In Create A New Profile

Advanced

Problema CURA

Posted by DanieleP 
Problema CURA
October 12, 2014 01:53PM
Salve a tutti, ho un problema con sw in oggetto, lo slicing prodotto non funziona.
Il programma parte e fa tutto perfettamente, salvo il gcode sulla SD e la inserisco nel lettore sulla R2, fa tutto il preriscaldamento ma quando arriva in temperatura invece che partire con la stampa spegne l'HE e il piatto e alza la Z di 5 cm circa.
Questo a prescindere da temperatura o altri valori ceh io cambio.
Faccio la stessa cosa con repetier, dandogli come slicer Curaengine e stampa alla perfezione
Inserisco le prime righe del file prodotto con entrambi i programmi fino all'inizio delle righe dei layer

REPETIER
 ;Generated with Cura_SteamEngine 14.09
;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
;Print time: {print_time}
;Filament used: {filament_amount}m {filament_weight}g
;Filament cost: {filament_cost}
;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
;M109 S{print_temperature} ;Uncomment to add your own temperature line
M80
G21        ;metric values
M82        ;set extruder to absolute mode
M107       ;start with the fan off
G90        ;absolute positioning
G28        ;move  to min endstops
G1 Z15 F100
G90 ; Absolute positioning
M82 ; Extruder in absolute mode
M190 S50
; Activate all used extruder
M104 T0 S210
G92 E0 ; Reset extruder position
; Wait for all used extruders to reach temperature
M109 T0 S210
G1 F200 E3              ;extrude 3mm of feed stock
G92 E0                  ;zero the extruded length again
G1 F{travel_speed}
;Put printing message on LCD screen
M117 R2 Printing...
;Layer count: 99

CURA
M140 S50.000000
M109 T0 S210.000000
T0
M190 S50.000000

;Basic settings: Layer height: 0.1 Walls: 0.6 Fill: 50
;Print time: #P_TIME#
;Filament used: #F_AMNT#m #F_WGHT#g
;Filament cost: #F_COST#
;M190 S50 ;Uncomment to add your own bed temperature line
;M109 S210 ;Uncomment to add your own temperature line
M80
G21        ;metric values
M82        ;set extruder to absolute mode
M107       ;start with the fan off
G90        ;absolute positioning
G28        ;move  to min endstops
G1 Z15 F?Z_TRAVEL_SPEED?
G90 ; Absolute positioning
M82 ; Extruder in absolute mode
{IF_BED}M190 S?BED?
; Activate all used extruder
{IF_EXT0}M104 T0 S?TEMP0?
G92 E0 ; Reset extruder position
; Wait for all used extruders to reach temperature
{IF_EXT0}M109 T0 S?TEMP0?
G1 F200 E3              ;extrude 3mm of feed stock
G92 E0                  ;zero the extruded length again
G1 F4800
;Put printing message on LCD screen
M117 R2 Printing...

;Layer count: 99

Grazie a tutti

Edited 1 time(s). Last edit at 10/12/2014 04:28PM by DanieleP.
Re: Problema CURA
October 12, 2014 03:10PM
In quello di cura manca M104 T0 210, dovrebbe farlo da solo,ma manca... Puoi scrivere gli start gcode che hai in cura e in repetier cura...


COMPRA ITALIANO - sostieni le nostre aziende - sostieni la nostra gente - sostieni il tuo popolo - sosterrai te stesso.
Alberto C. felice possessore di una Kossel K2
My Blog - My Thingiverse
Re: Problema CURA
October 12, 2014 03:42PM
;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
;Print time: {print_time}
;Filament used: {filament_amount}m {filament_weight}g
;Filament cost: {filament_cost}
;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
;M109 S{print_temperature} ;Uncomment to add your own temperature line
M80
G21        ;metric values
M82        ;set extruder to absolute mode
M107       ;start with the fan off
G90        ;absolute positioning
G28        ;move  to min endstops
G1 Z15 F{Z_TRAVEL_SPEED}
G90 ; Absolute positioning
M82 ; Extruder in absolute mode
{IF_BED}M190 S{BED}
; Activate all used extruder
{IF_EXT0}M104 T0 S{TEMP0}
G92 E0 ; Reset extruder position
; Wait for all used extruders to reach temperature
{IF_EXT0}M109 T0 S{TEMP0}
G1 F200 E3              ;extrude 3mm of feed stock
G92 E0                  ;zero the extruded length again
G1 F{travel_speed}
;Put printing message on LCD screen
M117 R2 Printing...

;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
;Print time: {print_time}
;Filament used: {filament_amount}m {filament_weight}g
;Filament cost: {filament_cost}
;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
;M109 S{print_temperature} ;Uncomment to add your own temperature line
M80
G21        ;metric values
M82        ;set extruder to absolute mode
M107       ;start with the fan off
G90        ;absolute positioning
G28        ;move  to min endstops
G1 Z15 F{Z_TRAVEL_SPEED}
G90 ; Absolute positioning
M82 ; Extruder in absolute mode
{IF_BED}M190 S{BED}
; Activate all used extruder
{IF_EXT0}M104 T0 S{TEMP0}
G92 E0 ; Reset extruder position
; Wait for all used extruders to reach temperature
{IF_EXT0}M109 T0 S{TEMP0}
G1 F200 E3              ;extrude 3mm of feed stock
G92 E0                  ;zero the extruded length again
G1 F{travel_speed}
;Put printing message on LCD screen
M117 STAMPARE!!!

è lo stesso su entrambi ed è quello che ho copiato dal sito di Nicola
li distinguo da quello che scrive sul display smiling smiley
il secondo è repetier

Edited 9 time(s). Last edit at 10/12/2014 04:27PM by DanieleP.
Re: Problema CURA
October 12, 2014 04:14PM
Ciao,
Ricordo l'uso del tag [ code ] [ CODE ]

Grazie

Edited 1 time(s). Last edit at 10/12/2014 04:15PM by enricodare.


Enrico

[www.dapa3dservice.it] [www.studiodapa.it]
repstrap dApA, Ramps 1.4, MarlinKimbra / scanner 3D Cubify Sense / Formlabs Form 2
Re: Problema CURA
October 12, 2014 04:29PM
Corretto dappertutto, scusa Enrico
Re: Problema CURA
October 12, 2014 05:04PM
ciao Daniele,
grazie


Enrico

[www.dapa3dservice.it] [www.studiodapa.it]
repstrap dApA, Ramps 1.4, MarlinKimbra / scanner 3D Cubify Sense / Formlabs Form 2
Re: Problema CURA
October 13, 2014 10:50AM
Ciao Daniele
che versioni hai di Cura e Repetier-Host? potrebbe essere che Repetier aggiornato abbia una versione diversa di Cura;
altra domanda stampi PLA? nel caso prova a cancellare la riga {IF_BED}M190 S{BED} che mi ha dato qualche problema di partenza (in realtà andava a scaldare il bed anche se era disabilitato)


R2 Evo-Prometeo-Poseidon-Titan0
Multiextruder NPr3-WR4
[www.3dmakerlab.it]
Licenza Creative Commons
Re: Problema CURA
October 14, 2014 11:47AM
Ciao Nicola, allora CURA 14.09, repeltier 10.0.5, ho provato a cancellare la riga che hai detto ma ho ottenuto il solo risultato che dopo avere preriscaldato spegne solo l'HE e lascia acceso i piatto, comunque non inizia la stampa, si, per ora solo PLA
Re: Problema CURA
October 16, 2014 05:43PM
Ma nessuno può dargli il suo "start g-code"? Ti incollerei il mio, ma non so se funziona sula sua stampante..mi sembra un problema dovuto alle prime righe di codice, quelle che imposti su cura, piuttosto che un problema di sclicing. .non uccidete mi vi prego spinning smiley sticking its tongue out
Re: Problema CURA
October 17, 2014 03:41AM
Se cancellando quella riga spegne l'HE, c'è qualcosa di molto sballato: prova a ricaricare il firmware standard, se lo fa ancora imposta lo start g-code standard e vediamo cosa fa.


R2 Evo-Prometeo-Poseidon-Titan0
Multiextruder NPr3-WR4
[www.3dmakerlab.it]
Licenza Creative Commons
Re: Problema CURA
October 17, 2014 06:10AM
Stasera rifaccio qualche prova mi è venuto il dubbio che non facesse il contrario, ovvero spegnesse il piatto e lasciasse acceso l'HE, comunque il problema l'ho solo con cura, ieri sera ho fatto le mie prime stampe in ABS con slic3r e l'R2 non ha fatto una piega (stampa perfetta) se non i 20 minuti per far arrivare il piatto a 110 gradi!!
Nicola, per FW standard intendi quello sul tuo sito vero?

Edited 2 time(s). Last edit at 10/17/2014 06:11AM by DanieleP.
Re: Problema CURA
October 18, 2014 09:10AM
Quello l'hai già caricato, intendevo un marlin base, giusto per vedere se il difetto si presenta ancora


R2 Evo-Prometeo-Poseidon-Titan0
Multiextruder NPr3-WR4
[www.3dmakerlab.it]
Licenza Creative Commons
Sorry, only registered users may post in this forum.

Click here to login