We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
machine_start_gcode
machine_end_gcode
wall_line_count
(wall_thickness / machine_nozzle_size)
retraction_distance
retraction_retract_speed
retraction_prime_speed
retraction_extra_prime_amount
retraction_minimum_travel
maximum_retraction_count
That said, here are the parameters with consideration as to the above bugs.
./extcuraengine slice -l ~/Torus.ast \ -o ~/out.gcode \ -s machine_width=160 \ -s machine_depth=160 \ -s machine_height=100 \ -s machine_nozzle_size=0.5 \ -s material_diameter=2.85 \ -s outer_inset_first=False \ -s infill_sparse_density=100 \ -s layer_height=0.25 \ -s wall_line_count=2 \ -s support_enable=False \ -s top_bottom_thickness=1.0 \ -s infill_line_width=0.5051 \ -s speed_infill=3600 \ -s speed_layer_0=900 \ -s speed_travel=10500 \ -s speed_wall_0=900 \ -s speed_wall_x=1800 \ -s machine_start_gcode=";\n" \ -s machine_end_gcode=";\n"
You have the .AST to test on that I gave you. --Cheers!
The text was updated successfully, but these errors were encountered:
added a flavor, so that marlin gets it's mm/min, instead of mm/sec.
Sorry, something went wrong.
No branches or pull requests
machine_start_gcode
andmachine_end_gcode
do not work. Perhaps these should be plain text files, as discussed.wall_line_count
should be able to be adjusted for with(wall_thickness / machine_nozzle_size)
, if given, instead of count.retraction_distance
normally 1.75mmretraction_retract_speed
normally 10mm/sretraction_prime_speed
normally 10mm/sretraction_extra_prime_amount
normally 0retraction_minimum_travel
normally 1mmmaximum_retraction_count
normally 90That said, here are the parameters with consideration as to the above bugs.
You have the .AST to test on that I gave you.
--Cheers!
The text was updated successfully, but these errors were encountered: