Welcome! Log In Create A New Profile

Advanced

Tempo Stimato di Stampa 0:00:000

Posted by luca84 
Tempo Stimato di Stampa 0:00:000
October 02, 2015 10:11AM
Buonasera a tutti!
Utilizzo Repetier-Host V1.0.6 ed purtroppo dopo aver effettuato lo slicing di un qualsiasi oggetto non riesco ad avere le informazioni sul filamento, tempo di stampa e linee totali (vedi allegato). Ho letto su dei forum che si deve intervenire sul G-Code, ma non so cosa modificare (sospetto che si debba modificare in qualche maniera il parametro Print time: {print_time}).
Qualcuno può aiutarmi?

Vi posto anche lo Start G-Code

; Default R2 start code
;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
; 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 in stampa

Grazie

Edited 1 time(s). Last edit at 10/02/2015 10:16AM by luca84.
Attachments:
open | download - tempo 00.jpg (98.8 KB)
Re: Tempo Stimato di Stampa 0:00:000
October 02, 2015 11:03AM
Aggiorna repetier, siamo alla v 1.5.6


Alessandro

Prusa I3 Rework molto modificata - Taurino Classic - Ramps 1.4 - Driver DVR8825 - Titan Extruder e Hotend E3D V6 - Bltouch originale - Firmware MarlinKimbra - Cura - Repetier Host
Re: Tempo Stimato di Stampa 0:00:000
October 12, 2015 08:59AM
Ciao bilanciamist ,
ho aggiornato Repetier Host, ma il problema persiste...
Tu usi Repetier? Se si, potresti farmi vedere il tuo Start GCode?

Grazie


Prusa i3 R2 by NicolaP - Ramps 1.4 e REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER - Driver A4988
Firmware Marlin - HotEnd cinese V6 clone con ugello da 0.35mm.
Re: Tempo Stimato di Stampa 0:00:000
October 12, 2015 11:17AM
in effetti, avevo anch'io un problema simile, e ho aperto un post apposito. Se non ricordo male, era un gcode che non veniva digerito bene.

leggi qui: [forums.reprap.org]


Alessandro

Prusa I3 Rework molto modificata - Taurino Classic - Ramps 1.4 - Driver DVR8825 - Titan Extruder e Hotend E3D V6 - Bltouch originale - Firmware MarlinKimbra - Cura - Repetier Host
Re: Tempo Stimato di Stampa 0:00:000
March 21, 2016 09:50AM
Risolto!
Il problema (almeno nel mio caso), era questa riga
G1 F{travel_speed}
all'interno dello Start Gcode. Commentata questa, ho finalmente potuto vedere l'ETA corretta! smileys with beer spinning smiley sticking its tongue out cool smiley
Sorry, only registered users may post in this forum.

Click here to login