Skip to content

Orca not accepting standard Klipper/G-Code #1142

Answered by SoftFever
stratiegery01 asked this question in Q&A
Discussion options

You must be logged in to vote

@stratiegery01
There are syntax errors in your start g-code

  1. first_layer_temperature and first_layer_temperature are vectors, so you will need [] to access them
    Or use this syntax m140 s{first_layer_bed_temperature[0]} ; bed temp warm
  2. Orca Slicer use initial_layer_print_height instead of first_layer_height variable name.
m140 s[first_layer_bed_temperature] ; bed temp warm
m109 s[first_layer_temperature] ; nozzle temp and wait
m190 s[first_layer_bed_temperature] ; bed temp and wait
g92 e0
g1 x0 y0 z{initial_layer_print_height} f3000 ; wipe start location
g1 x75 e9 f1000 ; underextrude wipe
g1 x150 e12.5 f1000 ; standard wipe
g1 z5 e-5 f200 ; filament retraction
g92 e0
g90

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@stratiegery01
Comment options

@SoftFever
Comment options

@SoftFever
Comment options

@stratiegery01
Comment options

@SoftFever
Comment options

Answer selected by stratiegery01
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants