Znaleziono 2 wyniki

autor: maniolx
16 lip 2023, 14:40
Forum: Slicery
Temat: IdeaMaker -G-kode
Odpowiedzi: 3
Odsłony: 994

Re: IdeaMaker -G-kode

G-kode startowy ustawiłem ale coś jest jeszcze nie tak . Powinien się na początku nagrzewać stół do zadanej temperatury druku i dysza do połowy zadanej temperatury druku i powinno zacząć się poziomowanie stołu . A jest : Nagrzewa stół i dyszę do zadanej temperatury druku , następnie następuje opadanie do połowy temperatury dyszy i jednoczesne poziomowanie stołu a następnie po wypoziomowaniu znowu nagrzewanie dyszy do temperatury druku .

G90 ; use absolute coordinates
M83 ; extruder relative mode
M140S{temperature_heatbed} ; set final bed temp
M104 S150 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling
G4 S10 ; allow partial nozzle warmup
G28 ; home all axis
G29 ; auto bed levelling
G1 Z50 F240
G1 X2 Y10 F3000
M104 S{temperature_extruder1} ; set final nozzle temp
M190 S{temperature_heatbed} ; wait for bed temp to stabilize
M109 S{temperature_extruder1} ; wait for nozzle temp to stabilize
G1 Z0.28 F240
G92 E0
G1 Y140 E10 F1500 ; prime the nozzle
G1 X2.3 F5000
G92 E0
G1 Y10 E10 F1200 ; prime the nozzle
G92 E0
autor: maniolx
16 lip 2023, 12:34
Forum: Slicery
Temat: IdeaMaker -G-kode
Odpowiedzi: 3
Odsłony: 994

IdeaMaker -G-kode

Witam . Cały czas używałem silcera PrusaSlicer a teraz chciałem spróbować IdeaMaker . Przy ustawianiu G-kode startowego i końcowego Idea wywala mi błędy . Jako że chciałem aby G-kode działało mi tak samo jak w Prusie to przekopiowałem z Prusy do IdeaMaker . Ale widocznie tak się nie da . Pomoże ktoś zmodyfikować te G-kode aby działały w Idea-Maker .
G-kode startowy
G90 ; use absolute coordinates
M83 ; extruder relative mode
M140 S{first_layer_bed_temperature[0]} ; set final bed temp
M104 S150 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling
G4 S10 ; allow partial nozzle warmup
G28 ; home all axis
G29 ; auto bed levelling
G1 Z50 F240
G1 X2 Y10 F3000
M104 S{first_layer_temperature[0]} ; set final nozzle temp
M190 S{first_layer_bed_temperature[0]} ; wait for bed temp to stabilize
M109 S{first_layer_temperature[0]} ; wait for nozzle temp to stabilize
G1 Z0.28 F240
G92 E0
G1 Y140 E10 F1500 ; prime the nozzle
G1 X2.3 F5000
G92 E0
G1 Y10 E10 F1200 ; prime the nozzle
G92 E0

G-kode końcowy
{if max_layer_z < max_print_height-10}G1 Z{max_layer_z+10} F600{endif}
G28 X0
G1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print
{if max_layer_z < max_print_height-10}G1 Z{max_layer_z+10} F600{endif}
G28 X0
{if max_layer_z < max_print_height-10}G1 Z{max_layer_z+10} F600{endif}
G28 X0
M140 S0 ; turn off heatbed
M104 S0 ; turn off temperature
M107 ; turn off fan
M84 X Y E ; disable motors

Wróć do „IdeaMaker -G-kode”