-
Notifications
You must be signed in to change notification settings - Fork 0
ベッド温度のG‐code
Yuichi Nakamura edited this page Apr 16, 2024
·
4 revisions
K1 MAXにおいてはレベリングをする時にはベッド温度が低いままである.しかし印刷をする際にはベッド温度が高くなるため,レベリングの効果が限定的になる.それを対策するために,ベッド温度を高くするG-codeをK1 MAXに与える.また本wikiページの目的はその手順を示すことである.
書き換え後のG-code
M140 S0
M104 S0
M190 S[bed_temperature_initial_layer_single]
G4 P300000
START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]
詳細は本issuesを参照のこと