-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
QQs vs QQs pro #20
Comments
I don't understand this, Is this needed for QQs support still? What file do I have to edit? |
Klipper config file for QQ-S Pro with:- BL touch- Filament SensorMesh bed leveling is also added, but commented out. Only enable it ifrunning the PROBE_ACCURACY command outputs a range value < 0.025 mmNote that an offset probe is not recommended on delta printers due toeffector tilt. In order to use it successfully to create a useable bed meshyou need to run the enhanced delta calibration:https://www.klipper3d.org/Delta_Calibrate.htmlSee docs/Config_Reference.md for a description of parameters.[mcu] [printer] [stepper_a] [stepper_b] [stepper_c] [extruder] [heater_bed] [fan] ####################################################################### Optional: Bed mesh leveling - only use if the PROBE_ACCURACYcommand outputs a range value < 0.025 mm####################################################################### [bed_mesh] ####################################################################### Optional: End-stop style filament sensor####################################################################### [filament_switch_sensor Filament] ####################################################################### Optional: BL Touch Probe - comment out [probe] section if using this####################################################################### [bltouch] ####################################################################### Additional Output Pins for VREF####################################################################### [output_pin VREF_XY] [output_pin VREF_Z] [output_pin VREF_E] This is the path where your g-code files will be uploaded to in theLinux PC[virtual_sdcard] [display_status] [pause_resume] This macro should be called at the 'start g-code' partof your slicer and you would put all the start g-code hereinstead so that you don't have to re-slice everytime youhave to edit the commands[gcode_macro START_PRINT] This macro should be called at the 'end g-code' partof your slicer and like the macro above, you wouldalso put all of your end g-code here for the same reason as above[gcode_macro END_PRINT] Pause print macro[gcode_macro PAUSE] Resume print macro[gcode_macro RESUME] Cancel print macro[gcode_macro CANCEL_PRINT] ## <---------------------- SAVE_CONFIG ----------------------> |
why isnt my bl touch working ? |
What modifications do I have to make to work in Klipper between qqs pro and qqs? both are the same and sometimes even bring the same board. However I'm not getting Klipper on qqs with the boatd robin nano mini v2.0.
The text was updated successfully, but these errors were encountered: