Bonjour à toutes et tous,
J'imprime avec une anycubik Kobra Plus.
J'avais pour habitude de découper mes fichiers avec Cura. J'ai voulu tenter Prusa slicer.
N'ayant pas la machine de base dans les propositions, je me suis basé sur la Méga zéro.
Il y avait un G code de base et je n'y ai rien changé tellement je suis une buse dans le domaine.
Le seul problème que je rencontre est que le plateau chauffant ne se coupe pas après impression. Sauriez vous ce que je dois rajouter et à quel endroit pour modifier cela.
G-code de début:
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
M117 Homing X/Y ...
G28 X0 Y0 ;move X/Y to min endstops
M117 Homing Z ...
G28 Z0 ;move Z to min endstops
G1 Z15.0 F240 ;move the platform down 15mm
M117 Heating ...
M104 S[first_layer_temperature]
; set extruder temp
M109 S[first_layer_temperature]
; wait for extruder temp
M117 Start cleaning ...
G92 E0 ;zero the extruded length
G1 F200 E10 ;extrude 10mm of feed stock
G92 E0 ;zero the extruded length again
M117 Intro line ...
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X0.1 Y20 Z[first_layer_height] F5000.0 ; Move to start position
G1 X0.1 Y200.0 Z[first_layer_height] F1500.0 E15 ; Draw the first line
G1 X0.4 Y200.0 Z[first_layer_height] F5000.0 ; Move to side a little
G1 X0.4 Y20 Z0.3[first_layer_height] F1500.0 E30 ; Draw the second line
G92 E0 ; Reset Extruder
G1 E-1 F500 ; Retract filiment by 1 mm
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X5 Y20 Z0.3 F240 ; Move over to prevent blob squish
G92 E0 ; Reset Extruder
M117 Printing…
G-code de fin:
M117 Cooling down...
M104 S0 ; turn off extruder
M107 ; Fan off
M84 ; disable motors
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 ;X-20 Y-20 F240 ;move Z up a bit and retract filament even more
G28 X0 ;move X to min endstops, so the head is out of the way
G90 ;Absolute positionning
G1 Y200 F3000 ;Present print
M84 ;steppers off
M300 P300 S4000
M117 Finished.
En plus c'est en Anglais et deviné quoi j'y comprends rien...
Merci de m'avoir lu